| Commit message (Expand) | Author | Age | Files | Lines |
* | More AVX2 instructions and intrinsics. | Craig Topper | 2011-11-02 | 1 | -0/+137 |
* | Add a bunch more X86 AVX2 instructions and their corresponding intrinsics. | Craig Topper | 2011-11-02 | 1 | -0/+224 |
* | Broaden an assert to handle enable-iv-rewrite=true following r143183. | Andrew Trick | 2011-11-02 | 1 | -0/+38 |
* | Fixed a bug in the code to create a dwarf file and directory table entires when | Kevin Enderby | 2011-11-01 | 1 | -0/+22 |
* | Fix disassembly of some VST1 instructions. | Owen Anderson | 2011-11-01 | 1 | -1/+2 |
* | Teach the x86 backend a couple tricks for dealing with v16i8 sra by a constan... | Eli Friedman | 2011-11-01 | 1 | -0/+20 |
* | Don't fold negative offsets into cp / dp accesses to avoid relocation errors. | Richard Osborne | 2011-11-01 | 1 | -0/+25 |
* | Combine various XCore tests for floating point intrinsic support into a singl... | Richard Osborne | 2011-11-01 | 11 | -180/+171 |
* | Move various XCore tests to FileCheck | Richard Osborne | 2011-11-01 | 17 | -60/+92 |
* | Fix operand type for x86 pmadd_ub_sw intrinsic. | Craig Topper | 2011-11-01 | 1 | -3/+3 |
* | Make sure we use the right insertion point when instcombine replaces a PHI wi... | Eli Friedman | 2011-11-01 | 1 | -0/+25 |
* | Move x86-specific tests into X86 folder. | Eli Friedman | 2011-11-01 | 3 | -6/+11 |
* | Move another test requiring x86 into X86 directory. | Eli Friedman | 2011-11-01 | 1 | -0/+0 |
* | Move test requiring x86 backend into X86 directory. | Eli Friedman | 2011-11-01 | 1 | -0/+0 |
* | Change the actual tests to match the input directory rename (duh) | Matt Beaumont-Gay | 2011-10-31 | 9 | -23/+23 |
* | Rename "TestObjectFiles" to "Inputs" (like the pattern for Clang tests) | Matt Beaumont-Gay | 2011-10-31 | 8 | -0/+0 |
* | Move test to the X86 directory, note the PR number and only run MC once. | Rafael Espindola | 2011-10-31 | 2 | -6/+3 |
* | More not-crashing NEON disassembly updates for the vld refactoring. | Owen Anderson | 2011-10-31 | 1 | -0/+2 |
* | Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsic | Craig Topper | 2011-10-31 | 1 | -4/+4 |
* | Test case for X86 FS/GS Base intrinsics | Craig Topper | 2011-10-31 | 1 | -0/+57 |
* | Begin adding AVX2 instructions. No selection support yet other than intrinsics. | Craig Topper | 2011-10-31 | 1 | -0/+384 |
* | Switch new .file directive emission off by default, change llc's flag for it to | Nick Lewycky | 2011-10-31 | 1 | -1/+1 |
* | Reapply commit 143214 with a fix: m_ICmp doesn't match conditions | Duncan Sands | 2011-10-30 | 1 | -0/+18 |
* | X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift a... | Benjamin Kramer | 2011-10-30 | 1 | -0/+18 |
* | Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector... | Craig Topper | 2011-10-30 | 1 | -4/+4 |
* | Fix pr11266. | Nadav Rotem | 2011-10-30 | 2 | -2/+34 |
* | Stabilize the test by specifying an exact cpu target | Nadav Rotem | 2011-10-30 | 1 | -1/+1 |
* | Add a new DAGCombine optimization for BUILD_VECTOR. | Nadav Rotem | 2011-10-29 | 3 | -5/+23 |
* | Force SSE for this test. | Benjamin Kramer | 2011-10-29 | 1 | -1/+1 |
* | SimplifyLibCalls: Use IRBuilder.CreateGlobalString when creating a string for... | Benjamin Kramer | 2011-10-29 | 1 | -2/+3 |
* | Revert r143214; it's breaking a bunch of stuff. | Eli Friedman | 2011-10-29 | 1 | -9/+0 |
* | Revert r143206, as there are still some failing tests. | Dan Gohman | 2011-10-29 | 11 | -51/+29 |
* | test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll: [PR11218] Mark "REQUI... | NAKAMURA Takumi | 2011-10-28 | 1 | -0/+4 |
* | Add Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm". | Jim Grosbach | 2011-10-28 | 1 | -0/+7 |
* | Fix illegal disassembly testcase. | Owen Anderson | 2011-10-28 | 1 | -2/+2 |
* | The expression icmp eq (select (icmp eq x, 0), 1, x), 0 folds to false. | Duncan Sands | 2011-10-28 | 1 | -0/+9 |
* | A shift of a power of two is a power of two or zero. | Duncan Sands | 2011-10-28 | 1 | -0/+10 |
* | Fold icmp ugt (udiv X, Y), X to false. Spotted by my super-optimizer | Duncan Sands | 2011-10-28 | 1 | -0/+24 |
* | Reapply r143202, with a manual decoding hook for SWP. This change inadvertan... | Owen Anderson | 2011-10-28 | 1 | -1/+1 |
* | Reapply r143177 and r143179 (reverting r143188), with scheduler | Dan Gohman | 2011-10-28 | 11 | -29/+51 |
* | Thumb2 ADD/SUB instructions encoding selection outside IT block. | Jim Grosbach | 2011-10-28 | 2 | -2/+6 |
* | test/MC/AsmParser/2011-09-06-NoNewline.s: Add explicit -mtriple=i386. It uses... | NAKAMURA Takumi | 2011-10-28 | 1 | -3/+3 |
* | Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut... | NAKAMURA Takumi | 2011-10-28 | 1 | -1/+1 |
* | test/CodeGen/X86/2010-08-10-DbgConstant.ll: Add explicit -mtriple=i686-linux.... | NAKAMURA Takumi | 2011-10-28 | 1 | -1/+1 |
* | Speculatively disable Dan's commits 143177 and 143179 to see if | Duncan Sands | 2011-10-28 | 10 | -32/+29 |
* | Always use the string pool, even when it makes the .o larger. This may help | Nick Lewycky | 2011-10-28 | 8 | -42/+28 |
* | LFTR should avoid a type mismatch with null pointer IVs. | Andrew Trick | 2011-10-28 | 1 | -0/+59 |
* | Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUW | Dan Gohman | 2011-10-28 | 12 | -183/+32 |
* | ARM Allow 'q' registers in VLD/VST vector lists. | Jim Grosbach | 2011-10-28 | 1 | -0/+9 |
* | Remove the Alpha backend. | Dan Gohman | 2011-10-27 | 42 | -860/+0 |