aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* Allow a GR64 to be moved into an MMX register via the "movd" instruction.Bill Wendling2007-07-042-1/+20
* New testcases for rev 37847 (PR's 1489 and 1505).Dale Johannesen2007-07-033-0/+140
* Add a basic test-case for passing and returning <4 x double> andDan Gohman2007-07-021-0/+14
* New test case. DAGCombiner should be able to fold -sin(-x)Dan Gohman2007-07-021-0/+12
* New test.Evan Cheng2007-06-291-0/+50
* New test.Evan Cheng2007-06-291-0/+11
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* New tests.Evan Cheng2007-06-292-0/+27
* New test case: identity operation of RHS / LHS of a VECTOR_SHUFFLE.Evan Cheng2007-06-191-0/+11
* ensure we don't regress on these tests. We generate aweful code in x86-32 forChris Lattner2007-06-171-0/+13
* XFAILing until I can fix properly.Bill Wendling2007-06-161-0/+1
* Testcase for MMX int to MMX register failure.Bill Wendling2007-06-161-0/+17
* make this test harder, include a tied register.Chris Lattner2007-06-151-0/+7
* Do not treat FP_REG_KILL as terminator in branch analysis (X86).Dale Johannesen2007-06-141-0/+137
* new testcase for PR1495Chris Lattner2007-06-061-0/+129
* New test.Evan Cheng2007-06-051-0/+28
* Tail merging wasn't working for predecessors of landing pads. PR 1496.Dale Johannesen2007-06-041-0/+454
* Implement smarter algorithm for choosing which blocks to tail-merge.Dale Johannesen2007-06-011-3/+2
* tail merging shrinks this code a bit. Could do more in future.Dale Johannesen2007-05-231-2/+3
* Add test for PR1259.Evan Cheng2007-05-211-0/+7
* add sourceChris Lattner2007-05-191-0/+12
* new testcaseChris Lattner2007-05-191-0/+37
* New test case.Evan Cheng2007-05-171-0/+23
* testcase for PR1427Chris Lattner2007-05-171-0/+29
* testcase for maskmovqChris Lattner2007-05-161-0/+14
* New test.Evan Cheng2007-05-141-0/+27
* Doh. .cpp -> .llEvan Cheng2007-05-141-0/+0
* Testcase for PR1398.Duncan Sands2007-05-071-0/+15
* remove this xfail'd test, move it to the X86 readme.Chris Lattner2007-05-051-28/+0
* We need support for tail calls, this is moved to PR1392Chris Lattner2007-05-052-33/+0
* new testcase for PR1371Chris Lattner2007-05-051-0/+21
* negatize -> negativeEvan Cheng2007-05-031-0/+0
* Split target dependent test portions to target-specific directories.Reid Spencer2007-05-011-0/+157
* For PR1370:Reid Spencer2007-04-301-0/+9
* Updated aliases testAnton Korobeynikov2007-04-291-2/+4
* new testcase for PR1356Chris Lattner2007-04-281-0/+12
* update for new inline asm syntaxChris Lattner2007-04-282-3/+3
* testcase for PR1339: http://llvm.org/PR1339Dan Gohman2007-04-261-0/+17
* Add test to proper place. Also, XFAIL until ppc bootstrap will be ok.Anton Korobeynikov2007-04-261-18/+0
* Fixx off-by-one bug, which prevents llvm-gcc bootstrap on ppc32Anton Korobeynikov2007-04-261-0/+18
* PR1348 test case.Evan Cheng2007-04-261-0/+19
* New test case.Evan Cheng2007-04-261-0/+7
* && no longer neededChris Lattner2007-04-251-1/+1
* Testcase for codegen bug.Bill Wendling2007-04-251-0/+25
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-0/+30
* new testcase that crashes llcChris Lattner2007-04-251-0/+63
* Testcases for MMX.Bill Wendling2007-04-242-0/+37
* Add TLS tests.Lauro Ramos Venancio2007-04-232-0/+38
* Use the llvm_supports_target function to prevent running of tests forReid Spencer2007-04-211-1/+3
* Fix test.Evan Cheng2007-04-201-1/+1