aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused code. BUg 22642Bernhard Schommer2017-12-082-3/+2
* Store the different inlining cases.Bernhard Schommer2017-12-083-10/+28
* Do not inline varag functions. Bug 22642Bernhard Schommer2017-12-071-3/+3
* Inlining of static functions which are only called once. (#37)Bernhard Schommer2017-12-077-13/+105
* Optimization for division by one during constant propagation (#39)Michael Schmidt2017-12-058-36/+85
* Added simple div_one Theorem variants.Bernhard Schommer2017-12-012-0/+40
* Remove unused float_abi_type.Bernhard Schommer2017-11-291-12/+0
* Merge branch 'master' of github.com:AbsIntPrivate/CompCertBernhard Schommer2017-11-270-0/+0
|\
| * Remove temporary .o files after linking (#36)Xavier Leroy2017-11-271-2/+5
* | Remove temporary .o files after linking (#36)Xavier Leroy2017-11-271-2/+5
|/
* Issue #208: make value analysis of comparisons more conservative w.r.t. point...Xavier Leroy2017-11-242-8/+15
* Pull request #192: improve the printing of Clight intermediate codeXavier Leroy2017-11-223-10/+29
* Added json export for the abstract ARM AssemblerBernhard Schommer2017-11-202-64/+338
* Moved arm eabi fixup to Asmexpand.Bernhard Schommer2017-11-163-159/+229
* New json printing interface.Bernhard Schommer2017-11-144-144/+208
* Remove no longer used function. Bug 22525Bernhard Schommer2017-11-105-8/+0
* Removed no longer used function. Bug 22525Bernhard Schommer2017-11-095-105/+1
* Use address for printing address constant. Bug 22525Bernhard Schommer2017-11-091-2/+3
* Generalize print_init.Bernhard Schommer2017-11-091-1/+40
* Fix jumptable issue.Bernhard Schommer2017-11-084-5/+8
* Simplifiy handling of constant emmitting.Bernhard Schommer2017-11-084-92/+71
* Remove superfluous function.Bernhard Schommer2017-11-066-11/+2
* Also quote \a.Bernhard Schommer2017-10-261-0/+2
* Fix register name of ais printing and moved label function up.Bernhard Schommer2017-10-251-4/+4
* Remove ais_annot_intval.Bernhard Schommer2017-10-241-13/+0
* Prefix ais annotations with location.Bernhard Schommer2017-10-241-2/+4
* Coq 8.7.0 supportXavier Leroy2017-10-202-3/+8
* Merge pull request #191 from sigurdschneider/masterXavier Leroy2017-10-2015-3/+15
|\
| * Ensure FunInd or Recdef is imported if functional induction is usedSigurd Schneider2017-07-2015-3/+15
* | New support for inserting ais-annotations.Bernhard Schommer2017-10-1931-66/+180
* | Check recursively for const for modifiable lvalues (#32)Bernhard Schommer2017-10-171-2/+15
* | Do not generate object files for linking.Bernhard Schommer2017-10-161-7/+14
* | Distinguish between long and int for cases.Bernhard Schommer2017-10-131-7/+7
* | Make the list unique. Bug 22239Bernhard Schommer2017-09-261-177/+22
* | Moved common buitlins to C2C gernic_builtins.Bernhard Schommer2017-09-265-34/+11
* | Merge branch 'master' of github.com:AbsIntPrivate/CompCertBernhard Schommer2017-09-250-0/+0
|\ \
| * | Remove coq warnings (#28)Bernhard Schommer2017-09-2272-638/+638
* | | Added dump-mnemonics option.Bernhard Schommer2017-09-258-2/+208
* | | Remove coq warnings (#28)Bernhard Schommer2017-09-2272-638/+638
|/ /
* | Disallow usage of default pattern for AsmToJSON.Bernhard Schommer2017-09-221-2/+11
* | Update version to 3.1Michael Schmidt2017-09-211-1/+1
* | Some lemmas.Bernhard Schommer2017-09-211-0/+14
* | Typo in Makefile: "ia32" is now "x86"Xavier Leroy2017-09-191-1/+1
* | Reverted reintroduced quote of compilation dir.Bernhard Schommer2017-09-191-2/+2
* | Deadcode: eliminate trivial Icond instructionsXavier Leroy2017-09-182-2/+9
* | Take advantage of ARMv6T2/ARMv7 instructions even if not in Thumb2 mode (#203)Gergö Barany2017-09-189-21/+43
* | Merge pull request #202 from gergo-/mla-foldingXavier Leroy2017-09-152-0/+102
|\ \
| * | Strength reduction patterns for ARM mla instruction.Gergö Barany2017-09-152-0/+102
|/ /
* | Update the Cygwin x86-32 portXavier Leroy2017-09-121-10/+11
* | configure for x86-32/Cygwin: ignore __attribute__Xavier Leroy2017-09-111-1/+1