aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/DwarfWriter.h
AgeCommit message (Expand)Author
2007-01-29Landing pad-less eh for PPC.Jim Laskey
2007-01-26Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey
2006-12-07Removed more <iostream> includesBill Wendling
2006-10-30Simplify DwarfWriter header.Jim Laskey
2006-10-17Do not leak all of the SourceLineInfo objects. Do not bother mallocing eachChris Lattner
2006-09-07Make target asm info a property of the target machine.Jim Laskey
2006-09-06Separate target specific asm properties from the asm printers.Jim Laskey
2006-06-23Add and sort "sections" in debug lines. This always stepping throughJim Laskey
2006-06-14Place dwarf headers at earliest possible point. Well behaved when skippingJim Laskey
2006-05-19Fix some doxygen usage in these headers.Reid Spencer
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-04-07Make sure that debug labels are defined within the same section and after theJim Laskey
2006-04-07Foundation for call frame information.Jim Laskey
2006-03-28Refactor address attributes. Add base register to frame info.Jim Laskey
2006-03-23Make sure types are allocated in the scope of their use.Jim Laskey
2006-03-23Generate local variable and scope information and equivalent dwarf forms.Jim Laskey
2006-03-02Fix a compilation error with GCC 4.1. Thanks to Vladimir Merzliakov forChris Lattner
2006-03-01Use context and not compile unit.Jim Laskey
2006-02-27Supporting multiple compile units.Jim Laskey
2006-02-27Re-orging file.Jim Laskey
2006-02-23DwarfWriter reading basic type information from llvm-gcc4 code.Jim Laskey
2006-02-22Coordinate activities with llvm-gcc4 and dwarf.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-27Improve visibility/correctness of operand indices in "llvm.db" objects.Jim Laskey
2006-01-26Dropped DwarfWriter::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-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-17Pastos.Jim Laskey
2006-01-17Add frame work for additional dwarf sections. Comments will improve as codeJim Laskey
2006-01-17Misc. errors.Jim Laskey
2006-01-17Adding basic support for Dwarf line number debug information.Jim Laskey
2006-01-05Added initial support for DEBUG_LABEL allowing debug specific labels to beJim Laskey
2006-01-04Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey
2006-01-04Tie dwarf generation to darwin assembler.Jim Laskey
2005-12-22Add an eol at the end to shut gcc up.Reid Spencer
2005-12-21Oops llvm namespace.Jim Laskey
2005-12-21Start of Dwarf framework code.Jim Laskey