aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/Asmexpand.ml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into asmexpandBernhard Schommer2015-07-141-4/+5
|\
| * Set/clear CR6 before calling an unprototyped function.Xavier Leroy2015-07-071-3/+4
| * Corrected little typo in __builtin_clz function.Bernhard Schommer2015-07-061-1/+1
* | Merge branch 'asmexpand' of github.com:AbsInt/CompCertBernhard Schommer2015-06-261-44/+11
* | Revert "Merge branch 'asmexpand' of github.com:AbsInt/CompCert"Bernhard Schommer2015-06-261-11/+44
* | Merge branch 'asmexpand' of github.com:AbsInt/CompCertBernhard Schommer2015-06-261-44/+11
|\ \ | |/ |/|
| * Moved the printing of the builtin functions etc. into Asmexpand for ARM in th...Bernhard Schommer2015-06-101-44/+11
* | Changed a minor typo: Pstwxu should be PstwuxBernhard Schommer2015-06-221-1/+1
|/
* Support for GCC-style extended asm, continued:Xavier Leroy2015-04-211-1/+1
* Experiment: support a subset of GCC's extended asm statements.Xavier Leroy2015-04-171-1/+1
* Updating the PowerPC and ARM ports.Xavier Leroy2015-03-271-1/+1
* Cold feet: suppress builtins for load with reservation/store conditional, use...xleroy2014-08-281-6/+0
* Rename __builtin_cntlz to __builtin_clz.xleroy2014-08-271-1/+1
* Add builtins for load with reservation and conditional store.xleroy2014-08-201-0/+6
* powerpc/Asm: simplify the modeling of Csymbol_low and Csymbol_high.xleroy2014-08-181-6/+26
* All targets: add __builtin_membarxleroy2014-07-281-7/+9
* PowerPC port: refactored the expansion of built-in functions andxleroy2014-07-281-0/+525