aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cminor parsing and printing (from Andrew Tolmach)xleroy2013-10-167-24/+175
* Warn for volatile accesses to compositesxleroy2013-10-161-0/+8
* PackedStructs.ml: cleanups and bug-fixesxleroy2013-10-132-15/+17
* Merge of the "alignas" branch.xleroy2013-10-0526-428/+538
* Follow-up to commit 2339:xleroy2013-10-051-1/+1
* Elab:xleroy2013-10-042-29/+34
* Do not use Format for faster printing of RTL, XTL, LTL, Machxleroy2013-09-262-2/+2
* Do not use Format for faster printing of RTL, XTL, LTL, Machxleroy2013-09-266-137/+129
* MacOS X linker option galorexleroy2013-09-261-1/+1
* Slightly more efficient conversion positive <-> intxleroy2013-09-261-17/+22
* Small improvements in compilation times for the register allocation pass.xleroy2013-09-206-22/+86
* Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms xleroy2013-09-1420-107/+374
* Change the way arguments to __builtin_annot are converted. Use the same conv...xleroy2013-09-141-2/+6
* Oops, wrong commit of generated files.xleroy2013-08-242-758/+0
* Forgot to add these two files.xleroy2013-08-242-0/+758
* Simplify LPMap by smashing bottoms.xleroy2013-08-122-145/+48
* Change interface of Kildall solvers to avoid precomputing the map pc -> list ...xleroy2013-08-1220-237/+288
* Add test for NaNsxleroy2013-08-022-4/+95
* Merge of Flocq version 2.2.0.xleroy2013-08-0238-364/+2378
* Alternate characterization of alignment constraints in memory injection, whic...xleroy2013-07-311-107/+108
* Update cchecklink w/ new Asm instructions Pmulh*xleroy2013-07-292-0/+24
* Optimize integer divisions by positive constants, turning them intoxleroy2013-07-2936-182/+2663
* Add another expansion of shrx in terms of shifts and adds (from Hacker's Deli...xleroy2013-07-281-42/+72
* More properties about subtraction and borrow.xleroy2013-07-151-18/+59
* More accurate model of condition register flags for ARM and IA32.xleroy2013-07-139-327/+655
* Revised handling of int->float conversions:xleroy2013-07-085-17/+106
* Add option -no-runtime-lib.xleroy2013-07-081-1/+4
* Compile in debug mode and activate stack backtraces.xleroy2013-07-072-0/+3
* Bad printing of alignment on 'comm' symbols.xleroy2013-07-073-5/+9
* Treat casts int64 -> float32 as primitive operations instead of twoxleroy2013-07-0317-20/+475
* Follow-up to commit 2288: add test for special case of long division.xleroy2013-07-032-25/+502
* powerpc: faster implementation of long division modeled on that for IA32xleroy2013-07-035-70/+220
* Version 2.00 -> version 2.0v2.0xleroy2013-06-213-4/+4
* Recognize attribute((packed)) after a "struct {...}" and not just between "st...xleroy2013-06-215-18/+58
* Missing case for EF_inline_asm.xleroy2013-06-201-0/+2
* Updates in preparation for release 2.00xleroy2013-06-192-52/+20
* One more copyright header update.xleroy2013-06-171-1/+0
* Updating LICENSE and license headers, continued.xleroy2013-06-172-0/+5
* Update LICENSE file and headers for dual-licensed files.xleroy2013-06-177-402/+55
* Typo in commentxleroy2013-06-171-1/+1
* Update version numberxleroy2013-06-161-1/+2
* Updated for release 2.00xleroy2013-06-161-3/+60
* Merge of the "princeton" branch:xleroy2013-06-1635-1040/+1237
* More precise and faster recovery of function name from function or fundef value.xleroy2013-06-081-2/+8
* Fix compilation of runtime system.xleroy2013-05-292-2/+6
* Hunting stack overflows again:xleroy2013-05-272-4/+6
* powerpc: tentative support for Diab debug infoxleroy2013-05-203-24/+49
* Merge of the float32 branch: xleroy2013-05-1950-963/+2237
* Prettier outputxleroy2013-05-191-4/+7
* Issue with simplification of nested ?: expressions of different types.xleroy2013-05-194-85/+135