summaryrefslogtreecommitdiff
path: root/arm/PrintAsm.ml
Commit message (Expand)AuthorAge
...
* ARM codegen ported to new ABI + VFD floatsGravatar xleroy2011-07-30
* Typo in arm/PrintAsm.mlGravatar xleroy2011-07-28
* Added animation of the CompCert C semantics (ccomp -interp)Gravatar xleroy2011-07-28
* 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
* TyposGravatar xleroy2011-04-19
* Fixed some typos.Gravatar xleroy2011-04-17
* Preliminary support for 'aligned' and 'section' attributes, gcc-style. New-s...Gravatar xleroy2011-04-16
* Merge of branch "unsigned-offsets":Gravatar xleroy2011-04-09
* 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
* Updated Caml parts to match new representation for global variables.Gravatar xleroy2010-05-26
* Revised encoding/decoding of floatsGravatar xleroy2010-05-09
* Cleaned up handling of linker sections.Gravatar xleroy2010-05-08
* Support __builtin_memcpy; use it for struct assignmentGravatar xleroy2010-04-17
* Pretty stringsGravatar xleroy2010-03-29
* Updated ARM asm printerGravatar xleroy2010-03-28
* Suppressed Init_pointer, now useless. Improved printing of strings in genera...Gravatar xleroy2010-03-03
* Updated ARM asm printerGravatar xleroy2010-01-25
* Updated ARM portGravatar xleroy2010-01-25
* Added support for jump tables.Gravatar xleroy2009-11-19
* Support Clight initializers of the form "int * x = &y;".Gravatar xleroy2009-11-01
* Various clean-upsGravatar xleroy2009-04-17
* 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
* Continuation of ARM port.Gravatar xleroy2009-01-01