summaryrefslogtreecommitdiff
path: root/powerpc/PrintAsm.ml
Commit message (Expand)AuthorAge
* 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
* Storing of single floats: must insert frsp instruction before store. (Tempor...Gravatar xleroy2009-10-30
* Refactored Selection.v and Selectionproof.v into a machine-dependent part + a...Gravatar xleroy2009-08-17
* Use Configuration.systemGravatar xleroy2009-03-29
* Honor "static" modifier on C globals.Gravatar xleroy2009-03-28
* Conflict between extraction/CList and cil/obj/xxx/clist on case-insensitive f...Gravatar xleroy2009-01-29
* Elimination of "alloc" instruction in Caml files and test files.Gravatar xleroy2009-01-11
* CleanupGravatar xleroy2008-12-31
* Continuation of PowerPC/EABI portGravatar xleroy2008-12-31
* Reorganized the development, modularizing away machine-dependent parts.Gravatar xleroy2008-12-30