| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix this test up a bit. | Eric Christopher | 2011-03-14 | 1 | -3/+1 |
* | Minor optimization. sign-ext/anyext of undef is still undef. | Evan Cheng | 2011-03-14 | 2 | -5/+19 |
* | PTX: Emit global arrays with proper sizes | Justin Holewinski | 2011-03-14 | 2 | -40/+40 |
* | PTX: Add support for sqrt/sin/cos intrinsics | Justin Holewinski | 2011-03-14 | 1 | -0/+56 |
* | ptx: add set.p instruction and related changes to predicate execution | Che-Liang Chiou | 2011-03-14 | 1 | -0/+109 |
* | Teach ComputeMaskedBits about sub nsw. | Benjamin Kramer | 2011-03-12 | 1 | -0/+23 |
* | Saving files before committing is overrated. | Eric Christopher | 2011-03-12 | 1 | -1/+1 |
* | Sometimes isPredicable lies to us and tells us we don't need the operands. | Eric Christopher | 2011-03-12 | 1 | -0/+60 |
* | Properly pseudo-ize the ARM LDMIA_RET instruction. This has the nice side- | Jim Grosbach | 2011-03-11 | 11 | -18/+18 |
* | Roll r127459 back in: | Cameron Zwarich | 2011-03-11 | 15 | -17/+17 |
* | Fix the GCC test suite issue exposed by r127477, which was caused by stack | Cameron Zwarich | 2011-03-11 | 1 | -0/+19 |
* | Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get | Daniel Dunbar | 2011-03-11 | 15 | -17/+17 |
* | ComputeMaskedBits: sub falls through to add, and sub doesn't have the same ov... | Benjamin Kramer | 2011-03-11 | 1 | -0/+10 |
* | InstCombine: Fix a thinko where transform an icmp under the assumption that i... | Benjamin Kramer | 2011-03-11 | 1 | -0/+10 |
* | Teach ComputeMaskedBits about nsw on add. I don't think there's anything we can | Nick Lewycky | 2011-03-11 | 1 | -0/+10 |
* | Optimize trivial branches in CodeGenPrepare, which often get created from the | Cameron Zwarich | 2011-03-11 | 15 | -17/+17 |
* | Change the x86 32-bit scheduler to register pressure and fix up the | Eric Christopher | 2011-03-11 | 5 | -5/+4 |
* | Avoid replacing the value of a directly stored load with the stored value if ... | Evan Cheng | 2011-03-11 | 1 | -0/+47 |
* | Properly pseudo-ize MOVCCr and MOVCCs. | Jim Grosbach | 2011-03-10 | 1 | -2/+2 |
* | Fix reassociate to postpone certain instruction deletions until | Dan Gohman | 2011-03-10 | 1 | -0/+25 |
* | InstCombine: Turn umul_with_overflow into mul nuw if we can prove that it can... | Benjamin Kramer | 2011-03-10 | 1 | -0/+27 |
* | PTX: Add preliminary support for floating-point divide and multiply-and-add | Justin Holewinski | 2011-03-10 | 3 | -0/+47 |
* | ptx: add the rest of special registers of ISA version 2.0 | Che-Liang Chiou | 2011-03-10 | 1 | -34/+176 |
* | Revert 127359; it broke lencod. | Stuart Hastings | 2011-03-10 | 7 | -21/+13 |
* | Revert "Re-enable test and hope to silence the buildbots", still broken. | Daniel Dunbar | 2011-03-09 | 1 | -0/+3 |
* | Fix mistyped CHECK lines. | Benjamin Kramer | 2011-03-09 | 7 | -10/+10 |
* | Tweak test to work on Linux. | Stuart Hastings | 2011-03-09 | 1 | -3/+3 |
* | Disable this test temporarily to reduce BuildBot complaints. | Stuart Hastings | 2011-03-09 | 1 | -3/+3 |
* | Preserve line number information while simplifying libcalls. | Devang Patel | 2011-03-09 | 1 | -0/+24 |
* | X86 byval copies no longer always_inline. <rdar://problem/8706628> | Stuart Hastings | 2011-03-09 | 7 | -13/+21 |
* | Add a testcase for the addc improvements introduced some commits ago. Patch b... | Bruno Cardoso Lopes | 2011-03-09 | 1 | -0/+13 |
* | Re-enable test and hope to silence the buildbots | Bruno Cardoso Lopes | 2011-03-09 | 1 | -3/+0 |
* | try to make o32 cc tests less specific to silence some buildbots. The test is... | Bruno Cardoso Lopes | 2011-03-09 | 1 | -26/+26 |
* | LLVM combines the offset mode of A8.6.199 A1 & A2 into STRBT. | Johnny Chen | 2011-03-09 | 1 | -0/+3 |
* | Make physreg coalescing independent on the number of uses of the virtual regi... | Jakob Stoklund Olesen | 2011-03-09 | 2 | -3/+36 |
* | Delete a test case that is very sensitive to coalescer behavior. | Jakob Stoklund Olesen | 2011-03-09 | 1 | -85/+0 |
* | Improve varags handling, with testcases. Patch by Sasa Stankovic | Bruno Cardoso Lopes | 2011-03-09 | 1 | -0/+277 |
* | This test case should work with list-ilp or list-burr. | Andrew Trick | 2011-03-09 | 1 | -1/+1 |
* | When SCEV can determine the loop test is X < X, set ExactBECount=0. | Andrew Trick | 2011-03-09 | 1 | -0/+34 |
* | Target/X86: Tweak va_arg for Win64 not to miss taking va_start when number of... | NAKAMURA Takumi | 2011-03-09 | 1 | -0/+33 |
* | Add a test case for r127320. | Cameron Zwarich | 2011-03-09 | 1 | -0/+14 |
* | Add another micro-optimization. Apologies for the lack of refactoring, but I | Nick Lewycky | 2011-03-09 | 1 | -0/+8 |
* | Add support to scalar replacement for partial vector accesses of an alloca, e.g. | Cameron Zwarich | 2011-03-09 | 1 | -0/+59 |
* | Add a RUN line to the test case to make it functional. <rdar://problem/9055247> | Stuart Hastings | 2011-03-09 | 1 | -0/+1 |
* | Test cases for r127309. <rdar://problem/9055247> | Stuart Hastings | 2011-03-09 | 2 | -0/+8 |
* | Build bots hate me. | Bill Wendling | 2011-03-09 | 1 | -1/+1 |
* | PR9346: Prevent SimplifyDemandedBits from incorrectly introducing | Eli Friedman | 2011-03-09 | 1 | -0/+12 |
* | Testcase for r127301. | Bill Wendling | 2011-03-09 | 1 | -0/+32 |
* | PR9420; an instruction before an unreachable is guaranteed not to have any | Eli Friedman | 2011-03-09 | 1 | -0/+31 |
* | Fix testcase. | Eric Christopher | 2011-03-09 | 1 | -1/+1 |