aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/SelectOpproof.v
Commit message (Expand)AuthorAgeFilesLines
* Improved instruction selection for "notint".xleroy2012-02-241-8/+19
* Merge of the "volatile" branch:xleroy2012-02-041-0/+25
* powerpc/SelectOp: optimize the pattern ((x >>s N) & N1) & N2 common in a cert...xleroy2012-01-211-0/+15
* Merge of the nonstrict-ops branch:xleroy2012-01-141-702/+490
* Recognition of rlwimi instruction (useful for bitfield assignment)xleroy2011-06-211-0/+12
* Merge of branch "unsigned-offsets":xleroy2011-04-091-38/+42
* float->int conversions, continued: weaker axiomatization.xleroy2010-10-291-2/+2
* Float.intoffloat and Float.intuoffloat are now partial functions.xleroy2010-10-281-11/+20
* Merge of the reuse-temps branch:xleroy2010-09-021-53/+53
* Integers: cleaned up bitwise operations, redefined shr, zero_ext and sign_extxleroy2010-08-211-3/+3
* Optimisation: addrsymbol + (expr + cst) and addrstack + (expr + cst).xleroy2010-05-021-0/+12
* Merge of the newmem and newextcalls branches:xleroy2010-03-071-21/+14
* Wrong rlwinm generated for 'x mod 1'xleroy2010-03-021-58/+57
* Revised lib/Integers.v to make it parametric w.r.t. word size.xleroy2009-11-191-12/+8
* Refactored Selection.v and Selectionproof.v into a machine-dependent part + a...xleroy2009-08-171-0/+957