[CodeGen] Force emission of personality directive if explicitly specified
[oota-llvm.git] / lib / CodeGen / AsmPrinter / ARMException.cpp
2015-07-14 Keno Fischer[CodeGen] Force emission of personality directive if...
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-03-17 Rafael EspindolaMove the EH symbol to the asm printer and use it for...
2015-03-17 Rafael EspindolaReplace a use of GetTempSymbol with createTempSymbol.
2015-03-09 Rafael EspindolaPrint jump tables before exception tables.
2015-02-27 Rafael EspindolaCentralize handling of the eh_begin and eh_end labels.
2015-01-14 Reid KlecknerUse MMI->getPersonality() instead of MMI->getPersonalit...
2014-11-14 Reid KlecknerAllow the use of functions as typeinfo in landingpad...
2014-11-03 Oliver StannardRevert r221150, as it broke sanitizer tests
2014-11-03 Oliver StannardEmit .eh_frame with relocations to functions, rather...
2014-06-11 Saleem AbdulrasoolCodeGen: refactor DwarfException
2014-05-14 Logan ChienFix ARM EHABI when function has landingpad and nounwind.
2014-04-30 Joerg SonnenbergerPrepare support of Itanium ABI on ARM as opposed to...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-02-14 Artyom SkrobovGenerate the DWARF stack frame decode operations in...
2014-01-29 Renato GolinEnable EHABI by default
2014-01-14 Rafael EspindolaMake getTargetStreamer return a possibly null pointer.
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2013-12-03 Timur IskhodzhanovReland 196270 "Generalize debug info / EH emission...
2013-11-26 Timur IskhodzhanovRename DwarfException methods so the new names are...
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-02-15 Benjamin KramerMake helpers static. Add missing include so LLVMInitial...
2013-02-09 Jakub StaszakRemove unneeded "TargetMachine.h" #includes.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-19 Anton KorobeynikovMake AsmPrinter::EmitTTypeReference() more robust ...
2012-11-19 Anton KorobeynikovFactor out type info emission into separate routine.
2012-11-14 Anton KorobeynikovFix really stupid ARM EHABI info generation bug: we...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-07-20 Benjamin KramerRemove unused private member variables uncovered by...
2012-01-24 Evgeniy StepanovAn option to selectively enable part of ARM EHABI support.
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-23 Evgeniy StepanovAn option to selectively enable parts of ARM EHABI...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-03-05 Anton KorobeynikovSome first rudimentary support for ARM EHABI: print...