aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/DwarfWriter.cpp
AgeCommit message (Expand)Author
2006-11-02Make CodeGen libs -pedantic clean.Reid Spencer
2006-11-021. Hash not quite right for DIEValues.Jim Laskey
2006-11-02Remove unused variable.Reid Spencer
2006-11-02For PR786:Reid Spencer
2006-11-02General clean up of teh dwarf writer.Jim Laskey
2006-10-311. Clean up code due to changes in SwitchTo*Section(2)Anton Korobeynikov
2006-10-30Fix a problem introduced by a last-minute change (logic negation).Reid Spencer
2006-10-30Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4Reid Spencer
2006-10-30Switch abbreviations to use the folding set.a.Jim Laskey
2006-10-30Simplify DwarfWriter header.Jim Laskey
2006-10-24Tighter data structure for deleted debug labels.Jim Laskey
2006-10-23More complete solution to deleting blocks and debug info.Jim Laskey
2006-10-17Do not leak all of the SourceLineInfo objects. Do not bother mallocing eachChris Lattner
2006-10-17Clean up interface to getGlobalLinkName.Jim Laskey
2006-10-17Basic support for getGlobalLinkName.Jim Laskey
2006-10-16Global name regression.Jim Laskey
2006-10-13Workaround for templatesJim Laskey
2006-10-04More long term solutionJim Laskey
2006-10-04Work around for some problems with templates.Jim Laskey
2006-09-18Sort out mangled names for globalsJim Laskey
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-09-01Corrections.Jim Laskey
2006-08-29Handle callee saved registers in dwarf frame info (lead up to exceptionJim Laskey
2006-08-25Allow for register numbers > 31.Jim Laskey
2006-08-21Adding C++ member support.Jim Laskey
2006-07-13Fixed a bug handling void function types.Jim Laskey
2006-07-111. Support for c++ mangled names.Jim Laskey
2006-06-23Add and sort "sections" in debug lines. This always stepping throughJim Laskey
2006-06-20Add support for function types.Jim Laskey
2006-06-19References need to be section relative.Jim Laskey
2006-06-19References need to be section relative.Jim Laskey
2006-06-161. Revise vector debug support.Jim Laskey
2006-06-151. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey
2006-06-14Place dwarf headers at earliest possible point. Well behaved when skippingJim Laskey
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
2006-05-09Split SwitchSection into SwitchTo{Text|Data}Section methods.Chris Lattner
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-04-10Use existing information.Jim Laskey
2006-04-08Remove section change in function end, preventing override of function's realJim Laskey
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-24Hack no more.Jim Laskey
2006-03-23Unneeded forward.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-15Expand subprogram and added block descriptor.Jim Laskey
2006-03-09back out my previous hackChris Lattner
2006-03-09temporary hack to get the build working again, apparently a headerChris Lattner