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