aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-16This patch is needed to make c++ exceptions work for mips16.Reed Kotler
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-01-17Add 148175 back. I am unable to reproduce any non determinism in a dragoneggRafael Espindola
2012-01-14Speculatively revert commit 148175 (rafael), to see if this fixesDuncan Sands
2012-01-14Only emit the Leh_func_endN symbol when needed.Rafael Espindola
2012-01-13Remove previous commit while I debug the bot failures.Rafael Espindola
2012-01-13Remove label that is not used anymore.Rafael Espindola
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-10Initialize moveTypeModule.Rafael Espindola
2011-05-10Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola
2011-05-02Only produce the eh_frame section if we have at least one personality function.Rafael Espindola
2011-04-29The last hack for producing bit identical output with cfi on OS X.Rafael Espindola
2011-04-29Change DwarfCFIException's member variables to track what it actuallyRafael Espindola
2011-04-29Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.Rafael Espindola
2011-04-27Remove unnecessary argument.Rafael Espindola
2011-04-27Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola
2011-04-24Simplify the logic. Noticed by aKor.Rafael Espindola
2011-04-24Synchronize the conditions for producing a .cfi_startproc and a .cfi_endproc.Rafael Espindola
2011-04-16Remove unused variable.Benjamin Kramer
2011-04-16Put each personality function in a section. This fixes the gnu ld warning:Rafael Espindola
2011-04-15Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola
2011-04-15Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi
2011-04-14Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola
2011-01-14Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov
2011-01-14Add CFI directives-based frame information emission. Not hooked yet.Anton Korobeynikov