| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | GNU as refuses to assemble "pop {}" instruction. Do not emit such | Anton Korobeynikov | 2009-06-16 | 1 | -1/+1 |
* | Testcase for r73506 | Chris Lattner | 2009-06-16 | 1 | -0/+15 |
* | If a val# is defined by an implicit_def and it is being removed, all of the c... | Evan Cheng | 2009-06-16 | 1 | -0/+344 |
* | Add some generic expansion logic for SMULO and UMULO. Fixes UMULO | Eli Friedman | 2009-06-16 | 3 | -0/+38 |
* | Use MainCU if it is available. | Devang Patel | 2009-06-16 | 1 | -0/+275 |
* | Update this test to use fmul instead of mul. | Dan Gohman | 2009-06-15 | 1 | -1/+1 |
* | Support vector casts in more places, fixing a variety of assertion | Dan Gohman | 2009-06-15 | 2 | -0/+92 |
* | Gracefully handle imbalanced inline function begin and end markers. | Devang Patel | 2009-06-15 | 1 | -0/+77 |
* | ifcvt should ignore cfg where true and false successors are the same. | Evan Cheng | 2009-06-15 | 1 | -0/+12 |
* | Fix the crash in this test. This is basically the same | Dale Johannesen | 2009-06-15 | 1 | -0/+557 |
* | This test is failing. Revert for now. | Bill Wendling | 2009-06-15 | 1 | -89/+0 |
* | Add another testcase for r71478. | Bill Wendling | 2009-06-15 | 1 | -0/+89 |
* | CheckTailCallReturnConstraints is missing a check on the | Arnold Schwaighofer | 2009-06-15 | 1 | -0/+14 |
* | Part 1. | Evan Cheng | 2009-06-15 | 1 | -0/+14 |
* | fix testcase to properly check for the patch in r73195. | Chris Lattner | 2009-06-15 | 1 | -1/+1 |
* | Implement more aggressive folding of add operand lists when | Dan Gohman | 2009-06-14 | 1 | -0/+38 |
* | Testcase for PR4332. | Duncan Sands | 2009-06-14 | 1 | -0/+8 |
* | Teach SCEVExpander's visitAddRecExpr to reuse an existing canonical | Dan Gohman | 2009-06-13 | 2 | -1/+25 |
* | Add a ARM specific pre-allocation pass that re-schedule loads / stores from | Evan Cheng | 2009-06-13 | 1 | -0/+13 |
* | llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block i... | Devang Patel | 2009-06-13 | 1 | -0/+75 |
* | Adjust this test's regex strings so that they work regardless | Dan Gohman | 2009-06-12 | 1 | -3/+3 |
* | Add -m32 to llvm-gcc commands, so that this test behaves as expected | Dan Gohman | 2009-06-12 | 1 | -3/+3 |
* | If killed register is defined by implicit_def, do not clear it since it's liv... | Evan Cheng | 2009-06-12 | 1 | -0/+77 |
* | Mark some pattern-less instructions as neverHasSideEffects. | Evan Cheng | 2009-06-12 | 1 | -1/+1 |
* | Clear AbstractInstanceRootMap at the end of the function. | Devang Patel | 2009-06-12 | 1 | -0/+94 |