aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ScalarRepl/vector_promote.ll
Commit message (Expand)AuthorAgeFilesLines
* Add a test for PR10565.Cameron Zwarich2011-10-111-0/+15
* Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc'sCameron Zwarich2011-10-111-167/+0
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-271-5/+5
* Fix another case of <rdar://problem/9184212> that only occurs with codeCameron Zwarich2011-04-201-0/+15
* Vectors with different number of elements of the same element type can haveMon P Wang2011-04-131-0/+46
* Do some simple copy propagation through integer loads and stores when promotingCameron Zwarich2011-03-291-1/+1
* Fix a typo and add a test.Cameron Zwarich2011-03-261-0/+15
* Fix PR9464 by correcting some math that just happened to be right in most casesCameron Zwarich2011-03-231-0/+16
* Add a test case for r127320.Cameron Zwarich2011-03-091-0/+14
* Add support to scalar replacement for partial vector accesses of an alloca, e.g.Cameron Zwarich2011-03-091-0/+59
* remove an old hack that avoided creating MMX datatypes. TheChris Lattner2011-01-231-4/+2
* deepen my MMX/SRoA hack to avoid hurting non-x86 codegen.Chris Lattner2010-09-011-0/+1
* add a gross hack to work around a problem that Argiris reportedChris Lattner2010-09-011-0/+14
* filecheckizeChris Lattner2010-09-011-3/+25
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-031-0/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-2/+2
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-2/+2
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-2/+2
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-6/+6
* rearrange how SRoA handles promotion of allocas to vectors.Chris Lattner2009-02-031-0/+10
* strengthen this test.Chris Lattner2009-01-281-3/+2
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-181-42/+42
* For PR1319:Reid Spencer2007-04-161-3/+2
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-2/+2
* New testcase, checking to see we can turn this code:Chris Lattner2006-04-141-0/+56