aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* checklink: improved user-friendlinessvarobert2012-06-045-161/+184
* checklink: improved error messagesvarobert2012-06-012-16/+48
* checklink: new disassembler, error severity, ...varobert2012-06-015-1054/+1085
* checklink: better error messagesvarobert2012-05-311-9/+10
* checklink: fixed FSQRTEx parsingvarobert2012-05-311-1/+1
* Better error reports for checklinkvarobert2012-05-302-77/+98
* Removed Oandimm, etc, cases, because of 2-address constraints...xleroy2012-05-292-24/+0
* Memdata: cleanup continuedxleroy2012-05-262-178/+131
* CSE: add recognition of some combined operators, conditions, and addressing m...xleroy2012-05-2628-471/+1172
* cchecklink continues when sections overlapvarobert2012-05-243-62/+77
* More efficient implementation of reg_valnumxleroy2012-05-222-90/+168
* Merge of the newmem branch:xleroy2012-05-2149-1945/+5923
* Hack with nxorxleroy2012-05-183-0/+10
* Use freg <-> 2 ireg move instructions to fix up calling conventionsxleroy2012-05-181-4/+2
* cchecklink now reads segments instead of sectionsvarobert2012-05-108-285/+354
* Fixed float comparison in checklinkvarobert2012-05-021-2/+5
* Added small data area support to checklinkvarobert2012-04-203-58/+201
* New section mapping checks and symbol data lookupvarobert2012-04-134-57/+118
* Added long versions of Pbf and Pbtvarobert2012-04-121-42/+80
* Added Pallocframe second formvarobert2012-04-121-3/+13
* Faster ndxes_of_sym_namevarobert2012-04-125-26/+51
* Configuration, build and install for cchecklink. Clean-ups in myocamlbuild.ml.xleroy2012-04-043-4/+27
* Tracing each data chunk in debug modevarobert2012-04-042-0/+16
* Added safety to potentially overflowing arithmeticsvarobert2012-04-0410-151/+206