summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/WinEHPrepare.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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