| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | More than just loads can read from memory: readonly calls like strlen | Chris Lattner | 2008-05-08 | 1 | -0/+28 |
* | Make instcombine's DSE respect loads as well as stores. It is not safe to | Chris Lattner | 2008-05-08 | 1 | -0/+25 |
* | new testcase. | Chris Lattner | 2008-05-08 | 1 | -0/+8 |
* | Handle vector move / load which zero the destination register top bits (i.e. ... | Evan Cheng | 2008-05-08 | 4 | -3/+17 |
* | Add nounwind. | Evan Cheng | 2008-05-07 | 25 | -58/+39 |
* | Yet another nasty spiller bug. | Evan Cheng | 2008-05-07 | 1 | -0/+37 |
* | Fix a bug in the ComputeMaskedBits logic for multiply. | Dan Gohman | 2008-05-07 | 1 | -0/+10 |
* | Removing. | Bill Wendling | 2008-05-06 | 1 | -25/+0 |
* | Use target triple in tests, not 'realign-stack=0' option. Per request. | Anton Korobeynikov | 2008-05-06 | 4 | -5/+5 |
* | Testcase for r50770. | Owen Anderson | 2008-05-06 | 1 | -0/+109 |
* | Move test files around a bit - fixes the reported number of test cases. | Mikhail Glushenkov | 2008-05-06 | 5 | -2/+2 |
* | Use edge weights to choose the right linker based on input language names. | Mikhail Glushenkov | 2008-05-06 | 2 | -2/+2 |
* | Add a --linker command-line option, make all tests pass. | Mikhail Glushenkov | 2008-05-06 | 2 | -3/+3 |
* | Add two (currently failing) tests. | Mikhail Glushenkov | 2008-05-06 | 4 | -0/+45 |
* | Take object file as input and handle files with the same name correctly. | Mikhail Glushenkov | 2008-05-06 | 2 | -2/+1 |
* | First small tests for llvmc2. | Mikhail Glushenkov | 2008-05-06 | 4 | -0/+34 |
* | Testcase for PR2292. | Duncan Sands | 2008-05-06 | 1 | -0/+4 |
* | Fix PR2287. Darwin passes mmx values in register in 64-mode, not Linux. | Evan Cheng | 2008-05-06 | 1 | -3/+3 |
* | Correct the value of LowBits in srem and urem handling in | Dan Gohman | 2008-05-06 | 1 | -0/+9 |
* | Fix a crash when threading a block that includes a MRV call result. | Chris Lattner | 2008-05-05 | 1 | -0/+25 |
* | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang | 2008-05-05 | 1 | -0/+93 |
* | no need for eh info | Chris Lattner | 2008-05-05 | 1 | -1/+1 |
* | Add AsmPrinter support for emitting a directive to declare that | Dan Gohman | 2008-05-05 | 1 | -2/+2 |
* | Fix PR1098 by correcting the postdominators analysis. | Owen Anderson | 2008-05-04 | 2 | -0/+17 |
* | Select vector shift with non-immediate i32 shift amount operand by first movi... | Evan Cheng | 2008-05-04 | 2 | -0/+37 |
* | Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ... | Evan Cheng | 2008-05-03 | 1 | -2/+3 |
* | verify builtin optimization works like gcc. | Chris Lattner | 2008-05-02 | 1 | -0/+10 |
* | Fix a mistake in the computation of leading zeros for udiv. | Dan Gohman | 2008-05-02 | 2 | -0/+39 |
* | strength reduce exp2 into ldexp, rdar://5852514 | Chris Lattner | 2008-05-02 | 1 | -0/+38 |
* | specify an arch for non-x86 hosts. | Chris Lattner | 2008-05-02 | 1 | -1/+1 |
* | Update old-style syntax in some "not grep" tests. | Dan Gohman | 2008-05-01 | 16 | -16/+16 |
* | New test for bug fixed in 50545. | Dale Johannesen | 2008-05-01 | 1 | -0/+26 |
* | Fix an overaggressive SimplifyDemandedBits optimization on urem. This | Dan Gohman | 2008-05-01 | 1 | -0/+32 |