index
:
debian-compcert
master
pristine-tar
upstream
Debian packaging for CompCert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
powerpc
/
SelectOpproof.v
Commit message (
Expand
)
Author
Age
*
PowerPC: remove the fmadd and fmsub operators/Asm instructions
xleroy
2012-03-07
*
Take advantage of Cmaskzero and Cmasknotzero.
xleroy
2012-02-24
*
Improved instruction selection for "notint".
xleroy
2012-02-24
*
Merge of the "volatile" branch:
xleroy
2012-02-04
*
powerpc/SelectOp: optimize the pattern ((x >>s N) & N1) & N2 common in a cert...
xleroy
2012-01-21
*
Merge of the nonstrict-ops branch:
xleroy
2012-01-14
*
Recognition of rlwimi instruction (useful for bitfield assignment)
xleroy
2011-06-21
*
Merge of branch "unsigned-offsets":
xleroy
2011-04-09
*
float->int conversions, continued: weaker axiomatization.
xleroy
2010-10-29
*
Float.intoffloat and Float.intuoffloat are now partial functions.
xleroy
2010-10-28
*
Merge of the reuse-temps branch:
xleroy
2010-09-02
*
Integers: cleaned up bitwise operations, redefined shr, zero_ext and sign_ext
xleroy
2010-08-21
*
Optimisation: addrsymbol + (expr + cst) and addrstack + (expr + cst).
xleroy
2010-05-02
*
Merge of the newmem and newextcalls branches:
xleroy
2010-03-07
*
Wrong rlwinm generated for 'x mod 1'
xleroy
2010-03-02
*
Revised lib/Integers.v to make it parametric w.r.t. word size.
xleroy
2009-11-19
*
Refactored Selection.v and Selectionproof.v into a machine-dependent part + a...
xleroy
2009-08-17