| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | update testcase | Chris Lattner | 2007-10-29 | 1 | -1/+1 |
* | Model stacksave and stackrestore as both writing memory, since we | Chris Lattner | 2007-10-29 | 1 | -0/+47 |
* | Add support for the x86-64 'q' regigster modifier, and add support for the | Chris Lattner | 2007-10-29 | 1 | -0/+11 |
* | Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handling | Chris Lattner | 2007-10-29 | 1 | -0/+24 |
* | Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators | Chris Lattner | 2007-10-29 | 1 | -0/+892 |
* | Test to make sure that if we have an unaligned memcpy, it will still compile. | Bill Wendling | 2007-10-26 | 1 | -0/+5 |
* | On second thought. Remove this as it should never be generated in the first | Bill Wendling | 2007-10-26 | 1 | -14/+0 |
* | - Remove the hacky code that forces a memcpy. Alignment is taken care of in the | Bill Wendling | 2007-10-26 | 1 | -0/+1 |
* | Loosen up iv reuse to allow reuse of the same stride but a larger type when t... | Evan Cheng | 2007-10-26 | 1 | -0/+23 |
* | If a loop termination compare instruction is the only use of its stride, | Evan Cheng | 2007-10-25 | 2 | -0/+86 |
* | Fix for PR1741. | Owen Anderson | 2007-10-25 | 1 | -0/+14 |
* | Testcase for PR 1397. | Dale Johannesen | 2007-10-25 | 1 | -0/+9 |
* | This was failing on Darwin, which defaults to PIC; | Dale Johannesen | 2007-10-24 | 1 | -1/+1 |
* | Implement a couple of foldings for ordered and unordered comparisons, | Chris Lattner | 2007-10-24 | 2 | -0/+24 |
* | If there's an unaligned memcpy to/from the stack, don't lower it. Just call the | Bill Wendling | 2007-10-23 | 1 | -0/+13 |
* | new testcase | Chris Lattner | 2007-10-23 | 1 | -0/+9 |
* | llvm/test programs should not be execution programs. This | Chris Lattner | 2007-10-23 | 1 | -4/+1 |
* | Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig... | Evan Cheng | 2007-10-23 | 1 | -0/+25 |
* | Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl... | Evan Cheng | 2007-10-22 | 1 | -0/+15 |
* | Strength reduction improvements. | Dan Gohman | 2007-10-22 | 3 | -0/+68 |
* | Fix the folding of multiplication into addresses on x86, which was broken | Dan Gohman | 2007-10-22 | 1 | -0/+30 |
* | Use ptr type in the immediate field of a BxA instruction so we don't end up s... | Evan Cheng | 2007-10-22 | 1 | -0/+27 |
* | New test case. | Evan Cheng | 2007-10-19 | 1 | -0/+84 |
* | Don't branch fold inline asm statements. | Bill Wendling | 2007-10-19 | 2 | -2/+19 |
* | Removed "-arch i386" by popular demand... | Bill Wendling | 2007-10-19 | 1 | -1/+1 |
* | Now with RUN line! | Bill Wendling | 2007-10-19 | 1 | -0/+1 |
* | Remove the Foundation.h file because not everyone has that. | Bill Wendling | 2007-10-19 | 1 | -14/+19 |
* | This test now passes. | Devang Patel | 2007-10-19 | 1 | -1/+1 |
* | Test byval with a 8 bit aligned struct | Rafael Espindola | 2007-10-19 | 1 | -0/+28 |
* | Add support for byval function whose argument is not 32 bit aligned. | Rafael Espindola | 2007-10-19 | 2 | -0/+29 |
* | New test. | Devang Patel | 2007-10-19 | 1 | -0/+19 |
* | Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll by | Chris Lattner | 2007-10-18 | 1 | -0/+12 |
* | Fix the command line. | Bill Wendling | 2007-10-18 | 1 | -1/+1 |
* | Fix test. | Devang Patel | 2007-10-18 | 1 | -1/+1 |
* | Pointer arithmetic should be done with the index the same size as the pointer. | Bill Wendling | 2007-10-18 | 1 | -0/+22 |
* | Really fix PR1734. Carefully track which register uses are sub-register uses by | Evan Cheng | 2007-10-18 | 1 | -0/+87 |
* | XFAIL for now. | Devang Patel | 2007-10-18 | 1 | -0/+1 |
* | Test to make sure we don't generate unwind info for non-64-bit Objective-C. | Bill Wendling | 2007-10-17 | 1 | -0/+18 |
* | Do not raise free() call that is called through invoke instruction. | Devang Patel | 2007-10-17 | 1 | -0/+17 |
* | Add support for ISD::SELECT in SplitVectorOp. | Dan Gohman | 2007-10-17 | 1 | -0/+7 |
* | Apply "Instead of loading small c string constant, use integer constant direc... | Devang Patel | 2007-10-17 | 1 | -0/+1 |
* | Yet another test case for extract_subreg coalescing crash. | Evan Cheng | 2007-10-17 | 1 | -0/+31 |
* | Fix PR1734. | Evan Cheng | 2007-10-16 | 1 | -0/+272 |
* | New test for svn rev 43033, radar 5538745. | Dale Johannesen | 2007-10-16 | 1 | -0/+19 |
* | Fix a bug handling frame references in ppc inline asm when the frame offset | Chris Lattner | 2007-10-16 | 1 | -0/+14 |
* | 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. | Devang Patel | 2007-10-15 | 1 | -0/+5 |