aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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