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
/
InstCombine
/
shift.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
tidy up test.
Chris Lattner
2010-08-27
1
-1
/
+2
*
Enhance the shift propagator to handle the case when you have:
Chris Lattner
2010-08-27
1
-0
/
+15
*
Implement a pretty general logical shift propagation
Chris Lattner
2010-08-27
1
-4
/
+17
*
merge and filecheckize test
Chris Lattner
2010-08-27
1
-0
/
+57
*
merge two tests
Chris Lattner
2010-08-27
1
-0
/
+12
*
merge test into shift.ll, this also eliminates awful grepping on -stats output
Chris Lattner
2009-10-11
1
-0
/
+34
*
convert to filecheck.
Chris Lattner
2009-10-11
1
-5
/
+100
*
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
1
-1
/
+1
*
two changes:
Chris Lattner
2009-03-24
1
-0
/
+7
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-09
1
-0
/
+1
*
Remove llvm-upgrade and update test cases.
Tanya Lattner
2008-03-01
1
-127
/
+146
*
For PR1319:
Reid Spencer
2007-04-14
1
-2
/
+1
*
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-12-02
1
-2
/
+2
*
Make these tests fail if opt crashes.
Chris Lattner
2006-02-12
1
-0
/
+1
*
A case that instcombine is not catching.
Chris Lattner
2006-01-06
1
-0
/
+7
*
new testcase
Chris Lattner
2005-09-18
1
-0
/
+8
*
new testcase
Chris Lattner
2005-05-08
1
-0
/
+8
*
new testcase
Chris Lattner
2005-05-06
1
-0
/
+6
*
New testcases
Chris Lattner
2004-09-28
1
-0
/
+13
*
Testcases for rev 250 of InstructionCombining.cpp
Chris Lattner
2004-09-27
1
-0
/
+30
*
New testcase
Chris Lattner
2004-05-25
1
-0
/
+6
*
Testcase to make sure we can apply the shift to the operands of the select,
Chris Lattner
2004-04-09
1
-0
/
+13
*
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
Misha Brukman
2003-09-16
1
-1
/
+1
*
Update test to represent new cannonicalization rules for multiplies
Chris Lattner
2003-08-13
1
-4
/
+7
*
Right, instcombine cannot remove ((X >> C) << C) if it's signed.
Chris Lattner
2003-08-12
1
-5
/
+5
*
New testcases
Chris Lattner
2003-08-12
1
-0
/
+13
*
New testcases for signed shifts
Chris Lattner
2003-07-24
1
-1
/
+12
*
Remove usage of grep-not script
Chris Lattner
2003-06-28
1
-1
/
+1
*
Convert scripts from using explicit control flow to use the new grep-not script
Chris Lattner
2003-06-28
1
-4
/
+1
*
Add a bunch of new tests
Chris Lattner
2003-03-10
1
-0
/
+30
*
Modernize testcase
Chris Lattner
2003-03-10
1
-5
/
+5
*
Add new testcase for arithmetic shr of -1
Chris Lattner
2002-10-08
1
-0
/
+5
*
Check for cannonicalization of shl X, 1 -> add X, X
Chris Lattner
2002-09-10
1
-0
/
+4
*
These tests should not run -dce pass to cleanup instcombine.
Chris Lattner
2002-08-02
1
-1
/
+1
*
Fix testcase, the 'shift out all bits' doesn't apply to signed types.
Chris Lattner
2002-05-06
1
-3
/
+3
*
New testcases so I don't forget about these algebraic simplifications
Chris Lattner
2002-05-06
1
-0
/
+35