summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/WinEHPrepare.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make llvm.eh.actions an intrinsic and add docs for itReid Kleckner2015-03-121-5/+3
* Stop calling DwarfEHPrepare from WinEHPrepareReid Kleckner2015-03-121-39/+8
* Fix some clang warnings in WinEHPrepareReid Kleckner2015-03-111-3/+2
* Extended support for native Windows C++ EH outliningAndrew Kaylor2015-03-111-139/+857
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-4/+3
* Reland r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...Reid Kleckner2015-03-091-3/+25
* Fix uninitialized memory references in WinEHPrepareAndrew Kaylor2015-03-051-1/+3
* Replace llvm.frameallocate with llvm.frameescapeReid Kleckner2015-03-051-159/+54
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-2/+2
* WinEH: Remove vestigial EH objectReid Kleckner2015-03-031-43/+13
* Fixing problem with field initialization orderAndrew Kaylor2015-03-031-2/+2
* Outline cleanup handlers for native Windows C++ exception handlingAndrew Kaylor2015-03-031-97/+251
* Remap arguments and non-alloca values used by outlined C++ exception handlers.Andrew Kaylor2015-03-031-40/+76
* Fixing a problem with insert location in WinEH outliningAndrew Kaylor2015-02-251-0/+1
* Fixing eol-styleAndrew Kaylor2015-02-241-625/+625
* Removing unused private field.Andrew Kaylor2015-02-231-3/+1
* Second attempt to fix WinEHCatchDirector build failures.Andrew Kaylor2015-02-231-1/+0
* Attempting to fix WinEHCatchDirector destructor related build failures.Andrew Kaylor2015-02-231-0/+1
* Remap frame variables for native Windows exception handling.Andrew Kaylor2015-02-231-390/+627
* Revert r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...Chandler Carruth2015-02-201-12/+3
* EH: Prune unreachable resume instructions during Dwarf EH preparationReid Kleckner2015-02-201-3/+12
* Style and formatting fixes for r229715Andrew Kaylor2015-02-181-1/+0
* dos2unix the WinEH file and testsReid Kleckner2015-02-181-391/+391
* Remove unused member variables (-Wunused-private-field)David Blaikie2015-02-181-7/+3
* Adding implementation to outline C++ catch handlers for native Windows 64 exc...Andrew Kaylor2015-02-181-102/+395
* Don't promote asynch EH invokes of nounwind functions to callsReid Kleckner2015-02-111-1/+1
* Fix memory leak in WinEHPrepare introduced in r227405.Alexey Samsonov2015-01-301-1/+3
* Update comments to use unreachable instead of llvm.trap, as implemented nowReid Kleckner2015-01-291-1/+1
* EHPrepare: Remove leftover initialization code for DomTrees.Benjamin Kramer2015-01-291-5/+2
* Remove an unused private field added r227405 to fix a Clang warning.Chandler Carruth2015-01-291-2/+1
* Remove unused variableReid Kleckner2015-01-291-2/+0
* Add a Windows EH preparation pass that zaps resumesReid Kleckner2015-01-291-0/+106
OpenPOWER on IntegriCloud