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
2007-02-22
Missing end of abbreviations - correction
Jim Laskey
2007-02-22
Missing end of abbreviations.
Jim Laskey
2007-02-21
Exception handling support.
Jim Laskey
2007-02-01
Slip up
Jim Laskey
2007-02-01
Emit labels as label_n and not as debug_n
Jim Laskey
2007-02-01
Support for non-landing pad exception handling.
Jim Laskey
2007-01-29
Out of line function.
Jim Laskey
2007-01-29
Only gather frame info if debug or eh.
Jim Laskey
2007-01-29
Flag to control exception handling.
Jim Laskey
2007-01-29
Disable zero landing pads for now.
Jim Laskey
2007-01-29
Landing pad-less eh for PPC.
Jim Laskey
2007-01-26
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
Clarify some constants.
Jim Laskey
2007-01-25
1. Remove dwarf-verbose option (now asm-verbose.)
Jim Laskey
2007-01-25
Migrate print routines to asm to be shared by exception handling.
Jim Laskey
2007-01-24
Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves
Jim Laskey
2007-01-24
Use asm printer to emit alignment
Jim Laskey
2007-01-08
Need to handle static declarations properly.
Jim Laskey
2007-01-03
Silence warning.
Jim Laskey
2006-12-22
Need to walk the derived chain of typedefs to get actual size.
Jim Laskey
2006-12-17
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-06
Some addresssed should be 64-bit and some shouldn't.
Jim Laskey
2006-11-30
Change global descriptor names to provide name, full name and linkage name.
Jim Laskey
2006-11-30
Temp fix to deal gdb issue.
Jim Laskey
2006-11-29
Eliminate unnecessary scopes.
Jim Laskey
2006-11-29
Converted to using llvm streams instead of <iostream>s
Bill Wendling
2006-11-09
Allows debugging llc self hosted.
Jim Laskey
2006-11-09
Merging dwarf info to a single compile unit.
Jim Laskey
2006-11-07
1. Add a pass to fold debug label instructions so a debug info client can detect
Jim Laskey
2006-11-07
Unbreak X86/ELF Debugging. Somehow this line got lost in Jim's cleanup.
Reid Spencer
2006-11-06
Tab interferes with uniqueness.
Jim Laskey
2006-11-04
Live local variables are being dropped because the begin or end labels marking
Jim Laskey
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
[next]