aboutsummaryrefslogtreecommitdiffstats
path: root/arm
Commit message (Expand)AuthorAgeFilesLines
* Extend builtin arguments with a pointer addition operator, continuedXavier Leroy2017-07-065-2/+37
* Formatted json printing.Bernhard Schommer2017-06-282-3/+3
* Hybrid 64bit/32bit PowerPC portBernhard Schommer2017-05-038-27/+32
* RISC-V port and assorted changesXavier Leroy2017-04-282-0/+13
* Give explicit scopes to notations a#b and a##b and a#b<-cXavier Leroy2017-02-131-4/+6
* Use "Local" as prefixXavier Leroy2017-02-133-4/+4
* ARM, PowerPC: update Asmgenproof for Coq 8.6Xavier Leroy2017-02-131-8/+8
* Remove unused open.Bernhard Schommer2017-02-061-1/+0
* Fallthrough no depends on the last instruction.Bernhard Schommer2016-12-151-4/+4
* Be more conservative in emiting constants.Bernhard Schommer2016-12-151-815/+827
* Use vfpv3 registers also in dwarf. Bug 20489Bernhard Schommer2016-11-291-5/+10
* Use 64 bit address in debug information.Bernhard Schommer2016-11-101-0/+2
* Update ARM port. Not tested yet.Xavier Leroy2016-10-2515-271/+388
* improve fixup code (bug 19792)Michael Schmidt2016-09-151-0/+2
* Add interference for indirect calls.Bernhard Schommer2016-09-151-1/+5
* Add missing fixup-code for ARM EABI (bug 19792)Michael Schmidt2016-09-141-2/+0
* add missing print operatorMichael Schmidt2016-09-141-0/+1
* Implement support for big endian arm targets.Bernhard Schommer2016-08-055-29/+60
* Merge branch 'master' of /common/repositories/git/tools/compcertBernhard Schommer2016-07-092-0/+36
|\
| * bug 19318, add implementation of __builtin_ctz, __builtin_ctzl and __builtin_...Michael Schmidt2016-07-082-0/+36
* | Port to Coq 8.5pl2Xavier Leroy2016-07-084-17/+14
|/
* Improved handling of "rotate left" and "rotate right" operatorsXavier Leroy2016-06-221-1/+1
* Remove code that will is deprecated in ocaml 4.03Bernhard Schommer2016-06-212-3/+3
* fix '__builtin_annot_val' to '__builtin_annot_intval', such that CompCert can...Michael Schmidt2016-06-071-1/+1
* Introduce register pairs to describe calling conventions more preciselyXavier Leroy2016-05-173-163/+156
* bug 18925, fix loading of symbols for thumb: :lower16: and :upper16: are rest...Michael Schmidt2016-05-131-1/+2
* Revise the Stacking pass and its proof to make it easier to adapt to 64-bit a...Xavier Leroy2016-04-273-272/+157
* */TargetPrinter.ml: wrong comment attached to Init_float32 constantsXavier Leroy2016-04-091-1/+1
* Merge branch 'master' into cleanupBernhard Schommer2016-03-214-64/+38
|\
| * Merge pull request #93 from AbsInt/separate-compilationXavier Leroy2016-03-202-60/+34
| |\
| | * Update the back-end proofs to the new linking framework.Xavier Leroy2016-03-061-59/+33
| | * Add support for EF_runtime externalsXavier Leroy2016-03-061-1/+1
| * | Print floating-point numbers with more digits in debug outputsXavier Leroy2016-03-152-4/+4
| |/
* | Added interface for the Asmexpansion.Bernhard Schommer2016-03-161-4/+4
* | Cleanup of AsmToJSON.Bernhard Schommer2016-03-161-0/+13
* | Deactivate warning 27 and added back removed code.Bernhard Schommer2016-03-153-7/+8
* | Clean up of ia32 target dependend code.Bernhard Schommer2016-03-101-2/+1
* | Cleanup of ARM dependedn code.Bernhard Schommer2016-03-102-66/+8
|/
* bug 18168, catch cases where variadic arguments are transfered via registersMichael Schmidt2016-02-241-2/+2
* bug 18168, fix offset computation for var-args in ARM stacklayoutMichael Schmidt2016-02-241-1/+1
* Do not use "movs rd, rs" nor "movs rd, #imm" in Thumb2 mode.Xavier Leroy2016-02-181-2/+8
* ARM: bug in expansion of __builtin_clzllXavier Leroy2015-12-221-1/+1
* Add CLZ builtins for ARM and IA32Xavier Leroy2015-12-222-1/+11
* The return type of __builtin_clz() et al is "int", as documented and for GCC ...v2.6Xavier Leroy2015-12-211-1/+1
* Print cfi_sections only if cfi is supported.Bernhard Schommer2015-12-151-1/+1
* Merge remote-tracking branch 'origin/master' into named-externalsBernhard Schommer2015-10-201-8/+3
|\
| * Fixed typos in the arm and ia32 section printing.Bernhard Schommer2015-10-161-1/+1
| * Implemented the usage of DW_AT_ranges for non-contiguous address ranges.Bernhard Schommer2015-10-161-0/+1
| * First step to implemente address ranges for the gnu backend.Bernhard Schommer2015-10-151-7/+1
| * Use section type also for other targets.Bernhard Schommer2015-10-151-2/+2