| Commit message (Expand) | Author | Age | Files | Lines |
* | Basic FastISel support for floating-point constants. | Dan Gohman | 2008-08-27 | 1 | -1/+2 |
* | If an xmm register is referenced explicitly in an inline asm, make sure to | Chris Lattner | 2008-08-26 | 1 | -0/+16 |
* | Try approach to moving call address load inside of callseq_start. Now it's do... | Evan Cheng | 2008-08-25 | 1 | -1/+0 |
* | Add support for fast isel of (integer) immediate materialization pattens, and... | Owen Anderson | 2008-08-25 | 1 | -0/+5 |
* | Adjust grep's for new code sequence. | Dale Johannesen | 2008-08-25 | 2 | -2/+2 |
* | Fix asm printing of MOVSDto64mr and MOV64toSDrm. | Evan Cheng | 2008-08-25 | 1 | -0/+58 |
* | Fix this test. Don't null out the file, just XFAIL it until patch can be fixed. | Bill Wendling | 2008-08-24 | 1 | -0/+11 |
* | Temporarily reverting r55292. It's causing a bootstraping failure: | Bill Wendling | 2008-08-24 | 1 | -10/+0 |
* | Move callseq_start above the call address load to allow load to be folded int... | Evan Cheng | 2008-08-24 | 1 | -0/+10 |
* | Testcase for 64bit maskmovq | Anton Korobeynikov | 2008-08-23 | 1 | -0/+27 |
* | Test all currently supported atomic builtins on x86-{32,64}. | Dale Johannesen | 2008-08-22 | 2 | -0/+1833 |
* | Factor out the predicate check code from DAGISelEmitter.cpp | Dan Gohman | 2008-08-22 | 1 | -1/+1 |
* | Testcase for PR2585. | Bill Wendling | 2008-08-21 | 1 | -0/+21 |
* | Add -mattr=sse2 so this test doesn't fail on non-x86 hosts. | Dan Gohman | 2008-08-21 | 1 | -1/+1 |
* | Make x86 and sse2 explicit for non-x86 hosts. | Dale Johannesen | 2008-08-21 | 2 | -2/+2 |
* | Fix a number of byval / memcpy / memset related codegen issues. | Evan Cheng | 2008-08-21 | 6 | -14/+57 |
* | getelementptr doesn't work on x86-64 yet, because it | Dan Gohman | 2008-08-21 | 1 | -1/+0 |
* | MVT::getMVT uses iPTR for pointer types, while we need the actual | Dan Gohman | 2008-08-21 | 1 | -2/+5 |
* | Basic fast-isel support for instructions with constant int operands. | Dan Gohman | 2008-08-21 | 1 | -1/+2 |
* | Add a -march line for this test, and run it on x86-64 too for fun. | Dan Gohman | 2008-08-20 | 1 | -1/+2 |
* | Add FastISel support for floating-point operations. | Dan Gohman | 2008-08-20 | 1 | -1/+17 |
* | Add FastISel support for several more binary operators. | Dan Gohman | 2008-08-20 | 1 | -2/+8 |
* | Add support for the __sync_sub_and_fetch atomics and friends for X86. The code | Bill Wendling | 2008-08-19 | 1 | -0/+11 |
* | Fast-isel is now *minimally* functional. Add a testcase to | Dan Gohman | 2008-08-19 | 1 | -0/+17 |
* | Add support for 8 and 16 bit forms of __sync | Dale Johannesen | 2008-08-19 | 1 | -2/+3 |
* | Fix a (u)comiss intrinsic lowering bug. It was using anyext which can return ... | Evan Cheng | 2008-08-17 | 1 | -0/+9 |
* | Improve support for vector casts in LLVM IR and CodeGen. | Dan Gohman | 2008-08-14 | 1 | -0/+45 |
* | Allow SelectionDAG to create EXTRACT_VECTOR_ELT nodes with | Dan Gohman | 2008-08-13 | 1 | -0/+11 |
* | Improve the grep commands for this test to be tolerant of ABI | Dan Gohman | 2008-08-11 | 1 | -1/+4 |
* | Take the FrameOffset into account when computing the alignment | Dan Gohman | 2008-08-11 | 1 | -0/+23 |
* | Add an EXTRACTPSmr pattern to match the pattern that | Dan Gohman | 2008-08-08 | 1 | -0/+16 |
* | It's not legal to output a GV in a coalesced section if it's used in an ARM P... | Evan Cheng | 2008-08-08 | 1 | -0/+13 |
* | Don't crash printing the asm for a ConstantExpr PtrToInt just because the int | Nick Lewycky | 2008-08-08 | 1 | -0/+7 |
* | Support added for ctlz intrinsic, test case added. | Bruno Cardoso Lopes | 2008-08-08 | 1 | -0/+12 |
* | [Last] Batch 7 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+40 |
* | Batch 6 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+52 |
* | Batch 5 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+43 |
* | Batch 4 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+65 |
* | Batch 3 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+87 |
* | Batch 2 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+39 |
* | Batch 1 of Mips CodeGen tests, more coming... | Bruno Cardoso Lopes | 2008-08-08 | 4 | -0/+61 |
* | Print section flags ok on platforms, which use '@' as comment string. Fix test. | Anton Korobeynikov | 2008-08-07 | 1 | -1/+1 |
* | Re-enable elimination of unnecessary SUBREG_TO_REG instructions in | Dan Gohman | 2008-08-07 | 2 | -0/+21 |
* | Add an extra example that shouldn't get an and instruction. | Dan Gohman | 2008-08-07 | 1 | -1/+6 |
* | Re-introduce the 8-bit subreg zext-inreg patterns for x86-32, | Dan Gohman | 2008-08-06 | 2 | -28/+15 |
* | Fix PR2620: Fix X86cmppd selection code so it expects operands to be v2f64. | Evan Cheng | 2008-08-05 | 1 | -0/+13 |
* | Fix PR2596: out of bound reference. | Evan Cheng | 2008-08-05 | 1 | -0/+40 |
* | Update the remaining tests not to use -disable-correct-folding, and remove two | Owen Anderson | 2008-08-05 | 6 | -115/+18 |
* | One more -disable-correct-folding case removed. | Owen Anderson | 2008-08-05 | 1 | -9/+9 |
* | Remove another -disable-correct-folding use. | Owen Anderson | 2008-08-05 | 1 | -3/+3 |