1. Support standard dwarf format (was bootstrapping in Apple format.)
[oota-llvm.git] / include / llvm / CodeGen / MachineDebugInfo.h
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
2006-06-14 Jim LaskeyChange versioning to per debug info descriptor (merged...
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-03-26 Jim LaskeyHow to be dumb on $5/day. Need a tri-state to track...
2006-03-23 Jim LaskeyGenerate local variable and scope information and equiv...
2006-03-15 Jim LaskeyExpand subprogram and added block descriptor.
2006-03-09 Jim LaskeyForgot this on last check in.
2006-03-07 Jim LaskeySwitch to using a numeric id for anchors.
2006-03-03 Jim LaskeyAdding basic structure support.
2006-03-01 Jim LaskeySupport for enumerations.
2006-03-01 Jim LaskeyRemove extra comma from enum list.
2006-03-01 Jim LaskeySwitch back to using actual dwarf tags. Simplifies...
2006-03-01 Jim LaskeyBasic array support.
2006-02-28 Jim LaskeyAdd const, volatile, restrict support.
2006-02-24 Jim LaskeyAdd pointer and reference types. Added short-term...
2006-02-24 Jeff CohenGet VC++ building again.
2006-02-23 Jim LaskeyAdded basic support for typedefs.
2006-02-23 Jim LaskeyDwarfWriter reading basic type information from llvm...
2006-02-22 Jim LaskeyCoordinate activities with llvm-gcc4 and dwarf.
2006-02-13 Jim LaskeySync up the tag numbers with gcc4.
2006-02-13 Jim LaskeyRename to better reflect usage (current and planned.)
2006-02-11 Jim LaskeyReorg for integration with gcc4. Old style debug info...
2006-02-06 Jim LaskeyGoodbye nasty macro.
2006-02-06 Jim LaskeyEdit requests from Sabre.
2006-02-06 Jim LaskeyChanging model for the construction of debug information.
2006-01-29 Jim LaskeyRemove extra qualifier.
2006-01-27 Jim LaskeyImprove visibility/correctness of operand indices in...
2006-01-26 Jim LaskeyUse global information to fill out Dwarf compile units.
2006-01-26 Jim LaskeySet up MachineDebugInfo to scan for debug information...
2006-01-17 Jim LaskeyAdding basic support for Dwarf line number debug inform...
2006-01-05 Jim LaskeyAdded initial support for DEBUG_LABEL allowing debug...
2006-01-04 Jim LaskeyApplied some recommend changes from sabre. The dominat...
2006-01-04 Jim LaskeyAdd flag for debug presence.
2006-01-04 Jim Laskey1. Make MachineDebugInfo a pass.
2005-12-16 Jim LaskeyAdded source file/line correspondence for dwarf (PowerP...