summaryrefslogtreecommitdiff
path: root/backend
Commit message (Expand)AuthorAge
* 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
* Simplification de la semantique de LTL et LTLin. Les details lies aux conven...Gravatar xleroy2008-07-25
* Fusion partielle de la branche contsem: Gravatar xleroy2008-07-08
* Nettoyage du traitement des signatures au return dans LTL et LTLinGravatar xleroy2008-07-07
* Revu les comparaisons de pointeurs: == et <> sont definis entre 2 pointeurs v...Gravatar xleroy2008-05-30
* Introduction de l'operation intuoffloat (float -> unsigned int). Pas encore ...Gravatar xleroy2008-05-30
* Revu le traitement de la 'red zone' en bas de la pileGravatar xleroy2008-04-12
* Revu gestion retaddr et link dans StackingGravatar xleroy2008-04-12
* Meilleure selection pour if ((a && b) != 0), etcGravatar xleroy2008-03-27
* Nettoyages docGravatar xleroy2008-03-19
* Ajout license, README, copyright noticesGravatar xleroy2008-01-27