| Commit message (Expand) | Author | Age | Files | Lines |
* | Add this test back. | Evan Cheng | 2009-03-12 | 1 | -0/+11 |
* | Revert commit 66140 since it caused several failures | Duncan Sands | 2009-03-12 | 1 | -0/+1 |
* | Typo. | Evan Cheng | 2009-03-12 | 1 | -1/+1 |
* | Fix test after Chris' select changes. | Evan Cheng | 2009-03-12 | 1 | -3/+3 |
* | Adjust this test for recent sroa improvements. | Duncan Sands | 2009-03-12 | 1 | -1/+1 |
* | Move 3 "(add (select cc, 0, c), x) -> (select cc, x, (add, x, c))" | Chris Lattner | 2009-03-12 | 2 | -5/+24 |
* | On x86, if the only use of a i64 load is a i64 store, generate a pair of doub... | Evan Cheng | 2009-03-12 | 2 | -3/+16 |
* | add no-unwind, remove duplicate run line. | Chris Lattner | 2009-03-12 | 1 | -3/+2 |
* | add nounwinds | Chris Lattner | 2009-03-12 | 1 | -2/+2 |
* | Revert r66024. The JIT encoding for CALLpcrel32 is wrong -- see PR3773, and the | Dan Gohman | 2009-03-11 | 1 | -9/+0 |
* | optimize i8 and i16 tls values. | Rafael Espindola | 2009-03-11 | 2 | -0/+20 |
* | My last coalescer fix introduced a subtler one. It's aborting a commuting opt... | Evan Cheng | 2009-03-11 | 1 | -0/+85 |
* | For yonah, fix a vector shuffle case for v16i8 where we didn't properly clear... | Mon P Wang | 2009-03-11 | 1 | -0/+14 |
* | implement support for C-style string literal concatenation in td files. | Chris Lattner | 2009-03-11 | 1 | -0/+3 |
* | Fixed a v8i16 shuffle case that should generate a pshufb instead of a pshuflw... | Mon P Wang | 2009-03-11 | 1 | -0/+9 |
* | reapply my previous patch (r66358) with a tweak to set the | Chris Lattner | 2009-03-11 | 2 | -5/+3 |
* | Two coalescer fixes in one. | Evan Cheng | 2009-03-11 | 1 | -0/+28 |
* | Readd test, but XFAIL it. | Bill Wendling | 2009-03-10 | 1 | -0/+14 |
* | Revert 66358 for now. It's breaking povray, 450.soplex, and 456.hmmer on x86 ... | Evan Cheng | 2009-03-10 | 2 | -15/+3 |
* | Tweak the DejaGNU voodoo to match Bill's advice. | Stuart Hastings | 2009-03-10 | 1 | -2/+2 |
* | Do not attempt to do parial redundancy elimination on void values. | John Criswell | 2009-03-10 | 1 | -0/+82 |
* | Global variables don't have a corresponding llvm.dbg.declare, yet it is possible | Edwin Török | 2009-03-10 | 2 | -1/+75 |
* | If a function is marked alwaysinline, it must be inlined (possibly for correc... | Evan Cheng | 2009-03-10 | 1 | -0/+15 |
* | Add radar number. | Bill Wendling | 2009-03-10 | 1 | -0/+2 |
* | wire up support for emitting "special" values from inline asm | Chris Lattner | 2009-03-10 | 1 | -0/+6 |
* | Check for warnings about inappropriate weak_imports. | Stuart Hastings | 2009-03-10 | 1 | -0/+22 |
* | Ignore debug info while evaluating function. | Devang Patel | 2009-03-09 | 1 | -0/+98 |
* | Fix PR3763 by using proper APInt methods instead of uint64_t's. | Chris Lattner | 2009-03-09 | 1 | -0/+25 |
* | ARM isLegalAddressImmediate should check if type is a simple type now that op... | Evan Cheng | 2009-03-09 | 1 | -0/+13 |
* | Yet another case where the spiller marked two uses of the same register on th... | Evan Cheng | 2009-03-09 | 1 | -0/+18 |
* | testcase for PR3744 | Chris Lattner | 2009-03-09 | 1 | -0/+14 |
* | teach SROA to handle promoting vector allocas with a memset into them into | Chris Lattner | 2009-03-08 | 1 | -2/+16 |
* | Enhance SROA to "promote to scalar" allocas which are | Chris Lattner | 2009-03-08 | 2 | -6/+20 |
* | Recognize triplets starting with armv5-, armv6- etc. And set the ARM arch ver... | Evan Cheng | 2009-03-08 | 1 | -1/+1 |
* | If a MI uses the same register more than once, only mark one of them as 'kill'. | Evan Cheng | 2009-03-08 | 1 | -0/+78 |
* | implement an optimization to codegen c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4. | Chris Lattner | 2009-03-08 | 2 | -3/+15 |
* | fix a serious pessimization that Tron on IRC pointed out where we would | Chris Lattner | 2009-03-07 | 1 | -0/+17 |
* | Arithmetic instructions don't set EFLAGS bits OF and CF bits | Dan Gohman | 2009-03-07 | 1 | -0/+17 |
* | Add a comment. | Mikhail Glushenkov | 2009-03-06 | 1 | -0/+1 |
* | Trailing whitespace. | Mikhail Glushenkov | 2009-03-06 | 1 | -3/+3 |
* | Trailing whitespace. | Mikhail Glushenkov | 2009-03-06 | 1 | -18/+18 |
* | While thinking about the one-definition-rule and trying | Duncan Sands | 2009-03-06 | 1 | -0/+11 |
* | While converting an aggregate to scalare, ignore and remove aggregate's debug... | Devang Patel | 2009-03-06 | 1 | -0/+184 |
* | While hoisting instruction to speculatively execute simple bb, ignore dbg int... | Devang Patel | 2009-03-06 | 1 | -0/+108 |
* | Skip DbgInfoIntrinsic. | Devang Patel | 2009-03-06 | 1 | -0/+66 |
* | Fix ScheduleDAGRRList::CopyAndMoveSuccessors' handling of nodes | Dan Gohman | 2009-03-06 | 1 | -0/+35 |
* | Revert 66224. | Devang Patel | 2009-03-06 | 1 | -0/+2 |
* | Revert rev. 66167. | Devang Patel | 2009-03-06 | 1 | -0/+1 |
* | Do not let debug info prevert globalopt from shriking a global vars to boolean. | Devang Patel | 2009-03-06 | 1 | -0/+65 |
* | Fix the "test" optimization to recognize "dec" as an add of | Dan Gohman | 2009-03-05 | 2 | -0/+23 |