History log of /external/llvm/test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4c5e43da7792f75567b693105cc53e3f1992ad98 08-Apr-2015 Pirama Arumuga Nainar <pirama@google.com> Update aosp/master llvm for rebase to r233350

Change-Id: I07d935f8793ee8ec6b7da003f6483046594bca49
/external/llvm/test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll
1de43ede8904e08de37f601c9bab0b70f71156e1 02-Jul-2012 Chandler Carruth <chandlerc@gmail.com> Fix the remaining TCL-style quotes found in the testsuite. This is
another mechanical change accomplished though the power of terrible Perl
scripts.

I have manually switched some "s to 's to make escaping simpler.

While I started this to fix tests that aren't run in all configurations,
the massive number of tests is due to a really frustrating fragility of
our testing infrastructure: things like 'grep -v', 'not grep', and
'expected failures' can mask broken tests all too easily.

Essentially, I'm deeply disturbed that I can change the testsuite so
radically without causing any change in results for most platforms. =/

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159547 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll
68df750a4f96e1788adef5631281accca2c663cc 13-Oct-2011 Lang Hames <lhames@gmail.com> Removed colons from some target datalayout strings in test, since they don't match the required format.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141825 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll
5fd5b125ff41088c005b7107e8cf92f281313040 18-Mar-2011 Andrew Trick <atrick@apple.com> Avoid creating canonical induction variables for non-native types.
For example, on 32-bit architecture, don't promote all uses of the IV
to 64-bits just because one use is a 64-bit cast.
Alternate implementation of the patch by Arnaud de Grandmaison.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127884 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll
f2f6ce65b79df6ec4ee427d51a18355a170f199b 11-Sep-2009 Dan Gohman <gohman@apple.com> Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
input filename so that opt doesn't print the input filename in the
output so that grep lines in the tests don't unintentionally match
strings in the input filename.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81537 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll
3e054fe9efc64596534bbae0d1634ed15181d642 09-Sep-2009 Dan Gohman <gohman@apple.com> Use opt -S instead of piping bitcode output through llvm-dis.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81257 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll
b1e1e82c54c060ea5dae09dae043234826ca2539 08-Sep-2009 Dan Gohman <gohman@apple.com> Change these tests to feed the assembly files to opt directly, instead
of using llvm-as, now that opt supports this.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81226 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll
dd1f9e4bf6e7d427fd581728f3d2e431e12e6e71 15-Apr-2009 Dale Johannesen <dalej@apple.com> Enhance induction variable code to remove the
sext around sext(shorter IV + constant), using a
longer IV instead, when it can figure out the
add can't overflow. This comes up a lot in
subscripting; mainly affects 64 bit.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69123 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll