summaryrefslogtreecommitdiff
path: root/backend
Commit message (Expand)AuthorAge
* Merge of the reuse-temps branch:Gravatar xleroy2010-09-02
* Integers: cleaned up bitwise operations, redefined shr, zero_ext and sign_extGravatar xleroy2010-08-21
* Nettoyages pour docGravatar xleroy2010-08-18
* Merge of branches/full-expr-4:Gravatar xleroy2010-08-18
* Forgot to add this file. Part of the refactoring of $ARCH/$SYSTEM/Conventions.vGravatar xleroy2010-07-07
* Support for inlined built-ins.Gravatar xleroy2010-06-29
* Merging the Princeton implementation of the memory model. Separate axioms in...Gravatar xleroy2010-06-28
* Updated Caml parts to match new representation for global variables.Gravatar xleroy2010-05-26
* More faithful semantics for volatile reads and writes.Gravatar xleroy2010-05-23
* - Extended traces so that pointers within globals are supported as event values.Gravatar xleroy2010-05-10
* Improved coalescing heuristics based on Hailperin's paper.Gravatar xleroy2010-05-08
* Removed an ADMITTED that was unused, fortunatelyGravatar xleroy2010-05-05
* Pretty-printers for RTL and LTL. Not yet well integrated.Gravatar xleroy2010-05-02
* Compute spill costs.Gravatar xleroy2010-05-02
* In compilation of Sassign, avoid systematic move from a fresh temp.Gravatar xleroy2010-05-02
* Coloring: allow to exclude user-specified registers from allocation.Gravatar xleroy2010-04-10
* Include targets of preference edges in all_interf_regs. Not needed for corre...Gravatar xleroy2010-03-30
* More resistant proofGravatar xleroy2010-03-28
* Restored the big-step semantics for CminorGravatar xleroy2010-03-11
* Merge of the newmem and newextcalls branches:Gravatar xleroy2010-03-07
* Switching to the new C parser/elaborator/simplifierGravatar xleroy2010-03-03
* Backtracking on commit 1220Gravatar xleroy2010-01-13
* ajout branche allocation de registresGravatar blazy2010-01-08
* MAJ extraction after changes in IntegersGravatar xleroy2009-12-16
* Revised lib/Integers.v to make it parametric w.r.t. word size.Gravatar xleroy2009-11-19
* More realistic treatment of jump tables: show the absence of overflow when ac...Gravatar xleroy2009-11-10
* Added support for jump tables in back end.Gravatar xleroy2009-11-10
* Coloringaux: make identifiers unique; special treatment of precolored Gravatar xleroy2009-08-26
* Forgot to add some filesGravatar xleroy2009-08-18
* "val_match_approx_increasing" moved from mach-dep part to mach-indep part.Gravatar xleroy2009-08-18
* Refactoring of Constprop and Constpropproof into a machine-dependent part and...Gravatar xleroy2009-08-17
* Refactored Selection.v and Selectionproof.v into a machine-dependent part + a...Gravatar xleroy2009-08-17
* Cil2Csyntax: added goto and labels; added assignment between structsGravatar xleroy2009-08-16
* Distinguish two kinds of nonterminating behaviors: silent divergenceGravatar xleroy2009-08-16
* Update spill costs when coalescingGravatar xleroy2009-08-16
* Added 'going wrong' behaviorsGravatar xleroy2009-08-05
* Transition semantics for Clight and CsharpminorGravatar xleroy2009-08-03
* Adapted to work with Coq 8.2-1Gravatar xleroy2009-06-05
* Added tail call optimization passGravatar xleroy2009-03-26
* New linearization heuristicGravatar xleroy2009-02-27
* Conflict between extraction/CList and cil/obj/xxx/clist on case-insensitive f...Gravatar xleroy2009-01-29
* Elimination of "alloc" instruction in Caml files and test files.Gravatar xleroy2009-01-11
* - Added alignment constraints to memory loads and stores.Gravatar xleroy2009-01-11
* Fixed unary minusGravatar xleroy2009-01-07
* Cminor, CminorSel: removed useless premises in rules for SreturnGravatar xleroy2009-01-04
* Reorganized the development, modularizing away machine-dependent parts.Gravatar xleroy2008-12-30
* Replace cast{8,16}{signed,unsigned} with zero_ext and sign_ext.Gravatar xleroy2008-12-29
* Revised back-end so that only 2 integer registers are reserved for reloading.Gravatar xleroy2008-12-21
* Flag to turn on/off the recognition of fused multiply-add and multiply-subGravatar xleroy2008-07-31
* MAJ documentationGravatar xleroy2008-07-27