| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because | Dan Gohman | 2009-06-12 | 1 | -0/+8 |
| * | Testcase for llvm-gcc patch 73238. | Dale Johannesen | 2009-06-12 | 1 | -0/+24 |
| * | Fix Bug 4278: X86-64 with -tailcallopt calling convention | Arnold Schwaighofer | 2009-06-12 | 2 | -6/+21 |
| * | Given two identical weak functions, produce one internal function and two weak | Nick Lewycky | 2009-06-12 | 1 | -0/+13 |
| * | This test is wrong. If you have two weak functions F and G you can't make | Nick Lewycky | 2009-06-12 | 1 | -11/+0 |
| * | Fix regular expression. | Nick Lewycky | 2009-06-12 | 1 | -1/+1 |
| * | Don't remove aggregate-typed module level constants before encoding functions | Nick Lewycky | 2009-06-12 | 1 | -0/+12 |
| * | In an XFAIL line, treat "XFAIL: foo*bar" as a regular expression to be matched | Nick Lewycky | 2009-06-12 | 1 | -1/+1 |
| * | XFAIL this on PPC Linux. This keeps showing up in the buildbot and isn't easy... | Nick Lewycky | 2009-06-11 | 1 | -0/+3 |
| * | Test for rev 73205 (PR 4349) | Dale Johannesen | 2009-06-11 | 1 | -0/+39 |
| * | Fix 4366: store to null in non-default addr space should not be | Chris Lattner | 2009-06-11 | 1 | -0/+7 |