summaryrefslogtreecommitdiff
path: root/arm
Commit message (Expand)AuthorAge
* Fix doc comment for loc_arguments.Gravatar xleroy2013-10-25
* Do not use Format for faster printing of RTL, XTL, LTL, MachGravatar xleroy2013-09-26
* Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms Gravatar xleroy2013-09-14
* Merge of Flocq version 2.2.0.Gravatar xleroy2013-08-02
* 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
* Merge of the "princeton" branch:Gravatar xleroy2013-06-16
* 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
* Refactoring: move definition of chunk_of_type to AST.v.Gravatar xleroy2013-05-06
* Coq-defined equality functions for Allocation. (continued)Gravatar xleroy2013-05-01
* 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
* Rename arm/linux into arm/eabi, more descriptive.Gravatar xleroy2013-04-20
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* Assorted changes to reduce stack and heap requirements when compiling very bi...Gravatar xleroy2013-03-16
* Glasnost: making transparent a number of definitions that were opaqueGravatar xleroy2013-03-10
* Finished backtracking (cf previous commit) for ARM and PowerPC.Gravatar xleroy2013-03-04
* 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
* Pointers one pastGravatar xleroy2013-02-15
* 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
* Merge of branch seq-and-or. See Changelog for details.Gravatar xleroy2012-10-06
* - 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
* Update CombineOp for arm and ia32.Gravatar xleroy2012-07-03
* Recombine x = cmp(...); if (x == 1) ...Gravatar xleroy2012-07-01
* Added option -falign-functionsGravatar xleroy2012-07-01
* 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