aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' of github.com:AbsInt/CompCertBernhard Schommer2015-10-0411-24/+83
|\ \ \
| * | | Fixed minor typos in the comments.Bernhard Schommer2015-10-042-2/+2
| * | | Ensure that there are file directives for all files used in the debugBernhard Schommer2015-10-046-15/+28
| * | | Allow redefinition of a typedef with the same name.Bernhard Schommer2015-10-043-7/+53
* | | | Activate the advanced debug for the gcc build.Bernhard Schommer2015-10-031-1/+2
|/ / /
* | | Add the forgotten Fileinfo also to arm and ia32 TargetPrinter.mlBernhard Schommer2015-10-022-0/+2
* | | Use rev_map so that the debug locations are in the correct order.Bernhard Schommer2015-10-021-1/+1
* | | Merge branch 'gnu-debug'Bernhard Schommer2015-10-0211-149/+255
|\ \ \
| * | | First try of debug information for gcc.Bernhard Schommer2015-10-0211-106/+195
| * | | Started implementation of gnu compatible debug information.Bernhard Schommer2015-10-024-48/+65
* | | | Quote the section names in the json files.Bernhard Schommer2015-10-021-1/+1
* | | | Add also all files for local variables.Bernhard Schommer2015-10-021-0/+1
* | | | Always call print debug_section in the prologue.Bernhard Schommer2015-10-022-19/+19
|/ / /
* | | Moved the types defined by the Debug Interface into a separate file.Bernhard Schommer2015-10-013-146/+163
* | | Cleanup of now no longer needed functions.Bernhard Schommer2015-10-016-51/+1
* | | Merge pull request #57 from jhjourdan/parser_fixBernhard Schommer2015-10-018-161/+403
|\ \ \
| * | | Fixed a few bugs in the pre parser. In particular, the following codeJacques-Henri Jourdan2015-09-308-161/+403
| |/ /
* | | 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-015-24/+24
* | | Do not move the line directives.Bernhard Schommer2015-10-011-5/+9
* | | Use different entry_to_label mapping for each compilation unit.Bernhard Schommer2015-10-011-3/+20
* | | Only print locations for symbols that are present in the assembler.Bernhard Schommer2015-10-016-5/+23
* | | Remove unused globals also from the debug informations.Bernhard Schommer2015-10-016-16/+36
* | | More robust dwarf generation. Do not add incomplete local variablesBernhard Schommer2015-09-302-14/+30
* | | Also add the rest to the producer tag.Bernhard Schommer2015-09-301-1/+2
* | | 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