| Commit message (Expand) | Author | Age | Files | Lines |
* | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner | 2011-02-06 | 1 | -2/+2 |
* | Make SwitchInst::removeCase() more efficient. | Jay Foad | 2011-02-01 | 1 | -8/+4 |
* | Simplify the construction and destruction of Uses. Simplify | Jay Foad | 2011-01-16 | 1 | -8/+7 |
* | Remove casts between Value** and Constant**, which won't work if a | Jay Foad | 2011-01-14 | 1 | -0/+6 |
* | Simplify the allocation and freeing of Users' operand lists, now that | Jay Foad | 2011-01-07 | 1 | -27/+1 |
* | These methods should be "const"; make them so. | Duncan Sands | 2011-01-04 | 1 | -4/+4 |
* | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin | 2010-12-23 | 1 | -6/+6 |
* | Fix PR 4170 by having ExtractValueInst::getIndexedType() reject out-of-bounds... | Frits van Bommel | 2010-12-05 | 1 | -7/+24 |
* | fix PR8613 - Copy constructor of SwitchInst does not call SwitchInst::init | Chris Lattner | 2010-11-17 | 1 | -8/+9 |
* | Fix a layering violation: hasConstantValue, which is part of the PHINode | Duncan Sands | 2010-11-17 | 1 | -56/+7 |
* | If dom tree information is available, make it possible to pass | Duncan Sands | 2010-11-14 | 1 | -1/+1 |
* | Cleanup. Get rid of extraneous variable. | Bill Wendling | 2010-10-03 | 1 | -3/+2 |
* | Attempt to outwit overly smart compiler. | Dale Johannesen | 2010-10-01 | 1 | -0/+1 |
* | Massive rewrite of MMX: | Dale Johannesen | 2010-09-30 | 1 | -0/+14 |
* | Make this code 65-bit clean. | Dan Gohman | 2010-09-27 | 1 | -1/+1 |
* | Move some code from Verifier into SVI::isValidOperands. This allows us to ca... | Nate Begeman | 2010-08-13 | 1 | -2/+17 |
* | remove the private hack from CallInst, it was not supposed to hit the branch ... | Gabor Greif | 2010-08-05 | 1 | -1/+1 |
* | Define a maximum supported alignment value for load, store, and | Dan Gohman | 2010-07-28 | 1 | -0/+8 |
* | eliminate CallInst::ArgOffset | Gabor Greif | 2010-07-16 | 1 | -12/+10 |
* | Convert some tab stops into spaces. | Duncan Sands | 2010-07-12 | 1 | -1/+1 |
* | fix PR7311 by avoiding breaking casts when a bitcast from scalar->vector | Chris Lattner | 2010-07-12 | 1 | -0/+8 |
* | make the prototypes for CreateMalloc and CreateFree more consistent. Patch | Chris Lattner | 2010-07-12 | 1 | -3/+4 |
* | reformulate CallSite::getCallee to adapt to CallInst::ArgOffset, and make it ... | Gabor Greif | 2010-07-01 | 1 | -1/+3 |
* | encode operand initializations (at fixed index) | Gabor Greif | 2010-06-29 | 1 | -12/+8 |
* | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman | 2010-06-21 | 1 | -2/+2 |
* | Split the logic behind CastInst::isNoopCast into a separate static function, | Dan Gohman | 2010-05-28 | 1 | -5/+13 |
* | Eliminate the restriction that the array size in an alloca must be i32. | Dan Gohman | 2010-05-28 | 1 | -2/+2 |
* | Remove the API compatibility layer which converted add, sub, and mul | Dan Gohman | 2010-05-03 | 1 | -18/+4 |
* | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -11/+13 |
* | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -13/+11 |
* | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -11/+13 |
* | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -13/+11 |
* | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -11/+13 |
* | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -13/+11 |
* | Move a bunch of methods from CallSite to CallSiteBase, so that they can | Dan Gohman | 2010-04-14 | 1 | -77/+0 |
* | Say bitcast instead of bitconvert. | Dan Gohman | 2010-04-07 | 1 | -1/+1 |
* | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif | 2010-04-01 | 1 | -5/+0 |
* | Reapply r99451 with a fix to move the NoInline check to the cost functions | Eric Christopher | 2010-03-25 | 1 | -2/+13 |
* | Temporarily revert this, it's causing an issue with an internal project. | Eric Christopher | 2010-03-24 | 1 | -13/+2 |
* | Finally land the InvokeInst operand reordering. | Gabor Greif | 2010-03-24 | 1 | -5/+12 |
* | add some accessors to callsite/callinst/invokeinst to check | Chris Lattner | 2010-03-23 | 1 | -2/+13 |
* | word-o | Gabor Greif | 2010-03-23 | 1 | -1/+1 |
* | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif | 2010-03-22 | 1 | -12/+5 |
* | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif | 2010-03-22 | 1 | -5/+12 |
* | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif | 2010-03-19 | 1 | -12/+5 |
* | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif | 2010-03-19 | 1 | -5/+12 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -31/+31 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -63/+64 |
* | Adding missing methods for creating Add, Mul, Neg and Sub with NUW. | Duncan Sands | 2010-02-02 | 1 | -0/+12 |
* | fix CastInst::castIsValid to reject aggregate types, fixing PR6153: | Chris Lattner | 2010-01-26 | 1 | -1/+2 |