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.h
Age
Commit message (
Expand
)
Author
2011-03-05
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-01-14
Add CFI directives-based frame information emission. Not hooked yet.
Anton Korobeynikov
2011-01-14
Split stuff as a preparation for CFI directives-based frame information emission
Anton Korobeynikov
2010-05-14
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
Bill Wendling
2010-04-07
Use the "NamedGroupTimer" class to categorize DWARF emission better.
Bill Wendling
2010-04-05
privatize more stuff, eliminate vtables.
Chris Lattner
2010-04-05
reprivatize now that DwarfWriter is gone.
Chris Lattner
2010-04-05
prune #includes, MMI can never be null
Chris Lattner
2010-04-05
make DwarfException not inherit from DwarfPrinter.
Chris Lattner
2010-04-04
remove the raw_ostream from various dwarf printing things.
Chris Lattner
2010-03-14
change EH related stuff (other than EH_LABEL) to use MCSymbol
Chris Lattner
2010-03-12
remove dead code.
Chris Lattner
2010-02-15
Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...
Anton Korobeynikov
2010-02-10
Use an index instead of pointers into the vector. If the vector resizes, then
Bill Wendling
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-01-26
constify a bunch of dwarf stuff now that the registerinfo method
Chris Lattner
2010-01-23
mcstreamerize .no_dead_strip and .reference for static ctors/dtors.
Chris Lattner
2010-01-22
rename the dwarf class to DwarfPrinter. This matches the filename
Chris Lattner
2010-01-16
rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,
Chris Lattner
2009-12-15
Remove isPod() from DenseMapInfo, splitting it out to its own
Chris Lattner
2009-11-17
Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.
Nick Lewycky
2009-11-17
Refactor the code that creates the "dot-label" difference. This may be used in
Bill Wendling
2009-11-12
Refactor code that checks if it's a call to a "nounwind" function.
Bill Wendling
2009-09-20
--- Reverse-merging r82282 into '.':
Bill Wendling
2009-09-18
Factor out label difference creation.
Bill Wendling
2009-09-10
Add helpful comment.
Bill Wendling
2009-09-09
Believe it or not, this is a simplification. :-)
Bill Wendling
2009-08-25
- Rename EmitCommonInformationEntry to EmitCIE.
Bill Wendling
2009-08-25
Rename functions to something more descriptive. At the very least mention the
Bill Wendling
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-17
Move the sjlj exception handling conversions to a back-end pass where they
Jim Grosbach
2009-08-11
SjLj based exception handling unwinding support. This patch is nasty, brutish
Jim Grosbach
2009-07-29
- Temporarily unbreak the build by forcing the TType "absptr", which isn't
Bill Wendling
2009-07-28
Doxygenify comments.
Bill Wendling
2009-07-28
Split out large loop into it's very own method. No intended functionality cha...
Bill Wendling
2009-07-17
fix include guard.
Chris Lattner
2009-06-25
Simplify.
Devang Patel
2009-05-15
Split out the DwarfDebug module from the DwarfWriter module.
Bill Wendling
2009-05-15
Split out the DwarfException class into its own file. No functionality change,
Bill Wendling