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
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
1
-1
/
+1
*
[Windows] Replace TrapUnreachable with an int3 insertion pass
Reid Kleckner
2019-09-09
1
-4
/
+3
*
Revert [Windows] Disable TrapUnreachable for Win64, add SEH_NoReturn
Reid Kleckner
2019-09-03
1
-3
/
+4
*
[Windows] Disable TrapUnreachable for Win64, add SEH_NoReturn
Reid Kleckner
2019-08-30
1
-4
/
+3
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
1
-1
/
+1
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
1
-1
/
+0
*
[Codegen] Merge tail blocks with no successors after block placement
David Bolvansky
2019-06-13
1
-3
/
+4
*
Fix invalid target triples in tests. (NFC)
Florian Hahn
2019-03-04
2
-3
/
+3
*
[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfp
Mandeep Singh Grang
2019-01-16
1
-2
/
+2
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-1
/
+1
*
Make x86 __ehhandler comdat if parent function is
Dave Lee
2017-10-20
1
-0
/
+17
*
Avoid infinite loops in branch folding
Andrew Kaylor
2016-12-12
1
-6
/
+6
*
Revert EH-specific checks in BranchFolding that were causing blow ups in comp...
Andrew Kaylor
2016-07-27
1
-6
/
+6
*
revert http://reviews.llvm.org/D21101
Etienne Bergeron
2016-06-30
1
-16
/
+0
*
[exceptions] Upgrade exception handlers when stack protector is used
Etienne Bergeron
2016-06-30
1
-0
/
+16
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-3
/
+2
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
1
-1
/
+1
*
[WinEH] Make setjmp work correctly with EH
David Majnemer
2016-02-29
1
-0
/
+75
*
[WinEH] Don't remove unannotated inline-asm calls
David Majnemer
2016-02-26
1
-0
/
+26
*
[WinEH] Visit 'unwind to caller' catchswitches nested in catchswitches
David Majnemer
2016-02-23
1
-0
/
+55
*
[WinEH] Optimize WinEH state stores
David Majnemer
2016-02-17
1
-0
/
+72
*
[WinEH] Prevent EH state numbering from skipping nested cleanup pads that nev...
Andrew Kaylor
2016-02-12
1
-0
/
+80
*
Revert r258580 and r258581.
David Majnemer
2016-02-01
4
-100
/
+4
*
[WinEH] Don't perform state stores in cleanups
David Majnemer
2016-01-29
2
-2
/
+0
*
[WinEH] Don't miscompile cleanups which conditionally unwind to caller
David Majnemer
2016-01-23
1
-0
/
+24
*
[WinEH] Let cleanups post-dominated by unreachable get executed
David Majnemer
2016-01-22
4
-4
/
+76
*
[WinEH] Disallow cyclic unwinds
Joseph Tremoulet
2016-01-10
1
-42
/
+0
*
[WinEH] Verify consistent funclet unwind exits
Joseph Tremoulet
2016-01-10
2
-3
/
+3
*
[WinEH] Update catchrets with cloned successors
Joseph Tremoulet
2016-01-02
1
-0
/
+45
*
[WinEH] Don't visit the same catchswitch twice
David Majnemer
2015-12-23
1
-0
/
+55
*
[WinEH] Use operand bundles to describe call sites
David Majnemer
2015-12-15
3
-142
/
+95
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-16
/
+0
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
9
-2337
/
+226
*
[WinEH] Disable most forms of demotion
Reid Kleckner
2015-11-19
3
-106
/
+43
*
[WinEH] Find root frame correctly in CLR funclets
Joseph Tremoulet
2015-11-13
1
-9
/
+27
*
[WinEH] Re-committing r252249 (Clone funclets with multiple parents) with add...
Andrew Kaylor
2015-11-09
4
-10
/
+1686
*
[WinEH] Update exception pointer registers
Joseph Tremoulet
2015-11-07
2
-5
/
+17
*
Revert r252249 (and r252255, r252258), "[WinEH] Clone funclets with multiple ...
NAKAMURA Takumi
2015-11-06
4
-1690
/
+10
*
Temporarily disable flaky checks in wineh-multi-parent-cloning.
Andrew Kaylor
2015-11-06
1
-4
/
+8
*
[WinEH] Clone funclets with multiple parents
Andrew Kaylor
2015-11-06
4
-10
/
+1686
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-2
/
+2
*
[WinEH] Fix establisher param reg in CLR funclets
Joseph Tremoulet
2015-11-05
1
-0
/
+8
*
[WinEH] Fix eh.exceptionpointer intrinsic lowering
Joseph Tremoulet
2015-10-17
1
-0
/
+28
*
[WinEH] Fix endpad coloring/numbering
Joseph Tremoulet
2015-10-16
1
-0
/
+60
*
[WinEH] Add CoreCLR EH table emission
Joseph Tremoulet
2015-10-13
1
-0
/
+239
*
[WinEH] Delete the old landingpad implementation of Windows EH
Reid Kleckner
2015-10-09
28
-4620
/
+0
*
[WinEH] Fix cleanup state numbering
Joseph Tremoulet
2015-10-09
1
-0
/
+100
*
[WinEH] Remove unreachable blocks before preparation
David Majnemer
2015-10-07
2
-97
/
+11
*
[WinEH] Set NoModuleLevelChanges in clone flags
Joseph Tremoulet
2015-10-07
1
-0
/
+41
*
[SEH] Add llvm.eh.exceptioncode intrinsic
Reid Kleckner
2015-10-07
3
-4
/
+4
[next]