1. Support standard dwarf format (was bootstrapping in Apple format.)
[oota-llvm.git] / lib / CodeGen / MachineDebugInfo.cpp
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
2006-06-14 Jim LaskeyChange versioning to per debug info descriptor (merged...
2006-06-14 Jim LaskeyPlace dwarf headers at earliest possible point. Well...
2006-04-13 Reid SpencerExpand some code with temporary variables to rid oursel...
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-03-28 Jim LaskeyMore bulletproofing of DebugInfoDesc verify.
2006-03-27 Jim LaskeyPass llvm/test/Regression/CodeGen/Generic/debug-info.ll.
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-14 Jim Laskey1. Use null for serialized empty strings.
2006-03-09 Chris Lattnerback out my previous hack
2006-03-09 Chris Lattnertemporary hack to get the build working again, apparent...
2006-03-09 Jim LaskeyMove bit field endianness to backend.
2006-03-08 Jim LaskeyGet rid of the multiple copies of getStringValue. ...
2006-03-08 Jim Laskeylibstdc++-v3 was failing to build. Needed to handle...
2006-03-07 Jim LaskeyUse "llvm.metadata" section for debug globals. Filter...
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 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-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 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-27 Chris LattnerFix build error that is apparently only a warning with...
2006-01-27 Jim LaskeyForgot the version number.
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-04 Jim LaskeyApplied some recommend changes from sabre. The dominat...
2006-01-04 Jim LaskeyAdd unique id to debug location for debug label use...
2006-01-04 Jim LaskeyExtending MachineDebugInfo.