| Commit message (Expand) | Author | Age | Files | Lines |
* | Accept RIP-relative symbols with 'i' constraint, and | Dale Johannesen | 2010-07-06 | 1 | -0/+21 |
* | Add the rest of AVX SSE4.1 packed move with sign/zero extend instructions | Bruno Cardoso Lopes | 2010-07-06 | 2 | -0/+95 |
* | Make test not hang waiting for input. | Dale Johannesen | 2010-07-06 | 1 | -1/+1 |
* | Add part of AVX SSE4.1 packed move with sign/zero extend instructions | Bruno Cardoso Lopes | 2010-07-06 | 2 | -0/+97 |
* | Add AVX vblendvpd, vblendvps and vpblendvb instructions | Bruno Cardoso Lopes | 2010-07-06 | 2 | -0/+47 |
* | Be more forgiving when calculating alias interference for physreg coalescing. | Jakob Stoklund Olesen | 2010-07-06 | 1 | -2/+2 |
* | Fix PR7545 crash. | Devang Patel | 2010-07-06 | 1 | -0/+29 |
* | Don't create neon moves in CopyRegToReg. NEONMoveFixPass will do the conversion | Rafael Espindola | 2010-07-06 | 1 | -1/+1 |
* | Remove mistakenly added test. | Eric Christopher | 2010-07-06 | 1 | -25/+0 |
* | Fix up -fstack-protector on linux to use the segment | Eric Christopher | 2010-07-06 | 3 | -4/+57 |
* | another v2f32 case, in this case showing poor codegen. | Chris Lattner | 2010-07-05 | 1 | -1/+16 |
* | fix test on non-x86 hosts. | Chris Lattner | 2010-07-05 | 1 | -1/+1 |
* | Just rip v2f32 support completely out of the X86 backend. In | Chris Lattner | 2010-07-04 | 1 | -5/+13 |
* | fix PR7518 - terrible codegen of <2 x float>, by only marking | Chris Lattner | 2010-07-04 | 1 | -0/+16 |
* | Add AVX SSE4.1 blend, mpsadbw and vdp | Bruno Cardoso Lopes | 2010-07-03 | 2 | -0/+113 |
* | Add AVX SSE4.1 binop (some forms of packed max,min,mul,pack,cmp) instructions | Bruno Cardoso Lopes | 2010-07-03 | 2 | -0/+176 |
* | Add AVX SSE4.1 Horizontal Minimum and Position instruction | Bruno Cardoso Lopes | 2010-07-03 | 2 | -0/+16 |
* | Add AVX SSE4.1 round instructions | Bruno Cardoso Lopes | 2010-07-03 | 2 | -0/+64 |
* | - Add support for the rest of AVX SSE3 instructions | Bruno Cardoso Lopes | 2010-07-02 | 2 | -0/+256 |
* | - Two-address pass should not assume unfolding is always successful. | Evan Cheng | 2010-07-02 | 1 | -0/+99 |
* | Propagate the AlignStack bit in InlineAsm's to the | Dale Johannesen | 2010-07-02 | 5 | -4/+35 |
* | Fix incorrect asm-printing of some NEON immediates. Fix weak testcase so | Bob Wilson | 2010-07-02 | 1 | -34/+20 |
* | Prevent test from hanging waiting for input. | Dale Johannesen | 2010-07-01 | 1 | -1/+1 |
* | ARM function alignments were off by a power of two. svn 83242 changed | Bob Wilson | 2010-07-01 | 1 | -0/+6 |
* | Implement the "linker_private_weak" linkage type. This will be used for | Bill Wendling | 2010-07-01 | 4 | -3/+9 |
* | Remove context sensitivity concerns from interprocedural-basic-aa, and | Dan Gohman | 2010-07-01 | 2 | -7/+1739 |
* | Debugging infomration is encoded in llvm IR using metadata. This is designed | Devang Patel | 2010-07-01 | 1 | -0/+47 |
* | Move SSE3 Move patterns to a more appropriate section | Bruno Cardoso Lopes | 2010-07-01 | 2 | -0/+64 |
* | Add AVX SSE3 packed addsub instructions | Bruno Cardoso Lopes | 2010-07-01 | 2 | -0/+32 |
* | Temporarily disable on-demand fast-isel. | Dan Gohman | 2010-07-01 | 1 | -1/+1 |
* | Teach fast-isel to avoid loading a value from memory when it's already | Dan Gohman | 2010-07-01 | 1 | -0/+23 |
* | Enable on-demand fast-isel. | Dan Gohman | 2010-07-01 | 1 | -2/+3 |
* | Add AVX SSE3 replicate and convert instructions | Bruno Cardoso Lopes | 2010-07-01 | 2 | -0/+72 |
* | Teach X86FastISel to fold constant offsets and scaled indices in | Dan Gohman | 2010-07-01 | 1 | -0/+19 |
* | - Add AVX SSE2 Move doubleword and quadword instructions. | Bruno Cardoso Lopes | 2010-07-01 | 2 | -0/+64 |
* | Test for the -filelist fix. | Mikhail Glushenkov | 2010-07-01 | 1 | -0/+3 |
* | Remove all debug info related named mdnodes. | Devang Patel | 2010-06-30 | 1 | -0/+28 |
* | Add AVX SSE2 mask creation and conditional store instructions | Bruno Cardoso Lopes | 2010-06-30 | 2 | -0/+16 |
* | Revert the part of r107257 which introduced new logic for using | Dan Gohman | 2010-06-30 | 1 | -3/+4 |
* | Add AVX SSE2 packed integer extract/insert instructions | Bruno Cardoso Lopes | 2010-06-30 | 2 | -0/+24 |
* | Add a testcase for scev-aa's new capability. | Dan Gohman | 2010-06-30 | 1 | -3/+24 |
* | Add AVX SSE2 integer unpack instructions | Bruno Cardoso Lopes | 2010-06-30 | 2 | -0/+128 |
* | Add AVX SSE2 packed integer shuffle instructions | Bruno Cardoso Lopes | 2010-06-30 | 2 | -0/+48 |
* | Add AVX SSE2 pack with saturation integer instructions | Bruno Cardoso Lopes | 2010-06-30 | 2 | -0/+48 |
* | Add AVX SSE2 integer packed compare instructions | Bruno Cardoso Lopes | 2010-06-30 | 2 | -0/+96 |
* | - Add AVX form of all SSE2 logical instructions | Bruno Cardoso Lopes | 2010-06-30 | 2 | -0/+280 |
* | Add variables into a scope before constructing scope DIE otherwise variables ... | Devang Patel | 2010-06-30 | 1 | -0/+52 |
* | Add *several* AVX integer packed binop instructions | Bruno Cardoso Lopes | 2010-06-29 | 2 | -0/+432 |
* | Fix ScalarEvolution's tripcount computation for chains of loops | Dan Gohman | 2010-06-29 | 1 | -2/+64 |
* | Add AVX ld/st XCSR register. | Bruno Cardoso Lopes | 2010-06-29 | 2 | -0/+24 |