aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/PrintAsm.ml
Commit message (Expand)AuthorAgeFilesLines
* Fixes in PowerPC portxleroy2013-04-211-1/+1
* Add __builtin_bswap16 and __builtin_bswap32 to all ports.xleroy2013-04-201-2/+6
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-35/+119
* Diab asm syntax issuexleroy2013-03-201-1/+1
* For Pfreeframe, generate an "addi" over GPR1 when possible, to work around a ...xleroy2013-03-181-2/+6
* Revised Stacking and Asmgen passes and Mach semantics: xleroy2013-03-011-1/+2
* Updated ARM and PowerPC ports with new handling of __builtin_annot.xleroy2013-02-241-3/+3
* Constant propagation within __builtin_annot.xleroy2013-02-241-24/+4
* Updated PowerPC port to new integers.xleroy2013-02-121-19/+37
* Errors for excessively large global variables or stack frames.xleroy2013-02-021-4/+4
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-291-1/+1
* Support for inline assembly (asm statements).xleroy2012-12-181-0/+4
* Add __builtin_fcti (double -> int conversion w/ round to nearest)xleroy2012-11-241-0/+5
* Globalenvs: allocate one-byte block with permissions Nonempty for eachxleroy2012-11-121-10/+13
* - Revised non-overflow constraints on memory injections so that xleroy2012-07-231-2/+2
* Remove the PowerPC/MacOS X port, as MacOS no longer supports PowerPC.xleroy2012-07-141-189/+21
* Strip quotes from section names during #pragma parsing.xleroy2012-07-111-3/+3
* Added option -falign-functionsxleroy2012-07-011-4/+7
* Use Flocq for floatsxleroy2012-06-281-5/+6
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsxleroy2012-03-071-4/+4
* Improved instruction selection for "notint".xleroy2012-02-241-2/+2
* Simplified and cleaned up the passing of information from C2C to PrintAsm, as...xleroy2012-02-221-5/+8
* Work around limited excursion of conditional branchesxleroy2012-02-131-4/+86
* Merge of the "volatile" branch:xleroy2012-02-041-18/+31
* Another typo in print_builtin_vstore_commonxleroy2012-01-211-1/+1
* Typo in print_builtin_vstore_commonxleroy2012-01-211-5/+5
* Cosmetic cleanups.xleroy2012-01-151-6/+6
* Added volatile_read_global and volatile_store_global builtins.xleroy2012-01-151-28/+66
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsxleroy2011-10-181-3/+3
* Revised emulation of packed structsxleroy2011-10-161-4/+4
* More builtins for ARM and PowerPCxleroy2011-08-051-1/+5
* Updated Makefile and dependencies. Typo in powerpc/PrintAsm.ml.xleroy2011-07-281-1/+1
* Added animation of the CompCert C semantics (ccomp -interp)xleroy2011-07-281-77/+45
* Back from Oregon commit. xleroy2011-07-051-0/+6
* Recognition of rlwimi instruction (useful for bitfield assignment)xleroy2011-06-211-0/+5
* Revised handling of annotation statements, and more generally built-in functi...xleroy2011-06-131-47/+90
* Nicer printing of annotations.xleroy2011-05-231-5/+3
* cparser/StructAssign: always use __builtin_memcpy + alignment indicationxleroy2011-05-111-53/+108
* powerpc/PrintAsm.ml arm/PrintAsm.ml: updated (no label elimination).xleroy2011-05-081-16/+3
* Fixed some typosxleroy2011-04-161-4/+4
* Preliminary support for 'aligned' and 'section' attributes, gcc-style. New-s...xleroy2011-04-161-4/+10
* Merge of branch "unsigned-offsets":xleroy2011-04-091-8/+5
* Comment char for Diabxleroy2011-03-131-1/+1
* Merge of the reuse-temps branch:xleroy2010-09-021-51/+11
* Adding __builtin_annotationxleroy2010-09-011-1/+31
* Renamed C2Clight into C2Cxleroy2010-08-181-3/+3
* Support for inlined built-ins.xleroy2010-06-291-110/+120
* Merging the Princeton implementation of the memory model. Separate axioms in...xleroy2010-06-281-4/+7
* Updated Caml parts to match new representation for global variables.xleroy2010-05-261-7/+13
* Cleaned up handling of linker sections.xleroy2010-05-081-53/+87