| Commit message (Expand) | Author | Age | Files | Lines |
* | LowerFP_TO_SINT must not create a stack object if it's not needed. | Evan Cheng | 2007-10-15 | 1 | -0/+18 |
* | Reapply the fix in 42908 for this file. This changes the function names | Dan Gohman | 2007-10-15 | 1 | -6/+6 |
* | Fix PR1729: watch out for val# with no def. | Evan Cheng | 2007-10-15 | 1 | -0/+400 |
* | Fix run line. | Tanya Lattner | 2007-10-15 | 1 | -1/+1 |
* | New test case. | Evan Cheng | 2007-10-14 | 1 | -0/+28 |
* | Revert 42908 for now. | Evan Cheng | 2007-10-14 | 3 | -8/+8 |
* | new testcase | Chris Lattner | 2007-10-13 | 1 | -0/+18 |
* | Fix test case. | Evan Cheng | 2007-10-13 | 1 | -1/+1 |
* | New tests. | Evan Cheng | 2007-10-13 | 2 | -0/+102 |
* | Fix this test to not depend on the assembly output containing something | Dan Gohman | 2007-10-12 | 1 | -1/+1 |
* | Change the names used for internal labels to use the current | Dan Gohman | 2007-10-12 | 3 | -8/+8 |
* | Doh. | Evan Cheng | 2007-10-12 | 1 | -1/+1 |
* | EXTRACT_SUBREG test case. | Evan Cheng | 2007-10-12 | 1 | -0/+35 |
* | Added missing -march=x86 flag. | Arnold Schwaighofer | 2007-10-12 | 1 | -1/+1 |
* | Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and so | Dan Gohman | 2007-10-12 | 1 | -0/+27 |
* | Add an explicit target triple to make this test behave as expected on | Dan Gohman | 2007-10-11 | 1 | -1/+1 |
* | Added tail call optimization to the x86 back end. It can be | Arnold Schwaighofer | 2007-10-11 | 3 | -0/+35 |
* | These two tests now require only two multiply instructions, | Dan Gohman | 2007-10-09 | 2 | -0/+28 |
* | Update test. | Evan Cheng | 2007-10-08 | 1 | -41/+40 |
* | These two tests now require only three multiply instructions, | Dan Gohman | 2007-10-08 | 2 | -0/+12 |
* | Make test work on non-x86 hosts. | Dale Johannesen | 2007-10-06 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | -pre-RA-sched=none, simple, simple-noitin are gone. | Evan Cheng | 2007-10-01 | 2 | -5/+2 |
* | 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 |
* | Modernize fabs.ll, add long double. Add tests | Dale Johannesen | 2007-09-26 | 2 | -13/+68 |
* | 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 |
* | 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 |
* | Don't add a default STACK_ALIGN (use the generic ABI alignment) | Rafael Espindola | 2007-09-21 | 1 | -0/+1 |
* | 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 |
* | Fix several more entries in the x86 reload/remat folding tables. | Dan Gohman | 2007-09-20 | 1 | -0/+124 |
* | Clean up. | Evan Cheng | 2007-09-18 | 1 | -215/+1 |
* | Fix a bogus splat xform: | Evan Cheng | 2007-09-18 | 1 | -0/+244 |
* | Objective-C was generating EH frame info like this: | Bill Wendling | 2007-09-18 | 1 | -0/+65 |
* | Fix for PR1633: Verifier doesn't fully verify GC intrinsics | Gordon Henriksen | 2007-09-17 | 1 | -1/+2 |
* | Emit integer x<1 as x<=0, as comparisons with zero (now includeing | Dan Gohman | 2007-09-17 | 1 | -0/+7 |
* | Use "test reg,reg" in place of "cmp reg,0" for 64-bit operands. This was | Dan Gohman | 2007-09-17 | 1 | -0/+7 |
* | Add explicit triples to avoid default behavior that varies by host. | Dan Gohman | 2007-09-14 | 1 | -1/+1 |
* | Add support for functions with byval arguments on x86 | Rafael Espindola | 2007-09-14 | 1 | -1/+4 |
* | Fixed a typo that's causing a missing kill marker. | Evan Cheng | 2007-09-12 | 1 | -0/+15 |
* | Sometimes a MI can define a register as well as defining a super-register at the | Evan Cheng | 2007-09-11 | 1 | -0/+9 |