aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* fix two spellosChris Lattner2006-03-242-2/+2
* Add a v2f64 shuffle case.Evan Cheng2006-03-241-1/+9
* Add a vector shuffle test caseEvan Cheng2006-03-241-0/+10
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
* Replace vector splat test case.Evan Cheng2006-03-222-11/+22
* Add a v2f64 splat (using movlhps) test case.Evan Cheng2006-03-221-0/+11
* Option -enable-x86-lsr has been removedEvan Cheng2006-03-201-1/+1
* update testcases for x86 fastcc changes.Chris Lattner2006-03-182-2/+4
* Add a lsr common loop invariant hoisting test caseEvan Cheng2006-03-171-0/+28
* Also requires -mattr=-sse3Evan Cheng2006-03-153-3/+3
* weak globals on darwin require an extra load, breaking this testChris Lattner2006-03-101-1/+1
* Add a test case for (store (op (load ..) ..) ..) folding.Evan Cheng2006-03-092-2/+45
* Add another test case for instruction scheduling.Evan Cheng2006-03-031-0/+10
* Remove these testcases. These intrinsics are going awayChris Lattner2006-03-032-42/+0
* Add a regression test for bug 478.Evan Cheng2006-03-021-0/+11
* new testcaseChris Lattner2006-03-011-0/+12
* Add a test case for left shift by 1. We should not be using lea for this.Evan Cheng2006-02-281-0/+9
* evan's recent x86 isel improvements have fixed this, though not in the wayChris Lattner2006-02-281-3/+0
* New test case: use lea for imul by some constants.Evan Cheng2006-02-252-0/+17
* lea.ll is XFAIL until we implement convertToThreeAddress.Evan Cheng2006-02-251-0/+2
* Add a test case for 'lea'.Evan Cheng2006-02-231-0/+10
* Added a (store (op (load ...) ...) ...) folding test case.Evan Cheng2006-02-031-0/+14
* new testcaseChris Lattner2006-02-021-0/+8
* new testcase for the 'ret double folding with load' opznChris Lattner2006-02-011-0/+19
* Don't generate (or setp, setae) for SETUGE. Simply flip the operands around andEvan Cheng2006-01-301-0/+12
* new testcase for the 'C++' failures last night.Chris Lattner2006-01-301-0/+6
* Use Intel assembly syntax to look for STEvan Cheng2006-01-272-2/+2
* X86 dag isel is now (soon) the default.Evan Cheng2006-01-271-2/+2
* These are fp stack test cases.Evan Cheng2006-01-274-4/+4
* XFAIL tailcall test cases until it's implemented.Evan Cheng2006-01-272-0/+2
* Added a load folding bug test case.Evan Cheng2006-01-201-0/+15
* bswap implementationNate Begeman2006-01-141-0/+23
* new testcase, each function should have one extension instr in itChris Lattner2005-12-141-0/+19
* new testcase, for PR672Chris Lattner2005-12-041-0/+24
* This should not be dce'dChris Lattner2005-11-201-3/+2
* oopsAndrew Lenharth2005-11-201-1/+1
* check that rdtsc is generated from readcyclecounterAndrew Lenharth2005-11-201-0/+10
* Moved to Regression/Codegen/Generic.John Criswell2005-10-191-13/+0
* Force i386 code generation for an i386 specific test.John Criswell2005-10-191-1/+1
* new testcase corresponding to PR621Chris Lattner2005-08-301-0/+17
* Fix a bug in the RUN lineChris Lattner2005-08-211-1/+1
* remove dead argsChris Lattner2005-08-191-1/+1
* remove dead flagsChris Lattner2005-08-195-5/+5
* None of these tests should require a working lli, they are codegen tests,Chris Lattner2005-08-044-5/+4
* Fix this to test the BE we care aboutChris Lattner2005-08-031-1/+1
* Allow this to pass on non-linux systems as well, such as darwinChris Lattner2005-07-201-0/+2
* set the target triple so that we don't fail due to X86 abi issuesChris Lattner2005-07-201-0/+3
* add test to check for tail callsChris Lattner2005-05-151-0/+7
* Make sure this is not eligible for tail-call-elimination so that we testChris Lattner2005-05-141-2/+3
* new testcaseChris Lattner2005-05-141-0/+8