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
/
AsmPrinter
/
DwarfException.cpp
Age
Commit message (
Expand
)
Author
2009-11-19
Reverting the EH table patches.
Bill Wendling
2009-11-19
The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EH
Bill Wendling
2009-11-18
Attempt #2:
Bill Wendling
2009-11-17
Refactor the code that creates the "dot-label" difference. This may be used in
Bill Wendling
2009-11-12
Simplify code a bit
Bill Wendling
2009-11-12
Refactor code that checks if it's a call to a "nounwind" function.
Bill Wendling
2009-11-12
If there's more than one function operand to a call instruction, be conservative
Bill Wendling
2009-11-11
Don't mark a call as potentially throwing if the function it's calling has the
Bill Wendling
2009-11-11
Make sure that the exception handling data has the same visibility as the
Bill Wendling
2009-11-10
Fix DenseMap iterator constness.
Jeffrey Yasskin
2009-10-22
Tidying up some code and comments. No functionality change.
Bill Wendling
2009-09-20
--- Reverse-merging r82282 into '.':
Bill Wendling
2009-09-20
Here's fun! It turns out that these filter functions can be internal. If they're
Bill Wendling
2009-09-18
Factor out label difference creation.
Bill Wendling
2009-09-18
It's inefficient to have place the exception tables (which contain the LSDA)
Bill Wendling
2009-09-17
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
Chris Lattner
2009-09-16
Big change #1 for personality function references:
Chris Lattner
2009-09-16
inline AsmPrinter::getCurrentFunctionEHName into its only caller.
Chris Lattner
2009-09-16
Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now)
Chris Lattner
2009-09-16
eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining
Chris Lattner
2009-09-15
strength reduce a call to PrintRelDirective(true).
Chris Lattner
2009-09-10
Exit early if exception handling isn't supported.
Bill Wendling
2009-09-10
Comment and whitespace cleanups. No intentional functionality change.
Bill Wendling
2009-09-10
Revert part of my r81424 patch. I removed what looked like superfluous padding
Bill Wendling
2009-09-10
Don't hardcode the TType format size. In fact, rework the code so that it's more
Bill Wendling
2009-09-10
Remove the "#if 0" that Noone loved. It wasn't really necessary, because the
Bill Wendling
2009-09-10
Pull check for SJLJ EH into a boolean and use that.
Bill Wendling
2009-09-10
Use the SizeOfEncodedValue function instead of magic variables for the
Bill Wendling
2009-09-10
Add helpful comment.
Bill Wendling
2009-09-09
Believe it or not, this is a simplification. :-)
Bill Wendling
2009-09-09
Use the EOL that takes the encoding and translates it into DWARF-English.
Bill Wendling
2009-09-09
Early exit from function.
Bill Wendling
2009-09-09
Small amount of code clean-up: Don't use ".size()" when not necessary.
Bill Wendling
2009-09-01
reduce size of SmallString to something more reasonable
Jim Grosbach
2009-09-01
Use raw_ostream instead of sstream
Jim Grosbach
2009-09-01
revert inadvertant change from previous commit
Jim Grosbach
2009-09-01
Simply LSDA lable emission to use a direct special-case output instead of
Jim Grosbach
2009-09-01
Clean up LSDA name generation and use for SJLJ exception handling. This
Jim Grosbach
2009-08-31
Output a hex value, because all of the others are hex.
Bill Wendling
2009-08-31
Revert commit 80428. It completely broke exception
Duncan Sands
2009-08-31
PR4747
Jim Grosbach
2009-08-29
- Add target lowering methods to get the preferred format for the FDE and LSDA
Bill Wendling
2009-08-29
Make the augmentation size and next set of bytes agree on size,
Eric Christopher
2009-08-28
Nuke trailing whitespace.
Eric Christopher
2009-08-27
Revert accidental commit.
Bill Wendling
2009-08-27
--- Reverse-merging r80147 into '.':
Bill Wendling
2009-08-26
If we're emitting additional CIEs due to personality functions
Eric Christopher
2009-08-25
- Rename EmitCommonInformationEntry to EmitCIE.
Bill Wendling
2009-08-25
- Emit new line after each FDE.
Bill Wendling
2009-08-25
Rename functions to something more descriptive. At the very least mention the
Bill Wendling
[next]