aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2007-10-05First round of ppc long double. call/return andDale Johannesen
2007-10-05New test case.Evan Cheng
2007-10-04Support Objective C++ too.Bill Wendling
2007-10-04Added testcase for creation of metadata with null pointers.Bill Wendling
2007-10-04un-XFAIL this test.Bill Wendling
2007-10-03Temporarily XFAIL this test.Bill Wendling
2007-10-03testcase for PR1647Chris Lattner
2007-10-02Add explicit --enable-bindings option to configure.Gordon Henriksen
2007-10-02Fix test.Devang Patel
2007-10-02New test.Devang Patel
2007-10-01-pre-RA-sched=none, simple, simple-noitin are gone.Evan Cheng
2007-10-01PR 1603 test case.Devang Patel
2007-10-01Relax unsafe use check. If there is one unconditional use inside the loop the...Devang Patel
2007-09-28Do not ignore packed member size while selecting union type.Devang Patel
2007-09-28Teach SplitVectorOp how to split INSERT_VECTOR_ELT.Dan Gohman
2007-09-28Refactor the memcpy lowering for the x86 target.Rafael Espindola
2007-09-28Add sqrt and powi intrinsics for long double.Dale Johannesen
2007-09-27While searching for appropriate place for temporaries, do not over-incerement...Devang Patel
2007-09-27new testcase for PR1708Chris Lattner
2007-09-27Build the correct range for loops with unusual bounds. Fix from Jay Foad.Nick Lewycky
2007-09-26Modernize fabs.ll, add long double. Add testsDale Johannesen
2007-09-26Added C and Ocaml bindings for functions, basic blocks, and Gordon Henriksen
2007-09-26Test the C front-end, not the C++ front-end.Duncan Sands
2007-09-26Test that local variables are aligned as the user requested.Duncan Sands
2007-09-25Handle multiple induction variables.Devang Patel
2007-09-25When both x/y and x%y are needed (x and y both scalar integer), computeDan Gohman
2007-09-25Some tests for APFloat conversions.Dale Johannesen
2007-09-25Forgot to check in the changes. Fix test case so it doesn't break with any sc...Evan Cheng
2007-09-25Add transformation to update loop interation space. Now,Devang Patel
2007-09-24 Do not promote null values because it may be unsafe to do so.Devang Patel
2007-09-24XFAIL for llvm-gcc4.0Tanya Lattner
2007-09-24Use the correct result value type instead of using getValueType(0)Dan Gohman
2007-09-24Fix a typo in a comment.Dan Gohman
2007-09-23Implementation of +sse -sse2 has changed; addDale Johannesen
2007-09-21Fix PR1692Devang Patel
2007-09-21gcroot testcase, patch by Eric Christopher.Chris Lattner