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] 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
*
[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
[next]