| Commit message (Expand) | Author | Age | Files | Lines |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 72 | -72/+72 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 75 | -88/+88 |
* | More local spiller complexity! | Evan Cheng | 2008-05-20 | 1 | -0/+22 |
* | Don't spill dead def. | Evan Cheng | 2008-05-20 | 1 | -0/+55 |
* | Teach instcombine 4 new xforms: | Chris Lattner | 2008-05-20 | 2 | -0/+24 |
* | Run vortex-bug as x86-64, which is what the original bug was triggered on. | Dan Gohman | 2008-05-20 | 1 | -1/+1 |
* | Do not erase induction variable increment if it is used outside the loop. | Devang Patel | 2008-05-19 | 1 | -0/+41 |
* | convert fptosi(sitofp x) -> x if the fp value has enough bits in its mantissa | Chris Lattner | 2008-05-19 | 1 | -0/+8 |
* | Fold FP comparisons where one operand is converted from an integer | Chris Lattner | 2008-05-19 | 1 | -0/+25 |
* | be more aggressive about transforming add -> or when the operands have no | Chris Lattner | 2008-05-19 | 1 | -0/+15 |
* | Check that always_inline functions are inlined | Duncan Sands | 2008-05-19 | 1 | -0/+12 |
* | Fix PR2341 - when the length is 4 use an i32 not | Duncan Sands | 2008-05-19 | 1 | -0/+14 |
* | Fix PR2339 | Chris Lattner | 2008-05-18 | 1 | -0/+23 |
* | remove empty file? | Chris Lattner | 2008-05-18 | 1 | -0/+0 |
* | Revert constant-folding change that will miscompile in some cases. | Nick Lewycky | 2008-05-17 | 1 | -8/+0 |
* | Constant fold inttoptr and ptrtoint. | Nick Lewycky | 2008-05-17 | 1 | -0/+8 |
* | Fix test. | Evan Cheng | 2008-05-16 | 1 | -1/+1 |
* | Move this test from ADCE to loop deletion, where it is more appropriate. | Owen Anderson | 2008-05-16 | 1 | -1/+1 |
* | Use loop deletion instead of ADCE in these tests. | Owen Anderson | 2008-05-16 | 2 | -2/+2 |
* | Use loop deletion instead of ADCE for removing loops. | Owen Anderson | 2008-05-16 | 4 | -4/+4 |
* | Fix this test. It was testing broken behavior in that it required ADCE to el... | Owen Anderson | 2008-05-16 | 1 | -3/+2 |
* | implement PR2328. | Chris Lattner | 2008-05-16 | 1 | -2/+12 |
* | Use common where we mean common, not weak. | Dale Johannesen | 2008-05-16 | 1 | -1/+1 |
* | Revert the change from r51157 in | Dan Gohman | 2008-05-16 | 1 | -3/+3 |
* | Fix a bug in LoopStrengthReduce that caused it to emit IR with | Dan Gohman | 2008-05-15 | 1 | -0/+21 |
* | Remove the S92 code, which really has nothing to do | Dale Johannesen | 2008-05-15 | 1 | -7/+0 |
* | Evan has implemented this on ppc, so run the test there. | Dale Johannesen | 2008-05-15 | 1 | -2/+2 |
* | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman | 2008-05-15 | 1 | -3/+3 |
* | Situations can arise when you have a function called that returns a 'void', but | Bill Wendling | 2008-05-14 | 2 | -2/+28 |
* | Simplify internalize pass. Add test case. | Devang Patel | 2008-05-14 | 3 | -0/+32 |
* | When bit-twiddling CondCode values for integer comparisons produces | Dan Gohman | 2008-05-14 | 1 | -0/+24 |
* | Check if llvm-gcc is available before running tests. Patch by Matthijs Kooijman! | Tanya Lattner | 2008-05-14 | 1 | -1/+8 |
* | Make this test pass on x86-32 linux. | Duncan Sands | 2008-05-14 | 1 | -2/+1 |
* | Fix for PR 2323, infinite loop in tail dup. | Dale Johannesen | 2008-05-13 | 1 | -0/+26 |
* | Instead of a vector load, shuffle and then extract an element. Load the eleme... | Evan Cheng | 2008-05-13 | 4 | -13/+21 |
* | Add a testcase for non-local CSE of read-only calls. | Owen Anderson | 2008-05-13 | 1 | -0/+49 |
* | On x86, it's safe to treat i32 load anyext as a normal i32 load. Ditto for i8... | Evan Cheng | 2008-05-13 | 1 | -0/+15 |
* | Xform bitconvert(build_pair(load a, load b)) to a single load if the load loc... | Evan Cheng | 2008-05-12 | 1 | -0/+7 |
* | New test for tail merging | Dale Johannesen | 2008-05-12 | 1 | -0/+145 |
* | Filter option names to escape symbols not allowed as C++ identifiers. | Mikhail Glushenkov | 2008-05-12 | 1 | -0/+12 |
* | Testcase for PR2264. | Duncan Sands | 2008-05-12 | 1 | -0/+10 |
* | Testcase for PR2303. | Duncan Sands | 2008-05-10 | 1 | -0/+33 |
* | When transforming a vector_shuffle to a load, the base address must not be an... | Evan Cheng | 2008-05-10 | 1 | -0/+10 |
* | Add nounwind. | Evan Cheng | 2008-05-10 | 1 | -2/+2 |
* | If all sources of a PHI node are defined by an implicit_def, just emit an imp... | Evan Cheng | 2008-05-10 | 1 | -0/+25 |
* | Add a pattern to do move the low element of a v4f32 and zero extend the rest. | Evan Cheng | 2008-05-09 | 1 | -0/+9 |
* | Handle a few more cases of folding load i64 into xmm and zero top bits. | Evan Cheng | 2008-05-09 | 2 | -0/+20 |
* | Simplify test. | Evan Cheng | 2008-05-09 | 1 | -3/+2 |
* | Implement PR2298. This transforms: | Chris Lattner | 2008-05-09 | 2 | -0/+20 |
* | Use movq to move low half of XMM register and zero-extend the rest. | Evan Cheng | 2008-05-08 | 1 | -0/+10 |