Refactor address attributes. Add base register to frame info.
[oota-llvm.git] / lib / CodeGen / DwarfWriter.cpp
2006-03-28 Jim LaskeyRefactor address attributes. Add base register to...
2006-03-24 Jim LaskeyHack no more.
2006-03-23 Jim LaskeyUnneeded forward.
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-15 Jim LaskeyExpand subprogram and added block descriptor.
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-07 Jim LaskeyBitfield support.
2006-03-03 Jim LaskeyAdded support for dwarf block data entries.
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 LaskeyUse context and not compile unit.
2006-03-01 Jim LaskeyI guess I can handle large type sizes.
2006-03-01 Jim LaskeyBasic array support.
2006-02-28 Jim LaskeyAdd const, volatile, restrict support.
2006-02-27 Jim LaskeyQualify dwarf namespace inside llvm namespace.
2006-02-27 Jim LaskeyPartial enabling of functions.
2006-02-27 Jim LaskeySupporting multiple compile units.
2006-02-27 Jim LaskeyRe-orging file.
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-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.