Check that always_inline functions are inlined
[oota-llvm.git] / test / Transforms /
2008-05-19 Duncan SandsFix PR2341 - when the length is 4 use an i32 not
2008-05-18 Chris LattnerFix PR2339
2008-05-18 Chris Lattnerremove empty file?
2008-05-17 Nick LewyckyRevert constant-folding change that will miscompile...
2008-05-17 Nick LewyckyConstant fold inttoptr and ptrtoint.
2008-05-16 Evan ChengFix test.
2008-05-16 Owen AndersonMove this test from ADCE to loop deletion, where it...
2008-05-16 Owen AndersonUse loop deletion instead of ADCE in these tests.
2008-05-16 Owen AndersonUse loop deletion instead of ADCE for removing loops.
2008-05-16 Chris Lattnerimplement PR2328.
2008-05-14 Bill WendlingSituations can arise when you have a function called...
2008-05-14 Devang PatelSimplify internalize pass. Add test case.
2008-05-13 Dale JohannesenFix for PR 2323, infinite loop in tail dup.
2008-05-13 Owen AndersonAdd a testcase for non-local CSE of read-only calls.
2008-05-10 Duncan SandsTestcase for PR2303.
2008-05-09 Chris LattnerImplement PR2298. This transforms:
2008-05-08 Chris LattnerMore than just loads can read from memory: readonly...
2008-05-08 Chris LattnerMake instcombine's DSE respect loads as well as stores...
2008-05-07 Dan GohmanFix a bug in the ComputeMaskedBits logic for multiply.
2008-05-06 Owen AndersonTestcase for r50770.
2008-05-06 Dan GohmanCorrect the value of LowBits in srem and urem handling in
2008-05-05 Chris LattnerFix a crash when threading a block that includes a...
2008-05-02 Dan GohmanFix a mistake in the computation of leading zeros for...
2008-05-02 Chris Lattnerstrength reduce exp2 into ldexp, rdar://5852514
2008-05-01 Dan GohmanUpdate old-style syntax in some "not grep" tests.
2008-05-01 Dale JohannesenNew test for bug fixed in 50545.
2008-05-01 Dan GohmanFix an overaggressive SimplifyDemandedBits optimization...
2008-05-01 Chris Lattnerfix typo
2008-05-01 Chris Lattnerinstcombine does memset optzns.
2008-05-01 Chris Lattnersimplifylibcalls doesn't optimize llvm.memmove, instcom...
2008-05-01 Chris Lattnermove some tests from libcall optimizer suite.
2008-04-30 Owen AndersonMove this test to LoopDeletion, where it now passes.
2008-04-30 Chris Lattnermove lowering of llvm.memset -> store from simplify...
2008-04-30 Chris Lattnerno reason for simplifylibcalls to simplify intrinsics...
2008-04-30 Chris Lattnerremove redundant check.
2008-04-29 Owen AndersonFix a bug in memcpyopt where the memcpy-memcpy transfor...
2008-04-29 Chris Lattnerdon't eliminate load from volatile value on paths where...
2008-04-29 Chris Lattnermake this test reduced and *valid*
2008-04-29 Chris Lattnerfix a subtle volatile handling bug.
2008-04-29 Chris Lattnerdon't delete the last store to an alloca if the store...
2008-04-28 Dan GohmanFix DSE to not eliminate volatile loads with no uses.
2008-04-28 Dan GohmanTeach InstCombine's ComputeMaskedBits what SelectionDAG's
2008-04-28 Chris LattnerFix PR2256, yet another miscompilation in simplifycfg...
2008-04-26 Chris LattnerWhen SRoA'ing a global variable, make sure the new...
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-25 Chris LattnerDon't infininitely thread branches when a threaded...
2008-04-24 Chris LattnerSplit some code out of the main SimplifyCFG loop into...
2008-04-23 Chris LattnerRewrite multiple return value handling in SCCP. Before...
2008-04-23 Chris Lattnerremove this testcase. It isn't testing loop rotate...
2008-04-23 Chris Lattnermake this test more interesting.
2008-04-23 Chris Lattnerdistill down the essense of this test.
2008-04-23 Dale Johannesennew test
2008-04-23 Evan ChengDon't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if...
2008-04-22 Chris LattnerStart doing the significantly useful part of jump threa...
2008-04-22 Chris LattnerDig through multiple levels of AND to thread jumps...
2008-04-22 Chris LattnerTeach jump threading to thread through blocks like:
2008-04-22 Chris Lattneradd a basic testcase.
2008-04-22 Chris Lattneroptimize "p != gep p, ..." better. This allows us...
2008-04-21 Owen AndersonRefactor memcpyopt based on Chris' suggestions. Consol...
2008-04-19 Chris Lattnerrename *.llx -> *.ll, last batch.
2008-04-16 Owen AndersonXFAIL this test for the moment. The real solution...
2008-04-11 Owen AndersonAdd testcase for PR2213.
2008-04-10 Dan GohmanTeach InstCombine's ComputeMaskedBits to handle pointer...
2008-04-09 Chris LattnerGeneralize getUnaryFloatFunction to handle any FP unary...
2008-04-09 Chris Lattnerremove capital letter from test name.
2008-04-09 Owen AndersonFactor a bunch of functionality related to memcpy and...
2008-04-09 Chris Lattnermany cleanups to the pow optimizer. Allow it to handle...
2008-04-08 Gabor Greifmerge r48768 from branches/ggreif/parallelized-test
2008-03-29 Chris Lattneradd a testcase for forming memset from noncontiguous...
2008-03-25 Evan ChengHandle a special case xor undef, undef -> 0. Technicall...
2008-03-25 Tanya LattnerByebye llvm-upgrade!
2008-03-24 Devang PatelAdd incoming value from header only if phi node has...
2008-03-24 Chris Lattnerapparently tclsh doesn't lex like bash. Weird.
2008-03-24 Chris Lattnerpass the option so this test tests the right thing.
2008-03-24 Evan ChengTransform (zext (or (icmp), (icmp))) to (or (zext ...
2008-03-22 Owen AndersonUse normal naming convention for test.
2008-03-22 Chris Lattnerimplement an initial hack at a straight-line store...
2008-03-21 Chris LattnerTeach masked value is zero about add and sub, and use...
2008-03-19 Tanya LattnerUpgrade tests.
2008-03-19 Tanya LattnerUpgrade tests.
2008-03-19 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-19 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-18 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-18 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-14 Bill WendlingThe inst combining of inttoptr into GEP with one index...
2008-03-13 Owen AndersonFix a bug in GVN that Duncan noticed, where we potentia...
2008-03-12 Owen AndersonImprove the return slot optimization to be both more...
2008-03-12 Devang PatelFix attribute handling.
2008-03-11 Devang PatelHandle multiple ret values.
2008-03-11 Dan GohmanCheck to see if a two-entry PHI block can be simplified
2008-03-11 Dan GohmanMake this test more challenging to help it avoid being
2008-03-11 Devang PatelInitial multiple return values support.
2008-03-11 Dan GohmanUpgrade this test.
2008-03-10 Devang PatelSimplify
2008-03-10 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-10 Nick LewyckyTurn unwind_to into "unwinds to".
2008-03-09 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-09 Nick LewyckyFirstly, having a BranchInst isn't exclusive with havin...
2008-03-09 Nick LewyckyA BB that unwind_to an "unwind" inst is that same as...
next