| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Duncan pointed out that we can fast fail here, because the sret parameter of | Owen Anderson | 2008-02-18 | 1 | -1/+2 |
* | Fix a comment, and a bug where we weren't applying the tail call logic in cas... | Owen Anderson | 2008-02-18 | 1 | -6/+8 |
* | Fix bugs that Chris noticed in my last patch. | Owen Anderson | 2008-02-18 | 1 | -9/+17 |
* | simplify some code, BreakUpSubtract always returns nonnull now. | Chris Lattner | 2008-02-18 | 1 | -4/+2 |
* | bitcasts of pointers are always pointers. | Chris Lattner | 2008-02-18 | 1 | -5/+2 |
* | Add support for setting parameters to CallSite. | Owen Anderson | 2008-02-18 | 1 | -0/+9 |
* | Add a predicate to Argument to check for the StructRet attribute. | Owen Anderson | 2008-02-17 | 2 | -0/+11 |
* | Teach getModRefInfo that memcpy, memmove, and memset don't "capture" memory a... | Owen Anderson | 2008-02-17 | 1 | -3/+13 |
* | Fold (-x + -y) -> -(x+y) which promotes better association, fixing | Chris Lattner | 2008-02-17 | 2 | -2/+22 |
* | fix pasto | Chris Lattner | 2008-02-17 | 1 | -1/+1 |
* | Split up subtracts into add+negate if they have a reassociable use or operand | Chris Lattner | 2008-02-17 | 2 | -5/+21 |
* | upgrade and simplify this test. | Chris Lattner | 2008-02-17 | 1 | -6/+7 |
* | make the logic for breaking up subtracts more explicit, no | Chris Lattner | 2008-02-17 | 1 | -9/+22 |
* | Remove llvm-upgrade. | Tanya Lattner | 2008-02-17 | 50 | -906/+906 |
* | move PR2053 to here. | Chris Lattner | 2008-02-17 | 1 | -0/+12 |
* | fix this test. | Chris Lattner | 2008-02-17 | 1 | -1/+1 |
* | Remove llvm-upgrade | Tanya Lattner | 2008-02-17 | 1 | -10/+6 |
* | Remove llvm-upgrade. | Tanya Lattner | 2008-02-17 | 2 | -17/+21 |
* | this test isn't useful since we added @ notation for globals. | Chris Lattner | 2008-02-17 | 1 | -21/+0 |
* | this line was commented out. | Chris Lattner | 2008-02-17 | 1 | -1/+1 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-02-16 | 2 | -31/+8 |
* | Removing llvm upgrade, so remove tests specific to llvm-upgrade and update th... | Tanya Lattner | 2008-02-16 | 27 | -13270/+13054 |
* | Remove any 'nest' parameter attributes if the function | Duncan Sands | 2008-02-16 | 2 | -10/+109 |
* | Some micro-optimizations. | Duncan Sands | 2008-02-16 | 1 | -4/+5 |
* | I cannot find a libgcc function for this builtin. Therefor expanding it to a... | Andrew Lenharth | 2008-02-16 | 9 | -9/+33 |
* | Teach LegalizeTypes how to expand the operands of | Duncan Sands | 2008-02-16 | 2 | -4/+25 |
* | Try to clarify which compilers can be used for the | Duncan Sands | 2008-02-16 | 1 | -6/+7 |
* | Refactor some code; check if commuteInstruction is able to commute the instru... | Evan Cheng | 2008-02-16 | 2 | -17/+34 |
* | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth | 2008-02-16 | 17 | -1/+256 |
* | Fix typos. | Bill Wendling | 2008-02-16 | 1 | -2/+2 |
* | Rename CountMemOperands to ComputeMemOperandsEnd to reflect what | Dan Gohman | 2008-02-16 | 2 | -17/+15 |
* | Revert 47177, which was incorrect. | Dan Gohman | 2008-02-16 | 1 | -1/+1 |
* | upgrade this test, which wasn't testing the right thing since llvm-upgrade ca... | Chris Lattner | 2008-02-15 | 1 | -7/+7 |
* | rename llx -> ll | Chris Lattner | 2008-02-15 | 1 | -0/+0 |
* | This test is not interesting. | Evan Cheng | 2008-02-15 | 1 | -21/+0 |
* | Make tblgen a little smarter about constants smaller than i32. Currently, | Scott Michel | 2008-02-15 | 4 | -8/+29 |
* | simplify this. | Chris Lattner | 2008-02-15 | 1 | -3/+1 |
* | Modify test to expect improved code. | Dale Johannesen | 2008-02-15 | 1 | -4/+4 |
* | The copy instruction being coalesced will be removed, it is not a kill. | Evan Cheng | 2008-02-15 | 1 | -2/+2 |
* | Fixed bug in FoldingSetIteratorImpl where we did not correctly check if | Ted Kremenek | 2008-02-15 | 1 | -2/+4 |
* | Skip over the defs and start at the uses when looking for operands | Dan Gohman | 2008-02-15 | 1 | -1/+1 |
* | Use the TargetInstrDescr to determine the number of operands | Dan Gohman | 2008-02-15 | 1 | -3/+3 |
* | Fix this test on linux, which returns S242 | Duncan Sands | 2008-02-15 | 1 | -1/+2 |
* | Teach LegalizeTypes how to promote the flags | Duncan Sands | 2008-02-15 | 2 | -7/+34 |
* | Handle \n's in value names for more targets. The asm printers | Chris Lattner | 2008-02-15 | 3 | -13/+40 |
* | If the llvm name contains an unprintable character, don't print it in | Chris Lattner | 2008-02-15 | 1 | -3/+15 |
* | targets that support quotes for mangled names still need to escape newlines | Chris Lattner | 2008-02-15 | 1 | -0/+2 |
* | Cosmetics. | Dale Johannesen | 2008-02-15 | 1 | -6/+3 |
* | - Removing the infamous r2rMap_ and rep() method. Now the coalescer will update | Evan Cheng | 2008-02-15 | 6 | -402/+327 |
* | Added CommuteChangesDestination(). This returns true if commuting the specified | Evan Cheng | 2008-02-15 | 2 | -1/+31 |