summaryrefslogtreecommitdiff
path: root/arm
Commit message (Expand)AuthorAge
* Use Flocq for floatsGravatar xleroy2012-06-28
* Make min_int / -1 and min_int % -1 semantically undefinedGravatar xleroy2012-06-09
* CSE: add recognition of some combined operators, conditions, and addressing m...Gravatar xleroy2012-05-26
* Merge of the newmem branch:Gravatar xleroy2012-05-21
* Use freg <-> 2 ireg move instructions to fix up calling conventionsGravatar xleroy2012-05-18
* Support for fcmpzd instruction (float compare with +0.0)Gravatar xleroy2012-03-29
* checklink: first import of Valentin Robert's validator for asm and linkGravatar xleroy2012-03-28
* Make CPragmas common to all ports.Gravatar xleroy2012-02-27
* Take advantage of Cmaskzero and Cmasknotzero.Gravatar xleroy2012-02-24
* More aggressive common subexpression elimination (CSE) of memory loads.Gravatar xleroy2012-02-23
* Simplified and cleaned up the passing of information from C2C to PrintAsm, as...Gravatar xleroy2012-02-22
* Merge of the "volatile" branch:Gravatar xleroy2012-02-04
* Added volatile_read_global and volatile_store_global builtins.Gravatar xleroy2012-01-15
* 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
* arm/PrintAsm: don't generate "vfd" directive, useless?Gravatar xleroy2011-08-22
* IA32 port: more faithful treatment of pseudoregister ST0.Gravatar xleroy2011-08-08
* More builtins for ARM and PowerPCGravatar xleroy2011-08-05
* arm/PrintAsm: bugs in expansion of new builtinsGravatar xleroy2011-08-05
* Check fcmpd semanticsGravatar xleroy2011-07-31
* ARM: added reversed load/store builtins + bswap builtin (to be tested)Gravatar xleroy2011-07-30
* 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
* Merge of branch new-semantics: revised and strengthened top-level statements ...Gravatar xleroy2011-07-15
* 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
* Renamed Machconcr into Machsem.Gravatar xleroy2011-04-09
* Merge of branch "unsigned-offsets":Gravatar xleroy2011-04-09
* 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
* 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
* 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
* Revised encoding/decoding of floatsGravatar xleroy2010-05-09
* Cleaned up handling of linker sections.Gravatar xleroy2010-05-08
* ARM version of MachregsauxGravatar xleroy2010-05-01
* Support __builtin_memcpy; use it for struct assignmentGravatar xleroy2010-04-17