aboutsummaryrefslogtreecommitdiff
path: root/i386-tok.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+244
|
* Reorganize the source tree.gus knight2015-07-271-244/+0
| | | | | | | | | | * Documentation is now in "docs". * Source code is now in "src". * Misc. fixes here and there so that everything still works. I think I got everything in this commit, but I only tested this on Linux (Make) and Windows (CMake), so I might've messed something up on other platforms...
* Allow tcc to understand a setob,... opcodes as alias to seto,...seyko2015-01-061-3/+4
| | | | | | 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.
* Corrected spelling mistakes in comments and stringsVincent Lefevre2014-04-071-1/+1
|
* integrate x86_64-asm.c into i386-asm.cgrischka2009-12-191-52/+81
| | | | | Also, disable 16bit support for now as it causes bugs in 32bit mode. #define I386_ASM_16 if you want it.
* fixed and added missing file for x86_64 assemblyFrederic Feret2009-11-131-0/+214