aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineDebugInfo.cpp
AgeCommit message (Expand)Author
2006-03-01Support for enumerations.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-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-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-27Fix build error that is apparently only a warning with some compilers.Chris Lattner
2006-01-27Forgot the version number.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-04Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey
2006-01-04Add unique id to debug location for debug label use (work in progress.)Jim Laskey
2006-01-04Extending MachineDebugInfo.Jim Laskey