summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/ARMException.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+0
* [EH] Handle non-Function personalities like unknown personalitiesReid Kleckner2015-08-311-1/+0
* Reapply "Add reverse(ContainerTy) range adapter."Pete Cooper2015-07-291-2/+1
* Revert "Add reverse(ContainerTy) range adapter."Pete Cooper2015-07-291-1/+2
* Add reverse(ContainerTy) range adapter.Pete Cooper2015-07-291-2/+1
* Use make_range(rbegin(), rend()) to allow foreach loops. NFC.Pete Cooper2015-07-241-3/+2
* [CodeGen] Force emission of personality directive if explicitly specifiedKeno Fischer2015-07-141-15/+23
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-11/+11
* Move the EH symbol to the asm printer and use it for the SJLJ case too.Rafael Espindola2015-03-171-2/+0
* Replace a use of GetTempSymbol with createTempSymbol.Rafael Espindola2015-03-171-2/+2
* Print jump tables before exception tables.Rafael Espindola2015-03-091-9/+2
* Centralize handling of the eh_begin and eh_end labels.Rafael Espindola2015-02-271-4/+0
* Use MMI->getPersonality() instead of MMI->getPersonalities()[MMI->getPersonal...Reid Kleckner2015-01-141-2/+1
* Allow the use of functions as typeinfo in landingpad clausesReid Kleckner2014-11-141-3/+3
* Revert r221150, as it broke sanitizer testsOliver Stannard2014-11-031-1/+1
* Emit .eh_frame with relocations to functions, rather than sectionsOliver Stannard2014-11-031-1/+1
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-111-4/+3
* Fix ARM EHABI when function has landingpad and nounwind.Logan Chien2014-05-141-8/+7
* Prepare support of Itanium ABI on ARM as opposed to EHABI byJoerg Sonnenberger2014-04-301-2/+4
* [C++] Use 'nullptr'.Craig Topper2014-04-241-1/+1
* Generate the DWARF stack frame decode operations in the function prologue for...Artyom Skrobov2014-02-141-1/+17
* Enable EHABI by defaultRenato Golin2014-01-291-22/+14
* Make getTargetStreamer return a possibly null pointer.Rafael Espindola2014-01-141-1/+1
* 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-1/+1
* Rename DwarfException methods so the new names are consistent with DwarfDebug...Timur Iskhodzhanov2013-11-261-5/+5
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-1/+1
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-5/+11
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-151-1/+1
* Remove unneeded "TargetMachine.h" #includes.Jakub Staszak2013-02-091-1/+0
* 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-10/+3
* Factor out type info emission into separate routine.Anton Korobeynikov2012-11-191-0/+49
* Fix really stupid ARM EHABI info generation bug: we should not emitAnton Korobeynikov2012-11-141-11/+14
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-201-3/+1
* An option to selectively enable part of ARM EHABI support.Evgeniy Stepanov2012-01-241-5/+14
* Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth2012-01-241-20/+5
* An option to selectively enable parts of ARM EHABI support.Evgeniy Stepanov2012-01-231-5/+20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-1/+0
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-1/+0
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-251-2/+2
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-051-0/+87
OpenPOWER on IntegriCloud