| Commit message (Expand) | Author | Age | Files | Lines |
* | New test case. | Evan Cheng | 2007-10-14 | 1 | -0/+28 |
* | Revert 42908 for now. | Evan Cheng | 2007-10-14 | 3 | -8/+8 |
* | 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 |
* | 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 | 1 | -2/+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 |
* | 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 |
* | 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 |
* | 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 support for functions with byval arguments on x86 | Rafael Espindola | 2007-09-14 | 1 | -1/+4 |
* | Avoid storing and reloading zeros and other constants from stack slots | Dan Gohman | 2007-09-07 | 1 | -0/+14 |
* | Add support for having different alignment for objects on call frames. | Rafael Espindola | 2007-09-07 | 1 | -0/+25 |
* | Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee... | Anton Korobeynikov | 2007-09-07 | 1 | -4/+4 |
* | Proper handle case, when aliasee is external weak symbol referenced only by a... | Anton Korobeynikov | 2007-09-06 | 1 | -0/+4 |
* | Fix a bug in X86InstrInfo::convertToThreeAddress that caused it to codegen: | Evan Cheng | 2007-09-06 | 1 | -0/+49 |
* | Change all floating constants that are not exactly | Dale Johannesen | 2007-09-05 | 4 | -6/+6 |
* | Fix for PR1632. EHSELECTION always produces a i32 value. | Evan Cheng | 2007-09-04 | 1 | -0/+38 |
* | Initial support for calling functions with byval arguments on x86-64 | Rafael Espindola | 2007-08-31 | 1 | -0/+19 |
* | Update test case to reflect Dale's change. | Evan Cheng | 2007-08-31 | 1 | -1/+3 |
* | Do not run on darwin. | Tanya Lattner | 2007-08-30 | 1 | -2/+2 |
* | Added support to fold X86 load / store instructions. This allow rematerialize... | Evan Cheng | 2007-08-30 | 1 | -1/+2 |
* | Add explicit triples to avoid default behavior that varies by host. | Dan Gohman | 2007-08-27 | 4 | -4/+4 |
* | If the source and destination pointers in an llvm.memmove are known | Dan Gohman | 2007-08-27 | 4 | -0/+36 |