summaryrefslogtreecommitdiff
path: root/ia32
Commit message (Expand)AuthorAge
* Merge of the nonstrict-ops branch:Gravatar xleroy2012-01-14
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsGravatar xleroy2011-10-18
* Revised emulation of packed structsGravatar xleroy2011-10-16
* Watch out for min_int / -1Gravatar xleroy2011-08-27
* Cleaned up old commented-out partsGravatar xleroy2011-08-19
* More careful treatment of 'load immediate 0' as 'xor self'Gravatar xleroy2011-08-18
* Forgot to update: adding xchg instructionGravatar xleroy2011-08-16
* Locations.v: add Loc.diff_dec.Gravatar xleroy2011-08-14
* IA32 PrintAsm.ml: wrong moves generated in print_builtin_memcpy_bigGravatar xleroy2011-08-10
* IA32 port: more faithful treatment of pseudoregister ST0.Gravatar xleroy2011-08-08
* Cleaned up handling of composite conditionsGravatar xleroy2011-08-05
* ARM: added reversed load/store builtins + bswap builtin (to be tested)Gravatar xleroy2011-07-30
* Added animation of the CompCert C semantics (ccomp -interp)Gravatar xleroy2011-07-28
* Merge of branch new-semantics: revised and strengthened top-level statements ...Gravatar xleroy2011-07-15
* Revised handling of annotation statements, and more generally built-in functi...Gravatar xleroy2011-06-13
* Nicer printing of annotations.Gravatar xleroy2011-05-23
* cparser/StructAssign: always use __builtin_memcpy + alignment indicationGravatar xleroy2011-05-11
* Added pass CleanupLabels to remove unreferenced labels in a proved way.Gravatar xleroy2011-05-08
* cparser/Elab: __attribute, not attributeGravatar xleroy2011-04-16
* Preliminary support for 'aligned' and 'section' attributes, gcc-style. New-s...Gravatar xleroy2011-04-16
* Renamed Machconcr into Machsem.Gravatar xleroy2011-04-09
* Merge of branch "unsigned-offsets":Gravatar xleroy2011-04-09
* Use movapd instead of movsd for xmm reg-reg move: it avoids partial register ...Gravatar xleroy2010-11-28
* float->int conversions, continued: weaker axiomatization.Gravatar xleroy2010-10-29
* Float.intoffloat and Float.intuoffloat are now partial functions.Gravatar xleroy2010-10-28
* CommentsGravatar xleroy2010-09-10
* Improvements for int8 and int16 storesGravatar xleroy2010-09-10
* Updates for IA32-Cygwin.Gravatar xleroy2010-09-08
* Update: adding __builtin_annotationGravatar xleroy2010-09-04
* Support for __builtin_fmax and __builtin_fminGravatar xleroy2010-09-04
* Merge of the reuse-temps branch:Gravatar xleroy2010-09-02