| Commit message (Expand) | Author | Age | Files | Lines |
* | X86: Fix an encoding issue with LOCK_ADD64mr, which could lead to very hard t... | Daniel Dunbar | 2010-08-27 | 1 | -0/+22 |
* | Add a hackaround for PR7993 which is causing failures on x86 builders that la... | Chris Lattner | 2010-08-26 | 2 | -2/+9 |
* | I think enough general codegen bugs are fixed to allow this to work | Chris Lattner | 2010-08-26 | 1 | -4/+2 |
* | implement SplitVecOp_CONCAT_VECTORS, fixing the included testcase with SSE1. | Chris Lattner | 2010-08-26 | 1 | -0/+6 |
* | Make sure this forces the x86 targets | Chris Lattner | 2010-08-26 | 1 | -1/+2 |
* | fix sse1 only codegen in x86-64 mode, which is something we | Chris Lattner | 2010-08-26 | 1 | -0/+7 |
* | temporarily disable this, which started failing on the llvm-i686-linux | Chris Lattner | 2010-08-25 | 1 | -2/+4 |
* | Change handling of illegal vector types to widen when possible instead of | Chris Lattner | 2010-08-25 | 2 | -16/+49 |
* | Convert test to use filecheck and make it more specific | Bruno Cardoso Lopes | 2010-08-25 | 1 | -1/+2 |
* | Fix X86's isLegalAddressingMode to recognize that static addresses | Dan Gohman | 2010-08-24 | 1 | -0/+31 |
* | Add a new llvm.x86.int intrinsic, allowing access to the | Chris Lattner | 2010-08-23 | 1 | -0/+20 |
* | Fix x86 fast-isel's cmp+branch folding to avoid folding when the | Dan Gohman | 2010-08-21 | 1 | -0/+29 |
* | It's possible to sink a def if its local uses are PHI's. | Evan Cheng | 2010-08-19 | 1 | -0/+39 |
* | When sending stats output to stdout for grepping, don't emit normal | Dan Gohman | 2010-08-18 | 8 | -9/+9 |
* | Tweak IVUsers' concept of "interesting" to exclude add recurrences | Dan Gohman | 2010-08-17 | 2 | -1/+52 |
* | Add nounwind. | Evan Cheng | 2010-08-17 | 1 | -1/+1 |
* | Make fast scheduler handle asm clobbers correctly. | Dale Johannesen | 2010-08-17 | 1 | -0/+17 |
* | PHI elimination should not break back edge. It can cause some significant cod... | Evan Cheng | 2010-08-17 | 1 | -2/+2 |
* | Test expects SSE, give him SSE. | Benjamin Kramer | 2010-08-15 | 1 | -1/+1 |
* | Restore arch on these test, they fail on arm. | Benjamin Kramer | 2010-08-15 | 2 | -2/+2 |
* | Mark as XFAIL on darwin 8. PR 7886. | Dale Johannesen | 2010-08-15 | 1 | -0/+2 |
* | Revert 110491. While not wrong, it was based on a | Dale Johannesen | 2010-08-13 | 1 | -27/+0 |
* | - Teach SSEDomainFix to switch between different levels of AVX instructions. ... | Bruno Cardoso Lopes | 2010-08-12 | 1 | -0/+12 |
* | Begin to support some vector operations for AVX 256-bit intructions. The long | Bruno Cardoso Lopes | 2010-08-12 | 1 | -0/+15 |
* | This is x86 only test. | Devang Patel | 2010-08-12 | 1 | -1/+1 |
* | Add testcases for all AVX 256-bit intrinsics added in the last couple days | Bruno Cardoso Lopes | 2010-08-11 | 1 | -0/+751 |
* | Reapply r109881 using a more strict command line for llc. | Bruno Cardoso Lopes | 2010-08-11 | 2 | -0/+2006 |
* | Fix test for more architectures. Patch by Tobias Grosser. | Jakob Stoklund Olesen | 2010-08-10 | 1 | -1/+1 |
* | Fix failing testcase. | Tobias Grosser | 2010-08-10 | 1 | -1/+1 |
* | Handle TAG_constant for integers. | Devang Patel | 2010-08-10 | 1 | -0/+25 |
* | Use sdmem and sse_load_f64 (etc.) for the vector | Dale Johannesen | 2010-08-07 | 1 | -0/+27 |
* | Add an option to always emit realignment code for a particular module. | Eric Christopher | 2010-08-05 | 1 | -0/+21 |
* | Move x86 specific tests into test/CodeGen/X86. | Devang Patel | 2010-08-05 | 5 | -0/+417 |
* | Move x86-specific tests out of test/Transforms/LoopStrengthReduce and | Dan Gohman | 2010-08-05 | 6 | -0/+240 |
* | tests: CodeGen/X86/GC tests require X86. | Daniel Dunbar | 2010-08-05 | 1 | -1/+3 |
* | The lower invoke pass needs to have unreachable code elimination run after it | Bill Wendling | 2010-08-04 | 1 | -0/+39 |
* | PR7814: Truncates cannot be ignored for signed comparisons. | Eli Friedman | 2010-08-04 | 1 | -0/+36 |
* | call-imm.ll test case regex fix. Patch by Dimitry Andric! | Stuart Hastings | 2010-08-04 | 1 | -1/+1 |
* | OK, that's it. This test is going away now. But don't worry, I am taking it to a | Jakob Stoklund Olesen | 2010-08-03 | 1 | -361/+0 |
* | Revert new AVX intrinsic tests. They are breaking buildbots and Bruno is | Bob Wilson | 2010-07-31 | 2 | -2006/+0 |
* | A *bunch* of tests for AVX intrinsics | Bruno Cardoso Lopes | 2010-07-30 | 2 | -0/+2006 |
* | Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctly | Eli Friedman | 2010-07-30 | 1 | -0/+14 |
* | Implement a vectorized algorithm for <16 x i8> << <16 x i8> | Nate Begeman | 2010-07-28 | 1 | -1/+12 |
* | ~40% faster vector shl <4 x i32> on SSE 4.1 Larger improvements for smaller ... | Nate Begeman | 2010-07-27 | 1 | -0/+14 |
* | Use the proper type for shift counts. This fixes a bootstrap error. | Dan Gohman | 2010-07-23 | 1 | -0/+22 |
* | DAGCombine (shl (anyext x, c)) to (anyext (shl x, c)) if the high bits | Dan Gohman | 2010-07-23 | 1 | -0/+18 |
* | Custom lower the memory barrier instructions and add support | Eric Christopher | 2010-07-22 | 2 | -0/+28 |
* | Fix SCEV denormalization of expressions where the exit value from | Dan Gohman | 2010-07-20 | 1 | -0/+99 |
* | The same problem was being tracked in PR7652. | Duncan Sands | 2010-07-20 | 1 | -0/+1 |
* | After a custom inserter, in a block which has constant instructions, | Dan Gohman | 2010-07-19 | 1 | -0/+16 |