| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor code simplification. | Dan Gohman | 2010-04-09 | 1 | -9/+5 |
* | Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience. | Dan Gohman | 2010-04-08 | 1 | -1/+1 |
* | Say bitcast instead of bitconvert. | Dan Gohman | 2010-04-07 | 1 | -1/+1 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -11/+21 |
* | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -21/+11 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -11/+21 |
* | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -21/+11 |
* | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 1 | -11/+21 |
* | Fix an incorrect logic causing instcombine to miss some _chk -> non-chk trans... | Evan Cheng | 2010-03-23 | 1 | -1/+1 |
* | Add a setCalledFunction member to InvokeInst (like in CallInst) | Gabor Greif | 2010-03-20 | 1 | -1/+1 |
* | Factor checked library call optimization into a common helper class and use it | Benjamin Kramer | 2010-03-12 | 1 | -104/+28 |
* | stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s... | Benjamin Kramer | 2010-03-11 | 1 | -22/+5 |
* | Lower stpcpy_chk when possible. | Eric Christopher | 2010-03-11 | 1 | -0/+13 |
* | Add strncpy libcall creator. Use it when it should be used. | Eric Christopher | 2010-03-11 | 1 | -1/+2 |
* | Re-commit 97860 with fix. getMallocAllocatedType may return null. | Evan Cheng | 2010-03-08 | 1 | -0/+10 |
* | Let the fallthrough handle whether or not we've changed anything | Eric Christopher | 2010-03-06 | 1 | -1/+3 |
* | Migrate _chk call lowering from SimplifyLibCalls to InstCombine. Stub | Eric Christopher | 2010-03-06 | 2 | -2/+128 |
* | Temporarily revert: | Eric Christopher | 2010-03-06 | 1 | -10/+0 |
* | Transform @llvm.objectsize to integer if the argument is a result of malloc o... | Evan Cheng | 2010-03-06 | 1 | -0/+10 |
* | Instcombine should turn llvm.objectsize of a alloca with static size to an in... | Evan Cheng | 2010-03-05 | 1 | -9/+22 |
* | fix PR6512, a case where instcombine would incorrectly merge loads | Chris Lattner | 2010-03-05 | 1 | -0/+2 |
* | Fix PR6503. This turned into a much more interesting and nasty bug. Various | Chris Lattner | 2010-03-05 | 3 | -139/+107 |
* | simplify some functions and make them work with vector | Chris Lattner | 2010-03-05 | 1 | -62/+25 |
* | Add missing break for Intrinsic::objectsize case. It was falling through to t... | Evan Cheng | 2010-03-05 | 1 | -0/+1 |
* | This test case: | Bill Wendling | 2010-03-03 | 1 | -2/+4 |
* | Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, | Dan Gohman | 2010-03-02 | 2 | -4/+4 |
* | Fix indentation. | Dan Gohman | 2010-02-24 | 1 | -10/+10 |
* | Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn't | Dan Gohman | 2010-02-23 | 1 | -5/+23 |
* | Instcombine constant folding can normalize gep with negative index to index w... | Evan Cheng | 2010-02-22 | 1 | -4/+9 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 10 | -46/+46 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 10 | -34/+34 |
* | Fix a problem where we had bitcasted operands that gave us | Eric Christopher | 2010-02-13 | 1 | -5/+9 |
* | Make sure that ConstantExpr offsets also aren't off of extern | Eric Christopher | 2010-02-11 | 1 | -2/+8 |
* | Rename ValueRequiresCast to ShouldOptimizeCast, to better reflect | Chris Lattner | 2010-02-11 | 3 | -55/+97 |
* | Add ConstantExpr handling to Intrinsic::objectsize lowering. | Eric Christopher | 2010-02-11 | 1 | -1/+26 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -2/+2 |
* | Move Intrinsic::objectsize lowering back to InstCombineCalls and | Eric Christopher | 2010-02-09 | 1 | -1/+19 |
* | simplify this code, duh. | Chris Lattner | 2010-02-09 | 1 | -8/+4 |
* | fix PR6193, only considering sign extensions *from i1* for this | Chris Lattner | 2010-02-09 | 1 | -5/+10 |
* | fix some problems handling large vectors reported in PR6230 | Chris Lattner | 2010-02-08 | 2 | -9/+14 |
* | fix logical-select to invoke filecheck right, and fix hte instcombine | Chris Lattner | 2010-02-05 | 1 | -1/+6 |
* | Remove this code for now. I have a better idea and will rewrite with | Eric Christopher | 2010-02-05 | 1 | -41/+0 |
* | Temporarily revert this since it appears to have caused a build | Eric Christopher | 2010-02-04 | 1 | -49/+23 |
* | Rework constant expr and array handling for objectsize instcombining. | Eric Christopher | 2010-02-04 | 1 | -23/+49 |
* | If we're dealing with a zero-length array, don't lower to any | Eric Christopher | 2010-02-03 | 1 | -4/+9 |
* | Recommit this, looks like it wasn't the cause. | Eric Christopher | 2010-02-03 | 1 | -68/+93 |
* | Hopefully temporarily revert this. | Eric Christopher | 2010-02-02 | 1 | -93/+68 |
* | Reformat my last patch slightly. | Eric Christopher | 2010-02-02 | 1 | -4/+4 |
* | Re-add strcmp and known size object size checking optimization. | Eric Christopher | 2010-02-02 | 1 | -10/+34 |
* | don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : B | Chris Lattner | 2010-02-02 | 1 | -9/+13 |