summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfException.h
Commit message (Expand)AuthorAgeFilesLines
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-2/+2
* Use the "NamedGroupTimer" class to categorize DWARF emission better.Bill Wendling2010-04-071-4/+0
* privatize more stuff, eliminate vtables.Chris Lattner2010-04-051-1/+1
* reprivatize now that DwarfWriter is gone.Chris Lattner2010-04-051-2/+1
* prune #includes, MMI can never be nullChris Lattner2010-04-051-3/+8
* make DwarfException not inherit from DwarfPrinter.Chris Lattner2010-04-051-10/+8
* remove the raw_ostream from various dwarf printing things.Chris Lattner2010-04-041-3/+3
* change EH related stuff (other than EH_LABEL) to use MCSymbolChris Lattner2010-03-141-11/+4
* remove dead code.Chris Lattner2010-03-121-5/+0
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-151-3/+0
* Use an index instead of pointers into the vector. If the vector resizes, thenBill Wendling2010-02-101-1/+1
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* constify a bunch of dwarf stuff now that the registerinfo methodChris Lattner2010-01-261-1/+1
* mcstreamerize .no_dead_strip and .reference for static ctors/dtors.Chris Lattner2010-01-231-2/+2
* rename the dwarf class to DwarfPrinter. This matches the filenameChris Lattner2010-01-221-1/+1
* rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,Chris Lattner2010-01-161-4/+4
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-151-1/+0
* Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.Nick Lewycky2009-11-171-1/+1
* Refactor the code that creates the "dot-label" difference. This may be used inBill Wendling2009-11-171-0/+6
* Refactor code that checks if it's a call to a "nounwind" function.Bill Wendling2009-11-121-0/+4
* --- Reverse-merging r82282 into '.':Bill Wendling2009-09-201-6/+0
* Factor out label difference creation.Bill Wendling2009-09-181-0/+6
* Add helpful comment.Bill Wendling2009-09-101-0/+1
* Believe it or not, this is a simplification. :-)Bill Wendling2009-09-091-0/+7
* - Rename EmitCommonInformationEntry to EmitCIE.Bill Wendling2009-08-251-8/+7
* Rename functions to something more descriptive. At the very least mention theBill Wendling2009-08-251-7/+8
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* Move the sjlj exception handling conversions to a back-end pass where theyJim Grosbach2009-08-171-1/+0
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-111-0/+1
* - Temporarily unbreak the build by forcing the TType "absptr", which isn'tBill Wendling2009-07-291-1/+13
* Doxygenify comments.Bill Wendling2009-07-281-0/+2
* Split out large loop into it's very own method. No intended functionality cha...Bill Wendling2009-07-281-7/+11
* fix include guard.Chris Lattner2009-07-171-2/+2
* Simplify.Devang Patel2009-06-251-8/+3
* Split out the DwarfDebug module from the DwarfWriter module.Bill Wendling2009-05-151-2/+2
* Split out the DwarfException class into its own file. No functionality change,Bill Wendling2009-05-151-0/+178