Merge r261331: avoid out of bounds loads for interleaved access vectorization
[oota-llvm.git] / test / Transforms / DeadStoreElimination /
2016-01-13 Keno FischerRe-Revert r257105 (Verifier debug info changes)
2016-01-13 Keno FischerReapply r257105 "[Verifier] Check that debug values...
2016-01-07 Keno FischerTemporarily revert r257105 "[Verifier] Check that debug...
2016-01-07 Keno Fischer[Verifier] Check that debug values have proper size
2015-12-11 Chad RosierRevert r255247, r255265, and r255286 due to serious...
2015-12-10 Chad Rosier[DSE] Disable non-local DSE to see if the bots go green.
2015-12-10 Chad Rosier[DeadStoreElimination] Add support for non-local DSE.
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-09-23 Igor Laevsky[DeadStoreElimination] Remove dead zero store to calloc...
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-20 Bjorn SteinbrinkRevert "[DSE] Enable removal of lifetime intrinsics...
2015-08-20 Bjorn Steinbrink[DSE] Enable removal of lifetime intrinsics in terminat...
2015-08-19 Eric ChristopherRevert "Fix PR24469 resulting from r245025 and re-enabl...
2015-08-17 Karthik BhatFix PR24469 resulting from r245025 and re-enable dead...
2015-08-16 David MajnemerRevert "Add support for cross block dse. This patch...
2015-08-14 Karthik BhatAdd support for cross block dse.
2015-08-13 Erik Eckstein[DeadStoreElimination] remove a redundant store even...
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-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-15 Duncan P. N. Exon... DebugInfo: Add missing !dbg attachments to intrinsics
2015-03-27 Duncan P. N. Exon... Verifier: Call verifyModule() from llc and opt
2015-03-21 David MajnemerMemoryDependenceAnalysis: Don't miscompile atomics
2015-03-16 Duncan P. N. Exon... DebugInfo: Fix testcases that fail -verify-debug-info...
2015-03-15 Duncan P. N. Exon... Verifier: Check debug info intrinsic arguments
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...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-01 Reid KlecknerParse 'ghccc' in .ll files as the GHC convention (cc 10)
2014-10-17 Hal Finkel[DSE] Remove no-data-layout-only type-based overlap...
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-08-29 Robin MorissetRelax the constraint more in MemoryDependencyAnalysis.cpp
2014-08-18 Robin MorissetWeak relaxing of the constraints on atomics in MemoryDe...
2014-08-06 Rui UeyamaRevert "r214897 - Remove dead zero store to calloc...
2014-08-05 Philip ReamesRemove dead zero store to calloc initialized memory
2014-07-17 Hal FinkelImprove BasicAA CS-CS queries (redux)
2014-07-15 Matt ArsenaultTeach GetUnderlyingObject / BasicAA about addrspacecast
2014-01-28 Reid KlecknerUpdate optimization passes to handle inalloca arguments
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-14 Yunzhong GaoFixing a heisenbug where the memory dependence analysis...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
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-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
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-09-25 Nick LewyckyMake this test check the transforms it's actually doing...
2012-09-25 Nick LewyckyDon't forget that strcpy and friends return a pointer...
2012-09-24 Nick LewyckyTeach DSE that strcpy, strncpy, strcat and strncat...
2012-09-03 Bob WilsonFix more fallout from r158919, similar to PR13547.
2012-08-14 Craig TopperChange greater than to greater than or equal so that...
2012-08-08 Eli FriedmanisAllocLikeFn is allowed to return true for functions...
2012-05-10 Dan GohmanTeach DeadStoreElimination to eliminate exit-block...
2012-05-10 Nuno Lopesteach DSE and isInstructionTriviallyDead() about calloc
2012-02-28 Pete CooperReverted r152620 - DSE: Shorten memset when a later...
2012-02-28 Pete CooperDSE: Shorten memset when a later store overwrites the...
2012-02-26 Rafael EspindolaAdd testcase for the previous commit.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-12-08 Nick LewyckyFix infinite loop in DSE when deleting a free in a...
2011-12-03 Pete CooperFixed deadstoreelimination bug where negative indices...
2011-11-16 Nick LewyckyFix typo in test.
2011-11-16 Nick LewyckyMerge isObjectPointerWithTrustworthySize with getPointe...
2011-11-09 Pete CooperDeadStoreElimination can now trim the size of a store...
2011-11-05 Nick LewyckyDo simple cross-block DSE when we encounter a free...
2011-11-04 Daniel DunbarSpeculatively revert "DeadStoreElimination can now...
2011-11-03 Pete CooperDeadStoreElimination can now trim the size of a store...
2011-10-24 Nick LewyckyA dead malloc, a free(NULL) and a free(undef) are all...
2011-10-22 Nick LewyckyA non-escaping malloc in the entry block is not unlike...
2011-09-06 Owen AndersonTry again at r138809 (make DSE more aggressive in remov...
2011-08-30 Owen AndersonRemove empty file.
2011-08-30 Owen AndersonSpeculatively revert r138809 in an attempt to fix Drago...
2011-08-30 Owen AndersonWhen walking backwards to eliminate final stores to...
2011-08-17 Eli FriedmanAtomic load/store handling for the passes using memdep...
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-05-23 Chris Lattnerfix a really nasty basicaa mod/ref calculation bug...
2011-03-30 Bill Wendling* The DSE code that tested for overlapping needed to...
2011-03-26 Bill WendlingPR9561: A store with a negative offset (via GEP) could...
2010-12-06 Chris LattnerFix PR8728, a miscompilation I recently introduced...
2010-11-30 Chris LattnerEnhance DSE to handle the variable index case in PR8657.
2010-11-30 Chris Lattnerteach DSE to use GetPointerBaseWithConstantOffset to...
2010-11-30 Chris Lattnerenhance isRemovable to refuse to delete volatile mem...
2010-11-30 Chris LattnerRewrite the main DSE loop to be written in terms of...
2010-11-30 Chris Lattnermerge one more away
2010-11-30 Chris LattnerI already merged partial-overwrite.ll -> PartialStore.ll
2010-11-30 Chris Lattnerclean up DSE tests, removing some poorly reduced and...
2010-11-30 Chris Lattnerenhance basicaa to return "Mod" for a memcpy call when the
2010-11-30 Chris LattnerTeach basicaa that memset's modref set is at worst...
2010-11-30 Chris Lattnermy previous patch would cause us to start deleting...
2010-11-29 Benjamin KramerFix some broken CHECK lines.
2010-11-29 Chris Lattnerfix PR8677, patch by Jakub Staszak!
next