aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/ARMException.cpp
AgeCommit message (Expand)Author
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