summaryrefslogtreecommitdiff
path: root/powerpc
Commit message (Expand)AuthorAge
* 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
* 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
* Wrong rlwinm generated for 'x mod 1'Gravatar xleroy2010-03-02
* Revised handling of #pragma section and small data areasGravatar xleroy2010-01-27
* Updated ARM portGravatar xleroy2010-01-25
* Revised lib/Integers.v to make it parametric w.r.t. word size.Gravatar xleroy2009-11-19
* Cleaned up list_drop.Gravatar xleroy2009-11-18
* 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
* Use callee-save regs starting with R31/F31 and going down, like Diab doesGravatar xleroy2009-11-02
* 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
* Storing of single floats: must insert frsp instruction before store. (Tempor...Gravatar xleroy2009-10-30
* Typo in docGravatar xleroy2009-08-26
* "val_match_approx_increasing" moved from mach-dep part to mach-indep part.Gravatar xleroy2009-08-18
* Typo docGravatar xleroy2009-08-17
* Refactoring of Constprop and Constpropproof into a machine-dependent part and...Gravatar xleroy2009-08-17
* Refactored Selection.v and Selectionproof.v into a machine-dependent part + a...Gravatar xleroy2009-08-17
* Cil2Csyntax: added goto and labels; added assignment between structsGravatar xleroy2009-08-16
* Added 'going wrong' behaviorsGravatar xleroy2009-08-05
* Adapted to work with Coq 8.2-1Gravatar xleroy2009-06-05
* Use Configuration.systemGravatar xleroy2009-03-29
* Honor "static" modifier on C globals.Gravatar xleroy2009-03-28