Unit test for LSR phi reuse in r141442.
[oota-llvm.git] / test / Transforms / ScalarRepl /
2011-09-27 Benjamin KramerStop emitting instructions with the name "tmp" they...
2011-09-22 Eli FriedmanPR10987: add a missed safety check to isSafePHIToSpecul...
2011-08-26 Andrew TrickUse %% for literals in RUN lines.
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-07-25 Nick LewyckyFinish adding support for lifetime intrinsics to SROA...
2011-07-21 Dan GohmanFix MergeInVectorType to check for vector types with...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-27 Nick LewyckyTeach one piece of scalarrepl to handle lifetime marker...
2011-06-19 Chris LattnerRemove support for parsing the "type i32" syntax for...
2011-06-18 Cameron ZwarichWhen scalar replacement returns a vector type, only...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-18 Cameron ZwarichFix an invalid bitcast crash that occurs when doing...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-09 Cameron ZwarichFix PR10104 by adding a bounds check on a vector elemen...
2011-06-08 Cameron ZwarichFix an assymmetry between ConvertScalar_ExtractValue...
2011-05-24 Cameron ZwarichFix "make check" in Release by removing debug-only...
2011-05-24 Cameron ZwarichMake LoadAndStorePromoter preserve debug info and creat...
2011-05-06 Duncan SandsFix PR9820: a read-only call differs from a load in...
2011-04-26 Chris Lattnermake a couple of changes to the standard pass pipeline:
2011-04-20 Cameron ZwarichFix another case of <rdar://problem/9184212> that only...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Mon P WangVectors with different number of elements of the same...
2011-03-29 Cameron ZwarichDo some simple copy propagation through integer loads...
2011-03-26 Cameron ZwarichFix a typo and add a test.
2011-03-23 Cameron ZwarichFix PR9464 by correcting some math that just happened...
2011-03-16 Cameron ZwarichOnly convert allocas to scalars if it is profitable...
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...
next