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