aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/DwarfWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add and sort "sections" in debug lines. This always stepping throughJim Laskey2006-06-231-85/+110
* Add support for function types.Jim Laskey2006-06-201-0/+17
* References need to be section relative.Jim Laskey2006-06-191-3/+5
* References need to be section relative.Jim Laskey2006-06-191-1/+1
* 1. Revise vector debug support.Jim Laskey2006-06-161-7/+9
* 1. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey2006-06-151-4/+12
* Place dwarf headers at earliest possible point. Well behaved when skippingJim Laskey2006-06-141-46/+52
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-121-0/+1
* Split SwitchSection into SwitchTo{Text|Data}Section methods.Chris Lattner2006-05-091-25/+25
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-2/+2
* Use existing information.Jim Laskey2006-04-101-3/+14
* Remove section change in function end, preventing override of function's realJim Laskey2006-04-081-1/+0
* Make sure that debug labels are defined within the same section and after theJim Laskey2006-04-071-8/+5
* Foundation for call frame information.Jim Laskey2006-04-071-30/+123
* Refactor address attributes. Add base register to frame info.Jim Laskey2006-03-281-13/+19
* Hack no more.Jim Laskey2006-03-241-2/+0
* Unneeded forward.Jim Laskey2006-03-231-1/+0
* Make sure types are allocated in the scope of their use.Jim Laskey2006-03-231-107/+54
* Generate local variable and scope information and equivalent dwarf forms.Jim Laskey2006-03-231-67/+257
* Expand subprogram and added block descriptor.Jim Laskey2006-03-151-7/+7
* back out my previous hackChris Lattner2006-03-091-1/+1
* temporary hack to get the build working again, apparently a headerChris Lattner2006-03-091-1/+1
* Move bit field endianness to backend.Jim Laskey2006-03-091-10/+26
* Get rid of the multiple copies of getStringValue. Now a Constant:: method.Jim Laskey2006-03-081-1/+0
* Bitfield support.Jim Laskey2006-03-071-2/+14
* Added support for dwarf block data entries.Jim Laskey2006-03-031-49/+248
* Adding basic structure support.Jim Laskey2006-03-031-3/+40
* Support for enumerations.Jim Laskey2006-03-011-2/+13
* Switch back to using actual dwarf tags. Simplifies code without loss to otherJim Laskey2006-03-011-28/+6
* Use context and not compile unit.Jim Laskey2006-03-011-11/+13
* I guess I can handle large type sizes.Jim Laskey2006-03-011-2/+1
* Basic array support.Jim Laskey2006-03-011-6/+67
* Add const, volatile, restrict support.Jim Laskey2006-02-281-0/+3
* Qualify dwarf namespace inside llvm namespace.Jim Laskey2006-02-271-1/+1
* Partial enabling of functions.Jim Laskey2006-02-271-1/+1
* Supporting multiple compile units.Jim Laskey2006-02-271-136/+185
* Re-orging file.Jim Laskey2006-02-271-556/+357
* Add pointer and reference types. Added short-term code to ignore NULL typesJim Laskey2006-02-241-12/+29
* Added basic support for typedefs.Jim Laskey2006-02-231-12/+23
* DwarfWriter reading basic type information from llvm-gcc4 code.Jim Laskey2006-02-231-4/+38
* Coordinate activities with llvm-gcc4 and dwarf.Jim Laskey2006-02-221-162/+244
* Using wrong DW_FORM.Jim Laskey2006-02-141-1/+1
* Changing model for the construction of debug information.Jim Laskey2006-02-061-11/+11
* Using bit size of integers instead of ambiguous "long" et all.Jim Laskey2006-01-271-62/+62
* Sorry - really folowing convention.Jim Laskey2006-01-271-1/+1
* Following convention.Jim Laskey2006-01-271-1/+1
* fix buildAndrew Lenharth2006-01-271-1/+1
* Improve visibility/correctness of operand indices in "llvm.db" objects.Jim Laskey2006-01-271-16/+43
* Use global information to fill out Dwarf compile units.Jim Laskey2006-01-261-20/+10
* Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.Jim Laskey2006-01-261-15/+14