summaryrefslogtreecommitdiff
path: root/powerpc
Commit message (Expand)AuthorAge
* Merge of the nonstrict-ops branch:Gravatar xleroy2012-01-14
* 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
* Cleaned up old commented-out partsGravatar xleroy2011-08-19
* IA32 port: more faithful treatment of pseudoregister ST0.Gravatar xleroy2011-08-08
* 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
* Merge of branch new-semantics: revised and strengthened top-level statements ...Gravatar xleroy2011-07-15
* Back from Oregon commit. Gravatar xleroy2011-07-05
* Forgot to print Oroli opGravatar xleroy2011-06-22
* 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
* Oaddrsymbol and small data areaGravatar xleroy2011-06-07
* Nicer printing of annotations.Gravatar xleroy2011-05-23
* cparser: support for attributes over struct and union.Gravatar xleroy2011-05-12
* 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
* Renamed Machconcr into Machsem.Gravatar xleroy2011-04-09
* Merge of branch "unsigned-offsets":Gravatar xleroy2011-04-09
* Comment char for DiabGravatar xleroy2011-03-13
* Updated for Coq 8.3pl1. Some cleanups in test/*/Makefile.Gravatar xleroy2011-03-09
* float->int conversions, continued: weaker axiomatization.Gravatar xleroy2010-10-29
* Float.intoffloat and Float.intuoffloat are now partial functions.Gravatar xleroy2010-10-28
* Merge of the reuse-temps branch:Gravatar xleroy2010-09-02
* Adding __builtin_annotationGravatar xleroy2010-09-01
* Integers: cleaned up bitwise operations, redefined shr, zero_ext and sign_extGravatar xleroy2010-08-21
* Renamed C2Clight into C2CGravatar xleroy2010-08-18
* Merge of branches/full-expr-4:Gravatar xleroy2010-08-18
* Fix extraction problemGravatar xleroy2010-07-14
* 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
* 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
* Cleaned up handling of linker sections.Gravatar xleroy2010-05-08
* Cosmetic: comments to mark expansions of some pseudoinstructions.Gravatar xleroy2010-05-08
* Pretty-printers for RTL and LTL. Not yet well integrated.Gravatar xleroy2010-05-02
* Add "fabs" (floating-point absolute value) as a unary operator inGravatar xleroy2010-05-02
* Optimisation: addrsymbol + (expr + cst) and addrstack + (expr + cst).Gravatar xleroy2010-05-02
* __builtin_memcpy, continued.Gravatar xleroy2010-04-17
* Support __builtin_memcpy; use it for struct assignmentGravatar xleroy2010-04-17
* PowerPC: Gravatar xleroy2010-04-10
* Coloring: allow to exclude user-specified registers from allocation.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