aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/Asmexpand.ml
Commit message (Expand)AuthorAgeFilesLines
...
| * | Added support for the locations of stack allocated local variables.Bernhard Schommer2015-09-251-40/+72
| * | Added placing labels for live ranges etc.Bernhard Schommer2015-09-241-6/+103
* | | Use R10 in atomic compare and exchange for the rlwinm.Bernhard Schommer2015-09-221-2/+2
* | | Fix typo dest -> dstMichael Schmidt2015-09-221-9/+9
* | | Merge pull request #54 from AbsInt/atomic-builtinsBernhard Schommer2015-09-211-5/+56
|\ \ \ | |/ / |/| |
| * | Removed unnecessary move register and use the correct register as base value ...Bernhard Schommer2015-09-211-3/+2
| * | Applied a few simplification for temporary registers.Bernhard Schommer2015-09-211-13/+14
| * | Integrated the fix of commit de40fce9c16ced8d23389cbcfc55ef6d99466fe8 for the...Bernhard Schommer2015-09-171-11/+3
| * | Removed usage of bne and removed duplicated code for return values of atomics.Bernhard Schommer2015-09-151-39/+19
| * | Use fix registers for atomic builtins.Bernhard Schommer2015-09-141-9/+33
| * | Use the gcc version of atomic load.Bernhard Schommer2015-09-111-3/+1
| * | Added builtin for atomic compare and exchange.Bernhard Schommer2015-09-101-1/+1
| * | Merge branch 'master' into atomic-builtinsBernhard Schommer2015-09-101-0/+37
| |\|
| * | Add builtin for atomic load.Bernhard Schommer2015-09-091-0/+9
| * | Added an builtin for the atomic exchange operation.Bernhard Schommer2015-09-091-5/+16
| |/
* / correct error message for __builtin_dcbtlsMichael Schmidt2015-09-181-1/+1
|/
* Added builtin for isel.Bernhard Schommer2015-09-081-0/+4
* Added builtins for call frame and return address.Bernhard Schommer2015-09-071-2/+17
* Added builtin for the cmpb instruction.Bernhard Schommer2015-09-071-0/+2
* Simplified generation of builtins for cache instructions.Bernhard Schommer2015-09-071-57/+18
* Added builtin for mbar instruction.Bernhard Schommer2015-09-031-0/+6
* New builtin for dcbz instruction.Bernhard Schommer2015-09-031-4/+6
* Added builtin for the icbtls instruction.Bernhard Schommer2015-09-021-0/+10
* Allow only CT values of 0 and 2 in dcbtls instruction.Bernhard Schommer2015-09-021-1/+1
* Added builtin for dcbtlsBernhard Schommer2015-09-021-9/+50
* Added the gcc builtin prefetch.Bernhard Schommer2015-09-011-0/+11
* Improve error reporting in Asmexpand.Xavier Leroy2015-08-241-19/+32
* Renaming {BA,BR}_longofwords -> {BA,BR}_splitlong.Xavier Leroy2015-08-221-19/+17
* Adapt the PowerPC port to the new builtin representation.Xavier Leroy2015-08-211-168/+189
* Added builtin for the dcbf instructionBernhard Schommer2015-08-171-0/+2
* Merge pull request #46 from AbsInt/asmexpandXavier Leroy2015-08-171-44/+11
|\
| * Merge branch 'master' into asmexpandBernhard Schommer2015-07-141-4/+5
| |\
| * | 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
* | | | Added builtin for the dcbi instruction.Bernhard Schommer2015-08-171-0/+2
* | | | Added builitin for the icbi instruction.Bernhard Schommer2015-08-141-0/+2
* | | | Added builtin for the lwsync barrier.Bernhard Schommer2015-08-141-0/+2
| |_|/ |/| |
* | | 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
|/ /
* / 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