index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
DwarfWriter.cpp
Age
Commit message (
Expand
)
Author
2006-11-02
Make CodeGen libs -pedantic clean.
Reid Spencer
2006-11-02
1. Hash not quite right for DIEValues.
Jim Laskey
2006-11-02
Remove unused variable.
Reid Spencer
2006-11-02
For PR786:
Reid Spencer
2006-11-02
General clean up of teh dwarf writer.
Jim Laskey
2006-10-31
1. Clean up code due to changes in SwitchTo*Section(2)
Anton Korobeynikov
2006-10-30
Fix a problem introduced by a last-minute change (logic negation).
Reid Spencer
2006-10-30
Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
Reid Spencer
2006-10-30
Switch abbreviations to use the folding set.a.
Jim Laskey
2006-10-30
Simplify DwarfWriter header.
Jim Laskey
2006-10-24
Tighter data structure for deleted debug labels.
Jim Laskey
2006-10-23
More complete solution to deleting blocks and debug info.
Jim Laskey
2006-10-17
Do not leak all of the SourceLineInfo objects. Do not bother mallocing each
Chris Lattner
2006-10-17
Clean up interface to getGlobalLinkName.
Jim Laskey
2006-10-17
Basic support for getGlobalLinkName.
Jim Laskey
2006-10-16
Global name regression.
Jim Laskey
2006-10-13
Workaround for templates
Jim Laskey
2006-10-04
More long term solution
Jim Laskey
2006-10-04
Work around for some problems with templates.
Jim Laskey
2006-09-18
Sort out mangled names for globals
Jim Laskey
2006-09-07
Make target asm info a property of the target machine.
Jim Laskey
2006-09-06
Separate target specific asm properties from the asm printers.
Jim Laskey
2006-09-01
Corrections.
Jim Laskey
2006-08-29
Handle callee saved registers in dwarf frame info (lead up to exception
Jim Laskey
2006-08-25
Allow for register numbers > 31.
Jim Laskey
2006-08-21
Adding C++ member support.
Jim Laskey
2006-07-13
Fixed a bug handling void function types.
Jim Laskey
2006-07-11
1. Support for c++ mangled names.
Jim Laskey
2006-06-23
Add and sort "sections" in debug lines. This always stepping through
Jim Laskey
2006-06-20
Add support for function types.
Jim Laskey
2006-06-19
References need to be section relative.
Jim Laskey
2006-06-19
References need to be section relative.
Jim Laskey
2006-06-16
1. Revise vector debug support.
Jim Laskey
2006-06-15
1. Support standard dwarf format (was bootstrapping in Apple format.)
Jim Laskey
2006-06-14
Place dwarf headers at earliest possible point. Well behaved when skipping
Jim Laskey
2006-05-12
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-09
Split SwitchSection into SwitchTo{Text|Data}Section methods.
Chris Lattner
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-04-10
Use existing information.
Jim Laskey
2006-04-08
Remove section change in function end, preventing override of function's real
Jim Laskey
2006-04-07
Make sure that debug labels are defined within the same section and after the
Jim Laskey
2006-04-07
Foundation for call frame information.
Jim Laskey
2006-03-28
Refactor address attributes. Add base register to frame info.
Jim Laskey
2006-03-24
Hack no more.
Jim Laskey
2006-03-23
Unneeded forward.
Jim Laskey
2006-03-23
Make sure types are allocated in the scope of their use.
Jim Laskey
2006-03-23
Generate local variable and scope information and equivalent dwarf forms.
Jim Laskey
2006-03-15
Expand subprogram and added block descriptor.
Jim Laskey
2006-03-09
back out my previous hack
Chris Lattner
2006-03-09
temporary hack to get the build working again, apparently a header
Chris Lattner
[next]