summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* MAJGravatar xleroy2011-08-16
* New backend pass "RRE": optimize (somewhat) redundant reloads introduced by t...Gravatar xleroy2011-08-16
* 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: wrong moves generated in print_builtin_memcpy_big.Gravatar xleroy2011-08-10
* Treatment of volatiles: offer the choice between random reads and treating vo...Gravatar xleroy2011-08-09
* More vigorous scrubbing of r-value structsGravatar xleroy2011-08-09
* Improved treatment of structs/unions as r-valuesGravatar xleroy2011-08-08
* IA32 port: more faithful treatment of pseudoregister ST0.Gravatar xleroy2011-08-08
* Cleaned up handling of composite conditionsGravatar xleroy2011-08-05
* Wrong ifdef PPCGravatar xleroy2011-08-05
* More builtins for ARM and PowerPCGravatar xleroy2011-08-05
* arm/PrintAsm: bugs in expansion of new builtinsGravatar xleroy2011-08-05
* Flag long long and long double literalsGravatar xleroy2011-07-31
* Check fcmpd semanticsGravatar xleroy2011-07-31
* ARM: added reversed load/store builtins + bswap builtin (to be tested)Gravatar xleroy2011-07-30
* ARM codegen ported to new ABI + VFD floatsGravatar xleroy2011-07-30
* Interp.ml: initialize PRNGGravatar xleroy2011-07-29
* Typo in arm/PrintAsm.mlGravatar xleroy2011-07-28
* Updated Makefile and dependencies. Typo in powerpc/PrintAsm.ml.Gravatar xleroy2011-07-28
* Added animation of the CompCert C semantics (ccomp -interp)Gravatar xleroy2011-07-28
* Check for duplicate label definitionsGravatar xleroy2011-07-18
* More precise typechecking of statementsGravatar xleroy2011-07-17
* Improved semantics of castsGravatar xleroy2011-07-17
* In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...Gravatar xleroy2011-07-16
* Merge of branch new-semantics: revised and strengthened top-level statements ...Gravatar xleroy2011-07-15
* Fix treatment of function pointers at function calls in the CompCert C and Cl...Gravatar xleroy2011-07-14
* Back from Oregon commit. Gravatar xleroy2011-07-05
* Relating neg and notGravatar xleroy2011-06-22
* Forgot to print Oroli opGravatar xleroy2011-06-22
* Recognition of rlwimi instruction (useful for bitfield assignment)Gravatar xleroy2011-06-21
* Coloringaux: better cost estimate for annotation builtinsGravatar xleroy2011-06-14
* Add preference for annot_val builtinGravatar xleroy2011-06-14
* Forgot to add new fileGravatar xleroy2011-06-14
* Revised handling of annotation statements, and more generally built-in functi...Gravatar xleroy2011-06-13
* Minor update in Clight (big-step)Gravatar blazy2011-06-08
* Oaddrsymbol and small data areaGravatar xleroy2011-06-07
* Ajout big-step Clight et preuve big-step -> small-stepGravatar blazy2011-05-25
* Forgot somethingGravatar xleroy2011-05-24
* Update for release 1.8.2Gravatar xleroy2011-05-24
* Nicer printing of annotations.Gravatar xleroy2011-05-23
* Silence a warning that happens all too often in MacOS XGravatar xleroy2011-05-12
* Another try for the ifdefGravatar xleroy2011-05-12
* Wrong ifdefGravatar xleroy2011-05-12
* TypoGravatar xleroy2011-05-12
* cparser: support for attributes over struct and union.Gravatar xleroy2011-05-12
* cparser/StructAssign: always use __builtin_memcpy + alignment indicationGravatar xleroy2011-05-11
* powerpc/PrintAsm.ml arm/PrintAsm.ml: updated (no label elimination).Gravatar xleroy2011-05-08
* Added pass CleanupLabels to remove unreferenced labels in a proved way.Gravatar xleroy2011-05-08