summaryrefslogtreecommitdiff
path: root/arm/PrintAsm.ml
Commit message (Expand)AuthorAge
* Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test...Gravatar xleroy2014-01-01
* Simpler, more robust emulation of calls to variadic functions:Gravatar xleroy2013-12-28
* Optimize integer divisions by positive constants, turning them intoGravatar xleroy2013-07-29
* More accurate model of condition register flags for ARM and IA32.Gravatar xleroy2013-07-13
* powerpc: tentative support for Diab debug infoGravatar xleroy2013-05-20
* Merge of the float32 branch: Gravatar xleroy2013-05-19
* Add option -fno-tailcalls to turn off tailcall elimination (causes problem wi...Gravatar xleroy2013-05-17
* Update ARM port.Gravatar xleroy2013-05-17
* Preliminary support for debugging info (-g).Gravatar xleroy2013-05-17
* Revert suppression of __builtin_{read,write}_reversed for x86 and ARM,Gravatar xleroy2013-04-29
* Add __builtin_bswap16 and __builtin_bswap32 to all ports.Gravatar xleroy2013-04-20
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* Bug in PbtblGravatar xleroy2013-03-01
* Revised Stacking and Asmgen passes and Mach semantics: Gravatar xleroy2013-03-01
* Updated ARM and PowerPC ports with new handling of __builtin_annot.Gravatar xleroy2013-02-24
* Constant propagation within __builtin_annot.Gravatar xleroy2013-02-24
* Errors for excessively large global variables or stack frames.Gravatar xleroy2013-02-02
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.Gravatar xleroy2013-01-29
* Remove some useless "Require".Gravatar xleroy2012-12-30
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* Globalenvs: allocate one-byte block with permissions Nonempty for eachGravatar xleroy2012-11-12
* - Revised non-overflow constraints on memory injections so that Gravatar xleroy2012-07-23
* Strip quotes from section names during #pragma parsing.Gravatar xleroy2012-07-11
* Updated ARM port.Gravatar xleroy2012-07-10
* Added option -falign-functionsGravatar xleroy2012-07-01
* Use Flocq for floatsGravatar xleroy2012-06-28
* 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
* Simplified and cleaned up the passing of information from C2C to PrintAsm, as...Gravatar xleroy2012-02-22
* 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
* More builtins for ARM and PowerPCGravatar xleroy2011-08-05
* arm/PrintAsm: bugs in expansion of new builtinsGravatar xleroy2011-08-05
* 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
* 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