aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add option -fno-tailcalls to turn off tailcall elimination (causes problem wi...xleroy2013-05-178-13/+22
* Update PowerPC portxleroy2013-05-172-8/+14
* Update ARM port.xleroy2013-05-172-16/+14
* Preliminary support for debugging info (-g).xleroy2013-05-179-49/+285
* "->" can be applied to an array, not just a pointer.xleroy2013-05-161-1/+1
* MacOS: try to add link option -Wl,-no-pie when needed e.g. 10.8 and up.xleroy2013-05-131-1/+6
* Support __attribute__(ident) where ident is not bound. Useful for GCC compat...xleroy2013-05-131-3/+6
* Missing case: initialization of a global variable of type _Bool.xleroy2013-05-085-2/+6
* Add interferences at function entry with destroyed_at_function_entry.xleroy2013-05-081-2/+8
* Revised semantics and compilation of 2-argument C operators to better match xleroy2013-05-066-195/+316
* Refactoring: move definition of chunk_of_type to AST.v.xleroy2013-05-067-23/+11
* Syntax errorsxleroy2013-05-062-31/+31
* Wrong pseudo-instrxleroy2013-05-061-1/+1
* Support for in64 -> float conversions w/ correct rounding.xleroy2013-05-0610-7/+414
* ia32/i64_dtou: wrong play on rounding modexleroy2013-05-058-52/+145
* Extend CSE of loads following stores to chunks Mint64 and Mfloat64al32.xleroy2013-05-022-2/+4
* Stack-align to 8 arguments of Tfloat and Tlong types, as per the SVR4 ABI and...xleroy2013-05-021-16/+32
* Clean up 'make clean'xleroy2013-05-011-2/+1
* Use "-as" to put CompCert modules in a compcert.xxx namespace.xleroy2013-05-015-28/+50
* Oops, removed a crucial declaration for Allocation.xleroy2013-05-011-0/+4
* Coq-defined equality functions for Allocation. (continued)xleroy2013-05-012-6/+20
* Coq-defined equality functions for Allocation.xleroy2013-05-016-45/+56
* Removing modules now unusedxleroy2013-05-016-2822/+0
* Add bswap16xleroy2013-04-301-1/+23