aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-1/+2
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-1/+1
* Initialize moveTypeModule.Rafael Espindola2011-05-101-2/+2
* Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola2011-05-101-1/+10
* Only produce the eh_frame section if we have at least one personality function.Rafael Espindola2011-05-021-7/+9
* The last hack for producing bit identical output with cfi on OS X.Rafael Espindola2011-04-291-0/+8
* Change DwarfCFIException's member variables to track what it actuallyRafael Espindola2011-04-291-28/+31
* Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.Rafael Espindola2011-04-291-2/+1
* Remove unnecessary argument.Rafael Espindola2011-04-271-2/+1
* Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola2011-04-271-11/+2
* Simplify the logic. Noticed by aKor.Rafael Espindola2011-04-241-2/+1
* Synchronize the conditions for producing a .cfi_startproc and a .cfi_endproc.Rafael Espindola2011-04-241-1/+1
* Remove unused variable.Benjamin Kramer2011-04-161-5/+2
* Put each personality function in a section. This fixes the gnu ld warning:Rafael Espindola2011-04-161-8/+3
* Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola2011-04-151-16/+28
* Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi2011-04-151-27/+15
* Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola2011-04-141-15/+27
* Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov2011-01-141-1/+1
* Add CFI directives-based frame information emission. Not hooked yet.Anton Korobeynikov2011-01-141-0/+138