Update more tests to the new EH scheme.
[oota-llvm.git] / test / Transforms / GVN /
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...
2009-12-03 Owen AndersonFix this crasher, and add a FIXME for a missed optimiza...
2009-12-03 Chris Lattneradd a failing testcase.
2009-12-02 Owen AndersonCleanup/remove some parts of the lifetime region handli...
2009-12-01 Chris Lattnerminimize this a bit more.
2009-12-01 Chris Lattnermerge 2009-11-29-ReverseMap.ll into crash.ll
2009-11-30 Nick LewyckyAdd a testcase for the current llvm-gcc build failure.
2009-11-29 Chris Lattneradd PR#
2009-11-29 Chris LattnerAdd a testcase for:
2009-11-29 Chris Lattneradd a testcase for
2009-11-28 Chris Lattnerreenable load address insertion in load pre. This...
2009-11-27 Chris Lattnerdisable value insertion for now, I need to figure out how
2009-11-27 Chris LattnerI accidentally implemented this :)
2009-11-27 Chris Lattneradd support for recursive phi translation and phi
2009-11-27 Chris Lattneradd two simple test cases we now optimize (to one load...
2009-11-27 Chris Lattnerteach GVN's load PRE to insert computations of the...
2009-11-27 Chris Lattneradd some tests for memdep phi translation + PRE.
2009-11-27 Chris Lattnerthis test is failing, and is expected to.
2009-11-27 Chris Lattnerfilecheckize
2009-11-27 Chris Lattnerrename test.
2009-11-27 Chris LattnerFix phi translation in load PRE to agree with the phi
2009-11-27 Chris Lattnerredisable this, my bootstrap worked because it wasn...
2009-11-27 Chris Lattnertry again.
2009-11-27 Chris Lattnerthis is causing buildbot failures, disable for now.
2009-11-27 Chris Lattnerteach phi translation of GEPs to simplify geps like...
2009-11-27 Chris Lattnerteach memdep to do trivial PHI translation of GEPs...
2009-11-26 Chris LattnerTeach memdep to phi translate bitcasts. This allows...
2009-11-26 Chris Lattnerconvert to filecheck
2009-11-20 Benjamin KramerTry to work around grep's "Binary file (standard input...
2009-11-19 Dan GohmanExtend CaptureTracking to indicate when a value is...
2009-11-09 Dan GohmanDefault-addressspace null pointers don't alias anything...
2009-10-28 Owen AndersonTreat lifetime begin/end markers as allocations/frees...
2009-10-28 Owen AndersonBe more careful about invariance reasoning on "store...
2009-10-28 Owen AndersonAdd trivial support for the invariance intrinsics to...
2009-10-16 Duncan SandsCheck that GVN performs this transform even if the...
2009-10-13 Victor HernandezMemory dependence analysis was incorrectly stopping...
2009-10-10 Chris Lattnerswitch GVN to use SSAUpdater. Besides removing a lot...
2009-09-21 Chris Lattnerfix PR5016, a crash I introduced in GVN handing first...
2009-09-21 Chris Lattnerenable non-local analysis and PRE of large store -...
2009-09-21 Chris Lattneradd pr#
2009-09-21 Chris LattnerImprove GVN to be able to forward substitute a small...
2009-09-21 Chris Lattnerfix a FileCheck bug where:
2009-09-20 Daniel DunbarWork around a FileCheck bug, for now.
2009-09-20 Chris LattnerRevert r82404, it is causing a bootstrap miscompile...
next