aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/ARMException.cpp
AgeCommit message (Expand)Author
2013-02-15Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer
2013-02-09Remove unneeded "TargetMachine.h" #includes.Jakub Staszak
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-19Make AsmPrinter::EmitTTypeReference() more robust - putAnton Korobeynikov
2012-11-19Factor out type info emission into separate routine.Anton Korobeynikov
2012-11-14Fix really stupid ARM EHABI info generation bug: we should not emitAnton Korobeynikov
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-07-20Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer
2012-01-24An option to selectively enable part of ARM EHABI support.Evgeniy Stepanov
2012-01-24Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth
2012-01-23An option to selectively enable parts of ARM EHABI support.Evgeniy Stepanov
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng
2011-05-25Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola
2011-03-05Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov