summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Missing GLOBGravatar xleroy2013-04-23
* Make ia32/ code more portable across systems.Gravatar xleroy2013-04-23
* driver: removed option -flonglongGravatar xleroy2013-04-22
* Results for ARMGravatar xleroy2013-04-22
* Labeled statements inside switch were incorrectly processed.Gravatar xleroy2013-04-22
* Deactivate combination Aindexed 0 / Oadd, as it causes problems with chunk = ...Gravatar xleroy2013-04-21
* Fixes in PowerPC portGravatar xleroy2013-04-21
* Add __builtin_bswap16 and __builtin_bswap32 to all ports.Gravatar xleroy2013-04-20
* Rename arm/linux into arm/eabi, more descriptive.Gravatar xleroy2013-04-20
* Split arch/int64.s into one file per function.Gravatar xleroy2013-04-20
* Configuring the assembler used for the runtime libGravatar xleroy2013-04-20
* Remove __i64_{neg,add,sub,mul}, now handled directly by the compiler.Gravatar xleroy2013-04-20
* Added FFTW benchmark provided by Guillaume MelquiondGravatar xleroy2013-04-20
* Tests "floats" and "floats-basics" moved from test/c to test/regressionGravatar xleroy2013-04-20
* Interp.ml: support printf of long longGravatar xleroy2013-04-20
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* Updated issues with coqchk. See PR#3026 on the Coq bug tracker.Gravatar xleroy2013-04-14
* List.iteri not in OCaml < 4.00, better not use it.Gravatar xleroy2013-04-08
* UpdatedGravatar xleroy2013-03-26
* Error when calling un-prototyped function.Gravatar xleroy2013-03-25
* Better locations for error messages relative to type specifiers.Gravatar xleroy2013-03-25
* Watch out for behaviors exponential in the nesting of struct/union types. Gravatar xleroy2013-03-23
* RTLtyping: now performed entirely in Coq, no need for an external Caml oracle...Gravatar xleroy2013-03-22
* Update clightgen to changes in Camlcoq and in AST.Gravatar xleroy2013-03-20
* Diab asm syntax issueGravatar xleroy2013-03-20
* For Pfreeframe, generate an "addi" over GPR1 when possible, to work around a ...Gravatar xleroy2013-03-18
* Remove the C primitives for unsigned long long arithmetic, replacedGravatar xleroy2013-03-18
* More aggressive CSE across Ibuiltin.Gravatar xleroy2013-03-17
* Assorted changes to reduce stack and heap requirements when compiling very bi...Gravatar xleroy2013-03-16
* Machsem: no longer useful.Gravatar xleroy2013-03-14
* Bind some local defs with Let, makes extracted code cleanerGravatar xleroy2013-03-12
* Maps: revised TREE interface; added mucho derived properties and operations i...Gravatar xleroy2013-03-12
* Suppress int64_unsigned_to_float, now unused.Gravatar xleroy2013-03-11
* More updates for 1.13Gravatar xleroy2013-03-11
* Fixed parsing of hex float literals 0xNNNpMMM.Gravatar xleroy2013-03-11
* Updated for version 1.13Gravatar xleroy2013-03-11
* Updating doc for 1.13Gravatar xleroy2013-03-11
* Useless ImportGravatar xleroy2013-03-10
* Glasnost: making transparent a number of definitions that were opaqueGravatar xleroy2013-03-10
* Assorted cleanups, esp. to avoid generating _rec and _rect recursors in Gravatar xleroy2013-03-09
* Improving the performance of exhaustive exploration (mode -all):Gravatar xleroy2013-03-09
* Finished backtracking (cf previous commit) for ARM and PowerPC.Gravatar xleroy2013-03-04
* Partial backtracking on previous commit: the "hole in Mach stack frame" Gravatar xleroy2013-03-03
* Updates to follow recent changes in PrintAsm.mlGravatar xleroy2013-03-01
* Some builtins were renamed, updatingGravatar xleroy2013-03-01
* Bug in PbtblGravatar xleroy2013-03-01
* No longer a dependency on MachtypingGravatar xleroy2013-03-01
* Fix 'interp' entryGravatar xleroy2013-03-01
* Testing dense switchesGravatar xleroy2013-03-01
* Revised Stacking and Asmgen passes and Mach semantics: Gravatar xleroy2013-03-01