]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/AsmPrinter/ARMException.cpp
Add a couple of convenience accessors to DebugLocEntry::Value to further
[opencl/llvm.git] / lib / CodeGen / AsmPrinter / ARMException.cpp
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...