Remove useless check.
[oota-llvm.git] / test /
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-14 Dan GohmanWhen bit-twiddling CondCode values for integer comparis...
2008-05-14 Tanya LattnerCheck if llvm-gcc is available before running tests...
2008-05-14 Duncan SandsMake this test pass on x86-32 linux.
2008-05-13 Dale JohannesenFix for PR 2323, infinite loop in tail dup.
2008-05-13 Evan ChengInstead of a vector load, shuffle and then extract...
2008-05-13 Owen AndersonAdd a testcase for non-local CSE of read-only calls.
2008-05-13 Evan ChengOn x86, it's safe to treat i32 load anyext as a normal...
2008-05-12 Evan ChengXform bitconvert(build_pair(load a, load b)) to a singl...
2008-05-12 Dale JohannesenNew test for tail merging
2008-05-12 Mikhail GlushenkovFilter option names to escape symbols not allowed as...
2008-05-12 Duncan SandsTestcase for PR2264.
2008-05-10 Duncan SandsTestcase for PR2303.
2008-05-10 Evan ChengWhen transforming a vector_shuffle to a load, the base...
2008-05-10 Evan ChengAdd nounwind.
2008-05-10 Evan ChengIf all sources of a PHI node are defined by an implicit...
2008-05-09 Evan ChengAdd a pattern to do move the low element of a v4f32...
2008-05-09 Evan ChengHandle a few more cases of folding load i64 into xmm...
2008-05-09 Evan ChengSimplify test.
2008-05-09 Chris LattnerImplement PR2298. This transforms:
2008-05-08 Evan ChengUse movq to move low half of XMM register and zero...
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-08 Chris Lattnernew testcase.
2008-05-08 Evan ChengHandle vector move / load which zero the destination...
2008-05-07 Evan ChengAdd nounwind.
2008-05-07 Evan ChengYet another nasty spiller bug.
2008-05-07 Dan GohmanFix a bug in the ComputeMaskedBits logic for multiply.
2008-05-06 Bill WendlingRemoving.
2008-05-06 Anton KorobeynikovUse target triple in tests, not 'realign-stack=0' optio...
2008-05-06 Owen AndersonTestcase for r50770.
2008-05-06 Mikhail GlushenkovMove test files around a bit - fixes the reported numbe...
2008-05-06 Mikhail GlushenkovUse edge weights to choose the right linker based on...
2008-05-06 Mikhail GlushenkovAdd a --linker command-line option, make all tests...
2008-05-06 Mikhail GlushenkovAdd two (currently failing) tests.
2008-05-06 Mikhail GlushenkovTake object file as input and handle files with the...
2008-05-06 Mikhail GlushenkovFirst small tests for llvmc2.
2008-05-06 Duncan SandsTestcase for PR2292.
2008-05-06 Evan ChengFix PR2287. Darwin passes mmx values in register in...
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-05 Mon P WangAdded addition atomic instrinsics and, or, xor, min...
2008-05-05 Chris Lattnerno need for eh info
2008-05-05 Dan GohmanAdd AsmPrinter support for emitting a directive to...
2008-05-04 Owen AndersonFix PR1098 by correcting the postdominators analysis.
2008-05-04 Evan ChengSelect vector shift with non-immediate i32 shift amount...
2008-05-03 Evan ChengAdd separate intrinsics for MMX / SSE shifts with i32...
2008-05-02 Chris Lattnerverify builtin optimization works like gcc.
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-02 Chris Lattnerspecify an arch for non-x86 hosts.
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 Bill WendlingAdding testcase.
2008-05-01 Chris Lattnerdon't randomly miscompile seto/setuo just because we...
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 Arnold SchwaighoferReally commit the test checking the argument lowering...
2008-04-30 Arnold SchwaighoferTail call optimization improvements:
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 Lattnernew testcase for PR2094. The inline asms should not...
2008-04-29 Chris Lattnerdon't delete the last store to an alloca if the store...
2008-04-29 Chris Lattnermake the vector conversion magic handle multiple results.
2008-04-29 Chris Lattneradd support for multiple return values in inline asm...
2008-04-29 Evan ChengAnother extract_subreg coalescing bug.
2008-04-28 Evan ChengAdd -march=x86.
2008-04-28 Dan GohmanUpdate and_ops.ll according to the recent dagcombiner...
2008-04-28 Evan ChengTest case.
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-27 Chris LattnerImplement a signficant optimization for inline asm:
2008-04-26 Chris LattnerWhen SRoA'ing a global variable, make sure the new...
2008-04-25 Nate BegemanFeedback from chris
2008-04-25 Nate BegemanAdd a testcase for the recent "handle variable vector...
2008-04-25 Evan ChengUpdate tests.
2008-04-25 Evan ChengSpecial handling for MMX values being passed in either...
2008-04-25 Dan GohmanRemove the code from CodeGenPrepare that moved getresul...
2008-04-25 Chris Lattnernew testcase
2008-04-25 Anton KorobeynikovUpdate test
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-25 Evan ChengMMX argument passing fixes:
2008-04-25 Chris LattnerLoosen up an assertion to allow intrinsics. I really...
2008-04-25 Chris LattnerDon't infininitely thread branches when a threaded...
2008-04-25 Evan ChengFix bug in x86 memcpy / memset lowering. If there are...
2008-04-24 Evan ChengNew test.
2008-04-24 Devang PatelAdd EXTRA_OPTIONS on the llvmgxx command line.
2008-04-24 Devang PatelAdd EXTRA_OPTIONS on the llvmgcc command line.
2008-04-24 Chris LattnerSplit some code out of the main SimplifyCFG loop into...
next