aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudoEvan Cheng2009-09-281-6/+26
* Coalescer should not delete extract_subreg, insert_subreg, and subreg_to_reg ofEvan Cheng2009-09-283-2/+25
* Use movt/movw pair to materialize 32 bit constants on ARMv6T2+.Anton Korobeynikov2009-09-271-0/+9
* Enable pre-regalloc load / store multiple pass for Thumb2.Evan Cheng2009-09-271-0/+12
* implement and document support for filecheck variables. ThisChris Lattner2009-09-271-16/+16
* Remove this test.Evan Cheng2009-09-261-58/+0
* Convert comparisons like (x == infinity) to (x >= infinity) on targetsDan Gohman2009-09-261-0/+76
* "Update" tests for -disable-if-conversion removal. I think branch.ll should justDaniel Dunbar2009-09-262-1/+2
* Convert test to filecheck.Evan Cheng2009-09-261-3/+11
* 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-255-6/+6
* Improve MachineMemOperand handling.Dan Gohman2009-09-251-1/+1
* 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
* pr4926: ARM requires the stack pointer to be aligned, even for leaf functions.Bob Wilson2009-09-251-0/+17
* convert testcases to filecheck.Chris Lattner2009-09-252-18/+66
* remove a large unreduced testcaseChris Lattner2009-09-251-85/+0
* Convert to FileCheck.Bob Wilson2009-09-241-4/+6
* Add nounwind to this test.Dan Gohman2009-09-241-1/+1
* Fix PR5024 with a big hammer: disable the double-def assertion in the scavenger.Evan Cheng2009-09-241-0/+21
* 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 PR5024. LiveVariables physical register defs should *commit* only after allEvan Cheng2009-09-231-0/+23
* Fix a obvious logic error.Evan Cheng2009-09-231-0/+124
* Fix PR5024. LiveVariables::FindLastPartialDef should return a set of sub-regi...Evan Cheng2009-09-221-0/+14
* Fix a pasto. Also simplify for Bill's benefit.Evan Cheng2009-09-222-2/+2
* Clean up spill weight computation. Also some changes to give loop inductionEvan Cheng2009-09-217-8/+44
* 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
* Fix PR4986. "r1024 = insert_subreg r1024, undef, 2" cannot be turned in an im...Evan Cheng2009-09-211-0/+34
* 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
* Model the carry bit on ppc32. Without this we couldDale Johannesen2009-09-181-0/+62
* Add support for using the FLAGS result of or, xor, and and instructionsDan Gohman2009-09-183-4/+91
* Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov2009-09-181-0/+22
* 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
* Convert more tests to FileCheck.Bob Wilson2009-09-156-45/+153
* 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
* Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov.Sandeep Patel2009-09-151-0/+41