summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* fix this testcase to pass and remove a duplicate instance of itself.Chris Lattner2008-04-06
* Prefer to expand mask for xor to -1, so we have a chance to turn it into a not.Torok Edwin2008-04-06
* 1. IMPLICIT_DEF can *re-define* any register.Evan Cheng2008-04-05
* Favors pshufd over shufps when shuffling elements from one vector. pshufd is ...Evan Cheng2008-04-05
* New test case.Evan Cheng2008-04-03
* Testcase for EH with functions whose names are stripped.Dale Johannesen2008-04-02
* Speculatively micro-optimize memory-zeroing calls on Darwin 10.Dan Gohman2008-04-01
* More soft fp fixes.Evan Cheng2008-04-01
* Unbreak ARM / Thumb soft FP support.Evan Cheng2008-04-01
* Mark functions in some tests as 'nounwind'. GeneratingDale Johannesen2008-03-31
* It's not safe to fold a load from GV stub or constantpool into a two-address ...Evan Cheng2008-03-31
* Fix a DAGCombiner optimization to respect volatile qualification.Dan Gohman2008-03-31
* Fix a tokenfactor node to use the load chain rather than theDan Gohman2008-03-28
* Fix a memory bug: increment an iterator of a deleted machine instr.Evan Cheng2008-03-27
* One more coalescer fix wrt deadness propagation.Evan Cheng2008-03-26
* Avoid commuting a def MI in order to coalesce a copy instruction away if any ...Evan Cheng2008-03-26
* Use ## for comment delimiter on darwin x86-32, soDale Johannesen2008-03-25
* Handle a special case xor undef, undef -> 0. Technically this should be trans...Evan Cheng2008-03-25
* Add CMP32mr and friends to the load-unfolding table. AmongDan Gohman2008-03-25
* Byebye llvm-upgrade!Tanya Lattner2008-03-25
* lastRegisterUse() should ignore identity copies. Those will be erased.Evan Cheng2008-03-25
* Use the bit size of the operand instead of the hard-coded 32 to generate theBill Wendling2008-03-24
* - SSE4.1 extractfps extracts a f32 into a gr32 register. Very useful! Not. Fi...Evan Cheng2008-03-24
* APIntify SelectionDAG's EXTRACT_ELEMENT code.Dan Gohman2008-03-24
* New testcase.Bill Wendling2008-03-22
* Teach DAG combiner to commute commutable binary nodes in order to achieve sdi...Evan Cheng2008-03-22
* Handle getresult instructions in different basic blocksDan Gohman2008-03-21
* Add support for calls that return two FP values inChris Lattner2008-03-21
* disable a bogus assertion.Chris Lattner2008-03-21
* Enable support for returning two long-double values in ST(0)/ST(1).Chris Lattner2008-03-21
* Undo 48570. Correctly match mmx shift instructions with an immediate operand.Evan Cheng2008-03-21
* Fix this xform: (sra (shl X, m), result_size) -> (sign_extend (trunc (shl X, ...Evan Cheng2008-03-20
* Add more patterns to match in the integer comparison test harnesses.Scott Michel2008-03-20
* Add intrinsics to match mmx shift builtin's with immediate operand.Evan Cheng2008-03-19
* Add support for multiple return values for the PPC target byDan Gohman2008-03-19
* Fix X86's isTruncateFree to not claim that truncate to i1 is free. This fixes...Christopher Lamb2008-03-19
* Fixed a coalescer bug caused by a typo.Evan Cheng2008-03-19
* Fix live variables issues:Evan Cheng2008-03-19
* Fix a x86-64 isel lowering bug that's been around forever. A x86-64 varargs f...Evan Cheng2008-03-18
* It might be nice to have this run as x86 on non-x86 platforms...Bill Wendling2008-03-18
* Temporarily revert r48491. It's breaking test/CodeGen/X86/xorl.ll.Bill Wendling2008-03-18
* Make conversions of i8/i16 to ppcf128 work.Dale Johannesen2008-03-18
* Target independent DAG transform to use truncate for field extraction + sign ...Christopher Lamb2008-03-18
* Rewrite code that propagate isDead information after a dead copy is coalesced...Evan Cheng2008-03-18
* ensure we continue matching x86-64 rotates.Chris Lattner2008-03-17
* Fix PR2138. Apparently any modification to a std::multimap (including remove ...Evan Cheng2008-03-14
* More APInt-ification.Dan Gohman2008-03-13
* New test case.Evan Cheng2008-03-13
* A test case I forgot to check in.Evan Cheng2008-03-13
* TwoAddressInstructionPass enhancement. After it converts a two address instru...Evan Cheng2008-03-13