Merging r258616:
[oota-llvm.git] / test / Transforms / ScalarRepl /
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix bad debug info for compile units and...
2015-03-15 Duncan P. N. Exon... Verifier: Check debug info intrinsic arguments
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-03-13 Karthik BhatFix PR18800. llvm intrinsic memcpy takes 5 arguments...
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-10-30 Matt ArsenaultTeach scalarrepl about address spaces
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-29 Manman RenDebug Info: update testing cases to pass verifier.
2013-07-25 Rafael EspindolaCurrent batch of -disable-debug-info-verifier.
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-13 Stephen LinAdd newlines at end of test files, no functionality...
2013-06-25 Bob WilsonFix SROA to avoid unnecessary scalar conversions for...
2013-04-05 Shuxin YangDisable the optimization about promoting vector-element...
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-13 David BlaikieRemove the unused 4th operand for DIFile debug info...
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
2013-03-11 David BlaikieUpgrading debug info test cases to be (more) compatible...
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
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...
next