summaryrefslogtreecommitdiff
path: root/powerpc/Asm.v
Commit message (Expand)AuthorAge
* Add builtins for load with reservation and conditional store.Gravatar xleroy2014-08-20
* powerpc/Asm: simplify the modeling of Csymbol_low and Csymbol_high.Gravatar xleroy2014-08-18
* PowerPC port: refactored the expansion of built-in functions andGravatar xleroy2014-07-28
* Merge of "newspilling" branch:Gravatar xleroy2014-07-23
* Refactoring: move symbol_offset into Genv.Gravatar xleroy2014-05-24
* - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4.Gravatar xleroy2014-01-12
* Future-proofing: keep signature information in IA32 and PowerPC Asm, just lik...Gravatar xleroy2013-12-26
* powerpc/: new unary operation "addsymbol"Gravatar xleroy2013-11-17
* Optimize integer divisions by positive constants, turning them intoGravatar xleroy2013-07-29
* Merge of the "princeton" branch:Gravatar xleroy2013-06-16
* Refactoring: move definition of chunk_of_type to AST.v.Gravatar xleroy2013-05-06
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* Revised Stacking and Asmgen passes and Mach semantics: Gravatar xleroy2013-03-01
* - Revised non-overflow constraints on memory injections so that Gravatar xleroy2012-07-23
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsGravatar xleroy2012-03-07
* Merge of the "volatile" branch:Gravatar xleroy2012-02-04
* Merge of the nonstrict-ops branch:Gravatar xleroy2012-01-14
* Merge of branch new-semantics: revised and strengthened top-level statements ...Gravatar xleroy2011-07-15
* Back from Oregon commit. Gravatar xleroy2011-07-05
* Recognition of rlwimi instruction (useful for bitfield assignment)Gravatar xleroy2011-06-21
* Revised handling of annotation statements, and more generally built-in functi...Gravatar xleroy2011-06-13
* Merge of branch "unsigned-offsets":Gravatar xleroy2011-04-09
* Merge of the reuse-temps branch:Gravatar xleroy2010-09-02
* Support for inlined built-ins.Gravatar xleroy2010-06-29
* More faithful semantics for volatile reads and writes.Gravatar xleroy2010-05-23
* - Extended traces so that pointers within globals are supported as event values.Gravatar xleroy2010-05-10
* Merge of the newmem and newextcalls branches:Gravatar xleroy2010-03-07
* Revised lib/Integers.v to make it parametric w.r.t. word size.Gravatar xleroy2009-11-19
* 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
* Simplified the treatment of the PowerPC small data area; now more specific to...Gravatar xleroy2009-11-02
* Preliminary support for small data area in PowerPC port.Gravatar xleroy2009-11-01
* Storing of single floats: must insert frsp instruction before store. (Tempor...Gravatar xleroy2009-10-30
* Typo in docGravatar xleroy2009-08-26
* 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
* - Added alignment constraints to memory loads and stores.Gravatar xleroy2009-01-11
* Continuation of ARM port.Gravatar xleroy2009-01-01
* Reorganized the development, modularizing away machine-dependent parts.Gravatar xleroy2008-12-30