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
/
Transforms
/
PruneEH
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
11
-0
/
+343
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
11
-343
/
+0
*
[PruneEH] Don't split musttail call from ret
Joseph Tremoulet
2019-04-02
1
-0
/
+15
*
[Transforms] Preserve metadata when converting invoke to call.
Michael Kruse
2018-12-14
1
-0
/
+44
*
[PM][FunctionAttrs] add NoUnwind attribute inference to PostOrderFunctionAttr...
Fedor Sergeev
2018-03-23
8
-12
/
+46
*
[PruneEH] Be correct in the face IPO
Sanjoy Das
2016-10-03
1
-0
/
+43
*
[PruneEH] Don't try to insert a terminator after another terminator
David Majnemer
2016-01-23
1
-0
/
+26
*
[PruneEH] FuncletPads must not have undef operands
David Majnemer
2016-01-23
1
-0
/
+30
*
[OperandBundles] Have PruneEH work correct with operand bundles.
Sanjoy Das
2015-12-08
1
-0
/
+26
*
[PruneEH] A naked, noinline function can return via InlineAsm
David Majnemer
2015-06-27
1
-0
/
+21
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
3
-8
/
+8
*
Fix invalid LLVM IR in PruneEH tests
Reid Kleckner
2015-02-11
2
-0
/
+9
*
Don't promote asynch EH invokes of nounwind functions to calls
Reid Kleckner
2015-02-11
2
-15
/
+31
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
The normal edge of an invoke is not allowed to branch to a block with a
Eli Friedman
2012-08-10
1
-14
/
+0
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
1
-1
/
+1
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Update more tests to the new EH scheme.
Bill Wendling
2011-08-31
1
-0
/
+3
*
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-06-17
1
-1445
/
+0
*
fix some failures my callgraph dump format change broke.
Chris Lattner
2010-04-23
1
-1
/
+1
*
Delete useless trailing semicolons.
Dan Gohman
2010-01-05
1
-1
/
+1
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
7
-7
/
+7
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
5
-5
/
+5
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
7
-7
/
+7
*
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-06-04
1
-5
/
+5
*
Do not inline functions with (dynamic) alloca into
Dale Johannesen
2009-01-08
1
-0
/
+5
*
Rationalize the names of passes that print information:
Duncan Sands
2008-09-23
1
-2
/
+3
*
Test the callgraph directly for the missing edge.
Duncan Sands
2008-09-19
1
-1
/
+2
*
When PruneEH turned an invoke into an ordinary
Duncan Sands
2008-09-06
1
-0
/
+1438
*
Test that prune-eh doesn't make deductions based
Duncan Sands
2008-06-09
1
-0
/
+12
*
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
1
-1
/
+1
*
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-20
1
-1
/
+1
*
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-25
1
-15
/
+0
*
rename *.llx -> *.ll, last batch.
Chris Lattner
2008-04-19
3
-0
/
+0
*
Upgrade tests.
Tanya Lattner
2008-03-19
3
-33
/
+34
*
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-10
1
-4
/
+4
*
Prune the unwind_to labels on BBs that don't need them. Another step in the
Nick Lewycky
2008-03-09
1
-0
/
+15
*
Make PruneEH update the nounwind/noreturn attributes
Duncan Sands
2007-12-10
3
-27
/
+27
*
Convert .cvsignore files
John Criswell
2007-06-29
1
-3
/
+0
*
For PR1319:
Reid Spencer
2007-04-15
2
-3
/
+4
*
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-04-11
1
-1
/
+1
*
Regression is gone, don't try to find it on clean target.
Reid Spencer
2007-01-17
7
-0
/
+82