summaryrefslogtreecommitdiff
path: root/backend
Commit message (Expand)AuthorAge
* - Support "switch" statements over 64-bit integersGravatar xleroy2014-08-17
* Merge the various $(ARCH)/$(VARIANT)/xxx.v files into $(ARCH)/xxx.v.Gravatar xleroy2014-07-23
* Merge of "newspilling" branch:Gravatar xleroy2014-07-23
* Refactoring: move symbol_offset into Genv.Gravatar xleroy2014-05-24
* Integration of Jacques-Henri Jourdan's verified parser.Gravatar xleroy2014-04-29
* Constprop: use "not" for "xorimm(-1)"; optimize == 1 and != 0 comparisons ove...Gravatar xleroy2014-04-09
* Reducing compilation times: (by 35% on one example)Gravatar xleroy2014-04-06
* Merge of branch linear-typing:Gravatar xleroy2014-04-06
* Inlining: preserve all RTL regs mentioned in the function, not justGravatar xleroy2014-03-29
* Revert commits r2435 and r2436 (coarser RTLtyping / finer Lineartyping):Gravatar xleroy2014-03-28
* CommentsGravatar xleroy2014-03-27
* Move wt_instr_inv where it belongs.Gravatar xleroy2014-03-27
* Revised division of labor between RTLtyping and Lineartyping:Gravatar xleroy2014-03-27
* In Regalloc, dead code elimination, don't eliminate move operationsGravatar xleroy2014-02-23
* Add option -Os to optimize for code size rather than for execution speed.Gravatar xleroy2014-02-19
* Recognize .i and .p source files as C sources not to be preprocessed.Gravatar xleroy2014-02-05
* - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4.Gravatar xleroy2014-01-12
* Introduce and use the platform-specific Archi module giving:Gravatar xleroy2014-01-03
* Updated neededness analysis for IA32.Gravatar xleroy2014-01-02
* Updated ARM backend wrt new static analyses and optimizations.Gravatar xleroy2014-01-02
* Ctypes.sizeof ty = 0 for empty types ty (zero-sized array, empty struct/union).Gravatar xleroy2013-12-30
* Simpler, more robust emulation of calls to variadic functions:Gravatar xleroy2013-12-28
* Support "default" cases in the middle of a "switch", not just at the end.Gravatar xleroy2013-12-21
* Merge of branch value-analysis.Gravatar xleroy2013-12-20
* - Recognize __builtin_fabs as an operator, not just a builtin,Gravatar xleroy2013-11-06
* Revised renumbering of nodes and registers so that main function is not shift...Gravatar xleroy2013-10-18
* Cminor parsing and printing (from Andrew Tolmach)Gravatar xleroy2013-10-16
* Do not use Format for faster printing of RTL, XTL, LTL, MachGravatar xleroy2013-09-26
* Small improvements in compilation times for the register allocation pass.Gravatar xleroy2013-09-20
* Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms Gravatar xleroy2013-09-14
* Oops, wrong commit of generated files.Gravatar xleroy2013-08-24
* Forgot to add these two files.Gravatar xleroy2013-08-24
* Simplify LPMap by smashing bottoms.Gravatar xleroy2013-08-12
* Change interface of Kildall solvers to avoid precomputing the map pc -> list ...Gravatar xleroy2013-08-12
* Optimize integer divisions by positive constants, turning them intoGravatar xleroy2013-07-29
* Treat casts int64 -> float32 as primitive operations instead of twoGravatar xleroy2013-07-03
* Typo in commentGravatar xleroy2013-06-17
* Merge of the "princeton" branch:Gravatar xleroy2013-06-16
* Hunting stack overflows again:Gravatar xleroy2013-05-27
* Merge of the float32 branch: Gravatar xleroy2013-05-19
* Add option -fno-tailcalls to turn off tailcall elimination (causes problem wi...Gravatar xleroy2013-05-17
* Add interferences at function entry with destroyed_at_function_entry.Gravatar xleroy2013-05-08
* Refactoring: move definition of chunk_of_type to AST.v.Gravatar xleroy2013-05-06
* Extend CSE of loads following stores to chunks Mint64 and Mfloat64al32.Gravatar xleroy2013-05-02
* Coq-defined equality functions for Allocation.Gravatar xleroy2013-05-01
* Removing modules now unusedGravatar xleroy2013-05-01
* Expand 64-bit integer comparisons into 32-bit integer comparisons.Gravatar xleroy2013-04-29
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* RTLtyping: now performed entirely in Coq, no need for an external Caml oracle...Gravatar xleroy2013-03-22
* More aggressive CSE across Ibuiltin.Gravatar xleroy2013-03-17