aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* More bulletproofing of DebugInfoDesc verify.Jim Laskey2006-03-281-1/+1
* Pass llvm/test/Regression/CodeGen/Generic/debug-info.ll.Jim Laskey2006-03-271-0/+7
* How to be dumb on $5/day. Need a tri-state to track valid debug descriptors.Jim Laskey2006-03-261-24/+27
* Generate local variable and scope information and equivalent dwarf forms.Jim Laskey2006-03-231-12/+177
* Expand subprogram and added block descriptor.Jim Laskey2006-03-151-22/+72
* 1. Use null for serialized empty strings.Jim Laskey2006-03-141-9/+17
* back out my previous hackChris Lattner2006-03-091-3/+3
* temporary hack to get the build working again, apparently a headerChris Lattner2006-03-091-3/+3
* Move bit field endianness to backend.Jim Laskey2006-03-091-0/+3
* Get rid of the multiple copies of getStringValue. Now a Constant:: method.Jim Laskey2006-03-081-41/+2
* libstdc++-v3 was failing to build. Needed to handle composite types with emptyJim Laskey2006-03-081-5/+8
* Use "llvm.metadata" section for debug globals. Filter out these globals in theJim Laskey2006-03-071-0/+3
* Switch to using a numeric id for anchors.Jim Laskey2006-03-071-12/+28
* Adding basic structure support.Jim Laskey2006-03-031-1/+6
* Support for enumerations.Jim Laskey2006-03-011-0/+44
* Switch back to using actual dwarf tags. Simplifies code without loss to otherJim Laskey2006-03-011-27/+97
* Basic array support.Jim Laskey2006-03-011-4/+130
* Add const, volatile, restrict support.Jim Laskey2006-02-281-5/+64
* Add pointer and reference types. Added short-term code to ignore NULL typesJim Laskey2006-02-241-16/+22
* Added basic support for typedefs.Jim Laskey2006-02-231-2/+32
* DwarfWriter reading basic type information from llvm-gcc4 code.Jim Laskey2006-02-231-3/+88
* Coordinate activities with llvm-gcc4 and dwarf.Jim Laskey2006-02-221-32/+12
* 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-110/+246
* Goodbye nasty macro.Jim Laskey2006-02-061-4/+4
* Edit requests from Sabre.Jim Laskey2006-02-061-85/+80
* Changing model for the construction of debug information.Jim Laskey2006-02-061-91/+611
* Fix build error that is apparently only a warning with some compilers.Chris Lattner2006-01-271-1/+1
* Forgot the version number.Jim Laskey2006-01-271-1/+1
* Improve visibility/correctness of operand indices in "llvm.db" objects.Jim Laskey2006-01-271-32/+28
* Use global information to fill out Dwarf compile units.Jim Laskey2006-01-261-2/+8
* Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.Jim Laskey2006-01-261-0/+269
* Adding basic support for Dwarf line number debug information.Jim Laskey2006-01-171-40/+2
* Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey2006-01-041-64/+42
* Add unique id to debug location for debug label use (work in progress.)Jim Laskey2006-01-041-0/+1
* Extending MachineDebugInfo.Jim Laskey2006-01-041-0/+90