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
/
test
/
CodeGen
/
WinEH
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Verifier] Verify invokes of intrinsics
Philip Reames
2015-06-26
1
-2
/
+2
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
30
-149
/
+149
*
[WinEH] C++ EH state numbering fixes
Andrew Kaylor
2015-05-20
6
-61
/
+58
*
Changed renaming of local symbols by inserting a dot vefore the numeric suffix.
Sunil Srivastava
2015-05-12
6
-29
/
+29
*
[WinEH] Handle nested landing pads that return directly to the parent function.
Andrew Kaylor
2015-05-11
5
-5
/
+219
*
[WinEH] Update exception numbering to give handlers their own base state.
Andrew Kaylor
2015-05-11
4
-3
/
+300
*
Flip r236172 testcase RUN option ordering for BSD sed(1). NFC.
Ahmed Bougacha
2015-04-30
1
-1
/
+1
*
[WinEH] Start EH preparation for 32-bit x86, it uses no arguments
Reid Kleckner
2015-04-29
3
-10
/
+14
*
[WinEH] Split blocks at calls to llvm.eh.begincatch
Andrew Kaylor
2015-04-28
5
-10
/
+116
*
[SEH] Implement GetExceptionCode in __except blocks
Reid Kleckner
2015-04-24
1
-3
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-24
2
-8
/
+8
*
[WinEH] Split the landingpad BB instead of cloning it
Reid Kleckner
2015-04-24
6
-8
/
+8
*
Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepa...
Reid Kleckner
2015-04-23
6
-6
/
+6
*
[WinEH] Replace more lpad value uses with undef
Reid Kleckner
2015-04-23
1
-0
/
+67
*
Revert "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare ...
Reid Kleckner
2015-04-23
5
-5
/
+5
*
[WinEH] Don't skip landing pads that end with an unreachable instruction.
Andrew Kaylor
2015-04-23
2
-0
/
+2
*
[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works
Reid Kleckner
2015-04-22
5
-5
/
+5
*
[WinEH] Demote values and phis live across exception handlers up front
Reid Kleckner
2015-04-22
5
-62
/
+190
*
[WinEH] Correctly handle inlined __finally blocks with captures
Reid Kleckner
2015-04-22
1
-0
/
+48
*
Re-land r235154-r235156 under the existing -sehprepare flag
Reid Kleckner
2015-04-21
1
-0
/
+83
*
[WinEH] Fix problem with mapping shared empty handler blocks.
Andrew Kaylor
2015-04-20
1
-0
/
+110
*
Fixing line endings
Andrew Kaylor
2015-04-20
1
-14
/
+14
*
[WinEH] Fixes for a few cppeh failures.
Andrew Kaylor
2015-04-17
2
-0
/
+537
*
Revert r235154-r235156, they cause asserts when building win64 code (http://c...
Nico Weber
2015-04-17
5
-87
/
+4
*
Fix test failure due to racing commits
Reid Kleckner
2015-04-17
1
-3
/
+3
*
[SEH] Reimplement x64 SEH using WinEHPrepare
Reid Kleckner
2015-04-17
5
-4
/
+87
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
19
-52
/
+52
*
[WinEH] Handle a landingpad, resume, and cleanup all rolled into a BB
Reid Kleckner
2015-04-16
1
-0
/
+35
*
[SEH] Deal with users of the old lpad for SEH catch-all blocks
Reid Kleckner
2015-04-16
1
-0
/
+59
*
[WinEH] Try to make the MachineFunction CFG more accurate
Reid Kleckner
2015-04-15
1
-0
/
+6
*
Reland "[WinEH] Use the parent function when computing frameescape labels"
Reid Kleckner
2015-04-15
1
-0
/
+163
*
Revert "[WinEH] Use the parent function when computing frameescape labels"
Reid Kleckner
2015-04-15
1
-163
/
+0
*
[WinEH] Use the parent function when computing frameescape labels
Reid Kleckner
2015-04-15
1
-0
/
+163
*
[WinEH] Avoid emitting xdata tables twice for cleanups
Reid Kleckner
2015-04-14
1
-0
/
+20
*
[WinEH] Recognize SEH finally block inserted by the frontend
Reid Kleckner
2015-04-10
1
-0
/
+155
*
[WinEH] Try to make outlining invokes work a little better
Reid Kleckner
2015-04-10
1
-0
/
+91
*
[WinEH] Minor bug fixes.
Andrew Kaylor
2015-04-08
1
-2
/
+2
*
[WinEH] Fix xdata generation when no catch object is present
Reid Kleckner
2015-04-07
1
-0
/
+47
*
[WinEH] Don't sink allocas into child handlers
Reid Kleckner
2015-04-06
1
-0
/
+180
*
[WinEH] Fill out CatchHigh in the TryBlockMap
David Majnemer
2015-04-03
1
-2
/
+2
*
[WinEH] Fill out .xdata for catch objects
David Majnemer
2015-04-03
1
-2
/
+2
*
[WinEH] Sink UnwindHelp completely out of IR
David Majnemer
2015-04-03
4
-29
/
+8
*
[WinEH] Handle nested landing pads in outlined catch handlers
Andrew Kaylor
2015-04-03
4
-35
/
+17
*
[WinEH] Make llvm.eh.actions use frameescape indices for catch params
Reid Kleckner
2015-04-02
9
-18
/
+22
*
Fix WinEHPrepare bug with multiple catch handlers
Andrew Kaylor
2015-04-01
1
-0
/
+229
*
[WinEH] Generate .xdata for catch handlers
David Majnemer
2015-03-31
3
-10
/
+210
*
[WinEH] Run cleanup handlers when an exception is thrown
David Majnemer
2015-03-30
11
-29
/
+255
*
WinEH: Create a parent frame alloca for HandlerType xdata tables
David Majnemer
2015-03-27
1
-0
/
+6
*
WinEH: Create an unwind help alloca for __CxxFrameHandler3 xdata tables
Reid Kleckner
2015-03-25
1
-0
/
+3
*
Fixing a bug with WinEH PHI handling
Andrew Kaylor
2015-03-20
1
-0
/
+241
[next]