| Age | Commit message (Expand) | Author |
| 2007-10-18 | Pointer arithmetic should be done with the index the same size as the pointer. | Bill Wendling |
| 2007-10-18 | Really fix PR1734. Carefully track which register uses are sub-register uses by | Evan Cheng |
| 2007-10-17 | Add support for ISD::SELECT in SplitVectorOp. | Dan Gohman |
| 2007-10-17 | Yet another test case for extract_subreg coalescing crash. | Evan Cheng |
| 2007-10-16 | Fix PR1734. | Evan Cheng |
| 2007-10-16 | New test for svn rev 43033, radar 5538745. | Dale Johannesen |
| 2007-10-16 | Fix a bug handling frame references in ppc inline asm when the frame offset | Chris Lattner |
| 2007-10-15 | LowerFP_TO_SINT must not create a stack object if it's not needed. | Evan Cheng |
| 2007-10-15 | Reapply the fix in 42908 for this file. This changes the function names | Dan Gohman |
| 2007-10-15 | Fix PR1729: watch out for val# with no def. | Evan Cheng |
| 2007-10-15 | Fix run line. | Tanya Lattner |
| 2007-10-14 | New test case. | Evan Cheng |
| 2007-10-14 | Revert 42908 for now. | Evan Cheng |
| 2007-10-13 | new testcase | Chris Lattner |
| 2007-10-13 | Fix test case. | Evan Cheng |
| 2007-10-13 | New tests. | Evan Cheng |
| 2007-10-12 | Fix this test to not depend on the assembly output containing something | Dan Gohman |
| 2007-10-12 | Change the names used for internal labels to use the current | Dan Gohman |
| 2007-10-12 | Doh. | Evan Cheng |
| 2007-10-12 | EXTRACT_SUBREG test case. | Evan Cheng |
| 2007-10-12 | Added missing -march=x86 flag. | Arnold Schwaighofer |
| 2007-10-12 | Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and so | Dan Gohman |
| 2007-10-11 | Add an explicit target triple to make this test behave as expected on | Dan Gohman |
| 2007-10-11 | Added tail call optimization to the x86 back end. It can be | Arnold Schwaighofer |
| 2007-10-09 | These two tests now require only two multiply instructions, | Dan Gohman |
| 2007-10-08 | Update test. | Evan Cheng |
| 2007-10-08 | These two tests now require only three multiply instructions, | Dan Gohman |
| 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 | First round of ppc long double. call/return and | Dale Johannesen |
| 2007-10-05 | New test case. | Evan Cheng |
| 2007-10-01 | -pre-RA-sched=none, simple, simple-noitin are gone. | Evan Cheng |
| 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-26 | Modernize fabs.ll, add long double. Add tests | Dale Johannesen |
| 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-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 | Don't add a default STACK_ALIGN (use the generic ABI alignment) | Rafael Espindola |
| 2007-09-20 | Disable if-conversion for this test. | Evan Cheng |
| 2007-09-20 | -enable-arm-if-conversion is gone. | Evan Cheng |
| 2007-09-20 | Fix several more entries in the x86 reload/remat folding tables. | Dan Gohman |
| 2007-09-18 | Clean up. | Evan Cheng |
| 2007-09-18 | Fix a bogus splat xform: | Evan Cheng |
| 2007-09-18 | Objective-C was generating EH frame info like this: | Bill Wendling |