Make sure that the current executable filename has "exe" suffix on Windows.
[oota-llvm.git] / test /
2008-05-23 Matthijs KooijmanRestucture a part of the SimplifyCFG pass and include...
2008-05-23 Nick LewyckyConstant integer vectors may also be negated.
2008-05-23 Nick LewyckyRevert X + X --> X * 2 optz'n which pessimizes heavily...
2008-05-23 Nick LewyckyImplement X + X for vectors.
2008-05-23 Nick LewyckyFix a recently added optimization to not crash on vectors.
2008-05-23 Dan GohmanGeneralize the new code in instcombine's ComputeNumSign...
2008-05-23 Dan GohmanMake structs and arrays first-class types, and add...
2008-05-23 Evan ChengBug: rcpps can only folds a load if the address is...
2008-05-22 Evan ChengAdd a couple of test cases.
2008-05-22 Evan ChengAdd missing patterns.
2008-05-22 Chris LattnerAdd support for multiple-return values in inline asm...
2008-05-22 Chris Lattnertestcase for PR2267
2008-05-21 Evan ChengFix PR2343. An *interesting* coalescer bug.
2008-05-21 Gabor Greifresurrect lost tests by renaming them to not end with .tr
2008-05-20 Gabor GreifEliminate questionable syntax for stdin redirection...
2008-05-20 Chris LattnerFix PR2346 by marking vaarg as volatile so that licm...
2008-05-20 Dan GohmanOops, commit the version of this test that actually...
2008-05-20 Dan GohmanPort SelectionDAG's ComputeNumSignBits-using code to...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-20 Evan ChengMore local spiller complexity!
2008-05-20 Evan ChengDon't spill dead def.
2008-05-20 Chris LattnerTeach instcombine 4 new xforms:
2008-05-20 Dan GohmanRun vortex-bug as x86-64, which is what the original...
2008-05-19 Devang PatelDo not erase induction variable increment if it is...
2008-05-19 Chris Lattnerconvert fptosi(sitofp x) -> x if the fp value has...
2008-05-19 Chris LattnerFold FP comparisons where one operand is converted...
2008-05-19 Chris Lattnerbe more aggressive about transforming add -> or when...
2008-05-19 Duncan SandsCheck that always_inline functions are inlined
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 Owen AndersonFix this test. It was testing broken behavior in that...
2008-05-16 Chris Lattnerimplement PR2328.
2008-05-16 Dale JohannesenUse common where we mean common, not weak.
2008-05-16 Dan GohmanRevert the change from r51157 in
2008-05-15 Dan GohmanFix a bug in LoopStrengthReduce that caused it to emit...
2008-05-15 Dale JohannesenRemove the S92 code, which really has nothing to do
2008-05-15 Dale JohannesenEvan has implemented this on ppc, so run the test there.
2008-05-15 Dan GohmanIR support for extractvalue and insertvalue instruction...
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.
next