summaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* 64-bit atomic operations.Evan Cheng2008-04-192-0/+48
* Be more careful with insert_subreg and extract_subreg where either source or ...Evan Cheng2008-04-171-0/+171
* Fix a sub-register indice propagation bug.Evan Cheng2008-04-171-0/+33
* Don't forget about sub-register indices when rematting instructions.Evan Cheng2008-04-161-0/+46
* After reading memory that's already freed.Evan Cheng2008-04-161-0/+14
* Really test what's intended.Evan Cheng2008-04-161-0/+1
* Rewrite LiveVariable liveness computation. The new implementation is much sim...Evan Cheng2008-04-161-0/+48
* Add support for the form of the SSE41 extractps instruction thatDan Gohman2008-04-162-0/+31
* Recreate the size SDNode instead of reusing the old one in the x86Dan Gohman2008-04-161-0/+13
* Add movd instructions to move from MMX registersDan Gohman2008-04-151-0/+26
* Treat EntryToken nodes as "passive" so that they aren't added to theDan Gohman2008-04-151-2/+2
* Upgrade these tests for the current intrinsic prototypes.Dan Gohman2008-04-141-6/+6
* Remove -unwind-tables-optional everywhere, sinceDale Johannesen2008-04-1416-21/+21
* This patch corrects the handling of byval arguments for tailcallArnold Schwaighofer2008-04-122-1/+34
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-128-7/+67
* Fix a bug that prevented x86-64 from using rep.movsq forDan Gohman2008-04-121-1/+1
* If a PHI node has a single implicit_def source, replace it with an implicit_d...Evan Cheng2008-04-111-0/+3544
* New test.Evan Cheng2008-04-102-1/+259
* A copy instruction may use a register multiple times on some targets. Change ...Evan Cheng2008-04-101-0/+100
* Fix the x86-64 side of PR2108 by adding a v2f64 version ofChris Lattner2008-04-101-0/+13
* Teach branch folding pass about implicit_def instructions. Unfortunately we c...Evan Cheng2008-04-102-3/+49
* - More aggressively coalescing away copies whose source is defined by an impl...Evan Cheng2008-04-093-0/+124
* Missed a hasInterval check.Evan Cheng2008-04-091-0/+19
* Rename -disable-required-unwind-tables to -unwind-tables-optional.Dale Johannesen2008-04-0816-21/+21
* Missed one.Dale Johannesen2008-04-081-1/+1
* Add -disable-required-unwind-tables to testsDale Johannesen2008-04-0816-21/+21
* Fix test.Evan Cheng2008-04-071-2/+2
* fix this testcase to pass and remove a duplicate instance of itself.Chris Lattner2008-04-061-75/+3
* Prefer to expand mask for xor to -1, so we have a chance to turn it into a not.Torok Edwin2008-04-061-0/+146
* 1. IMPLICIT_DEF can *re-define* any register.Evan Cheng2008-04-051-0/+60
* Favors pshufd over shufps when shuffling elements from one vector. pshufd is ...Evan Cheng2008-04-0510-19/+43
* New test case.Evan Cheng2008-04-031-0/+29
* Testcase for EH with functions whose names are stripped.Dale Johannesen2008-04-021-0/+27
* Speculatively micro-optimize memory-zeroing calls on Darwin 10.Dan Gohman2008-04-011-0/+8
* 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
* Fix a tokenfactor node to use the load chain rather than theDan Gohman2008-03-281-0/+35
* Fix a memory bug: increment an iterator of a deleted machine instr.Evan Cheng2008-03-271-0/+24
* 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
* Add CMP32mr and friends to the load-unfolding table. AmongDan Gohman2008-03-251-1/+1
* Byebye llvm-upgrade!Tanya Lattner2008-03-2582-1240/+1166
* lastRegisterUse() should ignore identity copies. Those will be erased.Evan Cheng2008-03-251-0/+30
* 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