aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAJ release 2.1v2.1xleroy2013-10-281-10/+25
* Better prepro options for XCode 5.0xleroy2013-10-281-1/+1
* Eliminate unreferenced inline functionsxleroy2013-10-281-2/+4
* Revise parsing of character constants for conformance with ISO C 99.xleroy2013-10-252-12/+14
* Fix doc comment for loc_arguments.xleroy2013-10-251-6/+6
* Revert commit r2349 because it triggers a bug in GNU as.xleroy2013-10-242-18/+29
* Use register names under Linux.xleroy2013-10-242-29/+18
* Fine-tuning of the "andimm" case to generate a move rather than an andimm whe...xleroy2013-10-242-2/+13
* Typing of integer literals: follow C99 rules exactly.xleroy2013-10-211-28/+29
* Revised renumbering of nodes and registers so that main function is not shift...xleroy2013-10-183-48/+114
* 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