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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a misoptimization in aha.
Owen Anderson
2007-07-31
1
-0
/
+313
*
Bunch of tests to check loop passes.
Devang Patel
2007-07-31
8
-21
/
+191
*
Fix a bug caused by indiscriminantly asking for the dominators of a predecessor.
Owen Anderson
2007-07-30
1
-0
/
+274
*
Fix a bug introduced in my last commit.
Owen Anderson
2007-07-26
2
-1
/
+17
*
Fix a couple more bugs in the phi construction by pulling in code that does
Owen Anderson
2007-07-26
2
-0
/
+58
*
Fix what is _hopefully_ the last corner case for loops.
Owen Anderson
2007-07-25
1
-0
/
+86
*
My last commit was not correct for nested loops. Fix it, and add a testcase ...
Owen Anderson
2007-07-25
1
-0
/
+38
*
Fix an infinite loop on 300.twolf.
Owen Anderson
2007-07-25
1
-0
/
+14
*
Fix a bug in non-local memdep that was causing an infinite loop on 175.vpr.
Owen Anderson
2007-07-25
1
-0
/
+15
*
Fix a bug that was causing GVN to crash on 252.eon.
Owen Anderson
2007-07-25
1
-0
/
+29
*
Add basic support for performing whole-function RLE.
Owen Anderson
2007-07-25
3
-0
/
+58
*
Add a GVN pass, using the value numbering code I developed for GVNPRE and the
Owen Anderson
2007-07-24
3
-0
/
+26
*
Unreachable block is not a root node in post dominator tree.
Devang Patel
2007-07-24
1
-0
/
+13
*
Rename a lot of things to change FastDLE to RedundantLoadElimination.
Owen Anderson
2007-07-24
3
-2
/
+2
*
Add testcases for FastDLE.
Owen Anderson
2007-07-23
3
-0
/
+17
*
Move these tests to use FastDSE instead of old DSE.
Owen Anderson
2007-07-23
9
-9
/
+9
*
This xform isn't safe, removing it.
Chris Lattner
2007-07-21
1
-10
/
+0
*
Optimize alignment of loads and stores.
Dan Gohman
2007-07-20
1
-0
/
+66
*
For PR1553:
Reid Spencer
2007-07-19
3
-4
/
+4
*
New test.
Devang Patel
2007-07-18
1
-0
/
+66
*
rename function to avoid llvm-upgrade warning
Chris Lattner
2007-07-16
1
-1
/
+1
*
Implement shift-simplify.ll:test[45].
Chris Lattner
2007-07-15
1
-0
/
+12
*
Implement shift-simplify.ll:test3, turning:
Chris Lattner
2007-07-15
1
-0
/
+7
*
New test.
Devang Patel
2007-07-11
1
-0
/
+21
*
Fix an error where ANTIC_OUT was ending up with more than one expression of
Owen Anderson
2007-07-07
1
-0
/
+14
*
Fix a bunch of issues found in a testcase from 400.perlbench.
Owen Anderson
2007-07-05
1
-0
/
+54
*
Fix another bug, this time in PREing select instructions.
Owen Anderson
2007-07-04
1
-0
/
+18
*
Fix a typo that was killing GVNPRE of select instructions.
Owen Anderson
2007-07-04
1
-0
/
+9
*
Fix an error in phi translation of GEPs that was causing failures.
Owen Anderson
2007-07-04
1
-0
/
+14
*
Add support for performing GVNPRE on GEP instructions.
Owen Anderson
2007-07-03
1
-0
/
+17
*
Add support for performing GVNPRE on cast instructions, and add a testcase fo...
Owen Anderson
2007-07-03
1
-0
/
+17
*
Test case for recent patch for IndVarSimplify.cpp
Zhou Sheng
2007-07-02
1
-0
/
+25
*
Convert .cvsignore files
John Criswell
2007-06-29
40
-114
/
+0
*
Add a test for performing GVNPRE on select instructions.
Owen Anderson
2007-06-28
1
-0
/
+17
*
Add tests for performing GVNPRE on the three vector-specific instructions.
Owen Anderson
2007-06-27
3
-0
/
+54
*
new testcase, the inliner shouldn't inline this.
Chris Lattner
2007-06-25
1
-0
/
+14
*
Rename variables to expose the fact that this test is failing.
Owen Anderson
2007-06-24
1
-16
/
+16
*
new testcase miscompiled by instcombine, reduced from perl
Chris Lattner
2007-06-21
1
-0
/
+9
*
Testcase for instances where a constant only occurs as an operand to a phi node.
Owen Anderson
2007-06-19
1
-0
/
+22
*
Add a new testcase for memory corruption issues.
Owen Anderson
2007-06-19
1
-0
/
+26
*
Testcase where GVNPRE was getting confused by invoke instructions.
Owen Anderson
2007-06-16
1
-0
/
+70
*
Add a testcase where GVNPRE what getting confused by a loop.
Owen Anderson
2007-06-15
1
-0
/
+22
*
add vector versions of this test
Chris Lattner
2007-06-15
1
-1
/
+20
*
testcase for PR1510
Chris Lattner
2007-06-15
1
-0
/
+27
*
Add a test where phi translation was producing a null result.
Owen Anderson
2007-06-12
1
-0
/
+19
*
Testcase where GVNPRE crashes on functions with no exit nodes.
Owen Anderson
2007-06-12
1
-0
/
+9
*
Make the run line for this test correct. Thanks to Chris for spotting it.
Owen Anderson
2007-06-12
1
-2
/
+2
*
Add a GVN-PRE basic regression test.
Owen Anderson
2007-06-12
2
-0
/
+41
*
Instruct the inliner to obey the noinline attribute. Add test case.
Tanya Lattner
2007-06-06
1
-0
/
+46
*
Add a test for PR1499.
Lauro Ramos Venancio
2007-06-06
1
-0
/
+22
[next]