| Commit message (Expand) | Author | Age |
* | - Support "switch" statements over 64-bit integers | xleroy | 2014-08-17 |
* | Merge the various $(ARCH)/$(VARIANT)/xxx.v files into $(ARCH)/xxx.v. | xleroy | 2014-07-23 |
* | Merge of "newspilling" branch: | xleroy | 2014-07-23 |
* | Refactoring: move symbol_offset into Genv. | xleroy | 2014-05-24 |
* | Integration of Jacques-Henri Jourdan's verified parser. | xleroy | 2014-04-29 |
* | Constprop: use "not" for "xorimm(-1)"; optimize == 1 and != 0 comparisons ove... | xleroy | 2014-04-09 |
* | Reducing compilation times: (by 35% on one example) | xleroy | 2014-04-06 |
* | Merge of branch linear-typing: | xleroy | 2014-04-06 |
* | Inlining: preserve all RTL regs mentioned in the function, not just | xleroy | 2014-03-29 |
* | Revert commits r2435 and r2436 (coarser RTLtyping / finer Lineartyping): | xleroy | 2014-03-28 |
* | Comments | xleroy | 2014-03-27 |
* | Move wt_instr_inv where it belongs. | xleroy | 2014-03-27 |
* | Revised division of labor between RTLtyping and Lineartyping: | xleroy | 2014-03-27 |
* | In Regalloc, dead code elimination, don't eliminate move operations | xleroy | 2014-02-23 |
* | Add option -Os to optimize for code size rather than for execution speed. | xleroy | 2014-02-19 |
* | Recognize .i and .p source files as C sources not to be preprocessed. | xleroy | 2014-02-05 |
* | - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4. | xleroy | 2014-01-12 |
* | Introduce and use the platform-specific Archi module giving: | xleroy | 2014-01-03 |
* | Updated neededness analysis for IA32. | xleroy | 2014-01-02 |
* | Updated ARM backend wrt new static analyses and optimizations. | xleroy | 2014-01-02 |
* | Ctypes.sizeof ty = 0 for empty types ty (zero-sized array, empty struct/union). | xleroy | 2013-12-30 |
* | Simpler, more robust emulation of calls to variadic functions: | xleroy | 2013-12-28 |
* | Support "default" cases in the middle of a "switch", not just at the end. | xleroy | 2013-12-21 |
* | Merge of branch value-analysis. | xleroy | 2013-12-20 |
* | - 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 |