Make RAFast::UsedInInstr indexed by register units.
[oota-llvm.git] / test / Transforms / ScalarRepl /
2013-02-13 Eli Benderskys/grep/FileCheck/ in some tests
2013-01-25 Reid KlecknerFileCheck-ify some grep tests
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-08-21 Chandler CarruthPort the global copy optimization from the SROA pass...
2012-08-10 Pete CooperFix crash when when do lto on Bullet. Dynamic GEPs...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-06-17 Pete CooperNow that SROA can form alloca's for dynamic vector...
2012-06-16 Pete CooperFix crash from r158529 on Bullet.
2012-06-15 Pete CooperAllow SROA to split up an array of vectors into multipl...
2012-06-14 Pete CooperRecommit r158407: Allow SROA to look at a vector type...
2012-06-14 Pete CooperRevert r158454: Allow SROA to look at a vector type...
2012-06-14 Pete CooperRecommit r158407: Allow SROA to look at a vector type...
2012-06-13 Pete CooperRevert "Allow SROA to look at a vector type and see...
2012-06-13 Pete CooperAllow SROA to look at a vector type and see if the...
2012-05-19 Peter CollingbourneDo not eliminate allocas whose alignment exceeds that...
2012-03-15 Matt Beaumont-Gayline endings
2012-03-15 Aaron BallmanFixed a transform crash when setting a negative size...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-03 Dan GohmanFix SSAUpdaterImpl's RecordMatchingPHI to record exactl...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-11-27 Chris Lattnerremove autoupgrade support for really old-style debug...
2011-11-12 Eli FriedmanMake sure scalarrepl picks the correct alloca when...
2011-10-23 Cameron ZwarichThe element insertion code in scalar replacement doesn...
2011-10-11 Cameron ZwarichFix PR11106 by correcting a typo that has been in the...
2011-10-11 Cameron ZwarichAdd a test for PR10565.
2011-10-11 Cameron ZwarichRemove a lot of the fancy scalar replacement code for...
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
next