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-05-13
Emit function debug frames in one atom. This will prevent us from generating ...
Anton Korobeynikov
2007-05-13
Emit multiple common EH frames for multiple (including blank) personality
Anton Korobeynikov
2007-05-12
More DWARF-related things cleanup:
Anton Korobeynikov
2007-05-11
Perform correct actions numbers/sizes computation
Anton Korobeynikov
2007-05-11
Fix action No calculation in multiple-invoke-one-LP mode
Anton Korobeynikov
2007-05-10
Allow multiple invokes per landing pad. This (probably) fixes PR1410.
Anton Korobeynikov
2007-05-10
Later computations assume we are aligned at this point.
Duncan Sands
2007-05-10
TypeIds are indexed by j, not i
Anton Korobeynikov
2007-05-05
Use the personality function that was registered with MMI rather than
Duncan Sands
2007-05-05
Spelling fix.
Duncan Sands
2007-05-05
Emit sections/directives in the proper order. This fixes PR1376. Also,
Anton Korobeynikov
2007-05-01
Fix couple of bugs connected with eh info:
Anton Korobeynikov
2007-03-07
Cleanup: make SetCounter an instance variable
Anton Korobeynikov
2007-03-07
Fix DWARF debugging information on x86/Linux and (hopefully)
Anton Korobeynikov
2007-03-01
Emit eh filter info.
Jim Laskey
2007-02-28
Handle mix of personalities.
Jim Laskey
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
[next]