summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/Win64Exception.cpp
Commit message (Expand)AuthorAge
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-25
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-22
* Generate native unwind info on Win64Reid Kleckner2014-06-20
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-11
* 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
* 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
* Revert: Emit personality function and Dwarf EH data for Win64 SEH.Kai Nacke2013-07-08
* Emit personality function and Dwarf EH data for Win64 SEH.Kai Nacke2013-07-06
* Remove unneeded "TargetMachine.h" #includes.Jakub Staszak2013-02-09
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* 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
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Emit the handler's data area. For GCC-style exceptions under Win64, theCharles Davis2011-05-30
* When generating against the Win64 EH scheme, set the handler to the GCC-specificCharles Davis2011-05-29
* When generating code for Win64 EH, emit StartProc and EndProc directives.Charles Davis2011-05-28
* Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis2011-05-27