aboutsummaryrefslogtreecommitdiffstats
path: root/ia32
Commit message (Expand)AuthorAgeFilesLines
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsxleroy2011-10-181-5/+5
* Revised emulation of packed structsxleroy2011-10-162-8/+8
* Watch out for min_int / -1xleroy2011-08-271-1/+11
* Cleaned up old commented-out partsxleroy2011-08-193-51/+0
* More careful treatment of 'load immediate 0' as 'xor self'xleroy2011-08-185-36/+24
* Forgot to update: adding xchg instructionxleroy2011-08-161-0/+2
* Locations.v: add Loc.diff_dec.xleroy2011-08-145-141/+133
* IA32 PrintAsm.ml: wrong moves generated in print_builtin_memcpy_bigxleroy2011-08-101-8/+20
* IA32 port: more faithful treatment of pseudoregister ST0.xleroy2011-08-084-21/+63
* Cleaned up handling of composite conditionsxleroy2011-08-056-99/+311
* ARM: added reversed load/store builtins + bswap builtin (to be tested)xleroy2011-07-302-0/+8
* Added animation of the CompCert C semantics (ccomp -interp)xleroy2011-07-281-64/+45
* Merge of branch new-semantics: revised and strengthened top-level statements ...xleroy2011-07-152-6/+68
* Revised handling of annotation statements, and more generally built-in functi...xleroy2011-06-135-54/+195
* Nicer printing of annotations.xleroy2011-05-232-5/+39
* cparser/StructAssign: always use __builtin_memcpy + alignment indicationxleroy2011-05-112-49/+102
* Added pass CleanupLabels to remove unreferenced labels in a proved way.xleroy2011-05-082-23/+19
* 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
* Renamed Machconcr into Machsem.xleroy2011-04-093-59/+59
* Merge of branch "unsigned-offsets":xleroy2011-04-0912-341/+626
* Use movapd instead of movsd for xmm reg-reg move: it avoids partial register ...xleroy2010-11-281-1/+1
* float->int conversions, continued: weaker axiomatization.xleroy2010-10-291-2/+2
* Float.intoffloat and Float.intuoffloat are now partial functions.xleroy2010-10-284-12/+25
* Commentsxleroy2010-09-101-8/+10
* Improvements for int8 and int16 storesxleroy2010-09-104-11/+53
* 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-042-1/+22
* Merge of the reuse-temps branch:xleroy2010-09-0221-0/+9905