aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/DwarfWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allows debugging llc self hosted.Jim Laskey2006-11-091-2/+7
* Merging dwarf info to a single compile unit.Jim Laskey2006-11-091-117/+104
* 1. Add a pass to fold debug label instructions so a debug info client can detectJim Laskey2006-11-071-17/+20
* Unbreak X86/ELF Debugging. Somehow this line got lost in Jim's cleanup.Reid Spencer2006-11-071-0/+2
* Tab interferes with uniqueness.Jim Laskey2006-11-061-1/+1
* Live local variables are being dropped because the begin or end labels markingJim Laskey2006-11-041-3/+4
* Make CodeGen libs -pedantic clean.Reid Spencer2006-11-021-1/+1
* 1. Hash not quite right for DIEValues.Jim Laskey2006-11-021-25/+10
* Remove unused variable.Reid Spencer2006-11-021-1/+0
* For PR786:Reid Spencer2006-11-021-1/+0
* General clean up of teh dwarf writer.Jim Laskey2006-11-021-2260/+2307
* 1. Clean up code due to changes in SwitchTo*Section(2)Anton Korobeynikov2006-10-311-26/+26
* Fix a problem introduced by a last-minute change (logic negation).Reid Spencer2006-10-301-2/+2
* Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4Reid Spencer2006-10-301-8/+12
* Switch abbreviations to use the folding set.a.Jim Laskey2006-10-301-127/+111
* Simplify DwarfWriter header.Jim Laskey2006-10-301-97/+508
* Tighter data structure for deleted debug labels.Jim Laskey2006-10-241-2/+1
* More complete solution to deleting blocks and debug info.Jim Laskey2006-10-231-3/+18
* Do not leak all of the SourceLineInfo objects. Do not bother mallocing eachChris Lattner2006-10-171-13/+14
* Clean up interface to getGlobalLinkName.Jim Laskey2006-10-171-2/+1
* Basic support for getGlobalLinkName.Jim Laskey2006-10-171-2/+2
* Global name regression.Jim Laskey2006-10-161-1/+5
* 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