aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Added builtin for atomic compare and exchange.Bernhard Schommer2015-09-104-2/+8
* Merge branch 'master' into atomic-builtinsBernhard Schommer2015-09-103-4/+41
|\
| * Changed the first argument of builtin_isel to bool.Bernhard Schommer2015-09-101-1/+1
* | Add builtin for atomic load.Bernhard Schommer2015-09-092-1/+13
* | Added an builtin for the atomic exchange operation.Bernhard Schommer2015-09-095-7/+31
|/
* Added builtin for isel.Bernhard Schommer2015-09-085-1/+13
* Added builtins for call frame and return address.Bernhard Schommer2015-09-076-9/+29
* Added builtin for the cmpb instruction.Bernhard Schommer2015-09-075-0/+9
* Simplified generation of builtins for cache instructions.Bernhard Schommer2015-09-072-60/+21
* Fixed typo in AsmToJSON for instruction Pstfdu.Bernhard Schommer2015-09-041-1/+1
* Added json printing of Pbctr.Bernhard Schommer2015-09-031-1/+1
* Fixed minor typo in printing of the Plbzx instruction in AsmToJSON.Bernhard Schommer2015-09-031-1/+1
* Fixed minor typo in AsmToJSON.Bernhard Schommer2015-09-031-1/+1
* Added builtin for mbar instruction.Bernhard Schommer2015-09-036-0/+15
* New builtin for dcbz instruction.Bernhard Schommer2015-09-035-24/+33
* Added builtin for the icbtls instruction.Bernhard Schommer2015-09-026-0/+19
* Allow only CT values of 0 and 2 in dcbtls instruction.Bernhard Schommer2015-09-022-4/+4
* Print p_int_constant instead of p_int in AsmToJSON.Bernhard Schommer2015-09-021-5/+5
* Added builtin for dcbtlsBernhard Schommer2015-09-026-13/+63
* Added the gcc builtin prefetch.Bernhard Schommer2015-09-016-0/+25
* Improve error reporting in Asmexpand.Xavier Leroy2015-08-241-19/+32
* Renaming {BA,BR}_longofwords -> {BA,BR}_splitlong.Xavier Leroy2015-08-224-33/+24
* Adapt the PowerPC port to the new builtin representation.Xavier Leroy2015-08-2110-258/+285
* Added builtin for the dcbf instructionBernhard Schommer2015-08-175-0/+9
* Merge pull request #46 from AbsInt/asmexpandXavier Leroy2015-08-171-44/+11
|\
| * Merge branch 'master' into asmexpandBernhard Schommer2015-07-144-17/+419
| |\
| * | 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-175-4/+11
* | | | Added builitin for the icbi instruction.Bernhard Schommer2015-08-145-1/+11
* | | | Added builtin for the lwsync barrier.Bernhard Schommer2015-08-145-3/+12
* | | | Value analysis: keep track of pointer values that leak through small integers...Xavier Leroy2015-07-192-21/+21
* | | | Value analysis: keep track of pointer values that leak through arithmetic ope...Xavier Leroy2015-07-191-2/+2
| |_|/ |/| |
* | | Set/clear CR6 before calling an unprototyped function.Xavier Leroy2015-07-071-3/+4
* | | Use the functions from C2C to extract the information for the atoms. Simplifi...Bernhard Schommer2015-07-061-17/+18
* | | Merge branch 'master' into json_exportBernhard Schommer2015-07-064-15/+54
|\ \ \
| * | | Corrected little typo in __builtin_clz function.Bernhard Schommer2015-07-063-5/+5
| * | | Simple path for problems whith diab assembler in the case of functions in dif...Bernhard Schommer2015-07-031-9/+48
| |/ /
* | | Print bit representation of floats.Bernhard Schommer2015-06-241-5/+6
* | | Fixed typo also in json export.Bernhard Schommer2015-06-221-1/+1
* | | Merge branch 'master' into json_exportBernhard Schommer2015-06-223-5/+5
|\| |
| * | Changed a minor typo: Pstwxu should be PstwuxBernhard Schommer2015-06-223-5/+5
| |/
* | Merged instructions that are printed as same instruction already in printer.Bernhard Schommer2015-05-291-26/+26
* | Updated the printing of iniline asm and simplified some structures.Bernhard Schommer2015-05-181-136/+118
* | Merge branch 'master' into json_exportBernhard Schommer2015-05-185-41/+65
|\|
| * Merged PrintAnnot into PrintAsmaux.Bernhard Schommer2015-05-141-6/+6
| * Updated PrintOp for the single-precision FP operations.Xavier Leroy2015-05-091-0/+8
| * Extended inline asm: revised treatment of clobbered registers.Xavier Leroy2015-05-093-35/+51