aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/Asmexpand.ml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into named-externalsBernhard Schommer2015-10-201-1/+1
|\
| * bug 17392: fix typo in OS nameMichael Schmidt2015-10-141-1/+1
| * bug 17392: remove trailing whitespace in source filesMichael Schmidt2015-10-141-15/+15
* | Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-15/+15
* | Use Coq strings instead of idents to name external and builtin functions.Xavier Leroy2015-10-111-1/+1
|/
* Filled in missing functions for debug information on ia32.Bernhard Schommer2015-10-091-22/+32
* Improve error reporting in Asmexpand.Xavier Leroy2015-08-241-10/+38
* Renaming {BA,BR}_longofwords -> {BA,BR}_splitlong.Xavier Leroy2015-08-221-11/+11
* Merge branch 'master' into 'new-builtins'Xavier Leroy2015-08-211-85/+93
|\
| * Asmexpand for ARM: fixed bug in Pfreeframe.Xavier Leroy2015-08-211-2/+2
| * Consistent naming of "P" instructions and consistent ordering of argumentsXavier Leroy2015-08-211-95/+94
| * Fixed bugs in asm expansion causing the test suite to fail.Xavier Leroy2015-08-211-13/+20
* | Refactoring of builtins and annotations in the back-end.Xavier Leroy2015-08-211-84/+84
|/
* Merge branch 'asmexpand' of github.com:AbsInt/CompCertBernhard Schommer2015-06-261-0/+373
* Revert "Merge branch 'asmexpand' of github.com:AbsInt/CompCert"Bernhard Schommer2015-06-261-373/+0
* Moved the rest of the ia32 builtins to asmexpand.Bernhard Schommer2015-06-221-20/+236
* Started moving functions from TargetPrinter.ml to Asmexpand.ml for ia32.Bernhard Schommer2015-06-181-0/+157
* PowerPC port: refactored the expansion of built-in functions andxleroy2014-07-281-0/+18