Add a minor optimization: if we haven't changed the operands of an
[oota-llvm.git] / test / Transforms / ScalarRepl /
2009-11-27 Chris Lattnerfix PR5436 by making the 'simple' case of SRoA not...
2009-11-27 Chris Lattnerfilecheckize
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-08-17 Nick LewyckyDon't crash trying to promote VLAs.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-01 Eli FriedmanPR4286: Make RewriteLoadUserOfWholeAlloca and
2009-05-08 Chris Lattnerfix RewriteStoreUserOfWholeAlloca to use the correct...
2009-04-21 Chris Lattnerfix a crash on a pointless but valid zero-length memset...
2009-03-18 Zhou ShengFix a bug.
2009-03-08 Chris Lattnerteach SROA to handle promoting vector allocas with...
2009-03-08 Chris LattnerEnhance SROA to "promote to scalar" allocas which are
2009-03-06 Devang PatelWhile converting an aggregate to scalare, ignore and...
2009-03-04 Chris LattnerFix PR3720 by properly propagating alignment informatio...
2009-03-01 Chris Lattneradjust for asmprinter change.
2009-02-10 Devang PatelEnable scalar replacement of AllocaInst whose one of...
2009-02-06 Chris Lattnerfix PR3489, use bits instead of bytes.
2009-02-03 Chris Lattnerteach "convert from scalar" to handle loads of fca's.
2009-02-03 Chris Lattnermake scalar conversion handle stores of first class
2009-02-03 Chris LattnerMake SROA produce a vector only when the alloca is...
2009-02-03 Chris Lattnerthis produces an undefined result, just check that...
2009-02-03 Chris Lattneradd another case of undefined behavior without crashing...
2009-02-03 Chris LattnerTeach ConvertUsesToScalar to handle memset, allowing...
2009-02-03 Chris Lattnerrearrange how SRoA handles promotion of allocas to...
2009-02-03 Chris Lattnerthis test produces an undefined value, we don't care
2009-02-02 Chris Lattnerupdate test
2009-02-02 Chris LattnerFix a bug which caused us to miscompile a couple of Ada
2009-01-31 Chris LattnerSimplify and generalize the SROA "convert to scalar...
2009-01-28 Chris LattnerFix some issues with volatility, move "CanConvertToScal...
2009-01-28 Chris Lattnerstrengthen this test.
2009-01-09 Chris LattnerFix PR3304
2009-01-08 Chris LattnerThis implements the second half of the fix for PR3290...
2009-01-07 Chris LattnerImplement the first half of PR3290: if there is a store...
2008-10-06 Matthijs KooijmanAllow scalarrepl to treat an all-zero GEP just as bitcast.
2008-09-29 Matthijs KooijmanAdd a testcase showing that scalarrepl supports first...
2008-08-23 Chris LattnerFix PR2423 by checking all indices for out of range...
2008-06-22 Chris LattnerFix PR2369 by making scalarrepl more careful about...
2008-06-12 Evan ChengFix some tests.
2008-06-10 Matthijs KooijmanFix some escaping and quoting in RUN lines, mainly...
2008-06-05 Matthijs KooijmanLearn ScalarReplAggregrates how stores and loads of...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-03-18 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-02-29 Chris Lattnerfix a bug Anders ran into where scalarrepl would crash...
2008-01-30 Chris LattnerFix a bug where scalarrepl would discard offset if...
2007-11-04 Duncan SandsChange uses of getTypeSize to getABITypeSize, getTypeSt...
2007-06-29 John CriswellConvert .cvsignore files
2007-05-30 Chris LattnerTestcase for PR1421
2007-05-24 Chris Lattnertestcase for PR1446
2007-05-05 Chris LattnerMove Mem2Reg/DifferingTypes.ll -> ScalarRepl/DifferingT...
2007-04-25 Chris Lattnernew testcase, should be able to eliminate the alloca...
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-03-28 Reid SpencerRemove use of implementation keyword.
2007-03-28 Chris Lattnernew testcase
2007-03-19 Chris Lattneradd a testcase the resent patches fail on.
2007-03-19 Chris Lattneradd PR#
2007-03-19 Chris Lattneradd pr#
2007-03-19 Chris Lattnernew testcase
2007-03-19 Chris Lattnertestcase for SROA with memset etc
2006-12-31 Reid SpencerFor PR950:
2006-12-29 Reid SpencerUpdate tests that need to be run through llvm-upgrade...
2006-12-15 Chris Lattnerreenable these
2006-12-13 Chris Lattnerxfail these until I recommit the scalarrepl patch
2006-12-12 Chris Lattnernew testcase for pr1045
2006-12-11 Chris Lattnernew testcase
2006-12-10 Chris Lattnernew testcase
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-23 Reid SpencerPromote GEP ubyte indices to uint. Backwards compatibil...
2006-11-07 Chris Lattnerscalarrepl should not split the two elements of the...
2006-11-01 Chris Lattnerextra pass is required now
2006-10-24 Chris LattnerNew testcase that crashes scalarrepl
2006-10-08 Chris Lattnernew testcase for PR892
2006-10-08 Chris Lattnernew testcase for SROA for stuff like "union { int*...
2006-04-20 Chris Lattnernew testcase
2006-04-14 Chris LattnerNew testcase, checking to see we can turn this code:
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-01-24 Chris Lattnertestcase that crashes scalarrepl
2005-12-14 Chris Lattnernew (undefined) testcase, distilled from 126.gcc that...
2005-12-12 Chris Lattnernew testcase: sra should be able to eliminate all of...
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-14 Chris LattnerNew testcase, SROA with variable array index
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-09-19 Chris LattnerInstcombine now helps out with these
2004-04-08 Chris LattnerNew testcase, corresponding to phi_promote.ll
2004-01-12 Chris LattnerNew testcase
2003-10-29 Chris LattnerNew testcase distilled from:
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-09-15 John CriswellRemoving Makefiles. Regression tests are now run by...
2003-09-12 Chris LattnerNew testcase, bug distilled from bc
2003-06-28 Chris LattnerRemove explicit control flow through the use of the...
2003-06-02 Chris LattnerOld testcase
2003-05-30 Chris LattnerNew testcase
2003-05-29 Chris LattnerNew testcase
2003-05-27 Chris LattnerInitial testcases for scalar replacement of aggregates...