summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2008-04-01More soft fp fixes.Evan Cheng1-1/+3
2008-04-01Unbreak ARM / Thumb soft FP support.Evan Cheng1-0/+10
2008-03-31Mark functions in some tests as 'nounwind'. GeneratingDale Johannesen14-31/+31
2008-03-31It's not safe to fold a load from GV stub or constantpool into a two-address ...Evan Cheng1-0/+40
2008-03-31Fix a DAGCombiner optimization to respect volatile qualification.Dan Gohman1-0/+24
2008-03-29add a testcase for forming memset from noncontiguous stores.Chris Lattner2-1/+100
2008-03-28Fix a tokenfactor node to use the load chain rather than theDan Gohman1-0/+35
2008-03-27add another testcaseDevang Patel1-0/+13
2008-03-27New test case.Devang Patel1-0/+7
2008-03-27Fix a memory bug: increment an iterator of a deleted machine instr.Evan Cheng1-0/+24
2008-03-27Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar1-1/+9
2008-03-26One more coalescer fix wrt deadness propagation.Evan Cheng1-0/+28
2008-03-26Avoid commuting a def MI in order to coalesce a copy instruction away if any ...Evan Cheng1-0/+49
2008-03-25Use ## for comment delimiter on darwin x86-32, soDale Johannesen1-0/+49
2008-03-25Handle a special case xor undef, undef -> 0. Technically this should be trans...Evan Cheng1-0/+11
2008-03-25Handle a special case xor undef, undef -> 0. Technically this should be trans...Evan Cheng1-0/+6
2008-03-25Add CMP32mr and friends to the load-unfolding table. AmongDan Gohman1-1/+1
2008-03-25Tests for the instruction iterator bindings.Gordon Henriksen1-0/+35
2008-03-25Byebye llvm-upgrade!Tanya Lattner110-2138/+1823
2008-03-25lastRegisterUse() should ignore identity copies. Those will be erased.Evan Cheng1-0/+30
2008-03-25check struct layoutDevang Patel1-0/+1
2008-03-24Use the bit size of the operand instead of the hard-coded 32 to generate theBill Wendling1-0/+25
2008-03-24- SSE4.1 extractfps extracts a f32 into a gr32 register. Very useful! Not. Fi...Evan Cheng1-0/+30
2008-03-24Add incoming value from header only if phi node has any use inside the loop.Devang Patel1-0/+69
2008-03-24Fix test name.Devang Patel1-0/+0
2008-03-24apparently tclsh doesn't lex like bash. Weird.Chris Lattner1-1/+1
2008-03-24pass the option so this test tests the right thing.Chris Lattner1-2/+2
2008-03-24Add new test.Devang Patel1-0/+87
2008-03-24Remove incorrect comment.Devang Patel1-2/+0
2008-03-24APIntify SelectionDAG's EXTRACT_ELEMENT code.Dan Gohman2-0/+30
2008-03-24Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at...Evan Cheng1-0/+35
2008-03-23Objective Caml bindings for basic block, function, global, and arg iterators.Gordon Henriksen1-2/+118
2008-03-22New testcase.Bill Wendling1-0/+10
2008-03-22Use normal naming convention for test.Owen Anderson1-0/+0
2008-03-22Add testcase for prev. commit. Minor fixesAnton Korobeynikov1-0/+6
2008-03-22Support chained aliases for LLVM IR printing. This fixes PR2145Anton Korobeynikov1-0/+2
2008-03-22implement an initial hack at a straight-line store -> memset optimization.Chris Lattner1-0/+55
2008-03-22Teach DAG combiner to commute commutable binary nodes in order to achieve sdi...Evan Cheng1-0/+27
2008-03-21Handle getresult instructions in different basic blocksDan Gohman1-0/+15
2008-03-21Testcase for PR2160.Duncan Sands1-0/+12
2008-03-21Add support for calls that return two FP values inChris Lattner1-0/+39
2008-03-21disable a bogus assertion.Chris Lattner1-0/+10
2008-03-21Enable support for returning two long-double values in ST(0)/ST(1).Chris Lattner1-0/+11
2008-03-21Teach masked value is zero about add and sub, and use MVIZ toChris Lattner1-0/+7
2008-03-21Undo 48570. Correctly match mmx shift instructions with an immediate operand.Evan Cheng1-2/+2
2008-03-20Fix this xform: (sra (shl X, m), result_size) -> (sign_extend (trunc (shl X, ...Evan Cheng1-0/+14
2008-03-20Keep track of analysis information inherited from Module pass manager.Devang Patel1-0/+58
2008-03-20Add more patterns to match in the integer comparison test harnesses.Scott Michel3-7/+26
2008-03-19Add intrinsics to match mmx shift builtin's with immediate operand.Evan Cheng1-0/+20
2008-03-19Add support for multiple return values for the PPC target byDan Gohman1-0/+17