Make the description of the hotpatch attribute even more generic. Spotted by
[oota-llvm.git] / test / Transforms / GVN /
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...
2009-09-20 Chris Lattnerthis was not supposed to be committed
2009-09-20 Chris Lattnerimplement and document support for CHECK-NOT
2009-09-20 Chris Lattnerimprove memdep to eliminate bitcasts (and aliases,...
2009-09-20 Chris LattnerMove CoerceAvailableValueToLoadType earlier in GVN...
2009-09-20 Chris Lattnerenhance GVN to forward substitute a stored value to...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-05 Daniel DunbarEliminate uses of %prcontext.
2009-09-03 Dan GohmanChange PHINode::hasConstantValue to have a DominatorTre...
2009-07-13 Chris LattnerMove the re-sort of invalidated NonLocalPointerDeps...
2009-06-17 Dale JohannesenThis fixes a bug introduced in 72661, which can
2009-05-31 Owen AndersonBe more aggressive in doing LoadPRE by tracing backward...
2009-05-25 Chris Lattnermake memdep use the getModRefInfo method for stores...
2009-04-01 Owen AndersonReapply r68211, with the miscompilations it caused...
2009-04-01 Dan GohmanRevert r68172. It caused regressions in
2009-04-01 Owen AndersonEnhance GVN to propagate simple conditionals. This...
2009-03-10 John CriswellDo not attempt to do parial redundancy elimination...
2009-03-06 Devang PatelSkip DbgInfoIntrinsic.
2009-02-18 Owen AndersonAdd a test for r61358, which I forgot to add way back...
2009-01-23 Chris Lattnerfix two more cases where we could let the NLPDI cache...
2009-01-22 Chris LattnerFix PR3358, a really nasty bug where recursive phi...
2008-12-16 Chris Lattnerfix PR3217: fully cached queries need to be verified...
next