aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-043-13/+15
* Fix the alignment requirements of several unpck and shuf instructions.Dan Gohman2007-08-021-0/+50
* Mark the SSE and MMX load instructions thatDan Gohman2007-08-021-0/+10
* Fix test.Evan Cheng2007-08-021-1/+1
* New test. Bogus implicit-def prevented a copy from being coalesced.Evan Cheng2007-08-011-0/+8
* Expand unaligned loads/stores when the target doesn't support them. (PR1548)Lauro Ramos Venancio2007-08-011-0/+16
* we're now handling this right :)Chris Lattner2007-08-011-0/+12
* Requires SSE2.Evan Cheng2007-08-011-2/+2
* Change the x86 assembly output to use tab characters to separate theDan Gohman2007-07-3129-45/+45
* new testcaseChris Lattner2007-07-311-0/+8
* Redo and generalize previously removed opt for pinsrw: (vextract (v4i32 bc (v...Evan Cheng2007-07-311-0/+16
* Fix a bug in getCopyFromParts turned up in the testcase for PR1132.Dan Gohman2007-07-302-0/+46
* New test case.Evan Cheng2007-07-301-0/+8
* Re-apply 40504, but with a fix for the segfault it caused in oggenc:Dan Gohman2007-07-272-1/+15
* Reverting 40504 for now. It's breaking oggenc.Evan Cheng2007-07-271-1/+1
* Test case for PR1573.Evan Cheng2007-07-261-0/+54
* Fix test.Evan Cheng2007-07-261-2/+2
* Remove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associated code from theDan Gohman2007-07-261-1/+1
* Use movaps to load a v4f32 build_vector of all-constant values into aDan Gohman2007-07-241-0/+5
* The Ada f-e produces various auxiliary output filesDuncan Sands2007-07-231-1/+1
* Update these regression tests to accomodate X86InstrSSE.td now using movups/m...Dan Gohman2007-07-206-6/+6
* New test.Evan Cheng2007-07-201-0/+42
* New test.Evan Cheng2007-07-191-0/+24
* Try fixing it again.Evan Cheng2007-07-191-1/+1
* For PR1553:Reid Spencer2007-07-1918-93/+93
* Don't need the "&&" to glue lines together.Bill Wendling2007-07-191-1/+1
* Testcase for PR1549Bill Wendling2007-07-191-0/+15
* New test.Evan Cheng2007-07-181-0/+11
* Implement initial memory alignment awareness for SSE instructions. Vector loadsDan Gohman2007-07-1811-0/+112
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+9
* Fix test.Evan Cheng2007-07-171-2/+1
* Don't use * in XFAIL line unless you want it to XFAIL on everything. I don't ...Tanya Lattner2007-07-173-3/+3
* XFAIL these on sparc-solarisGabor Greif2007-07-173-2/+8
* Use push / pop for prologues and epilogues.Evan Cheng2007-07-174-4/+5
* For PR1558:Reid Spencer2007-07-171-26/+0
* Remove insignificant test no longer needed.Reid Spencer2007-07-161-6/+0
* Remove the trailing semicolon from function declarations in LLVM,Dan Gohman2007-07-162-2/+2
* Added test case from PR1540.Evan Cheng2007-07-131-0/+11
* Skeleton of post-RA scheduler; doesn't do anything yet.Dale Johannesen2007-07-132-9/+9
* these tests do not need a triple on Solaris. Thanks sabre!Gabor Greif2007-07-132-2/+2
* fix the remaining 3 testcases that missed a target tripleGabor Greif2007-07-123-4/+4
* Handle packed structs in the CBackend.Lauro Ramos Venancio2007-07-111-0/+9
* Add test case for PR1545.Evan Cheng2007-07-111-0/+41
* Change the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR to look forDan Gohman2007-07-102-0/+18
* Add a regression test for folding spill code into scalar min and max.Dan Gohman2007-07-101-0/+20
* Change getCopyToParts and getCopyFromParts to always use target-endianDan Gohman2007-07-091-0/+13
* force a cpu without SSEChris Lattner2007-07-091-1/+1
* allow this to work on ppc-darwinChris Lattner2007-07-091-4/+4
* remove this bogus t-tChris Lattner2007-07-091-1/+0
* add target triple to fix PR1546Chris Lattner2007-07-091-1/+1