]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - test/Transforms/GVN
Updates to sync with changes in upstream.
[opencl/llvm.git] / test / Transforms / GVN /
2015-01-12 Sanjay PatelGVN: propagate equalities for floating point compares
2015-01-09 Tim NorthoverRe-reapply r221924: "[GVN] Perform Scalar PRE on gep...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-01 Rafael EspindolaRelax an assert a bit to avoid a crash on unreachable...
2014-11-19 Manman RenRevert r222039 because of bot failure.
2014-11-14 Chad RosierReapply r221924: "[GVN] Perform Scalar PRE on gep indic...
2014-11-13 Chad RosierRevert "[GVN] Perform Scalar PRE on gep indices that...
2014-11-13 Chad Rosier[GVN] Perform Scalar PRE on gep indices that feed loads...
2014-08-29 Robin MorissetRelax the constraint more in MemoryDependencyAnalysis.cpp
2014-08-18 Robin MorissetAnswer to Philip Reames comments
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-14 Matt ArsenaultLook through addrspacecast in GetPointerBaseWithConstan...
2014-06-30 Erik Ecksteintest commit: add a comment line in GVN test file
2014-06-26 Arnold SchwaighoferGVN: Preserve invariant.load metadata
2014-06-12 Duncan P. N. Exon... GVN: Enable value forwarding for calloc
2014-05-02 Akira Hatanaka[GVN] Pass the phi-translated address of a load instead...
2014-03-28 Erik VerbruggenRevert "GVN: merge overflow intrinsics with non-overflo...
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2014-03-11 Erik VerbruggenFix crash in PRE.
2014-03-11 Erik VerbruggenGVN: merge overflow intrinsics with non-overflow instru...
2014-01-11 Benjamin KramerFix broken CHECK lines.
2013-11-11 Shuxin Yang Fix PR17952.
2013-11-11 Rafael EspindolaAdd a testcase for pr17852.
2013-11-10 Bill WendlingRevert "Resurrect r191017 " GVN proceeds in the presenc...
2013-11-10 Matt ArsenaultUse variable for register name in test
2013-11-07 David MajnemerIR: Do not canonicalize constant GEPs into an out-of...
2013-10-30 Matt ArsenaultFix GVN creating bitcast between address spaces
2013-09-30 Manman RenTBAA: update tbaa format from scalar format to struct...
2013-09-27 Manman RenTBAA: handle scalar TBAA format and struct-path aware...
2013-09-24 Benjamin KramerMemoryBuiltins: Reinstate optimizing (uninitialized...
2013-09-20 Shuxin YangResurrect r191017 " GVN proceeds in the presence of...
2013-09-20 Joerg SonnenbergerDelete empty files.
2013-09-20 Joerg SonnenbergerRevert r191017, it results in segmentation faults in Qt.
2013-09-19 Shuxin YangGVN proceeds in the presence of dead code.
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-07-07 Nick LewyckyEliminate trivial redundant loads across nocapture...
2013-05-06 Matt ArsenaultFix unchecked uses of DominatorTree in MemoryDependence...
2013-04-09 Nadav RotemRevert 179071 because it is not the right way to suppor...
2013-04-08 Nadav Rotemc++ new operators are not malloc-like functions because...
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-01-04 Manman RenMemory Dependence Analysis: fix a miscompile that uses...
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-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 NAKAMURA Takumillvm/test/Transforms/GVN/null-aliases-nothing.ll: Fix...
2012-12-12 Jakub StaszakunHECKify test. It was fixed by Chris in 2009.
2012-11-28 Patrik HägglundAdd error handling in getInt.
2012-11-08 NAKAMURA Takumillvm/ConstantFolding.cpp: Make ReadDataFromGlobal(...
2012-10-24 Hal FinkelUpdate GVN to support vectors of pointers.
2012-10-23 Bill WendlingIgnore unreachable blocks when doing memory dependence...
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-17 Benjamin KramerFix broken check lines.
2012-08-16 Rafael EspindolaTeach GVN to reason about edges dominating uses. This...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-06-04 Rafael EspindolaWhen gvn decides to replace an instruction with another...
2012-05-22 Duncan SandsFix PR12858, a crash due to GVN's PRE not fully removin...
2012-03-29 Jakob Stoklund OlesenDon't PRE compares.
2012-03-04 Duncan SandsNick pointed out on IRC that GVN's propagateEquality...
2012-02-29 Duncan SandsHave GVN also do condition propagation when the right...
2012-02-27 Duncan SandsWhen performing a conditional branch depending on the...
2012-02-24 Duncan SandsTeach GVN that x+y is the same as y+x and that x<y...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-05 Duncan SandsReduce the number of dom queries made by GVN's conditio...
2011-11-21 Nick LewyckyFix crasher in GVN due to my recent capture tracking...
2011-11-14 Nick LewyckyRefactor capture tracking (which already had a couple...
2011-10-07 Duncan SandsTeach GVN to also propagate switch cases. For example...
2011-10-05 Duncan SandsGVN does simple propagation of conditions: when it...
2011-10-05 Duncan SandsGeneralize GVN's conditional propagation logic slightly:
2011-09-09 Duncan SandsMark the eh.typeid.for intrinsic as being 'const',...
2011-09-07 Duncan SandsWhen inlining exception handling code into another...
2011-09-02 Jakub StaszakExtra CHECK-NOT to make sure that GVN transform works...
2011-09-02 Jakub StaszakCompare type size instead of type _store_ size to make...
2011-09-01 Bill WendlingUpdate some tests to the new EH scheme.
2011-08-17 Eli FriedmanAtomic load/store handling for the passes using memdep...
2011-07-09 Lang HamesAdded test cases for GVN signed intrinsics recognition...
2011-07-08 Lang HamesMake GVN look through extractvalues for recognised...
2011-06-20 Jay FoadThis is an automatically reduced test case that crashed...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-04 Dan GohmanAdd a testcase to demonstrate the problem where phi...
2011-06-04 Dan GohmanDisable the main feature of 130180, the elimination...
2011-06-02 Eli FriedmanWhen marking a block as being unanalyzable, use "Clobbe...
2011-05-22 Chris Lattnerfix PR9841 by having GVN not process dead loads. This was
2011-05-22 Chris Lattnerremove a trivial test, make some other tests less trivial.
2011-05-22 Chris Lattnermake this test less trivial.
2011-04-28 Chris Lattnerfinal step needed to resolve PR6627, which allows us...
2011-04-28 Chris Lattnerteach GVN to widen integer loads when they are overalig...
2011-04-26 Chris Lattnerremove support for llvm.invariant.end from memdep....
2011-04-26 Chris LattnerImprove the bail-out predicate to really only kick...
2011-04-26 Chris LattnerEnhance MemDep: When alias analysis returns a partial...
2010-12-21 Owen AndersonGive GVN back the ability to perform simple conditional...
2010-12-15 Dan GohmanPreserve TBAA tags when doing load PRE.
2010-11-18 Owen AndersonCompletely rework the datastructure GVN uses to represe...
2010-11-18 Dan GohmanAdd support for PHI-translating sext, zext, and trunc...
2010-11-14 Duncan SandsTeach InstructionSimplify about phi nodes. I chose...
next