| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | reapply my strstr optimization. I have reproduced the x86-64 bootstrap | Chris Lattner | 2009-12-16 | 1 | -9/+75 |
* | revert my strstr optimization, I'm told it breaks x86-64 bootstrap. | Chris Lattner | 2009-12-16 | 1 | -75/+9 |
* | optimize strstr, PR5783 | Chris Lattner | 2009-12-15 | 1 | -9/+75 |
* | add some other xforms that should be done as part of PR5783 | Chris Lattner | 2009-12-15 | 1 | -3/+4 |
* | tidy up, remove dependence on order of evaluation of function args from EmitM... | Chris Lattner | 2009-12-02 | 1 | -15/+12 |
* | Add more optimizations for object size checking, enable handling of | Eric Christopher | 2009-11-21 | 1 | -35/+144 |
* | Revert "Add some rough optimizations for checking routines.", it buildeth not. | Daniel Dunbar | 2009-11-20 | 1 | -119/+12 |
* | Add some rough optimizations for checking routines. | Eric Christopher | 2009-11-20 | 1 | -12/+119 |
* | CreateIntCast takes an "isSigned" parameter. Pass "true" for it, rather than | Duncan Sands | 2009-11-16 | 1 | -1/+3 |
* | fix PR5104: when printing a single character, return the result of | Chris Lattner | 2009-11-09 | 1 | -9/+13 |
* | Teach SimplifyLibCalls to fold memcmp calls with constant arguments. | Benjamin Kramer | 2009-11-05 | 1 | -4/+11 |
* | Add objectsize intrinsic and hook it up through codegen. Doesn't | Eric Christopher | 2009-10-27 | 1 | -0/+25 |
* | 80-column and whitespace fixes. | Eric Christopher | 2009-10-07 | 1 | -135/+156 |
* | Introduce and use convenience methods for getting pointer types | Duncan Sands | 2009-10-06 | 1 | -19/+19 |
* | strength reduce a ton of type equality tests to check the typeid (Through | Chris Lattner | 2009-10-05 | 1 | -10/+11 |
* | Fix SimplifyLibCalls to transfer attributes from callees rather than | Dan Gohman | 2009-09-26 | 1 | -4/+7 |
* | Rename ConstantFP's getInf to getInfinity. | Dan Gohman | 2009-09-25 | 1 | -2/+2 |
* | Transform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt(x))), which is | Dan Gohman | 2009-09-25 | 1 | -15/+19 |
* | Enhance transform passes so that they apply the same tranforms to malloc call... | Victor Hernandez | 2009-09-18 | 1 | -1/+7 |
* | In C++, code is not allowed to call main. In C it is, this | Chris Lattner | 2009-09-03 | 1 | -57/+4 |
* | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner | 2009-09-02 | 1 | -30/+29 |
* | Fix SimplifyLibcalls and ValueTracking to check mayBeOverridden | Dan Gohman | 2009-08-19 | 1 | -1/+2 |
* | Make TargetData optional in SimplifyLibCalls. | Dan Gohman | 2009-08-18 | 1 | -7/+45 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -91/+92 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 1 | -7/+7 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -20/+20 |
* | Fix PR4645 which was fallout from the fix for PR4641. | Daniel Dunbar | 2009-07-29 | 1 | -8/+15 |