| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Trim trailing spaces everywhere. | gus knight | 2015-07-27 | 1 | -5/+5 |
| | | |||||
| * | Allow tcc to understand a setob,... opcodes as alias to seto,... | seyko | 2015-01-06 | 1 | -0/+1 |
| | | | | | | | PS: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20101122/112576.html This is fix PR8686 for llvm: accepting a 'b' suffix at the end of all the setcc instructions. | ||||
| * | Detect correct instruction with incorrect operands | Thomas Preud'homme | 2013-09-24 | 1 | -1/+1 |
| | | | | | | | Display a different warning when an instruction is recognized by tcc but the operands found do not correspond to the constraints of the instruction. | ||||
| * | i386-asm: support "pause" opcode | Joe Soroka | 2011-02-24 | 1 | -0/+1 |
| | | |||||
| * | tccasm: accept "fmul/fadd st(0),st(n)" (dietlibc ipow/atanh) | Joe Soroka | 2011-02-01 | 1 | -0/+2 |
| | | |||||
| * | tccasm: allow one-line prefix+op things like "rep stosb" | Joe Soroka | 2011-02-01 | 1 | -2/+2 |
| | | |||||
| * | i386-asm: accept retl as a synonym for ret | Joe Soroka | 2011-01-21 | 1 | -0/+2 |
| | | |||||
| * | integrate x86_64-asm.c into i386-asm.c | grischka | 2009-12-19 | 1 | -10/+19 |
| | | | | | | Also, disable 16bit support for now as it causes bugs in 32bit mode. #define I386_ASM_16 if you want it. | ||||
| * | fix 32bit asm | grischka | 2009-11-14 | 1 | -0/+4 |
| | | | | | | | | The new 16bit code was causing wrong 0x66 prefixes in 32bit code. The fix possibly breaks the feature on 16bit asm. | ||||
| * | Fixed compilation error in i386-asm.c | Frederic Feret | 2009-11-13 | 1 | -2/+2 |
| | | |||||
| * | added 16-bit x86 assembly support | Frederic Feret | 2009-11-13 | 1 | -6/+15 |
| | | |||||
| * | push/pop fixes - added fxsave and fxrstor | bellard | 2004-10-18 | 1 | -4/+6 |
| | | |||||
| * | asm support | bellard | 2003-01-06 | 1 | -0/+444 |
