Separate target specific asm properties from the asm printers.
[oota-llvm.git] / include / llvm / CodeGen / DwarfWriter.h
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-06-23 Jim LaskeyAdd and sort "sections" in debug lines. This always...
2006-06-14 Jim LaskeyPlace dwarf headers at earliest possible point. Well...
2006-05-19 Reid SpencerFix some doxygen usage in these headers.
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-07 Jim LaskeyMake sure that debug labels are defined within the...
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-03-28 Jim LaskeyRefactor address attributes. Add base register to...
2006-03-23 Jim LaskeyMake sure types are allocated in the scope of their...
2006-03-23 Jim LaskeyGenerate local variable and scope information and equiv...
2006-03-02 Chris LattnerFix a compilation error with GCC 4.1. Thanks to Vladim...
2006-03-01 Jim LaskeyUse context and not compile unit.
2006-02-27 Jim LaskeySupporting multiple compile units.
2006-02-27 Jim LaskeyRe-orging file.
2006-02-23 Jim LaskeyDwarfWriter reading basic type information from llvm...
2006-02-22 Jim LaskeyCoordinate activities with llvm-gcc4 and dwarf.
2006-02-06 Jim LaskeyChanging model for the construction of debug information.
2006-01-27 Jim LaskeyUsing bit size of integers instead of ambiguous "long...
2006-01-27 Jim LaskeySorry - really folowing convention.
2006-01-27 Jim LaskeyImprove visibility/correctness of operand indices in...
2006-01-26 Jim LaskeyDropped DwarfWriter::
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-24 Jim LaskeyCrude Dwarf global variable debugging.
2006-01-21 Jim LaskeySimplify search for abbreviations.
2006-01-21 Jim LaskeyCorrect some simple errors.
2006-01-20 Jim LaskeyRight size integer values before emitting.
2006-01-20 Jim LaskeyReworked how Dwarf debug info entries and abbreviations...
2006-01-18 Jim LaskeyAdded minimum Dwarf aranges. Cleaned up some section...
2006-01-17 Jim LaskeyPastos.
2006-01-17 Jim LaskeyAdd frame work for additional dwarf sections. Comments...
2006-01-17 Jim LaskeyMisc. errors.
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 LaskeyTie dwarf generation to darwin assembler.
2005-12-22 Reid SpencerAdd an eol at the end to shut gcc up.
2005-12-21 Jim LaskeyOops llvm namespace.
2005-12-21 Jim LaskeyStart of Dwarf framework code.