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] Emit __C_specific_handler tables for the new IR
Reid Kleckner
2015-10-01
1
-7
/
+21
*
[WinEH] Make FuncletLayout more robust against catchret
David Majnemer
2015-10-01
1
-17
/
+80
*
[WinEH] Fix ip2state table emission with funclets
Reid Kleckner
2015-09-28
1
-0
/
+10
*
[EH] Create removeUnwindEdge utility
Joseph Tremoulet
2015-09-27
1
-0
/
+14
*
Make helper function static. NFC.
Benjamin Kramer
2015-09-22
1
-3
/
+3
*
[WinEH] Rip out the landingpad-based C++ EH state numbering code
Reid Kleckner
2015-09-16
1
-374
/
+6
*
[WinEHPrepare] Turn terminatepad into a cleanuppad + call + cleanupret
David Majnemer
2015-09-16
1
-0
/
+41
*
[WinEH] Pull Adjectives and CatchObj out of the catchpad arg list
Reid Kleckner
2015-09-16
1
-14
/
+10
*
[WinEHPrepare] Provide a cloning mode which doesn't demote
David Majnemer
2015-09-16
1
-9
/
+103
*
[WinEHPrepare] Refactor explicit EH preparation
David Majnemer
2015-09-16
1
-10
/
+48
*
Fix SEH state numbering algorithm to handle cleanupendpads
Reid Kleckner
2015-09-10
1
-4
/
+9
*
[WinEH] Fix single-block cleanup coloring
Joseph Tremoulet
2015-09-10
1
-8
/
+9
*
[WinEH] Add codegen support for cleanuppad and cleanupret
Reid Kleckner
2015-09-10
1
-1
/
+1
*
[SEH] Emit 32-bit SEH tables for the new EH IR
Reid Kleckner
2015-09-09
1
-49
/
+152
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-9
/
+27
*
[WinEH] Update coloring to handle nested cases cleanly
Joseph Tremoulet
2015-08-28
1
-70
/
+114
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-1
/
+3
*
[WinEH] Require token linkage in EH pad/ret signatures
Joseph Tremoulet
2015-08-23
1
-4
/
+3
*
[WinEH] Calculate state numbers for the new EH representation
David Majnemer
2015-08-18
1
-7
/
+150
*
[WinEHPrepare] Replace unreasonable funclet terminators with unreachable
David Majnemer
2015-08-17
1
-3
/
+33
*
[WinEHPrepare] Fix catchret successor phi demotion
Joseph Tremoulet
2015-08-17
1
-0
/
+36
*
[WinEHPrepare] Update demotion logic
Joseph Tremoulet
2015-08-13
1
-165
/
+209
*
[WinEHPrepare] Add rudimentary support for the new EH instructions
David Majnemer
2015-08-11
1
-8
/
+373
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-1
/
+1
*
Revert accidentally committed WinEHPrepare changes
David Majnemer
2015-08-06
1
-373
/
+8
*
PHIs don't need to be postprocessed
David Majnemer
2015-08-06
1
-31
/
+6
*
Handle PHI nodes prefacing EH pads too
David Majnemer
2015-08-06
1
-13
/
+87
*
handle phi nodes
David Majnemer
2015-08-06
1
-4
/
+27
*
[WinEHPrepare] Add rudimentary support for the new EH instructions
David Majnemer
2015-08-06
1
-8
/
+301
*
[SEH] Push reloads of the SEH code past phi nodes
Reid Kleckner
2015-07-10
1
-6
/
+28
*
[SEH] Ensure that empty __except blocks have their own BB
Reid Kleckner
2015-07-08
1
-3
/
+3
*
[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
[prev]
[next]