| Commit message (Expand) | Author | Age | Files | Lines |
* | Proper patterns for thumb2 shift and rotate instructions. | Evan Cheng | 2009-06-23 | 1 | -1/+1 |
* | The correct values here (as defined by gcc-4.2) are | Dale Johannesen | 2009-06-23 | 2 | -0/+15 |
* | This test only works on ppc32 if some optimization is done before | Dale Johannesen | 2009-06-23 | 1 | -1/+1 |
* | See test. Judging from PR 1278, at the time the test was committed, the | Dale Johannesen | 2009-06-23 | 1 | -1/+1 |
* | Fix a bug in the trip-count computation with And/Or. If either of the | Dan Gohman | 2009-06-22 | 1 | -0/+150 |
* | Add support for ARM's Advanced SIMD (NEON) instruction set. | Bob Wilson | 2009-06-22 | 88 | -0/+6904 |
* | Fix llvm::ComputeNumSignBits to handle pointer types | Dan Gohman | 2009-06-22 | 1 | -0/+220 |
* | It's coalescer, not coaleser. | Evan Cheng | 2009-06-22 | 1 | -0/+0 |
* | For Darwin on ARMv6 and newer, make register r9 available for use as a | Bob Wilson | 2009-06-22 | 1 | -1/+4 |
* | Fix another register coalescer crash: forgot to check if the instruction bein... | Evan Cheng | 2009-06-22 | 1 | -0/+43 |
* | hasFP should return true if frame address is taken. | Evan Cheng | 2009-06-22 | 1 | -0/+12 |
* | Testcase for (llvm-gcc) 73873. Usually | Dale Johannesen | 2009-06-22 | 1 | -0/+32 |
* | Teach ScalarEvolution how to analyze loops with multiple exit | Dan Gohman | 2009-06-22 | 1 | -0/+48 |
* | Fix ScalarEvolution's backedge-taken count computations to check for | Dan Gohman | 2009-06-21 | 3 | -4/+15 |
* | Fix PR4185. | Rafael Espindola | 2009-06-21 | 1 | -0/+10 |
* | Expand this test to handle more cases (remainder and shifts) of zero. | Nick Lewycky | 2009-06-21 | 1 | -0/+11 |
* | implement PR4424: 0/x is always 0 for integer division. | Chris Lattner | 2009-06-21 | 1 | -0/+12 |
* | change TLS_ADDR lowering to lower to a real mem operand, instead of matching as | Chris Lattner | 2009-06-20 | 4 | -4/+4 |
* | no need for unwind info | Chris Lattner | 2009-06-20 | 1 | -1/+1 |
* | no need for unwind info here. | Chris Lattner | 2009-06-20 | 1 | -1/+1 |
* | Fix PR4419: handle defs of partial uses. | Evan Cheng | 2009-06-20 | 1 | -0/+30 |
* | Tweak this test to be a little less unusual. | Dan Gohman | 2009-06-20 | 1 | -2/+2 |
* | Generalize isLoopGuardedByCond's checking to consider two | Dan Gohman | 2009-06-20 | 1 | -0/+107 |
* | Re-apply r73718, now that the fix in r73787 is in, and add a | Dan Gohman | 2009-06-19 | 3 | -2/+30 |
* | Enable arm pre-allocation load / store multiple optimization pass. | Evan Cheng | 2009-06-19 | 2 | -4/+4 |
* | Revert 73718. It's breaking 254.gap. | Evan Cheng | 2009-06-19 | 2 | -0/+2 |
* | Don't (unconditionally) use getSCEVAtScope to simplify the step | Dan Gohman | 2009-06-19 | 1 | -0/+18 |
* | make jump threading handle lexically identical compare instructions | Chris Lattner | 2009-06-19 | 1 | -0/+30 |
* | Fix for PR2484: add an SSE1 pattern for a shuffle we normally prefer to | Eli Friedman | 2009-06-19 | 1 | -0/+9 |
* | Teach jump threading to look at comparisons between phi nodes and non-constants. | Nick Lewycky | 2009-06-19 | 1 | -0/+21 |
* | Improve tail call elim to move loads above readonly calls | Chris Lattner | 2009-06-19 | 2 | -0/+165 |
* | part of PR4405: disable a contentious optimization for | Chris Lattner | 2009-06-19 | 1 | -10/+0 |
* | Mark a few Thumb instructions commutable; just happened to spot this | Eli Friedman | 2009-06-19 | 1 | -0/+8 |
* | new testcase for rdar://6983634 | Chris Lattner | 2009-06-18 | 1 | -0/+26 |
* | On Darwin, ams printer should output a second label before a jump table so th... | Evan Cheng | 2009-06-18 | 1 | -0/+2 |
* | Generalize LSR's OptimizeSMax to handle unsigned max tests as well | Dan Gohman | 2009-06-18 | 2 | -2/+305 |
* | Remove the code from IVUsers that attempted to handle | Dan Gohman | 2009-06-18 | 3 | -7/+10 |
* | Generalize the zext(trunc(t) & C) instcombine to work even with | Dan Gohman | 2009-06-18 | 1 | -1/+16 |
* | Teach ScalarEvolution how to recognize another xor(and(x, C), C) case. | Dan Gohman | 2009-06-18 | 1 | -2/+3 |
* | Instcombine zext(trunc(x) & mask) to x&mask, even if the trunc has | Dan Gohman | 2009-06-17 | 1 | -0/+23 |
* | Add -disable-output to a bunch of tests that don't care about the output. | Dan Gohman | 2009-06-17 | 31 | -32/+32 |
* | This fixes a bug introduced in 72661, which can | Dale Johannesen | 2009-06-17 | 2 | -4/+77 |
* | Initial support for some Thumb2 instructions. | Anton Korobeynikov | 2009-06-17 | 4 | -0/+282 |
* | Correct an accidental duplication of the test (patch doesn't handle | Eli Friedman | 2009-06-17 | 1 | -9/+0 |
* | PR3439: Correct a silly mistake in the SimplifyDemandedUseBits code for | Eli Friedman | 2009-06-17 | 1 | -0/+18 |
* | Fix ScalarEvolution's Xor handling to not assume that an And | Dan Gohman | 2009-06-17 | 1 | -0/+11 |
* | Test for llvm-gcc patch 73564. | Dale Johannesen | 2009-06-16 | 1 | -0/+10 |
* | Make the test target-neutral | Anton Korobeynikov | 2009-06-16 | 1 | -2/+2 |
* | Generalize a few more instcombines to be vector/scalar-independent. | Dan Gohman | 2009-06-16 | 2 | -0/+15 |
* | Instcombine's ShrinkDemandedConstant may strip bits out of constants, | Dan Gohman | 2009-06-16 | 1 | -0/+14 |