| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a little heuristic to Value::isUsedInBasicBlock to speed it up for small ... | Benjamin Kramer | 2011-12-05 | 1 | -8/+1 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -2/+2 |
* | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin | 2010-12-23 | 1 | -1/+1 |
* | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson | 2010-10-29 | 1 | -1/+1 |
* | Added skeleton for inline asm multiple alternative constraint support. | John Thompson | 2010-09-13 | 1 | -21/+5 |
* | use getArgOperand instead of getOperand | Gabor Greif | 2010-06-30 | 1 | -8/+8 |
* | use CallInst::ArgOffset | Gabor Greif | 2010-06-28 | 1 | -1/+1 |
* | The hasMemory argument is irrelevant to how the argument | Dale Johannesen | 2010-06-25 | 1 | -2/+1 |
* | use ArgOperand API (some hunks I could split) | Gabor Greif | 2010-06-25 | 1 | -1/+1 |
* | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -2/+2 |
* | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -2/+2 |
* | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -2/+2 |
* | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -2/+2 |
* | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -2/+2 |
* | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -2/+2 |
* | performance: cache result of looking up user | Gabor Greif | 2010-04-09 | 1 | -4/+6 |
* | cache result of UI.getOperandNo() instead of calling it twice, it is cheaper ... | Gabor Greif | 2010-03-24 | 1 | -2/+3 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -4/+4 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -2/+3 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
* | Remove a bunch more now-unnecessary Context arguments. | Dan Gohman | 2009-08-12 | 1 | -2/+1 |
* | Convert a few more uses of llvm/Support/Streams.h to raw_ostream. | Dan Gohman | 2009-07-25 | 1 | -5/+6 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -1/+1 |
* | silence a vc++ warning. | Chris Lattner | 2009-07-11 | 1 | -1/+1 |
* | Push LLVMContext through the PatternMatch API. | Owen Anderson | 2009-07-10 | 1 | -1/+2 |
* | Teach SCEVExpander to expand arithmetic involving pointers into GEP | Dan Gohman | 2009-05-19 | 1 | -30/+31 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -1/+1 |
* | Fix compiler warning about uninitialized variables. No functional change. | Nick Lewycky | 2009-02-27 | 1 | -1/+1 |
* | Factor address mode matcher out of codegen prepare to make it available to ot... | Evan Cheng | 2009-02-20 | 1 | -0/+593 |