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
/
LoopDeletion
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
14
-0
/
+1269
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
14
-1269
/
+0
*
Fix RUN line in test/Transforms/LoopDeletion/crashbc.ll
Bjorn Pettersson
2019-01-10
1
-1
/
+1
*
[LoopUtils] Use i32 instead of `void`.
Davide Italiano
2018-12-13
2
-1
/
+32
*
[LoopDeletion] Update debug values after loop deletion.
Davide Italiano
2018-12-12
1
-0
/
+75
*
[LoopDeletion] Handle users in unreachable block
Serguei Katkov
2018-01-12
1
-0
/
+24
*
[Dominators] Teach LoopDeletion to use the new incremental API
Jakub Kuderski
2017-08-02
1
-0
/
+56
*
[LoopDeletion] Update exits correctly when multiple duplicate edges from an e...
Anna Thomas
2017-06-22
1
-0
/
+76
*
[Loop Deletion] Delete loops that are never executed
Anna Thomas
2017-05-03
1
-0
/
+336
*
[PM] Teach LoopDeletion to correctly update the LPM when loops are
Chandler Carruth
2017-01-18
3
-1
/
+46
*
[LoopDeletion] (cleanup, NFC) Make this test actually test what it
Chandler Carruth
2017-01-18
1
-17
/
+72
*
[PM] Port Dead Loop Deletion Pass to the new PM
Jun Bum Lim
2016-07-14
1
-0
/
+1
*
Use all_of instead of a raw loop; NFC
Sanjoy Das
2016-05-03
1
-2
/
+56
*
[LoopDeletion] Clear SCEV loop dispositions
Sanjoy Das
2016-05-03
1
-0
/
+56
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-5
/
+5
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-5
/
+5
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-02-20
1
-1
/
+3
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
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
*
Remove the old tail duplication pass. It is not used and is unable to update
Rafael Espindola
2011-08-30
1
-1
/
+1
*
Add a reduced test case for the buildbot failure (clang self-hosted
Jay Foad
2011-06-21
1
-0
/
+182
*
Make LoopDeletion work on loops with multiple edges, as long as the incoming
Cameron Zwarich
2011-02-22
1
-0
/
+26
*
Make LoopSimplify change conditional branches in loop exiting blocks
Dan Gohman
2010-02-25
1
-0
/
+65
*
Make LoopDeletion check the maximum backedge taken count, rather than the
Dan Gohman
2009-10-23
1
-0
/
+27
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
2
-2
/
+2
*
another random update
Chris Lattner
2009-09-11
1
-1
/
+1
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
2
-2
/
+2
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
3
-3
/
+3
*
don't spew tons of stuff to the output. This testcase is *not* for
Chris Lattner
2008-12-03
1
-1
/
+1
*
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
*
Move this test from ADCE to loop deletion, where it is more appropriate.
Owen Anderson
2008-05-16
1
-0
/
+36
*
Testcase for r50770.
Owen Anderson
2008-05-06
1
-0
/
+109
*
Move this test to LoopDeletion, where it now passes.
Owen Anderson
2008-04-30
2
-0
/
+16