aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Ctypes.composite_of_def: make sure it computes within Coq.Xavier Leroy2015-09-181-3/+3
| * correct error message for __builtin_dcbtlsMichael Schmidt2015-09-181-1/+1
| * Added support for bitfields in unions.Bernhard Schommer2015-09-171-6/+42
| * Isuue #50: outdated comment on type RTL.function.Xavier Leroy2015-09-151-2/+1
| * Issue with ignoring the result of non-void builtin functions.Xavier Leroy2015-09-156-15/+32
| * Use standard headers instead of defining our own ptrdiff_t and uintptr_t.Xavier Leroy2015-09-141-2/+2
| * Fix uninitialized array in do_bench (report by V. Laporte).Xavier Leroy2015-09-141-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
| * Global register variables result in fatal error.Bernhard Schommer2015-09-081-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
| * Various changes in the debug printer.Bernhard Schommer2015-09-074-11/+11
| * Set structure declaration field to None.Bernhard Schommer2015-09-071-4/+4
| * Simplified generation of builtins for cache instructions.Bernhard Schommer2015-09-072-60/+21
* | 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
|\|
| * 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