aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Generate output files in current directory; can be overriden with -o optionxleroy2012-10-083-34/+65
* Make Clight independent of CompCert C.xleroy2012-10-0822-1385/+1522
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-0647-2816/+2739
* 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
* Define useful functions instr_defs and instr_usesxleroy2012-08-101-0/+35
* Remove Val.is_true and Val.is_false, no longer used.xleroy2012-08-065-103/+74
* Updated documentationxleroy2012-08-021-28/+19
* Removed old, commented-out definitions.xleroy2012-08-011-292/+30
* More aggressive elimination of conditional branches during constantxleroy2012-08-013-201/+234
* Forgot to collect types of expressionsxleroy2012-07-282-2/+6
* - Revised non-overflow constraints on memory injections so that xleroy2012-07-2338-183/+331
* Remove the PowerPC/MacOS X port, as MacOS no longer supports PowerPC.xleroy2012-07-144-937/+21
* Support for indirect symbols under MacOS X (final).xleroy2012-07-1416-112/+53
* Support for MacOS X's indirect symbols. (first try)xleroy2012-07-1310-41/+102
* Late update for 1.11xleroy2012-07-131-4/+6
* Preparation for release 1.11v1.11xleroy2012-07-132-6/+6
* checklink: dead and debug code eliminationvarobert2012-07-122-3/+0
* checklink: simplificationsvarobert2012-07-122-67/+73
* checklink: allow other number formats in configurationvarobert2012-07-121-1/+1
* checklink: minor fixesvarobert2012-07-122-7/+9
* checklink: configuration, indicate external symbolsvarobert2012-07-123-66/+84
* checklink: added configurabilityvarobert2012-07-113-64/+180
* checklink: more stringent compilationvarobert2012-07-112-2/+2
* Strip quotes from section names during #pragma parsing.xleroy2012-07-114-9/+9
* Updated ARM port.xleroy2012-07-105-29/+20
* Accept long double literals if -flongdouble is given.xleroy2012-07-101-1/+1
* checklink: fixed SDA inference, passes testvarobert2012-07-101-6/+4
* Micro-optimization of (x & mask) >>s amount into a rolm when mask >= 0.xleroy2012-07-093-16/+77
* Revert unintentional commit #1955xleroy2012-07-065-16/+12
* checklink: minor changesvarobert2012-07-051-8/+9
* Ajout trunk CompCertblazy2012-07-045-12/+16
* checklink: better diagnosisvarobert2012-07-041-112/+103
* checklink: some more debug tracingvarobert2012-07-041-0/+3
* checklink: more defensive is_paddingvarobert2012-07-041-1/+2
* checklink: fixed bits/bytes mistakevarobert2012-07-041-1/+1
* Update CombineOp for arm and ia32.xleroy2012-07-034-7/+21
* checklink: adaptation to the new floatsvarobert2012-07-033-7/+11
* Process successors in increasing order. Helps preserving the nice CFGxleroy2012-07-011-23/+62
* Factor out the evaluation of the float constant in intuoffloat.xleroy2012-07-012-16/+17
* Recombine x = cmp(...); if (x == 1) ...xleroy2012-07-016-12/+157
* Added option -falign-functionsxleroy2012-07-016-7/+19
* More aggressive 'uncasting' before storing small integersxleroy2012-06-302-104/+145
* checklink: Faster printingvarobert2012-06-292-64/+121
* checklink: Indentationvarobert2012-06-291-17/+17
* checklink: removed garbage codevarobert2012-06-291-1/+1
* Changelog: updatedxleroy2012-06-285-28/+97
* Use Flocq for floatsxleroy2012-06-2854-168/+26114
* Make min_int / -1 and min_int % -1 semantically undefinedxleroy2012-06-0916-44/+81
* More properties on mul/div/modxleroy2012-06-091-0/+39