aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-04-08Missed one.Dale Johannesen
2008-04-08Add -disable-required-unwind-tables to testsDale Johannesen
2008-04-07Testcase for pr2169.Duncan Sands
2008-04-07Fix test.Evan Cheng
2008-04-06fix this testcase to pass and remove a duplicate instance of itself.Chris Lattner
2008-04-06Prefer to expand mask for xor to -1, so we have a chance to turn it into a not.Torok Edwin
2008-04-051. IMPLICIT_DEF can *re-define* any register.Evan Cheng
2008-04-05Favors pshufd over shufps when shuffling elements from one vector. pshufd is ...Evan Cheng
2008-04-03New test case.Evan Cheng
2008-04-02Testcase for EH with functions whose names are stripped.Dale Johannesen
2008-04-01Speculatively micro-optimize memory-zeroing calls on Darwin 10.Dan Gohman
2008-04-01More soft fp fixes.Evan Cheng
2008-04-01Unbreak ARM / Thumb soft FP support.Evan Cheng
2008-03-31Mark functions in some tests as 'nounwind'. GeneratingDale Johannesen
2008-03-31It's not safe to fold a load from GV stub or constantpool into a two-address ...Evan Cheng
2008-03-31Fix a DAGCombiner optimization to respect volatile qualification.Dan Gohman
2008-03-29add a testcase for forming memset from noncontiguous stores.Chris Lattner
2008-03-28Fix a tokenfactor node to use the load chain rather than theDan Gohman
2008-03-27add another testcaseDevang Patel
2008-03-27New test case.Devang Patel
2008-03-27Fix a memory bug: increment an iterator of a deleted machine instr.Evan Cheng
2008-03-27Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar
2008-03-26One more coalescer fix wrt deadness propagation.Evan Cheng
2008-03-26Avoid commuting a def MI in order to coalesce a copy instruction away if any ...Evan Cheng
2008-03-25Use ## for comment delimiter on darwin x86-32, soDale Johannesen
2008-03-25Handle a special case xor undef, undef -> 0. Technically this should be trans...Evan Cheng
2008-03-25Handle a special case xor undef, undef -> 0. Technically this should be trans...Evan Cheng
2008-03-25Add CMP32mr and friends to the load-unfolding table. AmongDan Gohman
2008-03-25Tests for the instruction iterator bindings.Gordon Henriksen
2008-03-25Byebye llvm-upgrade!Tanya Lattner
2008-03-25lastRegisterUse() should ignore identity copies. Those will be erased.Evan Cheng
2008-03-25check struct layoutDevang Patel
2008-03-24Use the bit size of the operand instead of the hard-coded 32 to generate theBill Wendling
2008-03-24- SSE4.1 extractfps extracts a f32 into a gr32 register. Very useful! Not. Fi...Evan Cheng
2008-03-24Add incoming value from header only if phi node has any use inside the loop.Devang Patel
2008-03-24Fix test name.Devang Patel
2008-03-24apparently tclsh doesn't lex like bash. Weird.Chris Lattner
2008-03-24pass the option so this test tests the right thing.Chris Lattner
2008-03-24Add new test.Devang Patel
2008-03-24Remove incorrect comment.Devang Patel
2008-03-24APIntify SelectionDAG's EXTRACT_ELEMENT code.Dan Gohman
2008-03-24Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at...Evan Cheng
2008-03-23Objective Caml bindings for basic block, function, global, and arg iterators.Gordon Henriksen
2008-03-22New testcase.Bill Wendling
2008-03-22Use normal naming convention for test.Owen Anderson
2008-03-22Add testcase for prev. commit. Minor fixesAnton Korobeynikov
2008-03-22Support chained aliases for LLVM IR printing. This fixes PR2145Anton Korobeynikov
2008-03-22implement an initial hack at a straight-line store -> memset optimization.Chris Lattner
2008-03-22Teach DAG combiner to commute commutable binary nodes in order to achieve sdi...Evan Cheng
2008-03-21Handle getresult instructions in different basic blocksDan Gohman