DwarfWriter reading basic type information from llvm-gcc4 code.
[oota-llvm.git] / lib / CodeGen / DwarfWriter.cpp
2006-02-23 Jim LaskeyDwarfWriter reading basic type information from llvm...
2006-02-22 Jim LaskeyCoordinate activities with llvm-gcc4 and dwarf.
2006-02-14 Jim LaskeyUsing wrong DW_FORM.
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 LaskeyFollowing convention.
2006-01-27 Andrew Lenharthfix build
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-25 Jeff CohenMake it even more portable.
2006-01-25 Jeff CohenPortably cast a pointer to an integer.
2006-01-24 Andrew Lenharthfix build on 64 bit hosts
2006-01-24 Jeff CohenRemove unused variables.
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 LaskeyAdd frame work for additional dwarf sections. Comments...
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 check for debug presence.
2006-01-04 Jim LaskeyTie dwarf generation to darwin assembler.
2005-12-22 Reid SpencerAdd an eol at the end to shut gcc sup.
2005-12-21 Jim LaskeyStart of Dwarf framework.