Have InlineCost check constant fcmps
[oota-llvm.git] / test / Transforms / GVN /
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...
2010-11-13 Duncan SandsTestcase to go along with commit 118923 ("Have GVN...
2010-11-10 Dan GohmanEnhance GVN to do more precise alias queries for non...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-10-01 Owen AndersonNow that the profitable bits of EnableFullLoadPRE have...
2010-09-30 Owen AndersonWe do want to allow LoadPRE to perform LICM-like transf...
2010-09-25 Owen AndersonLoadPRE was not properly checking that the load it...
2010-08-30 Duncan SandsCorrect bogus module triple specifications.
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2010-05-08 Chris LattnerFix PR7052, patch by Jakub Staszak!
2010-04-17 Nick LewyckyFix intrinsic signature in this test.
2010-04-17 Bob WilsonRe-commit my previous SSAUpdater changes. The previous...
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-04-03 Bob WilsonRevert all my SSAUpdater patches. The PHI placement...
2010-03-31 Bob WilsonAdd a redundant PHI testcase for SSAUpdater to go with...
2010-03-25 Chris Lattnerfix PR6642, GVN forwarding from memset to load of the...
2010-03-01 Devang PatelRemove tests that checks @llvm.dbg.stoppoint handling.
2010-03-01 Chris Lattnerstop using anders-aa
2010-02-16 Bob WilsonTestcase for critical edge splitting with load PRE.
2010-02-11 Chris Lattnera testcase that doesn't crash GVN but could someday.
2010-01-30 Bob WilsonCheck alignment of loads when deciding whether it is...
2010-01-27 Bob WilsonAvoid creating redundant PHIs in SSAUpdater::GetValueIn...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-12-19 Chris Lattnerfix an overly conservative caching issue that caused...
2009-12-19 Chris Lattnerfix inconsistent use of tabs
2009-12-10 Chris LattnerFix PR5744, a case where we were getting the pointer...
2009-12-09 Chris Lattnerfix hte last remaining known (by me) phi translation...
2009-12-09 Chris LattnerAdd a minor optimization: if we haven't changed the...
2009-12-09 Chris Lattnerfix PR5733, a case where we'd replace an add with a...
2009-12-09 Chris Lattnermerge crash-2.ll into crash.ll
2009-12-09 Chris Lattnerthe code in GVN that tries to forward large loads to...
2009-12-09 Chris LattnerSwitch GVN and memdep to use PHITransAddr, which correc...
2009-12-06 Chris Lattnerconstant fold loads from memcpy's from global constants...
2009-12-06 Chris Lattneradd support for forwarding mem intrinsic values to...
2009-12-06 Chris LattnerHandle forwarding local memsets to loads. For example...
2009-12-06 Chris Lattnermerge two tests.
2009-12-04 Chris LattnerSmall and carefully crafted testcase showing a miscompi...
next