| Commit message (Expand) | Author | Age | Files | Lines |
| * | Detabify this file. | Nick Lewycky | 2010-07-06 | 1 | -7/+7 |
| * | use ArgOperand API | Gabor Greif | 2010-06-30 | 1 | -10/+12 |
| * | use ArgOperand API | Gabor Greif | 2010-06-24 | 1 | -75/+75 |
| * | Make sure that simplify libcalls does not replace a call with one calling | Rafael Espindola | 2010-06-16 | 1 | -0/+5 |
| * | simplify-libcalls: fold strncmp(x, y, 1) -> memcmp(x, y, 1) | Benjamin Kramer | 2010-06-16 | 1 | -0/+3 |
| * | simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 | Benjamin Kramer | 2010-06-15 | 1 | -0/+31 |
| * | Kill unneeded SExt. | Benjamin Kramer | 2010-05-26 | 1 | -1/+1 |
| * | Properly promote operands when optimizing a single-character memcmp. | Benjamin Kramer | 2010-05-25 | 1 | -3/+6 |
| * | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -75/+75 |
| * | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -75/+75 |
| * | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -75/+75 |
| * | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -75/+75 |
| * | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -75/+75 |
| * | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -75/+75 |
| * | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -13/+16 |
| * | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -16/+13 |
| * | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -13/+16 |
| * | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -16/+13 |
| * | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 1 | -13/+16 |
| * | Move OptChkCall off LibCallOptimization into StrCpyOpt. | Evan Cheng | 2010-03-24 | 1 | -7/+6 |
| * | Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op... | Evan Cheng | 2010-03-23 | 1 | -5/+20 |
| * | str[r]chr returns its pointer argument so we cannot mark it as nocapture. Tha... | Benjamin Kramer | 2010-03-16 | 1 | -1/+0 |
| * | Mark str[r]chr readonly. | Benjamin Kramer | 2010-03-16 | 1 | -1/+10 |
| * | Migrate _chk call lowering from SimplifyLibCalls to InstCombine. Stub | Eric Christopher | 2010-03-06 | 1 | -134/+0 |
| * | Move SimplifyLibCalls's LibCall builders to a separate file so they | Eric Christopher | 2010-03-05 | 1 | -386/+33 |
| * | Safely turn memset_chk etc. to non-chk variant if the known object size is >=... | Evan Cheng | 2010-03-05 | 1 | -13/+19 |
| * | Move GetStringLength and helper from SimplifyLibCalls to ValueTracking. | Eric Christopher | 2010-03-05 | 1 | -124/+0 |
| * | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -159/+159 |
| * | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -11/+11 |
| * | Recommit this, looks like it wasn't the cause. | Eric Christopher | 2010-02-03 | 1 | -2/+7 |
| * | Hopefully temporarily revert this. | Eric Christopher | 2010-02-02 | 1 | -7/+2 |
| * | Re-add strcmp and known size object size checking optimization. | Eric Christopher | 2010-02-02 | 1 | -2/+7 |
| * | Don't need to check the last argument since it'll always be bool. We also | Eric Christopher | 2010-02-02 | 1 | -5/+1 |
| * | More indentation/tabification fixes. | Eric Christopher | 2010-02-02 | 1 | -13/+13 |
| * | Untabify previous commit. | Eric Christopher | 2010-02-02 | 1 | -3/+3 |
| * | Formatting. | Eric Christopher | 2010-02-01 | 1 | -3/+3 |
| * | Revert my last couple of patches. They appear to have broken bison. | Eric Christopher | 2010-01-29 | 1 | -7/+5 |
| * | Make strcpy_chk lower to strcpy if we have a safe size. | Eric Christopher | 2010-01-29 | 1 | -5/+7 |
| * | Reapply 94059 while fixing the calling convention setup | Eric Christopher | 2010-01-23 | 1 | -0/+47 |
| * | Revert 94059. It is breaking the MultiSource/Benchmarks/Prolangs-C/bison | Bob Wilson | 2010-01-22 | 1 | -45/+0 |
| * | Add strcpy_chk -> strcpy support for "don't know" object size | Eric Christopher | 2010-01-21 | 1 | -0/+45 |
| * | Move the object size intrinsic optimization to inst-combine and make | Eric Christopher | 2010-01-06 | 1 | -24/+0 |
| * | Formatting. | Mikhail Glushenkov | 2010-01-06 | 1 | -2/+2 |
| * | Move remaining stuff to the isInteger predicate. | Benjamin Kramer | 2010-01-05 | 1 | -12/+9 |
| * | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -2/+2 |
| * | 80-col violations, trailing whitespace. | Mikhail Glushenkov | 2010-01-04 | 1 | -16/+20 |
| * | move an optimization for memcmp out of simplifylibcalls and into | Chris Lattner | 2009-12-24 | 1 | -13/+0 |
| * | reorder to follow a normal fall-through style, no functionality change. | Chris Lattner | 2009-12-23 | 1 | -4/+3 |
| * | Update objectsize intrinsic and associated dependencies. Fix | Eric Christopher | 2009-12-23 | 1 | -1/+1 |
| * | Whitespace fixes. | Eric Christopher | 2009-12-22 | 1 | -4/+4 |