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