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