| Commit message (Expand) | Author | Age | Files | Lines |
* | Test case for 3-address conversion. | Evan Cheng | 2007-10-05 | 1 | -0/+32 |
* | Enable convertToThreeAddress for X86 by default. | Evan Cheng | 2007-10-05 | 3 | -3/+3 |
* | Fix bug in updating dominance frontier after loop | Devang Patel | 2007-10-05 | 1 | -0/+29 |
* | First round of ppc long double. call/return and | Dale Johannesen | 2007-10-05 | 2 | -0/+121 |
* | New test case. | Evan Cheng | 2007-10-05 | 1 | -0/+20 |
* | Support Objective C++ too. | Bill Wendling | 2007-10-04 | 1 | -0/+1 |
* | Added testcase for creation of metadata with null pointers. | Bill Wendling | 2007-10-04 | 1 | -0/+7 |
* | un-XFAIL this test. | Bill Wendling | 2007-10-04 | 1 | -2/+0 |
* | Temporarily XFAIL this test. | Bill Wendling | 2007-10-03 | 1 | -0/+2 |
* | testcase for PR1647 | Chris Lattner | 2007-10-03 | 1 | -0/+7 |
* | Add explicit --enable-bindings option to configure. | Gordon Henriksen | 2007-10-02 | 1 | -3/+1 |
* | Fix test. | Devang Patel | 2007-10-02 | 1 | -1/+1 |
* | New test. | Devang Patel | 2007-10-02 | 1 | -0/+14 |
* | -pre-RA-sched=none, simple, simple-noitin are gone. | Evan Cheng | 2007-10-01 | 2 | -5/+2 |
* | PR 1603 test case. | Devang Patel | 2007-10-01 | 1 | -0/+8 |
* | Relax unsafe use check. If there is one unconditional use inside the loop the... | Devang Patel | 2007-10-01 | 1 | -0/+21 |
* | Do not ignore packed member size while selecting union type. | Devang Patel | 2007-09-28 | 1 | -0/+37 |
* | Teach SplitVectorOp how to split INSERT_VECTOR_ELT. | Dan Gohman | 2007-09-28 | 1 | -0/+18 |
* | Refactor the memcpy lowering for the x86 target. | Rafael Espindola | 2007-09-28 | 1 | -0/+17 |
* | Add sqrt and powi intrinsics for long double. | Dale Johannesen | 2007-09-28 | 1 | -0/+47 |
* | While searching for appropriate place for temporaries, do not over-incerement... | Devang Patel | 2007-09-27 | 1 | -0/+26 |
* | new testcase for PR1708 | Chris Lattner | 2007-09-27 | 1 | -0/+14 |
* | Build the correct range for loops with unusual bounds. Fix from Jay Foad. | Nick Lewycky | 2007-09-27 | 1 | -0/+21 |
* | Modernize fabs.ll, add long double. Add tests | Dale Johannesen | 2007-09-26 | 2 | -13/+68 |
* | Added C and Ocaml bindings for functions, basic blocks, and | Gordon Henriksen | 2007-09-26 | 2 | -17/+335 |
* | Test the C front-end, not the C++ front-end. | Duncan Sands | 2007-09-26 | 4 | -6/+6 |
* | Test that local variables are aligned as the user requested. | Duncan Sands | 2007-09-26 | 1 | -0/+7 |
* | Handle multiple induction variables. | Devang Patel | 2007-09-25 | 1 | -0/+59 |
* | When both x/y and x%y are needed (x and y both scalar integer), compute | Dan Gohman | 2007-09-25 | 1 | -0/+58 |
* | Some tests for APFloat conversions. | Dale Johannesen | 2007-09-25 | 2 | -0/+223 |
* | Forgot to check in the changes. Fix test case so it doesn't break with any sc... | Evan Cheng | 2007-09-25 | 1 | -2/+2 |
* | Add transformation to update loop interation space. Now, | Devang Patel | 2007-09-25 | 1 | -0/+57 |
* | Do not promote null values because it may be unsafe to do so. | Devang Patel | 2007-09-24 | 1 | -0/+46 |
* | XFAIL for llvm-gcc4.0 | Tanya Lattner | 2007-09-24 | 1 | -1/+1 |
* | Use the correct result value type instead of using getValueType(0) | Dan Gohman | 2007-09-24 | 1 | -0/+7 |
* | Fix a typo in a comment. | Dan Gohman | 2007-09-24 | 1 | -1/+1 |
* | Implementation of +sse -sse2 has changed; add | Dale Johannesen | 2007-09-23 | 1 | -2/+2 |
* | Fix PR1692 | Devang Patel | 2007-09-21 | 1 | -0/+63 |
* | gcroot testcase, patch by Eric Christopher. | Chris Lattner | 2007-09-21 | 1 | -0/+28 |
* | Don't add a default STACK_ALIGN (use the generic ABI alignment) | Rafael Espindola | 2007-09-21 | 1 | -0/+1 |
* | Testcase for PR1678. | Duncan Sands | 2007-09-20 | 1 | -0/+14 |
* | Disable if-conversion for this test. | Evan Cheng | 2007-09-20 | 1 | -1/+1 |
* | -enable-arm-if-conversion is gone. | Evan Cheng | 2007-09-20 | 8 | -23/+23 |
* | Incorporating review feedback for GC verifier patch. | Gordon Henriksen | 2007-09-20 | 1 | -2/+5 |
* | Fix several more entries in the x86 reload/remat folding tables. | Dan Gohman | 2007-09-20 | 1 | -0/+124 |
* | Excuse me. | Nick Lewycky | 2007-09-20 | 1 | -1/+1 |
* | Fix optimization. %x = sub %x, %y does not imply that %y is zero. | Nick Lewycky | 2007-09-20 | 1 | -0/+102 |
* | Avoid unsafe promotion. | Devang Patel | 2007-09-19 | 1 | -0/+35 |
* | Testcase for PR1678. | Duncan Sands | 2007-09-19 | 1 | -0/+10 |
* | Clean up. | Evan Cheng | 2007-09-18 | 1 | -215/+1 |