Reland "[WinEH] Use the parent function when computing frameescape labels"
[oota-llvm.git] / lib / CodeGen / AsmPrinter / Win64Exception.cpp
2015-04-15 Reid KlecknerReland "[WinEH] Use the parent function when computing...
2015-04-15 Reid KlecknerRevert "[WinEH] Use the parent function when computing...
2015-04-15 Reid Kleckner[WinEH] Use the parent function when computing frameesc...
2015-04-14 Reid Kleckner[WinEH] Avoid emitting xdata tables twice for cleanups
2015-04-10 David Majnemer[WinEHPrepare] Don't rely on the order of IR
2015-04-07 Reid Kleckner[WinEH] Fix xdata generation when no catch object is...
2015-04-03 David Majnemer[WinEH] Fill out CatchHigh in the TryBlockMap
2015-04-03 David Majnemer[WinEH] Fill out .xdata for catch objects
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-30 David Majnemer[WinEH] Run cleanup handlers when an exception is thrown
2015-03-17 Rafael EspindolaMove the EH symbol to the asm printer and use it for...
2015-03-17 Rafael EspindolaReplace a use of GetTempSymbol with createTempSymbol.
2015-02-27 Rafael EspindolaCentralize handling of the eh_begin and eh_end labels.
2015-02-14 Reid KlecknerUnify the two EH personality classification routines...
2015-01-23 Reid KlecknerFix assertion when C++ EH filters are present in functi...
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-22 Reid KlecknerWin64 SEH: Emit the constant 1 for catch-all into xdata
2015-01-15 NAKAMURA TakumiWin64Exception.cpp: Try to fix crash for x64 EH. "Per...
2015-01-14 Reid KlecknerUse MMI->getPersonality() instead of MMI->getPersonalit...
2015-01-14 Reid KlecknerEmit the Itanium LSDA for unknown EH personalities...
2015-01-14 Reid KlecknerCodeGen support for x86_64 SEH catch handlers in LLVM
2014-09-01 Saleem AbdulrasoolCodeGen: split out the Win64Exception emitter
2014-06-29 Saleem AbdulrasoolMC: rename EmitWin64EH routines
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-11 Saleem AbdulrasoolCodeGen: refactor DwarfException
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2013-12-03 Timur IskhodzhanovReland 196270 "Generalize debug info / EH emission...
2013-11-26 Timur IskhodzhanovRename DwarfException methods so the new names are...
2013-07-08 Kai NackeRevert: Emit personality function and Dwarf EH data...
2013-07-06 Kai NackeEmit personality function and Dwarf EH data for Win64...
2013-02-09 Jakub StaszakRemove unneeded "TargetMachine.h" #includes.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-05-30 Charles DavisEmit the handler's data area. For GCC-style exceptions...
2011-05-29 Charles DavisWhen generating against the Win64 EH scheme, set the...
2011-05-28 Charles DavisWhen generating code for Win64 EH, emit StartProc and...
2011-05-27 Charles DavisStub out support for Win64-style exceptions. Note that...