aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/DwarfWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Workaround for templatesJim Laskey2006-10-131-0/+10
* More long term solutionJim Laskey2006-10-041-10/+14
* Work around for some problems with templates.Jim Laskey2006-10-041-0/+6
* Sort out mangled names for globalsJim Laskey2006-09-181-13/+23
* Make target asm info a property of the target machine.Jim Laskey2006-09-071-17/+18
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-061-80/+64
* Corrections.Jim Laskey2006-09-011-4/+4
* Handle callee saved registers in dwarf frame info (lead up to exceptionJim Laskey2006-08-291-9/+35
* Allow for register numbers > 31.Jim Laskey2006-08-251-4/+14
* Adding C++ member support.Jim Laskey2006-08-211-61/+149
* Fixed a bug handling void function types.Jim Laskey2006-07-131-1/+1
* 1. Support for c++ mangled names.Jim Laskey2006-07-111-0/+6
* 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