aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineDebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Sort out mangled names for globalsJim Laskey2006-09-181-0/+3
* 1. Support for c++ mangled names.Jim Laskey2006-07-111-1/+18
* Add and sort "sections" in debug lines. This always stepping throughJim Laskey2006-06-231-3/+3
* 1. Revise vector debug support.Jim Laskey2006-06-161-34/+51
* 1. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey2006-06-151-1/+4
* Change versioning to per debug info descriptor (merged with tag.)Jim Laskey2006-06-141-26/+21
* Foundation for call frame information.Jim Laskey2006-04-071-5/+19
* How to be dumb on $5/day. Need a tri-state to track valid debug descriptors.Jim Laskey2006-03-261-6/+11
* Generate local variable and scope information and equivalent dwarf forms.Jim Laskey2006-03-231-27/+173
* Expand subprogram and added block descriptor.Jim Laskey2006-03-151-11/+49
* Forgot this on last check in.Jim Laskey2006-03-091-0/+3
* Switch to using a numeric id for anchors.Jim Laskey2006-03-071-4/+14
* Adding basic structure support.Jim Laskey2006-03-031-5/+7
* Support for enumerations.Jim Laskey2006-03-011-0/+38
* Remove extra comma from enum list.Jim Laskey2006-03-011-1/+1
* Switch back to using actual dwarf tags. Simplifies code without loss to otherJim Laskey2006-03-011-72/+16
* Basic array support.Jim Laskey2006-03-011-6/+114
* Add const, volatile, restrict support.Jim Laskey2006-02-281-3/+15
* Add pointer and reference types. Added short-term code to ignore NULL typesJim Laskey2006-02-241-16/+19
* Get VC++ building again.Jeff Cohen2006-02-241-0/+1
* Added basic support for typedefs.Jim Laskey2006-02-231-2/+39
* DwarfWriter reading basic type information from llvm-gcc4 code.Jim Laskey2006-02-231-3/+73
* Coordinate activities with llvm-gcc4 and dwarf.Jim Laskey2006-02-221-19/+28
* Sync up the tag numbers with gcc4.Jim Laskey2006-02-131-9/+1
* Rename to better reflect usage (current and planned.)Jim Laskey2006-02-131-2/+3
* Reorg for integration with gcc4. Old style debug info will not be passed thoughJim Laskey2006-02-111-59/+169
* Goodbye nasty macro.Jim Laskey2006-02-061-3/+1
* Edit requests from Sabre.Jim Laskey2006-02-061-25/+26
* Changing model for the construction of debug information.Jim Laskey2006-02-061-98/+329
* Remove extra qualifier.Jim Laskey2006-01-291-1/+1
* Improve visibility/correctness of operand indices in "llvm.db" objects.Jim Laskey2006-01-271-0/+27
* Use global information to fill out Dwarf compile units.Jim Laskey2006-01-261-0/+4
* Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.Jim Laskey2006-01-261-12/+128
* Adding basic support for Dwarf line number debug information.Jim Laskey2006-01-171-28/+116
* Added initial support for DEBUG_LABEL allowing debug specific labels to beJim Laskey2006-01-051-0/+7
* Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey2006-01-041-17/+13
* Add flag for debug presence.Jim Laskey2006-01-041-0/+5
* 1. Make MachineDebugInfo a pass.Jim Laskey2006-01-041-31/+21
* Added source file/line correspondence for dwarf (PowerPC only at this point.)Jim Laskey2005-12-161-0/+80