aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/Op.v
Commit message (Expand)AuthorAgeFilesLines
* Remove some useless "Require".xleroy2012-12-301-1/+0
* Make min_int / -1 and min_int % -1 semantically undefinedxleroy2012-06-091-2/+5
* CSE: add recognition of some combined operators, conditions, and addressing m...xleroy2012-05-261-13/+11
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsxleroy2012-03-071-10/+0
* Improved instruction selection for "notint".xleroy2012-02-241-0/+15
* More aggressive common subexpression elimination (CSE) of memory loads.xleroy2012-02-231-0/+55
* Merge of the nonstrict-ops branch:xleroy2012-01-141-660/+605
* Recognition of rlwimi instruction (useful for bitfield assignment)xleroy2011-06-211-3/+12
* Merge of branch "unsigned-offsets":xleroy2011-04-091-97/+230
* Float.intoffloat and Float.intuoffloat are now partial functions.xleroy2010-10-281-1/+4
* Merge of the reuse-temps branch:xleroy2010-09-021-15/+75
* Merge of the newmem and newextcalls branches:xleroy2010-03-071-26/+15
* Revised lib/Integers.v to make it parametric w.r.t. word size.xleroy2009-11-191-20/+20
* Adapted to work with Coq 8.2-1v1.4.1xleroy2009-06-051-12/+12
* - Added alignment constraints to memory loads and stores.xleroy2009-01-111-118/+46
* Reorganized the development, modularizing away machine-dependent parts.xleroy2008-12-301-0/+925