aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use "-as" to put CompCert modules in a compcert.xxx namespace.xleroy2013-05-015-28/+50
* Oops, removed a crucial declaration for Allocation.xleroy2013-05-011-0/+4
* Coq-defined equality functions for Allocation. (continued)xleroy2013-05-012-6/+20
* Coq-defined equality functions for Allocation.xleroy2013-05-016-45/+56
* Removing modules now unusedxleroy2013-05-016-2822/+0
* Add bswap16xleroy2013-04-301-1/+23
* Updated to Pbuiltin with list of resultsxleroy2013-04-302-26/+26
* Updated to new CminorSelxleroy2013-04-302-3/+3
* Typos in commentsxleroy2013-04-302-3/+3
* Updatedxleroy2013-04-301-3/+1
* Expand 64-bit integer comparisons into 32-bit integer comparisons.xleroy2013-04-2925-691/+590
* Decomposing 64-bit "less than" comparisons.xleroy2013-04-291-9/+70
* Revert suppression of __builtin_{read,write}_reversed for x86 and ARM,xleroy2013-04-2912-37/+133
* Missing GLOBxleroy2013-04-231-1/+1
* Make ia32/ code more portable across systems.xleroy2013-04-2329-879/+912
* driver: removed option -flonglongxleroy2013-04-229-31/+282
* Results for ARMxleroy2013-04-221-0/+4
* Labeled statements inside switch were incorrectly processed.xleroy2013-04-221-0/+3
* Deactivate combination Aindexed 0 / Oadd, as it causes problems with chunk = ...xleroy2013-04-212-4/+0
* Fixes in PowerPC portxleroy2013-04-2111-322/+392
* Add __builtin_bswap16 and __builtin_bswap32 to all ports.xleroy2013-04-2014-136/+128
* Rename arm/linux into arm/eabi, more descriptive.xleroy2013-04-203-3/+4
* Split arch/int64.s into one file per function.xleroy2013-04-2045-1238/+2698
* Configuring the assembler used for the runtime libxleroy2013-04-203-2/+12
* Remove __i64_{neg,add,sub,mul}, now handled directly by the compiler.xleroy2013-04-204-171/+0
* Added FFTW benchmark provided by Guillaume Melquiondxleroy2013-04-203-2/+107
* Tests "floats" and "floats-basics" moved from test/c to test/regressionxleroy2013-04-207-21/+18
* Interp.ml: support printf of long longxleroy2013-04-206-60/+4197
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-20166-10626/+20598
* Updated issues with coqchk. See PR#3026 on the Coq bug tracker.xleroy2013-04-141-6/+9
* List.iteri not in OCaml < 4.00, better not use it.xleroy2013-04-081-2/+9
* Updatedxleroy2013-03-262-18/+23
* Error when calling un-prototyped function.xleroy2013-03-251-6/+8
* Better locations for error messages relative to type specifiers.xleroy2013-03-251-14/+9
* Watch out for behaviors exponential in the nesting of struct/union types. xleroy2013-03-236-66/+78
* RTLtyping: now performed entirely in Coq, no need for an external Caml oracle...xleroy2013-03-223-374/+713
* Update clightgen to changes in Camlcoq and in AST.xleroy2013-03-202-15/+33
* Diab asm syntax issuexleroy2013-03-201-1/+1
* For Pfreeframe, generate an "addi" over GPR1 when possible, to work around a ...xleroy2013-03-182-3/+13
* Remove the C primitives for unsigned long long arithmetic, replacedxleroy2013-03-184-53/+25
* More aggressive CSE across Ibuiltin.xleroy2013-03-173-7/+36
* Assorted changes to reduce stack and heap requirements when compiling very bi...xleroy2013-03-1635-237/+534
* Machsem: no longer useful.xleroy2013-03-141-259/+0
* Bind some local defs with Let, makes extracted code cleanerv1.13xleroy2013-03-121-2/+2
* Maps: revised TREE interface; added mucho derived properties and operations i...xleroy2013-03-122-63/+256
* Suppress int64_unsigned_to_float, now unused.xleroy2013-03-112-7/+0
* More updates for 1.13xleroy2013-03-111-2/+5
* Fixed parsing of hex float literals 0xNNNpMMM.xleroy2013-03-115-4/+81
* Updated for version 1.13xleroy2013-03-112-11/+24
* Updating doc for 1.13xleroy2013-03-111-8/+5