summaryrefslogtreecommitdiff
path: root/powerpc/PrintAsm.ml
Commit message (Expand)AuthorAge
* Use Flocq for floatsGravatar xleroy2012-06-28
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsGravatar xleroy2012-03-07
* Improved instruction selection for "notint".Gravatar xleroy2012-02-24
* Simplified and cleaned up the passing of information from C2C to PrintAsm, as...Gravatar xleroy2012-02-22
* Work around limited excursion of conditional branchesGravatar xleroy2012-02-13
* Merge of the "volatile" branch:Gravatar xleroy2012-02-04
* Another typo in print_builtin_vstore_commonGravatar xleroy2012-01-21
* Typo in print_builtin_vstore_commonGravatar xleroy2012-01-21
* Cosmetic cleanups.Gravatar xleroy2012-01-15
* Added volatile_read_global and volatile_store_global builtins.Gravatar xleroy2012-01-15
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsGravatar xleroy2011-10-18
* Revised emulation of packed structsGravatar xleroy2011-10-16
* More builtins for ARM and PowerPCGravatar xleroy2011-08-05
* Updated Makefile and dependencies. Typo in powerpc/PrintAsm.ml.Gravatar xleroy2011-07-28
* Added animation of the CompCert C semantics (ccomp -interp)Gravatar xleroy2011-07-28
* 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
* Nicer printing of annotations.Gravatar xleroy2011-05-23
* cparser/StructAssign: always use __builtin_memcpy + alignment indicationGravatar xleroy2011-05-11
* powerpc/PrintAsm.ml arm/PrintAsm.ml: updated (no label elimination).Gravatar xleroy2011-05-08
* Fixed some typosGravatar xleroy2011-04-16
* Preliminary support for 'aligned' and 'section' attributes, gcc-style. New-s...Gravatar xleroy2011-04-16
* Merge of branch "unsigned-offsets":Gravatar xleroy2011-04-09
* Comment char for DiabGravatar xleroy2011-03-13
* Merge of the reuse-temps branch:Gravatar xleroy2010-09-02
* Adding __builtin_annotationGravatar xleroy2010-09-01
* Renamed C2Clight into C2CGravatar xleroy2010-08-18
* Support for inlined built-ins.Gravatar xleroy2010-06-29
* Merging the Princeton implementation of the memory model. Separate axioms in...Gravatar xleroy2010-06-28
* Updated Caml parts to match new representation for global variables.Gravatar xleroy2010-05-26
* Cleaned up handling of linker sections.Gravatar xleroy2010-05-08
* Cosmetic: comments to mark expansions of some pseudoinstructions.Gravatar xleroy2010-05-08
* __builtin_memcpy, continued.Gravatar xleroy2010-04-17
* Support __builtin_memcpy; use it for struct assignmentGravatar xleroy2010-04-17
* PowerPC: Gravatar xleroy2010-04-10
* Updated Linux conventionsGravatar xleroy2010-03-30
* Emit a few comments to help reading the generated asmGravatar xleroy2010-03-28
* Handling of volatile accesses through builtin functions.Gravatar xleroy2010-03-08
* Handling of builtins, continued.Gravatar xleroy2010-03-07
* Merge of the newmem and newextcalls branches:Gravatar xleroy2010-03-07
* Suppressed Init_pointer, now useless. Improved printing of strings in genera...Gravatar xleroy2010-03-03
* Switching to the new C parser/elaborator/simplifierGravatar xleroy2010-03-03
* Revised handling of #pragma section and small data areasGravatar xleroy2010-01-27
* 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
* PowerPC/EABI port: preliminary support for #pragma section andGravatar xleroy2009-11-03
* 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
* Support Clight initializers of the form "int * x = &y;".Gravatar xleroy2009-11-01