aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* Make CodePlacementOpt align loops, rather than loop headers. TheDan Gohman2009-10-152-2/+13
* When LiveVariables is adding implicit-def to model "partial dead", add the ea...Evan Cheng2009-10-141-0/+15
* Fix this test to account for a movl $0 being emitted as an xor now,Dan Gohman2009-10-141-2/+3
* Don't forget to mark RAX as live-out of the function when arranging forDan Gohman2009-10-121-1/+10
* Fix the x86 test-shrink optimization so that it doesn't shrink comparisonsDan Gohman2009-10-091-0/+23
* Fix a logic error that caused non-rematable loop invariants loads to be licm'...Evan Cheng2009-10-091-0/+264
* Reset kill markers after live interval is reconstructed.Evan Cheng2009-10-091-0/+34
* Fix handling of x86 'R' constraint.Dale Johannesen2009-10-071-0/+18
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-062-3/+2
* Restore the -post-RA-scheduler flag as an override for the target specificati...David Goodwin2009-10-011-0/+33
* Remove regression that requires post-RA scheduling from a target that does no...David Goodwin2009-09-301-33/+0
* Add a CHECK line to check the position of the second divsd.Dan Gohman2009-09-281-0/+1
* Coalescer should not delete extract_subreg, insert_subreg, and subreg_to_reg ofEvan Cheng2009-09-281-1/+1
* implement and document support for filecheck variables. ThisChris Lattner2009-09-271-16/+16
* Convert comparisons like (x == infinity) to (x >= infinity) on targetsDan Gohman2009-09-261-0/+76
* Unbreak MachineLICM for instructions that reference RIP on x86-64 too.Dan Gohman2009-09-252-18/+42
* Fix MachineSink to be able to sink instructions that use physical registersDan Gohman2009-09-251-0/+18
* Flip -disable-post-RA-scheduler to -post-RA-scheduler.Evan Cheng2009-09-251-2/+2
* Add readonly to some sin and cos calls; transformationsDale Johannesen2009-09-252-13/+13
* reimplement the regex matching strategy by building a singleChris Lattner2009-09-251-8/+8
* convert testcases to filecheck.Chris Lattner2009-09-252-18/+66
* remove a large unreduced testcaseChris Lattner2009-09-251-85/+0
* Clean up LiveVariables and change how it deals with partial updates and kills...Evan Cheng2009-09-242-1/+92
* Add nounwind.Evan Cheng2009-09-231-1/+1
* Fix a obvious logic error.Evan Cheng2009-09-231-0/+124
* Fix a pasto. Also simplify for Bill's benefit.Evan Cheng2009-09-221-1/+1
* Clean up spill weight computation. Also some changes to give loop inductionEvan Cheng2009-09-215-6/+42
* Add a comment mentioning the rdar number associated with this test.Dan Gohman2009-09-211-0/+1
* Add support for rematerializing FsFLD0SS and FsFLD0SD as constant-poolDan Gohman2009-09-211-0/+95
* Recognize SSE min and max opportunities in even more cases.Dan Gohman2009-09-212-4/+323
* When computing live intervals for earlyclobber operands,Dale Johannesen2009-09-201-0/+15
* Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...Evan Cheng2009-09-191-0/+30
* Delete the label names from this test to make it less fragile.Dan Gohman2009-09-181-4/+4
* Make a new X8632_MachoTargetObjectFile TLOF implementation whose Chris Lattner2009-09-181-3/+4
* Add support for using the FLAGS result of or, xor, and and instructionsDan Gohman2009-09-183-4/+91
* make this testcase check darwin32 alsoChris Lattner2009-09-171-0/+8
* rename testChris Lattner2009-09-171-0/+0
* convert to filecheckChris Lattner2009-09-171-1/+4
* rename fileChris Lattner2009-09-171-0/+0
* Remove test cases using -regalloc=simple.Daniel Dunbar2009-09-172-22/+0
* Fix PR4910: Broken logic in coalescer means when a physical register liveness...Evan Cheng2009-09-171-0/+64
* fix PR4984 by ensuring that fastisel adds properly sign extended GEP displace...Chris Lattner2009-09-151-2/+22
* rename testChris Lattner2009-09-151-0/+0
* convert to filecheckChris Lattner2009-09-151-4/+20
* Restore a comment that was lost in the merge.Dan Gohman2009-09-151-0/+4
* this is failing on linux hosts, force a triple.Chris Lattner2009-09-151-1/+1
* merge one more in.Chris Lattner2009-09-152-12/+10
* merge some more cmov tests into cmov.llChris Lattner2009-09-153-87/+95
* merge two cmov tests into one.Chris Lattner2009-09-153-49/+48
* Don't pull a load through a callseq_start if the load's chainDan Gohman2009-09-151-0/+23