index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
ScalarRepl
Age
Commit message (
Expand
)
Author
2009-02-04
SROA CBE Fix.
Tanya Lattner
2009-02-03
Teach ConvertUsesToScalar to handle memset, allowing it to handle
Chris Lattner
2009-02-03
rearrange how SRoA handles promotion of allocas to vectors.
Chris Lattner
2009-02-03
this test produces an undefined value, we don't care
Chris Lattner
2009-02-02
update test
Chris Lattner
2009-02-02
Fix a bug which caused us to miscompile a couple of Ada
Chris Lattner
2009-01-31
Simplify and generalize the SROA "convert to scalar" transformation to
Chris Lattner
2009-01-28
Fix some issues with volatility, move "CanConvertToScalar" check
Chris Lattner
2009-01-28
strengthen this test.
Chris Lattner
2009-01-09
Fix PR3304
Chris Lattner
2009-01-08
This implements the second half of the fix for PR3290, handling
Chris Lattner
2009-01-07
Implement the first half of PR3290: if there is a store of an
Chris Lattner
2008-10-06
Allow scalarrepl to treat an all-zero GEP just as bitcast.
Matthijs Kooijman
2008-09-29
Add a testcase showing that scalarrepl supports first class structs.
Matthijs Kooijman
2008-08-23
Fix PR2423 by checking all indices for out of range access, not only
Chris Lattner
2008-06-22
Fix PR2369 by making scalarrepl more careful about promoting
Chris Lattner
2008-06-12
Fix some tests.
Evan Cheng
2008-06-10
Fix some escaping and quoting in RUN lines, mainly involving { and <. In two
Matthijs Kooijman
2008-06-05
Learn ScalarReplAggregrates how stores and loads of first class aggregrates
Matthijs Kooijman
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-03-18
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
2008-02-29
fix a bug Anders ran into where scalarrepl would crash when promoting
Chris Lattner
2008-01-30
Fix a bug where scalarrepl would discard offset if type would match.
Chris Lattner
2007-11-04
Change uses of getTypeSize to getABITypeSize, getTypeStoreSize
Duncan Sands
2007-06-29
Convert .cvsignore files
John Criswell
2007-05-30
Testcase for PR1421
Chris Lattner
2007-05-24
testcase for PR1446
Chris Lattner
2007-05-05
Move Mem2Reg/DifferingTypes.ll -> ScalarRepl/DifferingTypes.ll. -scalarrepl
Chris Lattner
2007-04-25
new testcase, should be able to eliminate the alloca and memcpy
Chris Lattner
2007-04-16
For PR1319:
Reid Spencer
2007-04-15
For PR1319:
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-03-28
Remove use of implementation keyword.
Reid Spencer
2007-03-28
new testcase
Chris Lattner
2007-03-19
add a testcase the resent patches fail on.
Chris Lattner
2007-03-19
add PR#
Chris Lattner
2007-03-19
add pr#
Chris Lattner
2007-03-19
new testcase
Chris Lattner
2007-03-19
testcase for SROA with memset etc
Chris Lattner
2006-12-31
For PR950:
Reid Spencer
2006-12-29
Update tests that need to be run through llvm-upgrade. This is necessary
Reid Spencer
2006-12-15
reenable these
Chris Lattner
2006-12-13
xfail these until I recommit the scalarrepl patch
Chris Lattner
2006-12-12
new testcase for pr1045
Chris Lattner
2006-12-11
new testcase
Chris Lattner
2006-12-10
new testcase
Chris Lattner
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-11-23
Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and
Reid Spencer
2006-11-07
scalarrepl should not split the two elements of the vsiidx array:
Chris Lattner
[next]