aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Ensure that there are file directives for all files used in the debugBernhard Schommer2015-10-041-1/+2
* Merge branch 'gnu-debug'Bernhard Schommer2015-10-021-7/+25
|\
| * First try of debug information for gcc.Bernhard Schommer2015-10-021-7/+25
* | Quote the section names in the json files.Bernhard Schommer2015-10-021-1/+1
* | Always call print debug_section in the prologue.Bernhard Schommer2015-10-021-18/+18
|/
* Cleanup of now no longer needed functions.Bernhard Schommer2015-10-011-23/+0
* Removed the debug output for the debug information.Bernhard Schommer2015-10-011-2/+1
* Use also fucntion id for local variables since atom is not unique.Bernhard Schommer2015-10-011-3/+3
* Do not move the line directives.Bernhard Schommer2015-10-011-5/+9
* Merge pull request #56 from AbsInt/debug_locationsBernhard Schommer2015-09-303-68/+201
|\
| * Fixed minor issue with parameters that get put on the stack, madeBernhard Schommer2015-09-301-2/+4
| * Change the way the debug sections are printed.Bernhard Schommer2015-09-282-67/+50
| * Added location for the formal parameters and move the end of allBernhard Schommer2015-09-281-2/+8
| * Added back again the emitting of the debuging annotations for debugingBernhard Schommer2015-09-271-3/+4
| * Added printing the reference address for the LocRef and started refactoring oldBernhard Schommer2015-09-271-12/+0
| * Added translation of the range lists to location entries.Bernhard Schommer2015-09-251-1/+1
| * Added support for the locations of stack allocated local variables.Bernhard Schommer2015-09-253-42/+77
| * Added placing labels for live ranges etc.Bernhard Schommer2015-09-241-6/+103
| * Added support for printing local variables and fixed issue with .textBernhard Schommer2015-09-231-3/+6
| * Record the scope structure during unblocking.Bernhard Schommer2015-09-221-0/+8
| * Merge branch 'debugscopes' into debug_locationsBernhard Schommer2015-09-217-70/+72
| |\
| * | First version with computation of dwarf info from debug info.Bernhard Schommer2015-09-171-3/+4
| * | Revert "Startet implementation of new Debug interface."Bernhard Schommer2015-09-101-3/+2
| * | Startet implementation of new Debug interface.Bernhard Schommer2015-09-061-2/+3
| * | XBernhard Schommer2015-09-0610-280/+429
| |\ \
| * | | Added symbol functions for printing of the location for global variables.Bernhard Schommer2015-08-211-0/+9
* | | | 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-213-8/+83
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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-212-16/+16
| * | | 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-154-52/+19
| * | | Use fix registers for atomic builtins.Bernhard Schommer2015-09-143-15/+47
| * | | Use the gcc version of atomic load.Bernhard Schommer2015-09-114-4/+10
| * | | Type of argument for Pbne is label not atom.Bernhard Schommer2015-09-101-1/+1
| * | | Merge branch 'master' into atomic-builtinsBernhard Schommer2015-09-101-1/+1
| |\ \ \
| * | | | Added builtin for atomic compare and exchange.Bernhard Schommer2015-09-104-2/+8
| * | | | Merge branch 'master' into atomic-builtinsBernhard Schommer2015-09-103-4/+41
| |\ \ \ \
| * | | | | 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
* | | | | | correct error message for __builtin_dcbtlsMichael Schmidt2015-09-181-1/+1
| |_|/ / / |/| | | |
* | | | | Name of stwcx. instruction should be printed Pstwcx_.Bernhard Schommer2015-09-101-1/+1
| |/ / / |/| | |
* | | | Changed the first argument of builtin_isel to bool.Bernhard Schommer2015-09-101-1/+1
|/ / /
* | | 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