| Commit message (Expand) | Author | Age |
* | - Recognize __builtin_fabs as an operator, not just a builtin, | xleroy | 2013-11-06 |
* | Revised renumbering of nodes and registers so that main function is not shift... | xleroy | 2013-10-18 |
* | Cminor parsing and printing (from Andrew Tolmach) | xleroy | 2013-10-16 |
* | Do not use Format for faster printing of RTL, XTL, LTL, Mach | xleroy | 2013-09-26 |
* | Small improvements in compilation times for the register allocation pass. | xleroy | 2013-09-20 |
* | Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms | xleroy | 2013-09-14 |
* | Oops, wrong commit of generated files. | xleroy | 2013-08-24 |
* | Forgot to add these two files. | xleroy | 2013-08-24 |
* | Simplify LPMap by smashing bottoms. | xleroy | 2013-08-12 |
* | Change interface of Kildall solvers to avoid precomputing the map pc -> list ... | xleroy | 2013-08-12 |
* | Optimize integer divisions by positive constants, turning them into | xleroy | 2013-07-29 |
* | Treat casts int64 -> float32 as primitive operations instead of two | xleroy | 2013-07-03 |
* | Typo in comment | xleroy | 2013-06-17 |
* | Merge of the "princeton" branch: | xleroy | 2013-06-16 |
* | Hunting stack overflows again: | xleroy | 2013-05-27 |
* | Merge of the float32 branch: | xleroy | 2013-05-19 |
* | Add option -fno-tailcalls to turn off tailcall elimination (causes problem wi... | xleroy | 2013-05-17 |
* | Add interferences at function entry with destroyed_at_function_entry. | xleroy | 2013-05-08 |
* | Refactoring: move definition of chunk_of_type to AST.v. | xleroy | 2013-05-06 |
* | Extend CSE of loads following stores to chunks Mint64 and Mfloat64al32. | xleroy | 2013-05-02 |
* | Coq-defined equality functions for Allocation. | xleroy | 2013-05-01 |
* | Removing modules now unused | xleroy | 2013-05-01 |
* | Expand 64-bit integer comparisons into 32-bit integer comparisons. | xleroy | 2013-04-29 |
* | Big merge of the newregalloc-int64 branch. Lots of changes in two directions: | xleroy | 2013-04-20 |
* | RTLtyping: now performed entirely in Coq, no need for an external Caml oracle... | xleroy | 2013-03-22 |
* | More aggressive CSE across Ibuiltin. | xleroy | 2013-03-17 |
* | Assorted changes to reduce stack and heap requirements when compiling very bi... | xleroy | 2013-03-16 |
* | Machsem: no longer useful. | xleroy | 2013-03-14 |
* | Glasnost: making transparent a number of definitions that were opaque | xleroy | 2013-03-10 |
* | Assorted cleanups, esp. to avoid generating _rec and _rect recursors in | xleroy | 2013-03-09 |
* | Finished backtracking (cf previous commit) for ARM and PowerPC. | xleroy | 2013-03-04 |
* | Partial backtracking on previous commit: the "hole in Mach stack frame" | xleroy | 2013-03-03 |
* | Revised Stacking and Asmgen passes and Mach semantics: | xleroy | 2013-03-01 |
* | Constant propagation within __builtin_annot. | xleroy | 2013-02-24 |
* | Pointers one past | xleroy | 2013-02-15 |
* | lib/Integers.v: revised and extended, faster implementation based on | xleroy | 2013-02-10 |
* | Ported to Coq 8.4pl1. Merge of branches/coq-8.4. | xleroy | 2013-01-29 |
* | Quote idents for safe re-parsing | xleroy | 2013-01-08 |
* | Update Cminor parser and printer so that the parser can parse the whole Cmino... | xleroy | 2013-01-07 |
* | RTLgenaux: heuristic to orient if-then-else statements based on sizes. | xleroy | 2012-12-31 |
* | Remove some useless "Require". | xleroy | 2012-12-30 |
* | Merge of the clightgen branch: | xleroy | 2012-12-29 |
* | Separate interference graphs for ints and floats, i.e. don't record interfere... | xleroy | 2012-12-20 |
* | Globalenvs: allocate one-byte block with permissions Nonempty for each | xleroy | 2012-11-12 |
* | Merge of branch seq-and-or. See Changelog for details. | xleroy | 2012-10-06 |
* | Define useful functions instr_defs and instr_uses | xleroy | 2012-08-10 |
* | Remove Val.is_true and Val.is_false, no longer used. | xleroy | 2012-08-06 |
* | Updated documentation | xleroy | 2012-08-02 |
* | More aggressive elimination of conditional branches during constant | xleroy | 2012-08-01 |
* | - Revised non-overflow constraints on memory injections so that | xleroy | 2012-07-23 |