[mips] Add initial release notes for MIPS32.
[oota-llvm.git] / test / Transforms / ScalarRepl /
2011-03-16 Cameron ZwarichAdd native integer type TargetData to some existing...
2011-03-09 Cameron ZwarichAdd a test case for r127320.
2011-03-09 Cameron ZwarichAdd support to scalar replacement for partial vector...
2011-01-24 Chris Lattnermerge all the "crash tests" into crash.ll
2011-01-24 Chris Lattnerfix PR9017, a bug where we'd assert when promoting...
2011-01-24 Chris Lattnerenhance SRoA to promote allocas that are used by PHI...
2011-01-23 Chris LattnerEnhance SRoA to promote allocas that are used by select...
2011-01-23 Chris LattnerEnhance SRoA to be more aggressive about scalarization...
2011-01-23 Chris Lattnerremove an old hack that avoided creating MMX datatypes...
2011-01-16 Chris Lattnerif an alloca is only ever accessed as a unit, and is...
2011-01-13 Bob WilsonExtend SROA to handle arrays accessed as homogeneous...
2011-01-13 Bob WilsonMake SROA more aggressive with allocas containing padding.
2010-11-24 Nick LewyckyTreat a call of function pointer like a load of the...
2010-11-18 Chris Lattnerallow eliminating an alloca that is just copied from...
2010-11-18 Chris Lattnerenhance the "alloca is just a memcpy from constant...
2010-11-18 Chris Lattnerfix a small oversight in the "eliminate memcpy from...
2010-11-18 Chris Lattnerfilecheckize
2010-09-01 Chris Lattnerdeepen my MMX/SRoA hack to avoid hurting non-x86 codegen.
2010-09-01 Chris Lattneradd a gross hack to work around a problem that Argiris...
2010-09-01 Chris Lattnerfilecheckize
2010-07-08 Chris LattnerFix the second half of PR7437: scalarrepl wasn't preserving
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2010-06-15 Rafael EspindolaRemove the arm_aapcscc marker from the tests. It is...
2010-04-16 Chris Lattnermove comment.
2010-04-16 Chris Lattnerfix PR6832: we were using the alignment of a pointer...
2010-03-01 Devang PatelRemove tests that checks @llvm.dbg.stoppoint handling.
2010-01-19 Bob WilsonFix a crash in scalarrepl for memcpy/memmove where...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-12-22 Bob WilsonGeneralize SROA to allow the first index of a GEP to...
2009-12-18 Bob WilsonReapply 91459 with a simple fix for the problem that...
2009-12-17 Bob WilsonRe-revert 91459. It's breaking the x86_64 darwin boots...
2009-12-16 Daniel DunbarReapply r91459, it was only unmasking the bug, and...
2009-12-16 Daniel DunbarRevert "Reapply 91184 with fixes and an addition to...
2009-12-15 Bob WilsonReapply 91184 with fixes and an addition to the testcas...
2009-12-14 Shantonu SenRemove empty file completely
2009-12-14 Chris Lattnerrevert r91184, because it causes a crash on a .bc file...
2009-12-11 Bob WilsonRevise scalar replacement to be more flexible about...
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
next