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] Add localaddress intrinsic instead of using frameaddress
Reid Kleckner
2015-07-07
1
-9
/
+8
*
Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
Reid Kleckner
2015-07-07
1
-9
/
+9
*
[WinEH] Insert the EH code load before the block terminator
Reid Kleckner
2015-07-06
1
-1
/
+1
*
[WinEH] Use llvm.x86.seh.recoverfp in WinEHPrepare
Reid Kleckner
2015-07-01
1
-40
/
+48
*
Eliminate additional redundant copies of Triple objects. NFC.
Daniel Sanders
2015-06-24
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-9
/
+8
*
[WinEH] Add 32-bit SEH state table emission prototype
Reid Kleckner
2015-06-09
1
-5
/
+17
*
[WinEH] Start inserting state number stores for C++ EH
Reid Kleckner
2015-05-28
1
-0
/
+374
*
std::sort must be called with a strict weak ordering.
Manuel Klimek
2015-05-21
1
-4
/
+4
*
Fix build error
Andrew Kaylor
2015-05-20
1
-1
/
+1
*
[WinEH] C++ EH state numbering fixes
Andrew Kaylor
2015-05-20
1
-54
/
+185
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-2
/
+2
*
[WinEH] Push unique_ptr through the Action interface.
Benjamin Kramer
2015-05-16
1
-17
/
+17
*
Fixing memory leak
Andrew Kaylor
2015-05-12
1
-0
/
+2
*
[WinEH] Handle nested landing pads that return directly to the parent function.
Andrew Kaylor
2015-05-11
1
-10
/
+104
*
[WinEH] Improve fatal error message about failed demotion
Reid Kleckner
2015-05-06
1
-1
/
+6
*
[WinEH] Reset WinEHPrepare::SEHExceptionCodeSlot when we're done.
Ahmed Bougacha
2015-05-06
1
-0
/
+1
*
Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"
Reid Kleckner
2015-05-05
1
-5
/
+6
*
Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"
Reid Kleckner
2015-05-01
1
-6
/
+5
*
Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"
Reid Kleckner
2015-05-01
1
-5
/
+6
*
Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"
Reid Kleckner
2015-05-01
1
-6
/
+5
*
[WinEH] Add an EH registration and state insertion pass for 32-bit x86
Reid Kleckner
2015-05-01
1
-5
/
+6
*
Add a note about permitting default member initializers
Reid Kleckner
2015-04-30
1
-4
/
+4
*
[WinEH] Start EH preparation for 32-bit x86, it uses no arguments
Reid Kleckner
2015-04-29
1
-43
/
+92
*
[WinEH] Fix minor bug in begincatch block splitting
Andrew Kaylor
2015-04-29
1
-1
/
+1
*
Style updates
Andrew Kaylor
2015-04-28
1
-18
/
+19
*
[WinEH] Split blocks at calls to llvm.eh.begincatch
Andrew Kaylor
2015-04-28
1
-26
/
+90
*
Fix build error from accidental change
Andrew Kaylor
2015-04-24
1
-2
/
+1
*
[WinEH] Find correct cloned entry block for outlined handler functions.
Andrew Kaylor
2015-04-24
1
-1
/
+2
*
[WinEH] Find correct cloned entry block for outlined handler functions.
Andrew Kaylor
2015-04-24
1
-4
/
+13
*
Remove an unused variable to prevent -Werror build failures.
Kaelyn Takata
2015-04-24
1
-1
/
+0
*
[SEH] Implement GetExceptionCode in __except blocks
Reid Kleckner
2015-04-24
1
-6
/
+54
*
[WinEH] Split the landingpad BB instead of cloning it
Reid Kleckner
2015-04-24
1
-21
/
+9
*
Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepa...
Reid Kleckner
2015-04-23
1
-15
/
+0
*
[WinEH] Ignore filter clauses while mapping landing pad blocks.
Andrew Kaylor
2015-04-23
1
-0
/
+6
*
Remove trivial assert to fix NDEBUG Werror builds
Reid Kleckner
2015-04-23
1
-2
/
+0
*
[WinEH] Replace more lpad value uses with undef
Reid Kleckner
2015-04-23
1
-9
/
+20
*
[WinEH] Handle stubs for outlined functions that have only unreached terminat...
Andrew Kaylor
2015-04-23
1
-9
/
+16
*
Revert "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare ...
Reid Kleckner
2015-04-23
1
-0
/
+15
*
[WinEH] Don't skip landing pads that end with an unreachable instruction.
Andrew Kaylor
2015-04-23
1
-6
/
+4
*
[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works
Reid Kleckner
2015-04-22
1
-15
/
+0
*
[WinEH] Demote values and phis live across exception handlers up front
Reid Kleckner
2015-04-22
1
-68
/
+277
*
[WinEH] Correctly handle inlined __finally blocks with captures
Reid Kleckner
2015-04-22
1
-6
/
+33
*
[WinEH] Fix problem with landing pad return values used in PHI nodes during o...
Andrew Kaylor
2015-04-20
1
-0
/
+4
*
[WinEH] Fix problem with mapping shared empty handler blocks.
Andrew Kaylor
2015-04-20
1
-2
/
+38
*
[WinEH] Fix memory leak with catch-all mapping.
Andrew Kaylor
2015-04-20
1
-5
/
+12
*
Fix build wanrings and line endings
Andrew Kaylor
2015-04-17
1
-1
/
+0
[prev]
[next]