aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed newline in version string and add buildnr and tag if existing toBernhard Schommer2015-09-302-2/+7
* Add the version string to the printed asm.Bernhard Schommer2015-09-301-1/+6
* Merge pull request #56 from AbsInt/debug_locationsBernhard Schommer2015-09-3033-909/+2257
|\
| * Fixed minor issue with parameters that get put on the stack, madeBernhard Schommer2015-09-303-17/+18
| * Avoid problem with implict declarations.Bernhard Schommer2015-09-302-4/+18
| * More fixes for the DebugInformation.Bernhard Schommer2015-09-294-20/+38
| * Deactivate the debug functions for none advanced targets.Bernhard Schommer2015-09-291-1/+1
| * Change the way the debug sections are printed.Bernhard Schommer2015-09-2815-179/+228
| * Added location for the formal parameters and move the end of allBernhard Schommer2015-09-289-29/+68
| * Changed the size expression to 2byte for debug_loc entries.Bernhard Schommer2015-09-281-1/+18
| * Added back again the emitting of the debuging annotations for debugingBernhard Schommer2015-09-271-3/+4
| * More refactoring of the Debug Information.Bernhard Schommer2015-09-274-51/+103
| * Added printing the reference address for the LocRef and started refactoring oldBernhard Schommer2015-09-279-111/+37
| * Added translation of the range lists to location entries.Bernhard Schommer2015-09-256-37/+99
| * Added support for the locations of stack allocated local variables.Bernhard Schommer2015-09-2516-98/+318
| * Added placing labels for live ranges etc.Bernhard Schommer2015-09-245-9/+152
| * Also convert the fun stamp + scope id to debug id Hashtable in anBernhard Schommer2015-09-231-4/+6
| * Added support for printing local variables and fixed issue with .textBernhard Schommer2015-09-236-11/+27
| * Merge branch 'debugscopes' into debug_locationsBernhard Schommer2015-09-232-38/+40
| |\
| | * Continuing experiment: track the scopes of local variables via __builtin_debugXavier Leroy2015-09-212-39/+31
| * | Record the scope structure during unblocking.Bernhard Schommer2015-09-2214-65/+173
| * | Merge branch 'debugscopes' into debug_locationsBernhard Schommer2015-09-2127-177/+342
| |\|
| | * Experiment: track the scopes of local variables via __builtin_debug.Xavier Leroy2015-09-205-74/+181
| * | New version of adding scopes etc.Bernhard Schommer2015-09-204-16/+63
| * | Started implementing the scope for the Debug Informations.Bernhard Schommer2015-09-186-13/+109
| * | First version with computation of dwarf info from debug info.Bernhard Schommer2015-09-1714-636/+370
| * | Move more functionality in the new interface.Bernhard Schommer2015-09-1615-75/+120
| * | Add the debug interface file.Bernhard Schommer2015-09-165-12/+177
| * | Further function to add debug information.Bernhard Schommer2015-09-151-31/+67
| * | Started adding function information to the debug information.Bernhard Schommer2015-09-151-3/+48
| * | Implemented insert_type function and started implementing add declaration.Bernhard Schommer2015-09-141-13/+206
| * | Started implementing the typ insert methods.Bernhard Schommer2015-09-112-50/+99
| * | Started implementing the types needed for storing the debug information.Bernhard Schommer2015-09-112-1/+110
| * | Revert "Startet implementation of new Debug interface."Bernhard Schommer2015-09-108-95/+76
| * | Startet implementation of new Debug interface.Bernhard Schommer2015-09-068-76/+95
| * | XBernhard Schommer2015-09-0693-2601/+4136
| |\ \
| * | | Added the abbreviation for symbol constants.Bernhard Schommer2015-08-261-0/+1
| * | | Merge branch 'master' into debug_locationsBernhard Schommer2015-08-2615-241/+268
| |\ \ \
| * | | | Added symbol functions for printing of the location for global variables.Bernhard Schommer2015-08-2110-28/+69
* | | | | 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
| * | | | Merge branch 'master' into atomic-builtinsBernhard Schommer2015-09-1710-26/+78
| |\ \ \ \
| * | | | | 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