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
/
ScalarRepl
/
vector_promote.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a test for PR10565.
Cameron Zwarich
2011-10-11
1
-0
/
+15
*
Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc's
Cameron Zwarich
2011-10-11
1
-167
/
+0
*
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-09-27
1
-5
/
+5
*
Fix another case of <rdar://problem/9184212> that only occurs with code
Cameron Zwarich
2011-04-20
1
-0
/
+15
*
Vectors with different number of elements of the same element type can have
Mon P Wang
2011-04-13
1
-0
/
+46
*
Do some simple copy propagation through integer loads and stores when promoting
Cameron Zwarich
2011-03-29
1
-1
/
+1
*
Fix a typo and add a test.
Cameron Zwarich
2011-03-26
1
-0
/
+15
*
Fix PR9464 by correcting some math that just happened to be right in most cases
Cameron Zwarich
2011-03-23
1
-0
/
+16
*
Add a test case for r127320.
Cameron Zwarich
2011-03-09
1
-0
/
+14
*
Add support to scalar replacement for partial vector accesses of an alloca, e.g.
Cameron Zwarich
2011-03-09
1
-0
/
+59
*
remove an old hack that avoided creating MMX datatypes. The
Chris Lattner
2011-01-23
1
-4
/
+2
*
deepen my MMX/SRoA hack to avoid hurting non-x86 codegen.
Chris Lattner
2010-09-01
1
-0
/
+1
*
add a gross hack to work around a problem that Argiris reported
Chris Lattner
2010-09-01
1
-0
/
+14
*
filecheckize
Chris Lattner
2010-09-01
1
-3
/
+25
*
Make opt default to not adding a target data string and update tests that dep...
Kenneth Uildriks
2009-11-03
1
-0
/
+1
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
1
-2
/
+2
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-2
/
+2
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
1
-2
/
+2
*
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-06-04
1
-6
/
+6
*
rearrange how SRoA handles promotion of allocas to vectors.
Chris Lattner
2009-02-03
1
-0
/
+10
*
strengthen this test.
Chris Lattner
2009-01-28
1
-3
/
+2
*
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
2008-03-18
1
-42
/
+42
*
For PR1319:
Reid Spencer
2007-04-16
1
-3
/
+2
*
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-12-02
1
-2
/
+2
*
New testcase, checking to see we can turn this code:
Chris Lattner
2006-04-14
1
-0
/
+56