summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
Commit message (Expand)AuthorAge
* Print a=b as an assignment.Rafael Espindola2014-06-24
* Remove a temporary hack.Rafael Espindola2014-06-23
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-11
* Fix MIPS exception personality encoding.Logan Chien2014-05-30
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-27
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Reland 196270 "Generalize debug info / EH emission in AsmPrinter"Timur Iskhodzhanov2013-12-03
* Rename DwarfException methods so the new names are consistent with DwarfDebug...Timur Iskhodzhanov2013-11-26
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-16
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add 148175 back. I am unable to reproduce any non determinism in a dragoneggRafael Espindola2012-01-17
* Speculatively revert commit 148175 (rafael), to see if this fixesDuncan Sands2012-01-14
* Only emit the Leh_func_endN symbol when needed.Rafael Espindola2012-01-14
* Remove previous commit while I debug the bot failures.Rafael Espindola2012-01-13
* Remove label that is not used anymore.Rafael Espindola2012-01-13
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Initialize moveTypeModule.Rafael Espindola2011-05-10
* Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola2011-05-10
* Only produce the eh_frame section if we have at least one personality function.Rafael Espindola2011-05-02
* The last hack for producing bit identical output with cfi on OS X.Rafael Espindola2011-04-29
* Change DwarfCFIException's member variables to track what it actuallyRafael Espindola2011-04-29
* Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.Rafael Espindola2011-04-29
* Remove unnecessary argument.Rafael Espindola2011-04-27
* Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola2011-04-27
* Simplify the logic. Noticed by aKor.Rafael Espindola2011-04-24
* Synchronize the conditions for producing a .cfi_startproc and a .cfi_endproc.Rafael Espindola2011-04-24
* Remove unused variable.Benjamin Kramer2011-04-16
* Put each personality function in a section. This fixes the gnu ld warning:Rafael Espindola2011-04-16
* Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola2011-04-15
* Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi2011-04-15
* Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola2011-04-14
* Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov2011-01-14
* Add CFI directives-based frame information emission. Not hooked yet.Anton Korobeynikov2011-01-14