summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Merge of branch seq-and-or. See Changelog for details.Gravatar xleroy2012-10-06
* Micro-optimization of (x & mask) >>s amount into a rolm when mask >= 0.Gravatar xleroy2012-07-09
* Process successors in increasing order. Helps preserving the nice CFGGravatar xleroy2012-07-01
* Changelog: updatedGravatar xleroy2012-06-28
* Use Flocq for floatsGravatar xleroy2012-06-28
* More properties on mul/div/modGravatar xleroy2012-06-09
* Memdata: cleanup continuedGravatar xleroy2012-05-26
* Merge of the newmem branch:Gravatar xleroy2012-05-21
* More aggressive common subexpression elimination (CSE) of memory loads.Gravatar xleroy2012-02-23
* Merge of the nonstrict-ops branch:Gravatar xleroy2012-01-14
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsGravatar xleroy2011-10-18
* Changelog, doc: updated for release 1.9Gravatar xleroy2011-08-22
* Cleaned up old commented-out partsGravatar xleroy2011-08-19
* Merge of branch new-semantics: revised and strengthened top-level statements ...Gravatar xleroy2011-07-15
* Back from Oregon commit. Gravatar xleroy2011-07-05
* Relating neg and notGravatar xleroy2011-06-22
* Merge of branch "unsigned-offsets":Gravatar xleroy2011-04-09
* Updated for Coq 8.3pl1. Some cleanups in test/*/Makefile.Gravatar xleroy2011-03-09
* float->int conversions, continued: weaker axiomatization.Gravatar xleroy2010-10-29
* Float.intoffloat and Float.intuoffloat are now partial functions.Gravatar xleroy2010-10-28
* Various algorithmic improvements that reduce compile times (thanks Alexandre ...Gravatar xleroy2010-10-27
* License for Floataux.mlGravatar xleroy2010-10-27
* 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
* Support for inlined built-ins.Gravatar xleroy2010-06-29
* All axioms used in the CompCert developmentGravatar xleroy2010-06-28
* Merging the Princeton implementation of the memory model. Separate axioms in...Gravatar xleroy2010-06-28
* Typo in documentationGravatar xleroy2010-05-26
* Fewer float axioms.Gravatar xleroy2010-05-09
* Suppressed axioms Float.eq_zero_{true,false}, since the latter isGravatar xleroy2010-05-09
* Revised encoding/decoding of floatsGravatar xleroy2010-05-09
* More theorems about sign and zero extensionsGravatar xleroy2010-05-05
* Merge of the newmem and newextcalls branches:Gravatar xleroy2010-03-07
* Switching to the new C parser/elaborator/simplifierGravatar xleroy2010-03-03
* 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
* Cleaned up list_drop.Gravatar xleroy2009-11-18
* 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
* Cil2Csyntax: added goto and labels; added assignment between structsGravatar xleroy2009-08-16
* Unionfind data structure, used in new implementation of backend/TunnelingGravatar xleroy2009-08-16
* Added 'going wrong' behaviorsGravatar xleroy2009-08-05
* Use Extraction BlacklistGravatar xleroy2009-07-25
* Adapted to work with Coq 8.2-1Gravatar xleroy2009-06-05
* Reserve register GPR13 for compatibility with EABI. Optimize operations 'x >...Gravatar xleroy2009-02-26
* Conflict between extraction/CList and cil/obj/xxx/clist on case-insensitive f...Gravatar xleroy2009-01-29
* - Added alignment constraints to memory loads and stores.Gravatar xleroy2009-01-11
* 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