Age | Commit message (Expand) | Author |
2007-10-08 | Update test. | Evan Cheng |
2007-10-08 | These two tests now require only three multiply instructions, | Dan Gohman |
2007-10-08 | C and Objective Caml bindings for PHINode::addIncoming etc. | Gordon Henriksen |
2007-10-08 | C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced | Gordon Henriksen |
2007-10-07 | C and Objective Caml bindings for GlobalVariable::isConstant. | Gordon Henriksen |
2007-10-07 | C and Objective Caml bindings for PATypeHolder. | Gordon Henriksen |
2007-10-06 | Bindings for the verifier. | Gordon Henriksen |
2007-10-06 | Adopting a uniform naming convention for type constructors in | Gordon Henriksen |
2007-10-06 | Adopting a uniform naming convention for constant constructors in bindings. | Gordon Henriksen |
2007-10-06 | Adding C and Ocaml bindings for ConstantExpr. | Gordon Henriksen |
2007-10-06 | Make test work on non-x86 hosts. | Dale Johannesen |
2007-10-05 | Test case for 3-address conversion. | Evan Cheng |
2007-10-05 | Enable convertToThreeAddress for X86 by default. | Evan Cheng |
2007-10-05 | Fix bug in updating dominance frontier after loop | Devang Patel |
2007-10-05 | First round of ppc long double. call/return and | Dale Johannesen |
2007-10-05 | New test case. | Evan Cheng |
2007-10-04 | Support Objective C++ too. | Bill Wendling |
2007-10-04 | Added testcase for creation of metadata with null pointers. | Bill Wendling |
2007-10-04 | un-XFAIL this test. | Bill Wendling |
2007-10-03 | Temporarily XFAIL this test. | Bill Wendling |
2007-10-03 | testcase for PR1647 | Chris Lattner |
2007-10-02 | Add explicit --enable-bindings option to configure. | Gordon Henriksen |
2007-10-02 | Fix test. | Devang Patel |
2007-10-02 | New test. | Devang Patel |
2007-10-01 | -pre-RA-sched=none, simple, simple-noitin are gone. | Evan Cheng |
2007-10-01 | PR 1603 test case. | Devang Patel |
2007-10-01 | Relax unsafe use check. If there is one unconditional use inside the loop the... | Devang Patel |
2007-09-28 | Do not ignore packed member size while selecting union type. | Devang Patel |
2007-09-28 | Teach SplitVectorOp how to split INSERT_VECTOR_ELT. | Dan Gohman |
2007-09-28 | Refactor the memcpy lowering for the x86 target. | Rafael Espindola |
2007-09-28 | Add sqrt and powi intrinsics for long double. | Dale Johannesen |
2007-09-27 | While searching for appropriate place for temporaries, do not over-incerement... | Devang Patel |
2007-09-27 | new testcase for PR1708 | Chris Lattner |
2007-09-27 | Build the correct range for loops with unusual bounds. Fix from Jay Foad. | Nick Lewycky |
2007-09-26 | Modernize fabs.ll, add long double. Add tests | Dale Johannesen |
2007-09-26 | Added C and Ocaml bindings for functions, basic blocks, and | Gordon Henriksen |
2007-09-26 | Test the C front-end, not the C++ front-end. | Duncan Sands |
2007-09-26 | Test that local variables are aligned as the user requested. | Duncan Sands |
2007-09-25 | Handle multiple induction variables. | Devang Patel |
2007-09-25 | When both x/y and x%y are needed (x and y both scalar integer), compute | Dan Gohman |
2007-09-25 | Some tests for APFloat conversions. | Dale Johannesen |
2007-09-25 | Forgot to check in the changes. Fix test case so it doesn't break with any sc... | Evan Cheng |
2007-09-25 | Add 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-24 | XFAIL for llvm-gcc4.0 | Tanya Lattner |
2007-09-24 | Use the correct result value type instead of using getValueType(0) | Dan Gohman |
2007-09-24 | Fix a typo in a comment. | Dan Gohman |
2007-09-23 | Implementation of +sse -sse2 has changed; add | Dale Johannesen |
2007-09-21 | Fix PR1692 | Devang Patel |
2007-09-21 | gcroot testcase, patch by Eric Christopher. | Chris Lattner |