aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfException.cpp
AgeCommit message (Expand)Author
2013-02-09Remove unneeded "TargetMachine.h" #includes.Jakub Staszak
2013-01-09These functions have default arguments of 0 for the last arg. UseEric Christopher
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-19Make AsmPrinter::EmitTTypeReference() more robust - putAnton Korobeynikov
2012-11-19Factor out type info emission into separate routine.Anton Korobeynikov
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-10-16Twinify better.Benjamin Kramer
2011-09-28A typeid of zero means a cleanup, not a catch. This case occursDuncan Sands
2011-08-18add the comments of each declaration follow it, making it easier to read and ...Renato Golin
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng
2011-06-21Add verbose EH table printing to SjLj exception tables.Bill Wendling
2011-06-21Improve the comment printing for the EH table. This gives a much more detailedBill Wendling
2011-01-30Clarify the LSDASection NULL checkAnton Korobeynikov
2011-01-24Support printing exception section into the current one. This is the case whe...Anton Korobeynikov
2011-01-14Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov
2011-01-14Split stuff as a preparation for CFI directives-based frame information emissionAnton Korobeynikov
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2010-11-18Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov
2010-08-01Reference the personalities. Don't copy them into a new vector.Bill Wendling
2010-05-14Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling
2010-04-28remove some default arguments to EmitAlignment.Chris Lattner
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2010-04-07Workaround the breakage in r100616 by guarding all timers withTorok Edwin
2010-04-07Use the "NamedGroupTimer" class to categorize DWARF emission better.Bill Wendling
2010-04-05prune #includes, MMI can never be nullChris Lattner
2010-04-05make DwarfException not inherit from DwarfPrinter.Chris Lattner
2010-04-04Move EmitFrameMoves into AsmPrinter.Chris Lattner
2010-04-04eliminate the "isEH" argument to EmitSectionOffset.Chris Lattner
2010-04-04move some more stuff to asmprinter.Chris Lattner
2010-04-04simplify some code.Chris Lattner
2010-04-04move EmitEncodingByte to AsmPrinter.Chris Lattner
2010-04-04inline EmitDifference away.Chris Lattner
2010-04-04move gettemplabel and getdwlabel to AsmPrinter and renameChris Lattner
2010-04-04move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner
2010-04-04remove TargetMachine.h #include, also, TRI isn't used frequently Chris Lattner
2010-04-04remove the raw_ostream from various dwarf printing things.Chris Lattner
2010-03-31reduce indentationChris Lattner
2010-03-29use RAII for ExceptionTimer tooChris Lattner
2010-03-14get MMI out of the label uniquing business, just go to MCContextChris Lattner
2010-03-14remove now-dead code, all labels use MCSymbols.Chris Lattner
2010-03-14fix a bug I introduced in r98459, causing some NNT failures.Chris Lattner
2010-03-14change the LabelSDNode to be EHLabelSDNode and make it holdChris Lattner