| Commit message (Expand) | Author | Age | Files | Lines |
* | Testcase for commits 55700 and 55714. | Duncan Sands | 2008-09-03 | 1 | -0/+1104 |
* | Update test to check call instruction. | Devang Patel | 2008-09-03 | 1 | -1/+1 |
* | Since onlyReadsMemory returns true if in fact | Duncan Sands | 2008-09-03 | 1 | -0/+9 |
* | Cleanup GlobalsModRef a bit. When analysing the | Duncan Sands | 2008-09-03 | 3 | -0/+38 |
* | Testcase for PR1678. | Duncan Sands | 2008-09-03 | 1 | -0/+9 |
* | Add X86 target hook to implement load (even from GlobalAddress). | Evan Cheng | 2008-09-03 | 1 | -3/+11 |
* | Don't crash when trying to constant fold a vector with some elements that can't | Nick Lewycky | 2008-09-03 | 1 | -0/+27 |
* | Check iteration count. | Devang Patel | 2008-09-03 | 1 | -1/+1 |
* | If all IV uses are extending integer IV then change the type of IV itself, if... | Devang Patel | 2008-09-02 | 1 | -0/+57 |
* | respect inline=never and inline=always notes. | Devang Patel | 2008-09-02 | 2 | -0/+20 |
* | Read and write function notes. | Devang Patel | 2008-09-02 | 1 | -1/+4 |
* | New testcase for targets without 64-bit atomics; | Dale Johannesen | 2008-09-02 | 2 | -1/+238 |
* | Function notes tests. | Devang Patel | 2008-09-02 | 2 | -0/+18 |
* | Turn this legalize types test on. | Duncan Sands | 2008-09-01 | 5 | -11/+5 |
* | Revert the "XFAIL" for the rotate_ops.ll testcase. Instead, mark ISD::ROTR | Bill Wendling | 2008-08-31 | 1 | -5/+0 |
* | CellSPU doesn't appear to support fully the "ISD::ROTR" operation. The DAG | Bill Wendling | 2008-08-31 | 1 | -0/+6 |
* | PR2731: C and Ocaml bindings for setTailCall and isTailCall. | Gordon Henriksen | 2008-08-30 | 1 | -0/+4 |
* | Re-apply 55467 with fix. If copy is being replaced by remat'ed def, transfer ... | Evan Cheng | 2008-08-30 | 2 | -2/+4 |
* | Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shi... | Evan Cheng | 2008-08-30 | 1 | -0/+24 |
* | Testcases for ppc atomics. | Dale Johannesen | 2008-08-30 | 2 | -0/+1522 |
* | Swap fp comparison operands and change predicate to allow load folding (safel... | Evan Cheng | 2008-08-29 | 1 | -1/+1 |
* | xfail this. | Evan Cheng | 2008-08-29 | 1 | -0/+1 |
* | allow this to pass. | Chris Lattner | 2008-08-29 | 1 | -21/+1 |
* | Add support for parsing .ll files that have numbers in front of | Chris Lattner | 2008-08-29 | 1 | -0/+16 |
* | Swap fp comparison operands and change predicate to allow load folding. | Evan Cheng | 2008-08-28 | 2 | -3/+21 |
* | In lowering SELECT_CC, removed cases where we can't flip the true and false w... | Mon P Wang | 2008-08-28 | 1 | -1/+1 |
* | Optimize DAGCombiner's worklist processing. Previously it started | Dan Gohman | 2008-08-28 | 1 | -1/+1 |
* | Revert r55467; it causes regressions in UnitTests/Vector/divides, | Dan Gohman | 2008-08-28 | 2 | -4/+2 |
* | If a copy isn't coalesced, but its src is defined by trivial computation. Re-... | Evan Cheng | 2008-08-28 | 2 | -2/+4 |
* | This test crashes on non-x86 host; make SSE explicit. | Dale Johannesen | 2008-08-28 | 1 | -1/+1 |
* | Diagnose uses of unsized types with the byval attribute in the | Dan Gohman | 2008-08-27 | 1 | -1/+2 |
* | Basic FastISel support for floating-point constants. | Dan Gohman | 2008-08-27 | 1 | -1/+2 |
* | If IV is used in a int-to-float cast inside the loop then try to eliminate th... | Devang Patel | 2008-08-26 | 1 | -1/+0 |
* | 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 |
* | Verify that the alignment argument to llvm.memcpy is a constant | Chris Lattner | 2008-08-23 | 1 | -0/+11 |
* | Fix PR2423 by checking all indices for out of range access, not only | Chris Lattner | 2008-08-23 | 1 | -0/+22 |
* | Test all currently supported atomic builtins on x86-{32,64}. | Dale Johannesen | 2008-08-22 | 2 | -0/+1833 |
* | Comprehensive test of FE handling of __sync builtins. | Dale Johannesen | 2008-08-22 | 1 | -0/+281 |
* | 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 |