summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Remove Val.is_true and Val.is_false, no longer used.Gravatar xleroy2012-08-06
* Updated documentationGravatar xleroy2012-08-02
* Removed old, commented-out definitions.Gravatar xleroy2012-08-01
* More aggressive elimination of conditional branches during constantGravatar xleroy2012-08-01
* Forgot to collect types of expressionsGravatar xleroy2012-07-28
* - Revised non-overflow constraints on memory injections so that Gravatar xleroy2012-07-23
* Remove the PowerPC/MacOS X port, as MacOS no longer supports PowerPC.Gravatar xleroy2012-07-14
* Support for indirect symbols under MacOS X (final).Gravatar xleroy2012-07-14
* Support for MacOS X's indirect symbols. (first try)Gravatar xleroy2012-07-13
* Late update for 1.11Gravatar xleroy2012-07-13
* Preparation for release 1.11Gravatar xleroy2012-07-13
* checklink: dead and debug code eliminationGravatar varobert2012-07-12
* checklink: simplificationsGravatar varobert2012-07-12
* checklink: allow other number formats in configurationGravatar varobert2012-07-12
* checklink: minor fixesGravatar varobert2012-07-12
* checklink: configuration, indicate external symbolsGravatar varobert2012-07-12
* checklink: added configurabilityGravatar varobert2012-07-11
* checklink: more stringent compilationGravatar varobert2012-07-11
* Strip quotes from section names during #pragma parsing.Gravatar xleroy2012-07-11
* Updated ARM port.Gravatar xleroy2012-07-10
* Accept long double literals if -flongdouble is given.Gravatar xleroy2012-07-10
* checklink: fixed SDA inference, passes testGravatar varobert2012-07-10
* Micro-optimization of (x & mask) >>s amount into a rolm when mask >= 0.Gravatar xleroy2012-07-09
* Revert unintentional commit #1955Gravatar xleroy2012-07-06
* checklink: minor changesGravatar varobert2012-07-05
* Ajout trunk CompCertGravatar blazy2012-07-04
* checklink: better diagnosisGravatar varobert2012-07-04
* checklink: some more debug tracingGravatar varobert2012-07-04
* checklink: more defensive is_paddingGravatar varobert2012-07-04
* checklink: fixed bits/bytes mistakeGravatar varobert2012-07-04
* Update CombineOp for arm and ia32.Gravatar xleroy2012-07-03
* checklink: adaptation to the new floatsGravatar varobert2012-07-03
* Process successors in increasing order. Helps preserving the nice CFGGravatar xleroy2012-07-01
* Factor out the evaluation of the float constant in intuoffloat.Gravatar xleroy2012-07-01
* Recombine x = cmp(...); if (x == 1) ...Gravatar xleroy2012-07-01
* Added option -falign-functionsGravatar xleroy2012-07-01
* More aggressive 'uncasting' before storing small integersGravatar xleroy2012-06-30
* checklink: Faster printingGravatar varobert2012-06-29
* checklink: IndentationGravatar varobert2012-06-29
* checklink: removed garbage codeGravatar varobert2012-06-29
* Changelog: updatedGravatar xleroy2012-06-28
* Use Flocq for floatsGravatar xleroy2012-06-28
* Make min_int / -1 and min_int % -1 semantically undefinedGravatar xleroy2012-06-09
* More properties on mul/div/modGravatar xleroy2012-06-09
* checklink: improved user-friendlinessGravatar varobert2012-06-04
* checklink: improved error messagesGravatar varobert2012-06-01
* checklink: new disassembler, error severity, ...Gravatar varobert2012-06-01
* checklink: better error messagesGravatar varobert2012-05-31
* checklink: fixed FSQRTEx parsingGravatar varobert2012-05-31
* Better error reports for checklinkGravatar varobert2012-05-30