| Commit message (Expand) | Author | Age | Files | Lines |
| * | x86-64-asm: Fix mov im64,rax encoding | Michael Matz | 2017-02-23 | 1 | -0/+17 |
| * | tccasm: Don't ignore # in preprocessor directives | Michael Matz | 2016-12-15 | 1 | -4/+17 |
| * | x86-asm: Accept all 32bit immediates | Michael Matz | 2016-12-15 | 1 | -0/+2 |
| * | x86-64-asm: Implement cmpxchg16b | Michael Matz | 2016-12-15 | 1 | -0/+3 |
| * | tccasm: Implement .set sym, expr | Michael Matz | 2016-12-15 | 1 | -0/+11 |
| * | x86-64-asm: Fix ltr/str and push/pop operands | Michael Matz | 2016-12-15 | 1 | -0/+5 |
| * | x86-64-asm: Implement high %cr registers | Michael Matz | 2016-12-15 | 1 | -0/+2 |
| * | x86-64-asm: Support high registers %r8 - %r15 | Michael Matz | 2016-12-15 | 1 | -3/+37 |
| * | x86-asm: Implement prefetchw opcode | Michael Matz | 2016-12-15 | 1 | -0/+1 |
| * | x86-asm: Fix lar opcode operands | Michael Matz | 2016-12-15 | 1 | -0/+7 |
| * | x86-asm: More opcodes | Michael Matz | 2016-12-15 | 1 | -0/+11 |
| * | x86-asm: Add [sl][ig]dtq opcodes | Michael Matz | 2016-12-15 | 1 | -4/+10 |
| * | x86-asm: Implement fxrstorq and fxsaveq | Michael Matz | 2016-12-15 | 1 | -0/+2 |
| * | x86-asm: Implement clflush opcode | Michael Matz | 2016-12-15 | 1 | -0/+1 |
| * | x86-64-asm: More opcodes | Michael Matz | 2016-12-15 | 1 | -0/+7 |
| * | tccasm: Implement compare expressions | Michael Matz | 2016-12-15 | 1 | -0/+6 |
| * | x86-64-asm: Accept expressions for .quad | Michael Matz | 2016-12-15 | 1 | -0/+1 |
| * | tccasm: Accept .balign | Michael Matz | 2016-12-15 | 1 | -0/+1 |
| * | Accept more asm expressions | Michael Matz | 2016-12-15 | 1 | -0/+13 |
| * | tccasm: Implement .pushsection and .popsection | Michael Matz | 2016-12-15 | 1 | -0/+10 |
| * | x86-64-asm: Tidy | Michael Matz | 2016-12-15 | 1 | -0/+1 |
| * | x86-asm: Correct mem64->xmm movq | Michael Matz | 2016-12-15 | 1 | -0/+1 |
| * | x86-asm: Add more SSE2 instructions | Michael Matz | 2016-12-15 | 1 | -0/+102 |
| * | tccgen: fix long long -> char/short cast | grischka | 2016-10-02 | 1 | -0/+2 |
| * | x86-asm: Reject some invalid arith imm8 instruction | Michael Matz | 2016-05-16 | 1 | -0/+16 |
| * | x86-asm: Add .fill test | Michael Matz | 2016-05-14 | 1 | -0/+1 |
| * | x86-asm: Fix signed constants and opcode order | Michael Matz | 2016-05-14 | 1 | -0/+7 |
| * | x86-64-asm: Add mov[sz]xq opcodes | Michael Matz | 2016-05-12 | 1 | -0/+7 |
| * | x86-64-asm: Clean up 64bit immediate support | Michael Matz | 2016-05-11 | 1 | -0/+10 |
| * | x86-64 asm: Remove useless jmp opcode | Michael Matz | 2016-05-11 | 1 | -0/+1 |
| * | x86: Improve cmov handling | Michael Matz | 2016-05-11 | 1 | -0/+4 |
| * | [x86] Fix some asm problems | Michael Matz | 2016-05-09 | 1 | -8/+67 |
| * | Allow tcc to understand a setob,... opcodes as alias to seto,... | seyko | 2015-01-06 | 1 | -0/+2 |
| * | 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 |
| * | 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 g... | Joe Soroka | 2011-01-20 | 1 | -0/+5 |
| * | fix asmtest (somehow), update Makefiles | grischka | 2009-07-18 | 1 | -2/+2 |
| * | new subdirs: include, lib, tests | grischka | 2009-04-18 | 1 | -0/+558 |