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-09-11
Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf
Bill Wendling
2007-09-11
The personality function on Darwin needs a global stub. We then refer to
Bill Wendling
2007-09-05
Due to label merging, the last label for an invoke
Duncan Sands
2007-09-05
Fix PR1628. When exception handling is turned on,
Duncan Sands
2007-09-02
Emit proper "secrel" directive, where possible. This fixes invalid asm syntax...
Anton Korobeynikov
2007-08-27
Add explicit keywords and remove spurious trailing semicolons.
Dan Gohman
2007-08-25
The personality function might need to be declared as:
Bill Wendling
2007-08-05
Fix minor doxygen nits.
Reid Spencer
2007-07-25
Minor cleanup:
Anton Korobeynikov
2007-07-23
Fix some uses of dyn_cast to be uses of cast.
Dan Gohman
2007-07-12
The type ids making up a filter are unsigned, and
Duncan Sands
2007-07-06
Indexes into the list of filter ids cannot be output
Duncan Sands
2007-06-08
Use more realistically sized vectors. Reserve capacity if we know in advance
Duncan Sands
2007-06-06
Fold the exception actions table harder: if two typeid lists start the
Duncan Sands
2007-06-02
Integrate exception filter support and exception catch support. This
Duncan Sands
2007-05-23
Mark all calls as "could throw", when exceptions are enabled. Emit necessary ...
Anton Korobeynikov
2007-05-22
Silence a warning.
Owen Anderson
2007-05-21
Only emit one entry in the exception action table for each action, even if
Duncan Sands
2007-05-16
Output exception call-sites in address order, as required by the unwinding
Duncan Sands
2007-05-15
The index into the actions table is a ULEB128 not a SLEB128.
Duncan Sands
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
[next]