aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/PrintAsm.ml
Commit message (Expand)AuthorAgeFilesLines
* More careful treatment of 'load immediate 0' as 'xor self'xleroy2011-08-181-12/+8
* Forgot to update: adding xchg instructionxleroy2011-08-161-0/+2
* IA32 PrintAsm.ml: wrong moves generated in print_builtin_memcpy_bigxleroy2011-08-101-8/+20
* Cleaned up handling of composite conditionsxleroy2011-08-051-31/+16
* ARM: added reversed load/store builtins + bswap builtin (to be tested)xleroy2011-07-301-0/+5
* Added animation of the CompCert C semantics (ccomp -interp)xleroy2011-07-281-64/+45
* Revised handling of annotation statements, and more generally built-in functi...xleroy2011-06-131-40/+82
* Nicer printing of annotations.xleroy2011-05-231-5/+30
* cparser/StructAssign: always use __builtin_memcpy + alignment indicationxleroy2011-05-111-48/+101
* Added pass CleanupLabels to remove unreferenced labels in a proved way.xleroy2011-05-081-16/+3
* cparser/Elab: __attribute, not attributexleroy2011-04-161-2/+2
* Preliminary support for 'aligned' and 'section' attributes, gcc-style. New-s...xleroy2011-04-161-23/+47
* Merge of branch "unsigned-offsets":xleroy2011-04-091-10/+10
* Use movapd instead of movsd for xmm reg-reg move: it avoids partial register ...xleroy2010-11-281-1/+1
* Improvements for int8 and int16 storesxleroy2010-09-101-1/+1
* Updates for IA32-Cygwin.xleroy2010-09-081-9/+9
* Update: adding __builtin_annotationxleroy2010-09-041-1/+36
* Support for __builtin_fmax and __builtin_fminxleroy2010-09-041-1/+18
* Merge of the reuse-temps branch:xleroy2010-09-021-0/+625