XFAIL this test. It only worked before because of a bug in the spill point selection...
[oota-llvm.git] / test / Transforms /
2009-01-28 Chris LattnerFix some issues with volatility, move "CanConvertToScal...
2009-01-28 Chris Lattnerstrengthen this test.
2009-01-26 Mon P WangFixed optimization of combining two shuffles where...
2009-01-26 Chris LattnerHandle single-entry phi nodes gracefully in condprop.
2009-01-26 Chris LattnerFix PR3408 by making a non-obvious assumption very...
2009-01-25 Nick LewyckyActually run the test in this directory.
2009-01-25 Nick LewyckyThe function that does nothing but call malloc is noali...
2009-01-24 Torok Edwintestcase for PR3381.
2009-01-24 Chris LattnerMake InstCombineStoreToCast handle aggregates more...
2009-01-23 Chris Lattnerfix two more cases where we could let the NLPDI cache...
2009-01-22 Chris Lattnerfix a testcase.
2009-01-22 Chris LattnerFix PR3358, a really nasty bug where recursive phi...
2009-01-21 Dale JohannesenDo not use host floating point types when emitting
2009-01-21 Dale JohannesenDisable on x86_64 until I figure out what's wrong.
2009-01-21 Dale JohannesenMake special cases (0 inf nan) work for frem.
2009-01-20 Dale JohannesenCalls to fmod, it turns out, are constant-folded by
2009-01-20 Bill WendlingTemporarily XFAIL until this can be looked at. r62557...
2009-01-20 Chris Lattneranother fix for PR3354
2009-01-19 Chris LattnerFix a problem exposed by PR3354: simplifycfg was making...
2009-01-19 Dale JohannesenMove & restructure test per review.
2009-01-19 Chris Lattnerconvert this to an unfoldable potentially trapping...
2009-01-19 Chris LattnerFix PR3353, infinitely jump threading an infinite loop...
2009-01-19 Bill WendlingTemporarily revert r62487. It's causing this error...
2009-01-19 Chris LattnerFix PR3016, a bug which can occur do to an invalid...
2009-01-18 Nick LewyckyForgot this in the previous checkin: fopen now has...
2009-01-16 Chris LattnerFix PR3335 by not turning a store to one address space...
2009-01-16 Evan ChengClean up previous cast optimization a bit. Also make...
2009-01-15 Evan Cheng- Teach CanEvaluateInDifferentType of this xform: sext...
2009-01-14 Chris LattnerFix PR3325, a miscompilation of invokes by IPSCCP....
2009-01-14 Dale JohannesenFix the time regression I introduced in 464.h264ref...
2009-01-14 Chris Lattnerrewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid...
2009-01-13 Dale JohannesenFix testsuite regressions from recursive inlining.
2009-01-13 Dan GohmanMake instcombine ensure that all allocas are explicitly...
2009-01-12 Dale JohannesenEnable recursive inlining. Reduce inlining threshold
2009-01-09 Chris LattnerFix PR3304
2009-01-09 Chris LattnerImplement rdar://6480391, extending of equality icmp...
2009-01-09 Chris LattnerFix PR3298, a crash in Jump Threading. Apparently...
2009-01-09 Chris LattnerFix part 3/2 of PR3290, making instcombine zap (gep...
2009-01-08 Dale JohannesenDo not inline functions with (dynamic) alloca into
2009-01-08 Chris LattnerValueTracker can't assume that an alloca with no specif...
2009-01-08 Chris LattnerThis implements the second half of the fix for PR3290...
2009-01-07 Duncan SandsRemove alloca tracking from nocapture analysis. Not...
2009-01-07 Chris LattnerImplement the first half of PR3290: if there is a store...
2009-01-05 Chris Lattnermake m_ConstantInt(int64_t) safely match ConstantInt...
2009-01-05 Duncan SandsTeach the internalize pass to also internalize
2009-01-05 Duncan SandsDelete unused global aliases with internal linkage.
2009-01-04 Nick LewyckyRun a post-pass that marks known function declarations...
2009-01-04 Bill WendlingXFAIL this test. The xform was removed.
2009-01-02 Duncan SandsWhen calculating 'nocapture' argument attributes, allow
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2009-01-02 Nick LewyckyRemove the cyclic part of this test, it was passing...
2009-01-02 Nick LewyckyMake adding nocapture a bit stronger. FreeInst is nocap...
2009-01-02 Duncan SandsAdd tests for two types of traps that escape analysis
2009-01-01 Bill WendlingAdd transformation:
2008-12-31 Duncan SandsLook through phi nodes and select instructions when
2008-12-31 Duncan SandsRename AddReadAttrs to FunctionAttrs, and teach it how
2008-12-29 Duncan SandsAllow readnone functions to read (and write!) global
2008-12-21 Nick LewyckyTurn strcmp into memcmp, such as strcmp(P, "x") --...
2008-12-18 Nick LewyckyMake all the vector elements positive in an srem of...
2008-12-17 Chris LattnerEnhance heap sra to be substantially more aggressive...
2008-12-16 Chris LattnerFix another crash found by inspection. If we have...
2008-12-16 Chris Lattnerfix a crash found by inspection.
2008-12-16 Eli FriedmanAdd a helper to remove a branch and DCE the condition...
2008-12-16 Chris Lattnerfix PR3217: fully cached queries need to be verified...
2008-12-15 Chris Lattneradd testcase for r61051
2008-12-15 Chris Lattneradd a basic test for heap-sra
2008-12-15 Chris LattnerAdd a testcase for GCC PR 23455, which lpre handles...
2008-12-15 Chris Lattnergvn now hoists this load out of the hot non-call path.
2008-12-15 Chris LattnerAdjust testcase to make it more stable across visitatio...
2008-12-15 Chris Lattnermake GVN try to rename inputs to the resultant replaced...
2008-12-15 Chris LattnerImplement initial support for PHI translation in memdep...
2008-12-14 Chris Lattneranother random testcase that shouldn't crash gvn and is
2008-12-13 Chris LattnerRLE isn't smart enough to eliminate this safely yet.
2008-12-13 Chris Lattnerrename some tests to be more uniform in naming convention.
2008-12-13 Chris Lattnergvn should never crash on this.
2008-12-13 Bill WendlingTemporarily revert r60973. It's inexplicably causing...
2008-12-13 Chris Lattnermake RLE preserve the name of the load that it replaces...
2008-12-09 Chris Lattnerloosen up an assertion that isn't valid when called...
2008-12-09 Chris LattnerTeach BasicAA::getModRefInfo(CallSite, CallSite) some
2008-12-08 Devang PatelActually test something. Use PR3170 test case.
2008-12-08 Devang PatelUndo previous patch.
2008-12-07 Chris Lattnerfix a bug I introduced in simplifycfg handling single...
2008-12-06 Chris LattnerReimplement the inner loop of DSE. It now uniformly...
2008-12-05 Chris LattnerFix test/Transforms/GVN/pre-load.ll
2008-12-04 Devang PatelRewrite code that 1) filters loops and 2) calculates...
2008-12-03 Chris Lattnertestcase for br undef folding.
2008-12-03 Chris LattnerTeach jump threading some more simple tricks:
2008-12-03 Chris Lattnerdon't spew tons of stuff to the output. This testcase...
2008-12-02 Chris LattnerImplement PRE of loads in the GVN pass with a pretty...
2008-12-02 Owen AndersonAdd a test for my previous PRE fix.
2008-12-01 Bill WendlingUse m_Specific() instead of double matching.
2008-12-01 Chris Lattnersimplify these patterns using m_Specific. No need...
2008-12-01 Chris LattnerTeach inst combine to merge GEPs through PHIs. This...
2008-12-01 Chris Lattnertestcase for my previous commit.
2008-12-01 Bill WendlingImplement ((A|B)&1)|(B&-2) -> (A&1) | B transformation...
2008-11-30 Bill WendlingAdd instruction combining for ((A&~B)|(~A&B)) -> A...
2008-11-30 Bill WendlingImplement (A&((~A)|B)) -> A&B transformation in the...
2008-11-30 Bill WendlinggetSExtValue() doesn't work for ConstantInts with bitwi...
2008-11-30 Eli FriedmanOptimize memmove and memset into the LLVM builtins...
2008-11-30 Bill WendlingStrengthen check for div inst-combining.
next