summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/X86
Commit message (Collapse)AuthorAgeFilesLines
...
* new testcase, each function should have one extension instr in itChris Lattner2005-12-141-0/+19
| | | | llvm-svn: 24711
* new testcase, for PR672Chris Lattner2005-12-041-0/+24
| | | | llvm-svn: 24584
* This should not be dce'dChris Lattner2005-11-201-3/+2
| | | | llvm-svn: 24433
* oopsAndrew Lenharth2005-11-201-1/+1
| | | | llvm-svn: 24432
* check that rdtsc is generated from readcyclecounterAndrew Lenharth2005-11-201-0/+10
| | | | llvm-svn: 24431
* Moved to Regression/Codegen/Generic.John Criswell2005-10-191-13/+0
| | | | llvm-svn: 23829
* Force i386 code generation for an i386 specific test.John Criswell2005-10-191-1/+1
| | | | llvm-svn: 23821
* new testcase corresponding to PR621Chris Lattner2005-08-301-0/+17
| | | | llvm-svn: 23157
* Fix a bug in the RUN lineChris Lattner2005-08-211-1/+1
| | | | llvm-svn: 22945
* remove dead argsChris Lattner2005-08-192-0/+30
| | | | llvm-svn: 22900
* remove dead flagsChris Lattner2005-08-195-5/+5
| | | | llvm-svn: 22898
* None of these tests should require a working lli, they are codegen tests,Chris Lattner2005-08-044-5/+4
| | | | | | not execution tests. llvm-svn: 22655
* Fix this to test the BE we care aboutChris Lattner2005-08-031-1/+1
| | | | llvm-svn: 22631
* Allow this to pass on non-linux systems as well, such as darwinChris Lattner2005-07-201-0/+2
| | | | llvm-svn: 22484
* set the target triple so that we don't fail due to X86 abi issuesChris Lattner2005-07-201-0/+3
| | | | llvm-svn: 22479
* add test to check for tail callsChris Lattner2005-05-151-0/+7
| | | | llvm-svn: 22048
* Make sure this is not eligible for tail-call-elimination so that we testChris Lattner2005-05-141-2/+3
| | | | | | the correct thing. llvm-svn: 22039
* new testcaseChris Lattner2005-05-141-0/+8
| | | | llvm-svn: 22037
* Ensure these casts are done with the hardware fildll instructionChris Lattner2005-05-141-0/+11
| | | | llvm-svn: 22013
* new testcaseChris Lattner2005-05-131-0/+7
| | | | llvm-svn: 21989
* Force x86 backendChris Lattner2005-05-131-1/+1
| | | | llvm-svn: 21940
* add a correct run lineChris Lattner2005-05-131-1/+1
| | | | llvm-svn: 21918
* reg testChris Lattner2005-05-121-0/+14
| | | | llvm-svn: 21914
* tweak test to accept the (good) code emitted by the pattern iselChris Lattner2005-05-091-2/+2
| | | | llvm-svn: 21812
* New testcase that crashes the pattern iselChris Lattner2005-05-091-0/+49
| | | | llvm-svn: 21800
* Update dejagnu tests to use the new pattern isel flagNate Begeman2005-04-163-3/+3
| | | | llvm-svn: 21311
* make this test more interestingChris Lattner2005-04-091-1/+8
| | | | llvm-svn: 21170
* this has now been fixedChris Lattner2005-04-021-4/+0
| | | | llvm-svn: 21026
* don't forget to use the right code generator :)Chris Lattner2005-04-021-1/+1
| | | | llvm-svn: 21017
* new testcaseChris Lattner2005-04-021-0/+10
| | | | llvm-svn: 21016
* make sure this test tests the intended target.Chris Lattner2005-03-231-1/+1
| | | | llvm-svn: 20777
* A testcase that LLC produces illegal asm on for Prolangs-C/cdecl now.Chris Lattner2005-02-141-0/+5
| | | | llvm-svn: 20182
* xfail this.Chris Lattner2005-01-261-0/+4
| | | | llvm-svn: 19846
* New testcase for rotate instructions. Each function should codegen to aChris Lattner2005-01-191-0/+91
| | | | | | rotate. llvm-svn: 19691
* Add a test for 16-bit sh*d.Chris Lattner2005-01-191-1/+9
| | | | llvm-svn: 19688
* Ensure that each these functions generates a sh[rl]d instruction.Chris Lattner2005-01-191-0/+22
| | | | llvm-svn: 19682
* This is a carefully contrived testcase where the X86 ISel is emitting all loadsChris Lattner2005-01-171-0/+45
| | | | | | | before other ops, causing it to spill like mad. This occurs in 164.gzip:flush_block. llvm-svn: 19648
* New testcase for a problem that occurred in 132.ijpegChris Lattner2005-01-171-0/+16
| | | | llvm-svn: 19630
* The pattern isel is aggressively codegen'ing all of the loads in theseChris Lattner2005-01-111-0/+72
| | | | | | | | | | functions together at the start of the basic block, causing massive spillage. The old isel codegened the loads wherever they happened to land, so it generated good code for the first case, but bad code for the second. We really want the pattern isel to generate (the same) good code for both. llvm-svn: 19448
* New testcase.Chris Lattner2005-01-081-0/+19
| | | | llvm-svn: 19363
* Add a testcase I forgot to commit earlier.Chris Lattner2005-01-071-0/+5
| | | | llvm-svn: 19338
* New testcaseChris Lattner2005-01-061-0/+6
| | | | llvm-svn: 19312
* xfail these tests, whcih require more info in the code generator to implementChris Lattner2005-01-022-0/+6
| | | | | | correctly. llvm-svn: 19257
* Add several testcases for new optimizations in the code generator.Chris Lattner2005-01-023-0/+62
| | | | llvm-svn: 19244
* This program doesn't break anything anymore.Chris Lattner2004-12-021-13/+0
| | | | llvm-svn: 18411
* Adding srcdir argTanya Lattner2004-11-191-1/+1
| | | | llvm-svn: 18020
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only ↵Tanya Lattner2004-11-131-0/+3
| | | | | | run specific tests (located in some subdirectory of Regression) llvm-svn: 17712
* Update this to expect AT&T syntaxChris Lattner2004-11-071-1/+1
| | | | llvm-svn: 17552
* Adding XFAIL lines for dejagnu support.Tanya Lattner2004-11-061-1/+1
| | | | llvm-svn: 17514
* New testcase. The setcc is only used by a select, but not as a condition:Chris Lattner2004-10-081-0/+8
| | | | | | it cannot be folded in. llvm-svn: 16839
OpenPOWER on IntegriCloud