summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/ARMException.cpp
Commit message (Expand)AuthorAge
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-11
* Fix ARM EHABI when function has landingpad and nounwind.Logan Chien2014-05-14
* Prepare support of Itanium ABI on ARM as opposed to EHABI byJoerg Sonnenberger2014-04-30
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* Generate the DWARF stack frame decode operations in the function prologue for...Artyom Skrobov2014-02-14
* Enable EHABI by defaultRenato Golin2014-01-29
* Make getTargetStreamer return a possibly null pointer.Rafael Espindola2014-01-14
* 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
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-15
* Remove unneeded "TargetMachine.h" #includes.Jakub Staszak2013-02-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
* Fix really stupid ARM EHABI info generation bug: we should not emitAnton Korobeynikov2012-11-14
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-20
* An option to selectively enable part of ARM EHABI support.Evgeniy Stepanov2012-01-24
* Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth2012-01-24
* An option to selectively enable parts of ARM EHABI support.Evgeniy Stepanov2012-01-23
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-25
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-05