index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
WinEHPrepare.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[WinEH] Handle a landingpad, resume, and cleanup all rolled into a BB
Reid Kleckner
2015-04-16
1
-6
/
+4
*
[SEH] Deal with users of the old lpad for SEH catch-all blocks
Reid Kleckner
2015-04-16
1
-0
/
+9
*
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
2015-04-15
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-2
/
+2
*
[WinEH] Recognize SEH finally block inserted by the frontend
Reid Kleckner
2015-04-10
1
-63
/
+118
*
[WinEH] Try to make outlining invokes work a little better
Reid Kleckner
2015-04-10
1
-1
/
+4
*
Formmatting correction
Andrew Kaylor
2015-04-08
1
-1
/
+2
*
[WinEH] Minor bug fixes.
Andrew Kaylor
2015-04-08
1
-2
/
+3
*
[WinEH] Add invoke of llvm.donothing to outlined catch and cleanup handlers t...
Andrew Kaylor
2015-04-07
1
-14
/
+65
*
[WinEH] Don't sink allocas into child handlers
Reid Kleckner
2015-04-06
1
-11
/
+3
*
[WinEH] Fill out .xdata for catch objects
David Majnemer
2015-04-03
1
-4
/
+4
*
[WinEH] Sink UnwindHelp completely out of IR
David Majnemer
2015-04-03
1
-14
/
+0
*
Fixing a memory leak in WinEHPrepare
Andrew Kaylor
2015-04-03
1
-0
/
+2
*
Fixing a build error
Andrew Kaylor
2015-04-03
1
-1
/
+1
*
Fixing build warnings.
Andrew Kaylor
2015-04-03
1
-2
/
+0
*
[WinEH] Handle nested landing pads in outlined catch handlers
Andrew Kaylor
2015-04-03
1
-27
/
+247
*
[WinEH] Fold cast into assertion based on review feedback
Reid Kleckner
2015-04-03
1
-3
/
+2
*
Fix unused variable in NDEBUG builds
Reid Kleckner
2015-04-02
1
-0
/
+1
*
[WinEH] Make llvm.eh.actions use frameescape indices for catch params
Reid Kleckner
2015-04-02
1
-9
/
+44
*
Fix WinEHPrepare bug with multiple catch handlers
Andrew Kaylor
2015-04-01
1
-179
/
+126
*
[WinEH] Generate .xdata for catch handlers
David Majnemer
2015-03-31
1
-10
/
+0
*
[WinEH] Run cleanup handlers when an exception is thrown
David Majnemer
2015-03-30
1
-67
/
+9
*
Fixing a bug with optimized catch-all handlers in WinEHPrepare
Andrew Kaylor
2015-03-27
1
-5
/
+14
*
WinEH: Create a parent frame alloca for HandlerType xdata tables
David Majnemer
2015-03-27
1
-0
/
+10
*
WinEH: Create an unwind help alloca for __CxxFrameHandler3 xdata tables
Reid Kleckner
2015-03-25
1
-0
/
+13
*
[winehprepare] Update and sort includes. NFC.
Benjamin Kramer
2015-03-23
1
-1
/
+2
*
Fixing a bug with WinEH PHI handling
Andrew Kaylor
2015-03-20
1
-1
/
+19
*
WinEH: Make llvm.eh.actions emission match the EH docs
Reid Kleckner
2015-03-19
1
-8
/
+5
*
Use WinEHPrepare to outline SEH finally blocks
Reid Kleckner
2015-03-18
1
-41
/
+109
*
Make llvm.eh.actions an intrinsic and add docs for it
Reid Kleckner
2015-03-12
1
-5
/
+3
*
Stop calling DwarfEHPrepare from WinEHPrepare
Reid Kleckner
2015-03-12
1
-39
/
+8
*
Fix some clang warnings in WinEHPrepare
Reid Kleckner
2015-03-11
1
-3
/
+2
*
Extended support for native Windows C++ EH outlining
Andrew Kaylor
2015-03-11
1
-139
/
+857
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-4
/
+3
*
Reland r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...
Reid Kleckner
2015-03-09
1
-3
/
+25
*
Fix uninitialized memory references in WinEHPrepare
Andrew Kaylor
2015-03-05
1
-1
/
+3
*
Replace llvm.frameallocate with llvm.frameescape
Reid Kleckner
2015-03-05
1
-159
/
+54
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+2
*
WinEH: Remove vestigial EH object
Reid Kleckner
2015-03-03
1
-43
/
+13
*
Fixing problem with field initialization order
Andrew Kaylor
2015-03-03
1
-2
/
+2
*
Outline cleanup handlers for native Windows C++ exception handling
Andrew Kaylor
2015-03-03
1
-97
/
+251
*
Remap arguments and non-alloca values used by outlined C++ exception handlers.
Andrew Kaylor
2015-03-03
1
-40
/
+76
*
Fixing a problem with insert location in WinEH outlining
Andrew Kaylor
2015-02-25
1
-0
/
+1
*
Fixing eol-style
Andrew Kaylor
2015-02-24
1
-625
/
+625
*
Removing unused private field.
Andrew Kaylor
2015-02-23
1
-3
/
+1
*
Second attempt to fix WinEHCatchDirector build failures.
Andrew Kaylor
2015-02-23
1
-1
/
+0
*
Attempting to fix WinEHCatchDirector destructor related build failures.
Andrew Kaylor
2015-02-23
1
-0
/
+1
*
Remap frame variables for native Windows exception handling.
Andrew Kaylor
2015-02-23
1
-390
/
+627
*
Revert r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...
Chandler Carruth
2015-02-20
1
-12
/
+3
*
EH: Prune unreachable resume instructions during Dwarf EH preparation
Reid Kleckner
2015-02-20
1
-3
/
+12
[prev]
[next]