aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2007-10-18Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll byChris Lattner
2007-10-18Fix the command line.Bill Wendling
2007-10-18Fix test.Devang Patel
2007-10-18Pointer arithmetic should be done with the index the same size as the pointer.Bill Wendling
2007-10-18Really fix PR1734. Carefully track which register uses are sub-register uses byEvan Cheng
2007-10-18XFAIL for now.Devang Patel
2007-10-17Test to make sure we don't generate unwind info for non-64-bit Objective-C.Bill Wendling
2007-10-17Do not raise free() call that is called through invoke instruction.Devang Patel
2007-10-17Add support for ISD::SELECT in SplitVectorOp.Dan Gohman
2007-10-17Apply "Instead of loading small c string constant, use integer constant direc...Devang Patel
2007-10-17Yet another test case for extract_subreg coalescing crash.Evan Cheng
2007-10-16Fix PR1734.Evan Cheng
2007-10-16New test for svn rev 43033, radar 5538745.Dale Johannesen
2007-10-16Fix a bug handling frame references in ppc inline asm when the frame offsetChris Lattner
2007-10-15LowerFP_TO_SINT must not create a stack object if it's not needed.Evan Cheng
2007-10-15Reapply the fix in 42908 for this file. This changes the function namesDan Gohman
2007-10-15Fix PR1729: watch out for val# with no def.Evan Cheng
2007-10-15Fix run line. Tanya Lattner
2007-10-15New test.Devang Patel
2007-10-14New test case.Evan Cheng
2007-10-14Revert 42908 for now.Evan Cheng
2007-10-13new testcaseChris Lattner
2007-10-13Fix test case.Evan Cheng
2007-10-13New tests.Evan Cheng
2007-10-12Fix this test to not depend on the assembly output containing somethingDan Gohman
2007-10-12Fix a bug in my patch last night that broke InstCombine/2007-10-12-Crash.llChris Lattner
2007-10-12Change the names used for internal labels to use the currentDan Gohman
2007-10-12Doh.Evan Cheng
2007-10-12EXTRACT_SUBREG test case.Evan Cheng
2007-10-12Added missing -march=x86 flag.Arnold Schwaighofer
2007-10-12testcase for PR1728Chris Lattner
2007-10-12Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and soDan Gohman
2007-10-11Add an explicit target triple to make this test behave as expected onDan Gohman
2007-10-11Added tail call optimization to the x86 back end. It can beArnold Schwaighofer
2007-10-11Lower memcpy if it makes sense.Devang Patel
2007-10-09These two tests now require only two multiply instructions,Dan Gohman
2007-10-08Update test.Evan Cheng
2007-10-08These two tests now require only three multiply instructions,Dan Gohman
2007-10-08C and Objective Caml bindings for PHINode::addIncoming etc.Gordon Henriksen
2007-10-08C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhancedGordon Henriksen
2007-10-07C and Objective Caml bindings for GlobalVariable::isConstant.Gordon Henriksen
2007-10-07C and Objective Caml bindings for PATypeHolder.Gordon Henriksen
2007-10-06Bindings for the verifier.Gordon Henriksen
2007-10-06Adopting a uniform naming convention for type constructors inGordon Henriksen
2007-10-06Adopting a uniform naming convention for constant constructors in bindings.Gordon Henriksen
2007-10-06Adding C and Ocaml bindings for ConstantExpr.Gordon Henriksen
2007-10-06Make test work on non-x86 hosts.Dale Johannesen
2007-10-05Test case for 3-address conversion.Evan Cheng
2007-10-05Enable convertToThreeAddress for X86 by default.Evan Cheng
2007-10-05Fix bug in updating dominance frontier after loop Devang Patel