summaryrefslogtreecommitdiff
path: root/test/Transforms/ScalarRepl/vector_promote.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.Bob Wilson2013-06-25
* Add a test for PR10565.Cameron Zwarich2011-10-11
* Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc'sCameron Zwarich2011-10-11
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-27
* Fix another case of <rdar://problem/9184212> that only occurs with codeCameron Zwarich2011-04-20
* Vectors with different number of elements of the same element type can haveMon P Wang2011-04-13
* Do some simple copy propagation through integer loads and stores when promotingCameron Zwarich2011-03-29
* Fix a typo and add a test.Cameron Zwarich2011-03-26
* Fix PR9464 by correcting some math that just happened to be right in most casesCameron Zwarich2011-03-23
* Add a test case for r127320.Cameron Zwarich2011-03-09
* Add support to scalar replacement for partial vector accesses of an alloca, e.g.Cameron Zwarich2011-03-09
* remove an old hack that avoided creating MMX datatypes. TheChris Lattner2011-01-23
* deepen my MMX/SRoA hack to avoid hurting non-x86 codegen.Chris Lattner2010-09-01
* add a gross hack to work around a problem that Argiris reportedChris Lattner2010-09-01
* filecheckizeChris Lattner2010-09-01
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-03
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* rearrange how SRoA handles promotion of allocas to vectors.Chris Lattner2009-02-03
* strengthen this test.Chris Lattner2009-01-28
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-18
* For PR1319:Reid Spencer2007-04-16
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* New testcase, checking to see we can turn this code:Chris Lattner2006-04-14