| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow tcc to understand a setob,... opcodes as alias to seto,... | seyko | 2015-01-06 | 1 | -0/+2 |
| | | | | | | | 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. | ||||
| * | i386-asm: support "pause" opcode | Joe Soroka | 2011-02-24 | 1 | -0/+1 |
| | | |||||
| * | tccasm: support alternate .type syntaxes | Joe Soroka | 2011-02-24 | 1 | -0/+14 |
| | | |||||
| * | tccpp: treat gas comments in .S files as raw text, not tokens | Joe Soroka | 2011-02-23 | 1 | -0/+1 |
| | | |||||
| * | tccasm: accept bracketed offset expressions | Joe Soroka | 2011-02-01 | 1 | -0/+1 |
| | | |||||
| * | tccasm: accept "fmul/fadd st(0),st(n)" (dietlibc ipow/atanh) | Joe Soroka | 2011-02-01 | 1 | -0/+4 |
| | | |||||
| * | tccasm: allow one-line prefix+op things like "rep stosb" | Joe Soroka | 2011-02-01 | 1 | -0/+18 |
| | | |||||
| * | tccasm: define __ASSEMBLER__ for .S files, like gcc does | Joe Soroka | 2011-02-01 | 1 | -0/+4 |
| | | |||||
| * | asmtest: avoid testing against complex nop alignment in gas | Joe Soroka | 2011-01-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | .align #,0x90 in gas ignores the 0x90 and outputs any kind of nop it feels like. the one avoided by this patch is a 7 byte nop, which gas has been doing since at least 1999: http://sourceware.org/ml/binutils/1999-10/msg00083.html In order to match what gas does, we would need to make code alignment target-specific, import a lot of code, and face the question: exactly which gas {version,target,tune} combo are we trying to match? see i386_align_code in: http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-i386.c?annotate=1.460&cvsroot=src The smart noppery is turned on via the special casing of 0x90 at line 438 in md_do_align in: http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-i386.h?annotate=1.1&cvsroot=src | ||||
| * | i386-asm: accept retl as a synonym for ret | Joe Soroka | 2011-01-21 | 1 | -0/+2 |
| | | |||||
| * | accept multiple comma separated symbols for .globl/.global directives, like ↵ | Joe Soroka | 2011-01-20 | 1 | -0/+5 |
| | | | | | gas does | ||||
| * | fix asmtest (somehow), update Makefiles | grischka | 2009-07-18 | 1 | -2/+2 |
| | | |||||
| * | new subdirs: include, lib, tests | grischka | 2009-04-18 | 1 | -0/+558 |
