| Age | Commit message (Expand) | Author |
| 2010-09-03 | Remove the rest of the nonexistent 64-bit AVX instructions. | Dale Johannesen |
| 2010-09-03 | test/CodeGen/X86: Add explicit -mtriple=(i686|x86_64)-linux for Win32 host. | NAKAMURA Takumi |
| 2010-09-03 | AVX doesn't support mm operations neither its instrinsics. | Bruno Cardoso Lopes |
| 2010-09-02 | Properly emit __chkstk call instead of __alloca on non-mingw windows targets. | Anton Korobeynikov |
| 2010-09-02 | Don't narrow the load and store in a load+twiddle+store sequence unless | Dan Gohman |
| 2010-09-02 | test/loop-strength-reduce4: Add explicit triplet for Win32 host. | NAKAMURA Takumi |
| 2010-09-02 | test/twoaddr-coalesce: Do not use @main. | NAKAMURA Takumi |
| 2010-09-01 | Using target specific nodes for shuffle nodes makes the mask | Bruno Cardoso Lopes |
| 2010-09-01 | Teach RemoveCopyByCommutingDef to check all aliases, not just subregisters. | Jakob Stoklund Olesen |
| 2010-09-01 | Revert 112442 and 112440 until the compile time problems introduced | Dan Gohman |
| 2010-08-30 | two changes: | Chris Lattner |
| 2010-08-30 | Correct bogus module triple specifications. | Duncan Sands |
| 2010-08-29 | Make IVUsers iterative instead of recursive. | Dan Gohman |
| 2010-08-29 | Make this test less dependent on register allocation choices. | Dan Gohman |
| 2010-08-29 | merge a bunch of shuffle tests into sse2.ll | Chris Lattner |
| 2010-08-29 | add some nounwind's | Chris Lattner |
| 2010-08-28 | fix the buildvector->insertp[sd] logic to not always create a redundant | Chris Lattner |
| 2010-08-28 | fix the BuildVector -> unpcklps logic to not do pointless shuffles | Chris Lattner |
| 2010-08-28 | Completely disable tail calls when fast-isel is enabled, as fast-isel | Dan Gohman |
| 2010-08-27 | get this test passing on linux builders. | Chris Lattner |
| 2010-08-27 | X86: Fix an encoding issue with LOCK_ADD64mr, which could lead to very hard t... | Daniel Dunbar |
| 2010-08-26 | Add a hackaround for PR7993 which is causing failures on x86 builders that la... | Chris Lattner |
| 2010-08-26 | I think enough general codegen bugs are fixed to allow this to work | Chris Lattner |
| 2010-08-26 | implement SplitVecOp_CONCAT_VECTORS, fixing the included testcase with SSE1. | Chris Lattner |
| 2010-08-26 | Make sure this forces the x86 targets | Chris Lattner |
| 2010-08-26 | fix sse1 only codegen in x86-64 mode, which is something we | Chris Lattner |
| 2010-08-25 | temporarily disable this, which started failing on the llvm-i686-linux | Chris Lattner |
| 2010-08-25 | Change handling of illegal vector types to widen when possible instead of | Chris Lattner |
| 2010-08-25 | Convert test to use filecheck and make it more specific | Bruno Cardoso Lopes |
| 2010-08-24 | Fix X86's isLegalAddressingMode to recognize that static addresses | Dan Gohman |
| 2010-08-23 | Add a new llvm.x86.int intrinsic, allowing access to the | Chris Lattner |
| 2010-08-21 | Fix x86 fast-isel's cmp+branch folding to avoid folding when the | Dan Gohman |
| 2010-08-19 | It's possible to sink a def if its local uses are PHI's. | Evan Cheng |
| 2010-08-18 | When sending stats output to stdout for grepping, don't emit normal | Dan Gohman |
| 2010-08-17 | Tweak IVUsers' concept of "interesting" to exclude add recurrences | Dan Gohman |
| 2010-08-17 | Add nounwind. | Evan Cheng |
| 2010-08-17 | Make fast scheduler handle asm clobbers correctly. | Dale Johannesen |
| 2010-08-17 | PHI elimination should not break back edge. It can cause some significant cod... | Evan Cheng |
| 2010-08-15 | Test expects SSE, give him SSE. | Benjamin Kramer |
| 2010-08-15 | Restore arch on these test, they fail on arm. | Benjamin Kramer |
| 2010-08-15 | Mark as XFAIL on darwin 8. PR 7886. | Dale Johannesen |
| 2010-08-13 | Revert 110491. While not wrong, it was based on a | Dale Johannesen |
| 2010-08-12 | - Teach SSEDomainFix to switch between different levels of AVX instructions. ... | Bruno Cardoso Lopes |
| 2010-08-12 | Begin to support some vector operations for AVX 256-bit intructions. The long | Bruno Cardoso Lopes |
| 2010-08-12 | This is x86 only test. | Devang Patel |
| 2010-08-11 | Add testcases for all AVX 256-bit intrinsics added in the last couple days | Bruno Cardoso Lopes |
| 2010-08-11 | Reapply r109881 using a more strict command line for llc. | Bruno Cardoso Lopes |
| 2010-08-10 | Fix test for more architectures. Patch by Tobias Grosser. | Jakob Stoklund Olesen |
| 2010-08-10 | Fix failing testcase. | Tobias Grosser |
| 2010-08-10 | Handle TAG_constant for integers. | Devang Patel |