Ignoring test/Transforms/LoopIndexSplit/Output.
[oota-llvm.git] / test /
2007-10-17 Devang PatelDo not raise free() call that is called through invoke...
2007-10-17 Dan GohmanAdd support for ISD::SELECT in SplitVectorOp.
2007-10-17 Devang PatelApply "Instead of loading small c string constant,...
2007-10-17 Evan ChengYet another test case for extract_subreg coalescing...
2007-10-16 Evan ChengFix PR1734.
2007-10-16 Dale JohannesenNew test for svn rev 43033, radar 5538745.
2007-10-16 Chris LattnerFix a bug handling frame references in ppc inline asm...
2007-10-15 Evan ChengLowerFP_TO_SINT must not create a stack object if it...
2007-10-15 Dan GohmanReapply the fix in 42908 for this file. This changes...
2007-10-15 Evan ChengFix PR1729: watch out for val# with no def.
2007-10-15 Tanya LattnerFix run line.
2007-10-15 Devang PatelNew test.
2007-10-14 Evan ChengNew test case.
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-13 Chris Lattnernew testcase
2007-10-13 Evan ChengFix test case.
2007-10-13 Evan ChengNew tests.
2007-10-12 Dan GohmanFix this test to not depend on the assembly output...
2007-10-12 Chris LattnerFix a bug in my patch last night that broke InstCombine...
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-10-12 Evan ChengDoh.
2007-10-12 Evan ChengEXTRACT_SUBREG test case.
2007-10-12 Arnold SchwaighoferAdded missing -march=x86 flag.
2007-10-12 Chris Lattnertestcase for PR1728
2007-10-12 Dan GohmanAdd intrinsics for sin, cos, and pow. These use llvm_an...
2007-10-11 Dan GohmanAdd an explicit target triple to make this test behave...
2007-10-11 Arnold SchwaighoferAdded tail call optimization to the x86 back end. It...
2007-10-11 Devang PatelLower memcpy if it makes sense.
2007-10-09 Dan GohmanThese two tests now require only two multiply instructions,
2007-10-08 Evan ChengUpdate test.
2007-10-08 Dan GohmanThese two tests now require only three multiply instruc...
2007-10-08 Gordon HenriksenC and Objective Caml bindings for PHINode::addIncoming...
2007-10-08 Gordon HenriksenC and Objective Caml bindings for getFunction and getNa...
2007-10-07 Gordon HenriksenC and Objective Caml bindings for GlobalVariable::isCon...
2007-10-07 Gordon HenriksenC and Objective Caml bindings for PATypeHolder.
2007-10-06 Gordon HenriksenBindings for the verifier.
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for type construct...
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for constant const...
2007-10-06 Gordon HenriksenAdding C and Ocaml bindings for ConstantExpr.
2007-10-06 Dale JohannesenMake test work on non-x86 hosts.
2007-10-05 Evan ChengTest case for 3-address conversion.
2007-10-05 Evan ChengEnable convertToThreeAddress for X86 by default.
2007-10-05 Devang PatelFix bug in updating dominance frontier after loop
2007-10-05 Dale JohannesenFirst round of ppc long double. call/return and
2007-10-05 Evan ChengNew test case.
2007-10-04 Bill WendlingSupport Objective C++ too.
2007-10-04 Bill WendlingAdded testcase for creation of metadata with null pointers.
2007-10-04 Bill Wendlingun-XFAIL this test.
2007-10-03 Bill WendlingTemporarily XFAIL this test.
2007-10-03 Chris Lattnertestcase for PR1647
2007-10-02 Gordon HenriksenAdd explicit --enable-bindings option to configure.
2007-10-02 Devang PatelFix test.
2007-10-02 Devang PatelNew test.
2007-10-01 Evan Cheng-pre-RA-sched=none, simple, simple-noitin are gone.
2007-10-01 Devang PatelPR 1603 test case.
2007-10-01 Devang PatelRelax unsafe use check. If there is one unconditional...
2007-09-28 Devang PatelDo not ignore packed member size while selecting union...
2007-09-28 Dan GohmanTeach SplitVectorOp how to split INSERT_VECTOR_ELT.
2007-09-28 Rafael EspindolaRefactor the memcpy lowering for the x86 target.
2007-09-28 Dale JohannesenAdd sqrt and powi intrinsics for long double.
2007-09-27 Devang PatelWhile searching for appropriate place for temporaries...
2007-09-27 Chris Lattnernew testcase for PR1708
2007-09-27 Nick LewyckyBuild the correct range for loops with unusual bounds...
2007-09-26 Dale JohannesenModernize fabs.ll, add long double. Add tests
2007-09-26 Gordon HenriksenAdded C and Ocaml bindings for functions, basic blocks...
2007-09-26 Duncan SandsTest the C front-end, not the C++ front-end.
2007-09-26 Duncan SandsTest that local variables are aligned as the user reque...
2007-09-25 Devang PatelHandle multiple induction variables.
2007-09-25 Dan GohmanWhen both x/y and x%y are needed (x and y both scalar...
2007-09-25 Dale JohannesenSome tests for APFloat conversions.
2007-09-25 Evan ChengForgot to check in the changes. Fix test case so it...
2007-09-25 Devang PatelAdd transformation to update loop interation space...
2007-09-24 Devang Patel Do not promote null values because it may be unsafe...
2007-09-24 Tanya LattnerXFAIL for llvm-gcc4.0
2007-09-24 Dan GohmanUse the correct result value type instead of using...
2007-09-24 Dan GohmanFix a typo in a comment.
2007-09-23 Dale JohannesenImplementation of +sse -sse2 has changed; add
2007-09-21 Devang PatelFix PR1692
2007-09-21 Chris Lattnergcroot testcase, patch by Eric Christopher.
2007-09-21 Rafael EspindolaDon't add a default STACK_ALIGN (use the generic ABI...
2007-09-20 Duncan SandsTestcase for PR1678.
2007-09-20 Evan ChengDisable if-conversion for this test.
2007-09-20 Evan Cheng-enable-arm-if-conversion is gone.
2007-09-20 Gordon HenriksenIncorporating review feedback for GC verifier patch.
2007-09-20 Dan GohmanFix several more entries in the x86 reload/remat foldin...
2007-09-20 Nick LewyckyExcuse me.
2007-09-20 Nick LewyckyFix optimization. %x = sub %x, %y does not imply that...
2007-09-19 Devang PatelAvoid unsafe promotion.
2007-09-19 Duncan SandsTestcase for PR1678.
2007-09-18 Evan ChengClean up.
2007-09-18 Evan ChengFix a bogus splat xform:
2007-09-18 Gabor Greifrename test, it is obviously misspelled
2007-09-18 Gordon HenriksenTests of the ocaml (and thus C) bindings for constants.
2007-09-18 Gordon HenriksenAdding ocaml language bindings for the vmcore and bitwr...
2007-09-18 Gordon Henriksengit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2007-09-18 Devang PatelFix PR1657
2007-09-18 Bill WendlingObjective-C was generating EH frame info like this:
2007-09-17 Gordon HenriksenFix for PR1633: Verifier doesn't fully verify GC intrinsics
2007-09-17 Dan GohmanInstcombine x-((x/y)*y) into a remainder operator.
2007-09-17 Dan GohmanEmit integer x<1 as x<=0, as comparisons with zero...
next