aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/DwarfWriter.cpp
AgeCommit message (Expand)Author
2006-02-14Using wrong DW_FORM.Jim Laskey
2006-02-06Changing model for the construction of debug information.Jim Laskey
2006-01-27Using bit size of integers instead of ambiguous "long" et all.Jim Laskey
2006-01-27Sorry - really folowing convention.Jim Laskey
2006-01-27Following convention.Jim Laskey
2006-01-27fix buildAndrew Lenharth
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-25Make it even more portable.Jeff Cohen
2006-01-25Portably cast a pointer to an integer.Jeff Cohen
2006-01-24fix build on 64 bit hostsAndrew Lenharth
2006-01-24Remove unused variables.Jeff Cohen
2006-01-24Crude Dwarf global variable debugging.Jim Laskey
2006-01-21Simplify search for abbreviations.Jim Laskey
2006-01-21Correct some simple errors.Jim Laskey
2006-01-20Right size integer values before emitting.Jim Laskey
2006-01-20Reworked how Dwarf debug info entries and abbreviations are handled. AddedJim Laskey
2006-01-18Added minimum Dwarf aranges. Cleaned up some section headers. Line numberJim Laskey
2006-01-17Add frame work for additional dwarf sections. Comments will improve as codeJim 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 check for debug presence.Jim Laskey
2006-01-04Tie dwarf generation to darwin assembler.Jim Laskey
2005-12-22Add an eol at the end to shut gcc sup.Reid Spencer
2005-12-21Start of Dwarf framework.Jim Laskey