summaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/DwarfWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Add and sort "sections" in debug lines. This always stepping throughJim Laskey2006-06-231-9/+8
* Place dwarf headers at earliest possible point. Well behaved when skippingJim Laskey2006-06-141-5/+17
* Fix some doxygen usage in these headers.Reid Spencer2006-05-191-1/+2
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-1/+1
* Make sure that debug labels are defined within the same section and after theJim Laskey2006-04-071-2/+2
* Foundation for call frame information.Jim Laskey2006-04-071-6/+25
* Refactor address attributes. Add base register to frame info.Jim Laskey2006-03-281-0/+5
* Make sure types are allocated in the scope of their use.Jim Laskey2006-03-231-9/+8
* Generate local variable and scope information and equivalent dwarf forms.Jim Laskey2006-03-231-7/+42
* Fix a compilation error with GCC 4.1. Thanks to Vladimir Merzliakov forChris Lattner2006-03-021-1/+1
* Use context and not compile unit.Jim Laskey2006-03-011-2/+2
* Supporting multiple compile units.Jim Laskey2006-02-271-27/+16
* Re-orging file.Jim Laskey2006-02-271-697/+380
* DwarfWriter reading basic type information from llvm-gcc4 code.Jim Laskey2006-02-231-4/+9
* Coordinate activities with llvm-gcc4 and dwarf.Jim Laskey2006-02-221-51/+35
* Changing model for the construction of debug information.Jim Laskey2006-02-061-2/+2
* Using bit size of integers instead of ambiguous "long" et all.Jim Laskey2006-01-271-8/+8
* Sorry - really folowing convention.Jim Laskey2006-01-271-0/+1
* Improve visibility/correctness of operand indices in "llvm.db" objects.Jim Laskey2006-01-271-5/+12
* Dropped DwarfWriter::Jim Laskey2006-01-261-1/+1
* Use global information to fill out Dwarf compile units.Jim Laskey2006-01-261-2/+3
* Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.Jim Laskey2006-01-261-409/+0
* Crude Dwarf global variable debugging.Jim Laskey2006-01-241-29/+50
* Simplify search for abbreviations.Jim Laskey2006-01-211-0/+19
* Correct some simple errors.Jim Laskey2006-01-211-1/+1
* Right size integer values before emitting.Jim Laskey2006-01-201-1/+2
* Reworked how Dwarf debug info entries and abbreviations are handled. AddedJim Laskey2006-01-201-90/+235
* Added minimum Dwarf aranges. Cleaned up some section headers. Line numberJim Laskey2006-01-181-6/+6
* Pastos.Jim Laskey2006-01-171-9/+9
* Add frame work for additional dwarf sections. Comments will improve as codeJim Laskey2006-01-171-0/+64
* Misc. errors.Jim Laskey2006-01-171-7/+12
* Adding basic support for Dwarf line number debug information.Jim Laskey2006-01-171-56/+390
* Added initial support for DEBUG_LABEL allowing debug specific labels to beJim Laskey2006-01-051-2/+3
* Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey2006-01-041-54/+65
* Tie dwarf generation to darwin assembler.Jim Laskey2006-01-041-2/+140
* Add an eol at the end to shut gcc up.Reid Spencer2005-12-221-1/+1
* Oops llvm namespace.Jim Laskey2005-12-211-388/+392
* Start of Dwarf framework code.Jim Laskey2005-12-211-0/+424