index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
LoopRotate
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
2
-2
/
+2
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
12
-64
/
+64
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
3
-26
/
+68
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
3
-21
/
+55
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
3
-2
/
+71
*
Merging r195535:
Manman Ren
2013-12-09
1
-0
/
+2
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
1
-2
/
+2
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
1
-1
/
+1
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Debug Info: enable verifier for testing cases.
Manman Ren
2013-07-29
1
-1
/
+1
*
Debug Info Verifier: verify SPs in llvm.dbg.sp.
Manman Ren
2013-07-27
1
-1
/
+2
*
next batch of -disable-debug-info-verifier
Rafael Espindola
2013-07-26
1
-1
/
+1
*
Update testing cases to pass debug info verifier.
Manman Ren
2013-07-24
1
-8
/
+9
*
Debug Info Finder: use processDeclare and processValue to list debug info
Manman Ren
2013-07-23
1
-1
/
+1
*
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...
Stephen Lin
2013-07-14
2
-3
/
+3
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
3
-5
/
+5
*
Rotate multi-exit loops even if the latch was simplified.
Andrew Trick
2013-05-06
1
-1
/
+38
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
1
-1
/
+1
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
3
-3
/
+3
*
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
1
-0
/
+26
*
LoopRotation: Make the brute force DomTree update more brute force.
Benjamin Kramer
2012-09-02
1
-0
/
+36
*
Fix test case.
Benjamin Kramer
2012-08-30
1
-1
/
+1
*
LoopRotate: Also rotate loops with multiple exits.
Benjamin Kramer
2012-08-30
1
-0
/
+200
*
llvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileCheck-ize. It fixes PR13301.
NAKAMURA Takumi
2012-07-17
1
-2
/
+3
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
1
-1
/
+1
*
Fix ValueTracking to conclude that debug intrinsics are safe to
Chandler Carruth
2012-04-07
1
-4
/
+44
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
loop-rotate shouldn't hoist alloca instructions out of a loop. Patch by Patr...
Eli Friedman
2012-02-16
1
-0
/
+33
*
Add simplifyLoopLatch to LoopRotate pass.
Andrew Trick
2012-02-14
1
-0
/
+39
*
remove asmparser support for the old getresult instruction, which has been su...
Chris Lattner
2011-06-17
1
-1
/
+1
*
Remove support for using "foo" as symbols instead of %"foo". This is ancient
Chris Lattner
2011-06-17
1
-1
/
+0
*
fix PR9523, a crash in looprotate on a non-canonical loop made out of indirec...
Chris Lattner
2011-04-09
1
-0
/
+16
*
Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value is "referring" a value th...
Devang Patel
2011-02-14
1
-0
/
+59
*
merge tests into one crash.ll test.
Chris Lattner
2011-01-11
6
-116
/
+109
*
remove a bogus assertion: the latch block of a loop is not
Chris Lattner
2011-01-11
1
-0
/
+31
*
When loop rotation happens, it is *very* common for the duplicated condbr
Chris Lattner
2011-01-08
1
-11
/
+5
*
Three major changes:
Chris Lattner
2011-01-08
1
-2
/
+2
*
Have loop-rotate simplify instructions (yay instsimplify!) as it clones
Chris Lattner
2011-01-08
1
-3
/
+2
*
Teach loop rotate to hoist trivially invariant instructions
Chris Lattner
2010-09-06
1
-0
/
+35
*
When rotating loops, put the original header at the bottom of the
Dan Gohman
2010-08-17
1
-5
/
+17
*
Fix some tests that didn't test anything.
Benjamin Kramer
2010-06-26
1
-1
/
+1
*
Delete useless trailing semicolons.
Dan Gohman
2010-01-05
1
-1
/
+1
*
fix PR5837 by having SSAUpdate reuse phi nodes for the
Chris Lattner
2009-12-21
1
-0
/
+35
*
Make Loop::getLoopLatch() work on loops which don't have preheaders, as
Dan Gohman
2009-11-20
1
-0
/
+43
*
Make these tests more interesting by using
Dan Gohman
2009-10-24
10
-10
/
+10
*
Add a testcase to help test analysis preservation.
Dan Gohman
2009-09-28
1
-0
/
+47
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
9
-9
/
+9
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
9
-9
/
+9
*
Testcase for PR2639.
Owen Anderson
2009-04-23
1
-0
/
+38
[next]