Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
[oota-llvm.git] / lib / CodeGen / DwarfWriter.cpp
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-10-30 Jim LaskeySwitch abbreviations to use the folding set.a.
2006-10-30 Jim LaskeySimplify DwarfWriter header.
2006-10-24 Jim LaskeyTighter data structure for deleted debug labels.
2006-10-23 Jim LaskeyMore complete solution to deleting blocks and debug...
2006-10-17 Chris LattnerDo not leak all of the SourceLineInfo objects. Do...
2006-10-17 Jim LaskeyClean up interface to getGlobalLinkName.
2006-10-17 Jim LaskeyBasic support for getGlobalLinkName.
2006-10-16 Jim LaskeyGlobal name regression.
2006-10-13 Jim LaskeyWorkaround for templates
2006-10-04 Jim LaskeyMore long term solution
2006-10-04 Jim LaskeyWork around for some problems with templates.
2006-09-18 Jim LaskeySort out mangled names for globals
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-09-01 Jim LaskeyCorrections.
2006-08-29 Jim LaskeyHandle callee saved registers in dwarf frame info ...
2006-08-25 Jim LaskeyAllow for register numbers > 31.
2006-08-21 Jim LaskeyAdding C++ member support.
2006-07-13 Jim LaskeyFixed a bug handling void function types.
2006-07-11 Jim Laskey1. Support for c++ mangled names.
2006-06-23 Jim LaskeyAdd and sort "sections" in debug lines. This always...
2006-06-20 Jim LaskeyAdd support for function types.
2006-06-19 Jim LaskeyReferences need to be section relative.
2006-06-19 Jim LaskeyReferences need to be section relative.
2006-06-16 Jim Laskey1. Revise vector debug support.
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
2006-06-14 Jim LaskeyPlace dwarf headers at earliest possible point. Well...
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-09 Chris LattnerSplit SwitchSection into SwitchTo{Text|Data}Section...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-10 Jim LaskeyUse existing information.
2006-04-08 Jim LaskeyRemove section change in function end, preventing overr...
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-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.