summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* X86: Fix an encoding issue with LOCK_ADD64mr, which could lead to very hard t...Daniel Dunbar2010-08-271-0/+22
* Add a hackaround for PR7993 which is causing failures on x86 builders that la...Chris Lattner2010-08-262-2/+9
* I think enough general codegen bugs are fixed to allow this to workChris Lattner2010-08-261-4/+2
* implement SplitVecOp_CONCAT_VECTORS, fixing the included testcase with SSE1.Chris Lattner2010-08-261-0/+6
* Make sure this forces the x86 targetsChris Lattner2010-08-261-1/+2
* fix sse1 only codegen in x86-64 mode, which is something weChris Lattner2010-08-261-0/+7
* temporarily disable this, which started failing on the llvm-i686-linuxChris Lattner2010-08-251-2/+4
* Change handling of illegal vector types to widen when possible instead of Chris Lattner2010-08-252-16/+49
* Convert test to use filecheck and make it more specificBruno Cardoso Lopes2010-08-251-1/+2
* Fix X86's isLegalAddressingMode to recognize that static addressesDan Gohman2010-08-241-0/+31
* Add a new llvm.x86.int intrinsic, allowing access to the Chris Lattner2010-08-231-0/+20
* Fix x86 fast-isel's cmp+branch folding to avoid folding when theDan Gohman2010-08-211-0/+29
* It's possible to sink a def if its local uses are PHI's.Evan Cheng2010-08-191-0/+39
* When sending stats output to stdout for grepping, don't emit normalDan Gohman2010-08-188-9/+9
* Tweak IVUsers' concept of "interesting" to exclude add recurrencesDan Gohman2010-08-172-1/+52
* Add nounwind.Evan Cheng2010-08-171-1/+1
* Make fast scheduler handle asm clobbers correctly.Dale Johannesen2010-08-171-0/+17
* PHI elimination should not break back edge. It can cause some significant cod...Evan Cheng2010-08-171-2/+2
* Test expects SSE, give him SSE.Benjamin Kramer2010-08-151-1/+1
* Restore arch on these test, they fail on arm.Benjamin Kramer2010-08-152-2/+2
* Mark as XFAIL on darwin 8. PR 7886.Dale Johannesen2010-08-151-0/+2
* Revert 110491. While not wrong, it was based on aDale Johannesen2010-08-131-27/+0
* - Teach SSEDomainFix to switch between different levels of AVX instructions. ...Bruno Cardoso Lopes2010-08-121-0/+12
* Begin to support some vector operations for AVX 256-bit intructions. The longBruno Cardoso Lopes2010-08-121-0/+15
* This is x86 only test.Devang Patel2010-08-121-1/+1
* Add testcases for all AVX 256-bit intrinsics added in the last couple daysBruno Cardoso Lopes2010-08-111-0/+751
* Reapply r109881 using a more strict command line for llc.Bruno Cardoso Lopes2010-08-112-0/+2006
* Fix test for more architectures. Patch by Tobias Grosser.Jakob Stoklund Olesen2010-08-101-1/+1
* Fix failing testcase.Tobias Grosser2010-08-101-1/+1
* Handle TAG_constant for integers.Devang Patel2010-08-101-0/+25
* Use sdmem and sse_load_f64 (etc.) for the vectorDale Johannesen2010-08-071-0/+27
* Add an option to always emit realignment code for a particular module.Eric Christopher2010-08-051-0/+21
* Move x86 specific tests into test/CodeGen/X86.Devang Patel2010-08-055-0/+417
* Move x86-specific tests out of test/Transforms/LoopStrengthReduce andDan Gohman2010-08-056-0/+240
* tests: CodeGen/X86/GC tests require X86.Daniel Dunbar2010-08-051-1/+3
* The lower invoke pass needs to have unreachable code elimination run after itBill Wendling2010-08-041-0/+39
* PR7814: Truncates cannot be ignored for signed comparisons.Eli Friedman2010-08-041-0/+36
* call-imm.ll test case regex fix. Patch by Dimitry Andric!Stuart Hastings2010-08-041-1/+1
* OK, that's it. This test is going away now. But don't worry, I am taking it to aJakob Stoklund Olesen2010-08-031-361/+0
* Revert new AVX intrinsic tests. They are breaking buildbots and Bruno isBob Wilson2010-07-312-2006/+0
* A *bunch* of tests for AVX intrinsicsBruno Cardoso Lopes2010-07-302-0/+2006
* Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctlyEli Friedman2010-07-301-0/+14
* Implement a vectorized algorithm for <16 x i8> << <16 x i8>Nate Begeman2010-07-281-1/+12
* ~40% faster vector shl <4 x i32> on SSE 4.1 Larger improvements for smaller ...Nate Begeman2010-07-271-0/+14
* Use the proper type for shift counts. This fixes a bootstrap error.Dan Gohman2010-07-231-0/+22
* DAGCombine (shl (anyext x, c)) to (anyext (shl x, c)) if the high bitsDan Gohman2010-07-231-0/+18
* Custom lower the memory barrier instructions and add supportEric Christopher2010-07-222-0/+28
* Fix SCEV denormalization of expressions where the exit value fromDan Gohman2010-07-201-0/+99
* The same problem was being tracked in PR7652.Duncan Sands2010-07-201-0/+1
* After a custom inserter, in a block which has constant instructions,Dan Gohman2010-07-191-0/+16
OpenPOWER on IntegriCloud