[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignoring speci...
[oota-llvm.git] / test / Transforms / GVN / rle.ll
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-03-13 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...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-07-14 Matt ArsenaultLook through addrspacecast in GetPointerBaseWithConstan...
2013-11-11 Shuxin Yang Fix PR17952.
2013-11-10 Bill WendlingRevert "Resurrect r191017 " GVN proceeds in the presenc...
2013-10-30 Matt ArsenaultFix GVN creating bitcast between address spaces
2013-09-20 Shuxin YangResurrect r191017 " GVN proceeds in the presence of...
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-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-12-12 Jakub StaszakunHECKify test. It was fixed by Chris in 2009.
2012-11-08 NAKAMURA Takumillvm/ConstantFolding.cpp: Make ReadDataFromGlobal(...
2012-08-17 Benjamin KramerFix broken check lines.
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-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-04 Dan GohmanDisable the main feature of 130180, the elimination...
2011-05-22 Chris Lattnerremove a trivial test, make some other tests 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 LattnerImprove the bail-out predicate to really only kick...
2011-04-26 Chris LattnerEnhance MemDep: When alias analysis returns a partial...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-03-25 Chris Lattnerfix PR6642, GVN forwarding from memset to load of the...
2009-12-09 Chris Lattnerfix hte last remaining known (by me) phi translation...
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-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...