| Age | Commit message (Expand) | Author |
| 2010-09-08 | Re-enable usage of the ARM base pointer. r113394 fixed the known failures. | Jim Grosbach |
| 2010-09-08 | Remove ssp from this test. | Eric Christopher |
| 2010-09-08 | Fix CellSPU vector shuffles, again. | Kalle Raiskila |
| 2010-09-08 | disable for the moment while tracking down a few Thumb2-O0 failure that look | Jim Grosbach |
| 2010-09-07 | remove these tests for now. | Devang Patel |
| 2010-09-07 | There is no need to force target if the test is going to run on other x86 pla... | Devang Patel |
| 2010-09-07 | Fix command line used to link these test cases. | Devang Patel |
| 2010-09-07 | Reintroduce dbg-declare tests. | Devang Patel |
| 2010-09-07 | Remove last three tests. I need to make them independent of my setup. | Devang Patel |
| 2010-09-07 | Add a test case to check handling of dbg-declare during hybrid mode where we... | Devang Patel |
| 2010-09-07 | Add a test case to check handling of dbg-declare by selection DAG builder. | Devang Patel |
| 2010-09-07 | Add a test case to check handling of dbg-declare by fast-isel. | Devang Patel |
| 2010-09-05 | implement rdar://6653118 - fastisel should fold loads where possible. | Chris Lattner |
| 2010-09-03 | Remove the rest of the nonexistent 64-bit AVX instructions. | Dale Johannesen |
| 2010-09-03 | Re-apply r112883: | Jim Grosbach |
| 2010-09-03 | Revert "For ARM stack frames that utilize variable sized objects and have eit... | Daniel Dunbar |
| 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-03 | Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the | Bob Wilson |
| 2010-09-02 | Properly emit __chkstk call instead of __alloca on non-mingw windows targets. | Anton Korobeynikov |
| 2010-09-02 | For ARM stack frames that utilize variable sized objects and have either | Jim Grosbach |
| 2010-09-02 | Don't narrow the load and store in a load+twiddle+store sequence unless | Dan Gohman |
| 2010-09-02 | Fix an unnecessary XFAIL | Sandeep Patel |
| 2010-09-02 | Now that register allocation properly considers reserved regs, simplify the | Jim Grosbach |
| 2010-09-02 | Convert VLD1 and VLD2 instructions to use pseudo-instructions until | Bob Wilson |
| 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 | Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, | Bob Wilson |
| 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 | temporarily revert r112664, it is causing a decoding conflict, and | Chris Lattner |
| 2010-09-01 | Revert 112442 and 112440 until the compile time problems introduced | Dan Gohman |
| 2010-08-31 | We have a chance for an optimization. Consider this code: | Bill Wendling |
| 2010-08-31 | Update test for 112609 | Jim Grosbach |
| 2010-08-30 | Fix borken test | Anton Korobeynikov |
| 2010-08-30 | Remove NEON vmovn intrinsic, replacing it with vector truncate operations. | Bob Wilson |
| 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 | Fix lowering of INSERT_VECTOR_ELT in SPU. | Kalle Raiskila |
| 2010-08-29 | Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvm | Bob Wilson |
| 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 | Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just like | Bob Wilson |
| 2010-08-27 | get this test passing on linux builders. | Chris Lattner |
| 2010-08-27 | Add alignment arguments to all the NEON load/store intrinsics. | Bob Wilson |