aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineDebugInfo.h
AgeCommit message (Expand)Author
2007-01-26rename filesJim Laskey
2007-01-24Repair debug frames as a prelude to eh_frames. Switched to using MachineMovesJim Laskey
2006-11-30Change global descriptor names to provide name, full name and linkage name.Jim Laskey
2006-11-08Wasn't handling case of when machine move labels were undefined.Jim Laskey
2006-11-071. Add a pass to fold debug label instructions so a debug info client can detectJim Laskey
2006-10-24Tighter data structure for deleted debug labels.Jim Laskey
2006-10-23More complete solution to deleting blocks and debug info.Jim Laskey
2006-10-17add a method to remove a line # record.Chris Lattner
2006-10-17Do not leak all of the SourceLineInfo objects. Do not bother mallocing eachChris Lattner
2006-10-17minor cleanupsChris Lattner
2006-09-18Sort out mangled names for globalsJim Laskey
2006-07-111. Support for c++ mangled names.Jim Laskey
2006-06-23Add and sort "sections" in debug lines. This always stepping throughJim Laskey
2006-06-161. Revise vector debug support.Jim Laskey
2006-06-151. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey
2006-06-14Change versioning to per debug info descriptor (merged with tag.)Jim Laskey
2006-04-07Foundation for call frame information.Jim Laskey
2006-03-26How to be dumb on $5/day. Need a tri-state to track valid debug descriptors.Jim Laskey
2006-03-23Generate local variable and scope information and equivalent dwarf forms.Jim Laskey
2006-03-15Expand subprogram and added block descriptor.Jim Laskey
2006-03-09Forgot this on last check in.Jim Laskey
2006-03-07Switch to using a numeric id for anchors.Jim Laskey
2006-03-03Adding basic structure support.Jim Laskey
2006-03-01Support for enumerations.Jim Laskey
2006-03-01Remove extra comma from enum list.Jim Laskey
2006-03-01Switch back to using actual dwarf tags. Simplifies code without loss to otherJim Laskey
2006-03-01Basic array support.Jim Laskey
2006-02-28Add const, volatile, restrict support.Jim Laskey
2006-02-24Add pointer and reference types. Added short-term code to ignore NULL typesJim Laskey
2006-02-24Get VC++ building again.Jeff Cohen
2006-02-23Added basic support for typedefs.Jim Laskey
2006-02-23DwarfWriter reading basic type information from llvm-gcc4 code.Jim Laskey
2006-02-22Coordinate activities with llvm-gcc4 and dwarf.Jim Laskey
2006-02-13Sync up the tag numbers with gcc4.Jim Laskey
2006-02-13Rename to better reflect usage (current and planned.)Jim Laskey
2006-02-11Reorg for integration with gcc4. Old style debug info will not be passed thoughJim Laskey
2006-02-06Goodbye nasty macro.Jim Laskey
2006-02-06Edit requests from Sabre.Jim Laskey
2006-02-06Changing model for the construction of debug information.Jim Laskey
2006-01-29Remove extra qualifier.Jim Laskey
2006-01-27Improve visibility/correctness of operand indices in "llvm.db" objects.Jim Laskey
2006-01-26Use global information to fill out Dwarf compile units.Jim Laskey
2006-01-26Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.Jim Laskey
2006-01-17Adding basic support for Dwarf line number debug information.Jim Laskey
2006-01-05Added initial support for DEBUG_LABEL allowing debug specific labels to beJim Laskey
2006-01-04Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey
2006-01-04Add flag for debug presence.Jim Laskey
2006-01-041. Make MachineDebugInfo a pass.Jim Laskey
2005-12-16Added source file/line correspondence for dwarf (PowerPC only at this point.)Jim Laskey