summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-111-721/+0
* Convert more loops to range-based equivalentsAlexey Samsonov2014-04-301-6/+5
* Convert several loops over MachineFunction basic blocks to range-based loopsAlexey Samsonov2014-04-301-3/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-241-7/+7
* [C++11] Convert sort predicates into lambdas.Benjamin Kramer2014-03-071-14/+4
* Micro optimization: this code only needs to look at eh labels.Rafael Espindola2014-03-061-1/+1
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-221-13/+11
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Reland 196270 "Generalize debug info / EH emission in AsmPrinter"Timur Iskhodzhanov2013-12-031-2/+1
* Rename DwarfException methods so the new names are consistent with DwarfDebug...Timur Iskhodzhanov2013-11-261-6/+6
* Remove unneeded "TargetMachine.h" #includes.Jakub Staszak2013-02-091-1/+0
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-9/+9
* Make AsmPrinter::EmitTTypeReference() more robust - putAnton Korobeynikov2012-11-191-5/+1
* Factor out type info emission into separate routine.Anton Korobeynikov2012-11-191-2/+12
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-141-1/+1
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-1/+1
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-1/+1
* Revert 165732 for further review.Micah Villmow2012-10-111-1/+1
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-3/+4
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-2/+2
* Twinify better.Benjamin Kramer2011-10-161-20/+15
* A typeid of zero means a cleanup, not a catch. This case occursDuncan Sands2011-09-281-2/+4
* add the comments of each declaration follow it, making it easier to read and ...Renato Golin2011-08-181-49/+44
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-1/+0
* Add verbose EH table printing to SjLj exception tables.Bill Wendling2011-06-211-2/+19
* Improve the comment printing for the EH table. This gives a much more detailedBill Wendling2011-06-211-23/+69
* Clarify the LSDASection NULL checkAnton Korobeynikov2011-01-301-0/+2
* Support printing exception section into the current one. This is the case whe...Anton Korobeynikov2011-01-241-1/+2
* Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov2011-01-141-8/+5
* Split stuff as a preparation for CFI directives-based frame information emissionAnton Korobeynikov2011-01-141-302/+17
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-4/+4
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-181-1/+2
* Reference the personalities. Don't copy them into a new vector.Bill Wendling2010-08-011-1/+1
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-8/+9
* remove some default arguments to EmitAlignment.Chris Lattner2010-04-281-6/+4
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-4/+4
* Workaround the breakage in r100616 by guarding all timers withTorok Edwin2010-04-071-10/+0
* Use the "NamedGroupTimer" class to categorize DWARF emission better.Bill Wendling2010-04-071-12/+11
* prune #includes, MMI can never be nullChris Lattner2010-04-051-2/+1
* make DwarfException not inherit from DwarfPrinter.Chris Lattner2010-04-051-34/+41
* Move EmitFrameMoves into AsmPrinter.Chris Lattner2010-04-041-2/+2
* eliminate the "isEH" argument to EmitSectionOffset.Chris Lattner2010-04-041-6/+6
* move some more stuff to asmprinter.Chris Lattner2010-04-041-10/+12
* simplify some code.Chris Lattner2010-04-041-10/+11
* move EmitEncodingByte to AsmPrinter.Chris Lattner2010-04-041-7/+7
* inline EmitDifference away.Chris Lattner2010-04-041-8/+10
OpenPOWER on IntegriCloud