aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/PrintAsm.ml
Commit message (Expand)AuthorAgeFilesLines
* powerpc: tentative support for Diab debug infoxleroy2013-05-201-0/+1
* Merge of the float32 branch: xleroy2013-05-191-8/+4
* Add option -fno-tailcalls to turn off tailcall elimination (causes problem wi...xleroy2013-05-171-2/+1
* Preliminary support for debugging info (-g).xleroy2013-05-171-5/+53
* Revert suppression of __builtin_{read,write}_reversed for x86 and ARM,xleroy2013-04-291-0/+19
* Add __builtin_bswap16 and __builtin_bswap32 to all ports.xleroy2013-04-201-23/+5
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-83/+81
* Updated ARM and PowerPC ports with new handling of __builtin_annot.xleroy2013-02-241-2/+2
* Constant propagation within __builtin_annot.xleroy2013-02-241-25/+5
* Errors for excessively large global variables or stack frames.xleroy2013-02-021-3/+2
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-291-1/+1
* Support for inline assembly (asm statements).xleroy2012-12-181-0/+4
* Globalenvs: allocate one-byte block with permissions Nonempty for eachxleroy2012-11-121-8/+8
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-061-2/+2
* Fixed 2 errors in revised builtin_vstore. xleroy2012-08-221-2/+3
* Wrong usage of temps in builtin_volatile_write.xleroy2012-08-171-12/+7
* - Revised non-overflow constraints on memory injections so that xleroy2012-07-231-2/+2
* Support for indirect symbols under MacOS X (final).xleroy2012-07-141-1/+1
* Support for MacOS X's indirect symbols. (first try)xleroy2012-07-131-0/+20
* Strip quotes from section names during #pragma parsing.xleroy2012-07-111-3/+3
* Added option -falign-functionsxleroy2012-07-011-1/+3
* Use Flocq for floatsxleroy2012-06-281-4/+8
* Make min_int / -1 and min_int % -1 semantically undefinedxleroy2012-06-091-11/+1
* Simplified and cleaned up the passing of information from C2C to PrintAsm, as...xleroy2012-02-221-8/+10
* Added volatile_read_global and volatile_store_global builtins.xleroy2012-01-151-30/+67
* 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-161-4/+4
* Watch out for min_int / -1xleroy2011-08-271-1/+11
* 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