| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Trim trailing spaces everywhere. | gus knight | 2015-07-27 | 1 | -1/+1 |
| | | |||||
| * | Convert some lines from ISO-8859-1 to UTF-8. | Edmund Grimley Evans | 2015-03-11 | 1 | -1/+1 |
| | | | | | | | | | perl -i -pe 'use Text::Iconv; $c1 = Text::Iconv->new("utf-8", "utf-8"); $c2 = Text::Iconv->new("iso-8859-1", "utf-8"); if (!$c1->convert($_)) { $_ = $c2->convert($_); }' \ `find * -type f` | ||||
| * | Corrected spelling mistakes in comments and strings | Vincent Lefevre | 2014-04-07 | 1 | -1/+1 |
| | | |||||
| * | Detect correct instruction with incorrect operands | Thomas Preud'homme | 2013-09-24 | 1 | -0/+4 |
| | | | | | | | Display a different warning when an instruction is recognized by tcc but the operands found do not correspond to the constraints of the instruction. | ||||
| * | add version number to manpage | Urs Janssen | 2013-02-17 | 1 | -1/+1 |
| | | | | | | | | avoid c++/c99 style comments in preprocessor directives avoid leadings whitespaces in preprocessor directives mention implemented variable length arrays in documentation fixed ambiguous option in texi2html call (Austin English) | ||||
| * | rename error/warning -> tcc_(error/warning) | grischka | 2011-08-11 | 1 | -26/+26 |
| | | |||||
| * | tccasm: accept bracketed offset expressions | Joe Soroka | 2011-02-01 | 1 | -2/+14 |
| | | |||||
| * | tccasm: allow one-line prefix+op things like "rep stosb" | Joe Soroka | 2011-02-01 | 1 | -0/+5 |
| | | |||||
| * | win64: add tiny unwind data for setjmp/longjmp | grischka | 2009-12-20 | 1 | -0/+4 |
| | | | | | | | | | | This enables native unwind semantics with longjmp on win64 by putting an entry into the .pdata section for each compiled fuction. Also, the function now use a fixed stack and store arguments into X(%rsp) rather than using push. | ||||
| * | allow tcc be build from separate objects | grischka | 2009-12-20 | 1 | -9/+11 |
| | | | | | If you want that, run: make NOTALLINONE=1 | ||||
| * | integrate x86_64-asm.c into i386-asm.c | grischka | 2009-12-19 | 1 | -248/+368 |
| | | | | | | Also, disable 16bit support for now as it causes bugs in 32bit mode. #define I386_ASM_16 if you want it. | ||||
| * | i386-asm: fix imul | grischka | 2009-12-06 | 1 | -1/+2 |
| | | | | | | | With imul the 3rd operand defaults to the 2nd on. The previous logic left 'op_type[2]' uninitialized which caused the bug to show up only sometimes. | ||||
| * | asm 32/64: replace (long)sym->next by sym->jnext | grischka | 2009-11-21 | 1 | -3/+3 |
| | | |||||
| * | fix 32bit asm | grischka | 2009-11-14 | 1 | -25/+13 |
| | | | | | | | | The new 16bit code was causing wrong 0x66 prefixes in 32bit code. The fix possibly breaks the feature on 16bit asm. | ||||
| * | fix ambiguity | Bernhard Reutner-Fischer | 2009-11-13 | 1 | -1/+1 |
| | | | | | Signed-off-by: aldot <rep.dot.nop@gmail.com> | ||||
| * | Fixed compilation error in i386-asm.c | Frederic Feret | 2009-11-13 | 1 | -3/+1 |
| | | |||||
| * | added 16-bit x86 assembly support | Frederic Feret | 2009-11-13 | 1 | -31/+188 |
| | | |||||
| * | get rid of a warning and fix .bat | grischka | 2008-03-25 | 1 | -8/+7 |
| | | |||||
| * | Comply to c89 compilers other than gcc (Hanzac Chen) | grischka | 2008-03-25 | 1 | -0/+3 |
| | | |||||
| * | allow (base,index) as alias to (base,index,1) | bellard | 2006-02-20 | 1 | -2/+4 |
| | | |||||
| * | segment override prefix support (Filip Navara) | bellard | 2005-09-03 | 1 | -2/+26 |
| | | |||||
| * | fixed 'no base' modrm generation - better asm constraints handling | bellard | 2004-10-18 | 1 | -83/+158 |
| | | |||||
| * | changed license to LGPL | bellard | 2003-05-24 | 1 | -11/+11 |
| | | |||||
| * | added % constraint | bellard | 2003-04-27 | 1 | -4/+10 |
| | | |||||
| * | added 'A' asm constraint | bellard | 2003-04-14 | 1 | -5/+30 |
| | | |||||
| * | asm support | bellard | 2003-01-06 | 1 | -0/+1077 |
