| Commit message (Expand) | Author | Age | Files | Lines |
* | Added testcase for r59214. | Bill Wendling | 2008-11-13 | 1 | -0/+14 |
* | Add test case for ptr annotation. | Tanya Lattner | 2008-11-12 | 1 | -0/+18 |
* | Correct some thinkos in the expansion of ADD/SUB | Duncan Sands | 2008-11-12 | 1 | -0/+14 |
* | Fix the testb optimization so x86 also bootstraps. | Dale Johannesen | 2008-11-12 | 1 | -1/+0 |
* | fix another libgcc blocker | Andrew Lenharth | 2008-11-11 | 1 | -0/+22 |
* | Un-XFAIL tests now that they're fixed. | Bill Wendling | 2008-11-11 | 2 | -2/+0 |
* | r59009 broke these tests. XFAIL for now. | Bill Wendling | 2008-11-11 | 2 | -0/+2 |
* | Temporarily revert r58979 and related patch. It's causing a failure in X86 bo... | Bill Wendling | 2008-11-10 | 1 | -0/+2 |
* | If the sign of exit condition and split condition does not match | Devang Patel | 2008-11-10 | 1 | -0/+69 |
* | Fix PR2667: add soft float support for sint_to_fp/uint_to_fp | Duncan Sands | 2008-11-10 | 1 | -0/+55 |
* | When promoting the result of fp_to_uint/fp_to_sint, | Duncan Sands | 2008-11-10 | 1 | -10/+1 |
* | Reenable test. | Dale Johannesen | 2008-11-10 | 1 | -1/+0 |
* | The method of doing the matching with a 'select' instruction was wrong. The | Bill Wendling | 2008-11-09 | 1 | -0/+17 |
* | XFAIL this while waiting for a fix. | Duncan Sands | 2008-11-09 | 1 | -0/+1 |
* | If the LHS of the FCMP is coming from a UIToFP instruction, then we don't want | Bill Wendling | 2008-11-09 | 1 | -0/+46 |
* | CellSPU: Update expected counts on expected patterns | Scott Michel | 2008-11-09 | 1 | -5/+5 |
* | Add LLVMC2 tool definitions for Objective-C and Objective-C++. | Daniel Dunbar | 2008-11-08 | 2 | -0/+20 |
* | Generated code for generic expansion of SETUGT etc. | Dale Johannesen | 2008-11-08 | 1 | -0/+1 |
* | Xfail an incorrect test. | Dale Johannesen | 2008-11-08 | 1 | -0/+7 |
* | Add basic test for XCore backend | Richard Osborne | 2008-11-07 | 2 | -0/+11 |
* | Testcase for testb optimization. | Dale Johannesen | 2008-11-07 | 1 | -0/+25 |
* | Handle (delete) dbg intrinsics while promoting alloca. | Devang Patel | 2008-11-07 | 1 | -0/+56 |
* | Emit label for llvm.dbg.func.start of the inlined function. | Devang Patel | 2008-11-06 | 1 | -0/+1 |
* | Emit label for llvm.dbg.func.start of the inlined function. | Devang Patel | 2008-11-06 | 1 | -0/+71 |
* | Make ISel ignore dead nodes. The DAGCombiner normally eliminates | Dan Gohman | 2008-11-05 | 1 | -0/+22 |
* | Add PR number. | Devang Patel | 2008-11-05 | 1 | -0/+1 |
* | Add more vector move low and zero-extend patterns. | Evan Cheng | 2008-11-05 | 1 | -0/+15 |
* | New test case. | Devang Patel | 2008-11-05 | 1 | -0/+6 |
* | Add a new pass to simplify specific half_powr function calls. This is | Dan Gohman | 2008-11-04 | 1 | -0/+41 |
* | Fix tests not to emit IR output | Anton Korobeynikov | 2008-11-04 | 2 | -2/+2 |
* | Actually ARM / Mac OS X does have UINTTOFP_I64_F{64|32} libcalls. | Evan Cheng | 2008-11-04 | 1 | -0/+17 |
* | Custom lower bit_convert i64 -> f64 into FMDRR. This is now happening with le... | Evan Cheng | 2008-11-04 | 1 | -0/+29 |
* | Fix PR3011: LegalizeTypes support for scalarizing | Duncan Sands | 2008-11-04 | 1 | -0/+9 |
* | The ANDMask node folds to a constant, and isn't the node that needs to | Dan Gohman | 2008-11-03 | 1 | -0/+26 |
* | Ignore conditions that are outside the loop. | Devang Patel | 2008-11-03 | 1 | -0/+47 |
* | Turn floating point IVs into integer IVs where possible. | Devang Patel | 2008-11-03 | 1 | -0/+17 |
* | Change how extended types are represented in MVTs. Instead of fiddling | Dan Gohman | 2008-11-03 | 1 | -0/+9 |
* | Testcase for recent llvm-gcc fix | Anton Korobeynikov | 2008-11-03 | 1 | -0/+3 |
* | Make VAARG work with x86 long double (which is | Duncan Sands | 2008-11-03 | 1 | -0/+17 |
* | Don't crash analyzing certain quadratics (addrec of {X,+,Y,+,1}). | Nick Lewycky | 2008-11-03 | 1 | -0/+21 |
* | Changes from Duncan's review: | Nick Lewycky | 2008-11-02 | 1 | -0/+11 |
* | Testcase for PR2691 | Anton Korobeynikov | 2008-11-02 | 1 | -0/+5 |
* | Add a new MergeFunctions pass. It finds identical functions and merges them. | Nick Lewycky | 2008-11-02 | 3 | -0/+61 |
* | Fix demanded bits analysis with srem by negative number. Based on a patch | Nick Lewycky | 2008-11-02 | 1 | -0/+8 |
* | Fix this recently moved code to use the correct type. CI is now a | Dan Gohman | 2008-11-02 | 1 | -0/+12 |
* | Testcase for PR2613 | Anton Korobeynikov | 2008-10-31 | 1 | -0/+61 |
* | Add a bunch of libcalls for ppcf128 that were somehow | Duncan Sands | 2008-10-31 | 1 | -0/+37 |
* | Use MOVSSmr instead of EXTRACTPSmr in the case of extracting | Dan Gohman | 2008-10-31 | 1 | -2/+10 |
* | Testcase for PR2987. | Duncan Sands | 2008-10-30 | 1 | -0/+9 |
* | Canonicalize sext(i1) to i1?-1:0, and update various instcombine | Dan Gohman | 2008-10-30 | 1 | -1/+25 |