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
/
sub.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-17
/
+17
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-2
/
+88
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-0
/
+20
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-1
/
+53
*
Teach InstCombine about address spaces
Matt Arsenault
2013-08-21
1
-53
/
+118
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-33
/
+33
*
InstCombine: Make OptimizePointerDifference more aggressive.
Benjamin Kramer
2012-02-20
1
-0
/
+26
*
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-06-17
1
-1
/
+1
*
Add some transforms of the kind X-Y>X -> 0>Y which are valid when there is no
Duncan Sands
2011-02-18
1
-1
/
+1
*
implement the first part of PR8882: when lowering an inbounds
Chris Lattner
2011-02-10
1
-2
/
+2
*
more cleanups, notably bitcast isn't used for "signed to unsigned type
Chris Lattner
2011-02-10
1
-1
/
+1
*
InstCombine: Implement X - A*-B -> X + A*B.
Benjamin Kramer
2010-11-22
1
-0
/
+20
*
Add a small transform: transform -(X<<Y) to (-X<<Y) when the shift has a single
Eli Friedman
2010-01-31
1
-0
/
+8
*
just remove this xform which is subsumed by others.
Chris Lattner
2010-01-05
1
-2
/
+2
*
generalize the pointer difference optimization to handle
Chris Lattner
2010-01-01
1
-0
/
+13
*
teach instcombine to optimize pointer difference idioms involving constant
Chris Lattner
2010-01-01
1
-0
/
+12
*
move two functions up higher in the file. Delete a useless argument
Chris Lattner
2009-11-04
1
-1
/
+38
*
filecheckize this test.
Chris Lattner
2009-11-04
1
-56
/
+121
*
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
*
Instcombine was illegally transforming -X/C into X/-C when either X or C
Bill Wendling
2008-11-30
1
-3
/
+5
*
Implement PR2298. This transforms:
Chris Lattner
2008-05-09
1
-0
/
+10
*
Remove llvm-upgrade and update test cases.
Tanya Lattner
2008-03-01
1
-92
/
+89
*
For PR1319:
Reid Spencer
2007-04-14
1
-2
/
+1
*
For PR761:
Reid Spencer
2007-01-26
1
-1
/
+1
*
For PR1070:
Reid Spencer
2007-01-02
1
-1
/
+2
*
For PR950:
Reid Spencer
2006-12-31
1
-1
/
+1
*
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-12-02
1
-1
/
+1
*
New testcases
Chris Lattner
2006-02-27
1
-0
/
+13
*
new test
Chris Lattner
2005-04-07
1
-0
/
+5
*
New testcase
Chris Lattner
2004-11-13
1
-0
/
+8
*
New testcase
Chris Lattner
2004-10-09
1
-0
/
+6
*
New testcase
Chris Lattner
2004-10-06
1
-0
/
+6
*
New testcase
Chris Lattner
2004-07-06
1
-0
/
+5
*
Oh right, casts can interfere. Test this too
Chris Lattner
2004-03-13
1
-0
/
+8
*
new testcases
Chris Lattner
2004-03-12
1
-1
/
+13
*
The instruction combining pass removes dead instructions, there is no need
Chris Lattner
2004-02-28
1
-1
/
+1
*
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
Misha Brukman
2003-09-16
1
-1
/
+1
*
Reorganize tests because we no longer cannonicalize X != 0 -> cast X to bool
Chris Lattner
2003-08-13
1
-0
/
+5
*
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 testcases for negated multiplies
Chris Lattner
2003-03-10
1
-0
/
+13
*
Add new testcases
Chris Lattner
2003-02-18
1
-0
/
+12
*
Modernize testcases
Chris Lattner
2003-02-18
1
-5
/
+5
*
test for a variety of new transformations:
Chris Lattner
2003-02-18
1
-0
/
+12
*
These tests should not run -dce pass to cleanup instcombine.
Chris Lattner
2002-08-02
1
-1
/
+1
*
Fix broken testcase
Chris Lattner
2002-05-09
1
-3
/
+3
*
Add two new patterns that instcombine should or does handle
Chris Lattner
2002-05-08
1
-0
/
+12
*
Add testcase for -(-A)
Chris Lattner
2002-05-06
1
-1
/
+5
*
More testcases I don't want to forget about
Chris Lattner
2002-05-06
1
-0
/
+21