index
:
debian-compcert
master
pristine-tar
upstream
Debian packaging for CompCert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Integers.v
Commit message (
Expand
)
Author
Age
*
Expand 64-bit integer comparisons into 32-bit integer comparisons.
xleroy
2013-04-29
*
Decomposing 64-bit "less than" comparisons.
xleroy
2013-04-29
*
Big merge of the newregalloc-int64 branch. Lots of changes in two directions:
xleroy
2013-04-20
*
Glasnost: making transparent a number of definitions that were opaque
xleroy
2013-03-10
*
Assorted cleanups, esp. to avoid generating _rec and _rect recursors in
xleroy
2013-03-09
*
Forgot theorem "sign_ext_narrow".
xleroy
2013-02-12
*
lib/Integers.v: revised and extended, faster implementation based on
xleroy
2013-02-10
*
Some more properties. Refactored some proofs.
xleroy
2013-02-04
*
Ported to Coq 8.4pl1. Merge of branches/coq-8.4.
xleroy
2013-01-29
*
Integers: specialized function to compute x mod 2^N; used in "repr" to
xleroy
2012-12-21
*
Micro-optimization of (x & mask) >>s amount into a rolm when mask >= 0.
xleroy
2012-07-09
*
Changelog: updated
xleroy
2012-06-28
*
More properties on mul/div/mod
xleroy
2012-06-09
*
More aggressive common subexpression elimination (CSE) of memory loads.
xleroy
2012-02-23
*
Merge of the nonstrict-ops branch:
xleroy
2012-01-14
*
Changelog, doc: updated for release 1.9
xleroy
2011-08-22
*
Back from Oregon commit.
xleroy
2011-07-05
*
Relating neg and not
xleroy
2011-06-22
*
Merge of branch "unsigned-offsets":
xleroy
2011-04-09
*
Integers: cleaned up bitwise operations, redefined shr, zero_ext and sign_ext
xleroy
2010-08-21
*
Merging the Princeton implementation of the memory model. Separate axioms in...
xleroy
2010-06-28
*
Revised encoding/decoding of floats
xleroy
2010-05-09
*
More theorems about sign and zero extensions
xleroy
2010-05-05
*
Merge of the newmem and newextcalls branches:
xleroy
2010-03-07
*
Revised lib/Integers.v to make it parametric w.r.t. word size.
xleroy
2009-11-19
*
More realistic treatment of jump tables: show the absence of overflow when ac...
xleroy
2009-11-10
*
Added support for jump tables in back end.
xleroy
2009-11-10
*
Adapted to work with Coq 8.2-1
xleroy
2009-06-05
*
Reserve register GPR13 for compatibility with EABI. Optimize operations 'x >...
xleroy
2009-02-26
*
- Added alignment constraints to memory loads and stores.
xleroy
2009-01-11
*
Replace cast{8,16}{signed,unsigned} with zero_ext and sign_ext.
xleroy
2008-12-29
*
Ajout license, README, copyright notices
xleroy
2008-01-27
*
Preuve des 2 axiomes restants
xleroy
2007-03-02
*
Petites adaptations pour Coq 8.1gamma
xleroy
2006-11-11
*
Fusion de la branche "traces":
xleroy
2006-09-04
*
Initial import of compcert
xleroy
2006-02-09