- 1323103 Add a little heuristic to Value::isUsedInBasicBlock to speed it up for small basic blocks. by Benjamin Kramer · 14 years ago
- 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
- 9b43f33 Change all self assignments X=X to (void)X, so that we can turn on a by Jeffrey Yasskin · 15 years ago
- e8360b7 Inline asm multiple alternative constraints development phase 2 - improved basic logic, added initial platform support. by John Thompson · 15 years ago
- 1094c80 Added skeleton for inline asm multiple alternative constraint support. by John Thompson · 15 years ago
- e9acc46 use getArgOperand instead of getOperand by Gabor Greif · 15 years ago
- ec60adf use CallInst::ArgOffset by Gabor Greif · 15 years ago
- ce97d55 The hasMemory argument is irrelevant to how the argument by Dale Johannesen · 15 years ago
- 5f3e656 use ArgOperand API (some hunks I could split) by Gabor Greif · 15 years ago
- 7258dcd Revert 101465, it broke internal OpenGL testing. by Eric Christopher · 16 years ago
- f375520 reapply r101434 with a fix for self-hosting by Gabor Greif · 16 years ago
- 403e969 back out r101423 and r101397, they break llvm-gcc self-host on darwin10 by Gabor Greif · 16 years ago
- 33ae80b reapply r101364, which has been backed out in r101368 with a fix by Gabor Greif · 16 years ago
- 9fd00c7 back out r101364, as it trips the linux nightlybot on some clang C++ tests by Gabor Greif · 16 years ago
- aafd209 rotate CallInst operands, i.e. move callee to the back of the operand array by Gabor Greif · 16 years ago
- ef60190 performance: cache result of looking up user by Gabor Greif · 16 years ago
- 11ff531 cache result of UI.getOperandNo() instead of calling it twice, it is cheaper this way by Gabor Greif · 16 years ago
- 19d0b47 There are two ways of checking for a given type, for example isa<PointerType>(T) by Duncan Sands · 16 years ago
- 76a4e85 Change errs() to dbgs(). by David Greene · 16 years ago
- 1362602 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
- 5476cfd Remove a bunch more now-unnecessary Context arguments. by Dan Gohman · 16 years ago
- 29f2baf Convert a few more uses of llvm/Support/Streams.h to raw_ostream. by Dan Gohman · 16 years ago
- 47db941 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
- 2f67295 silence a vc++ warning. by Chris Lattner · 16 years ago
- 16e7674 Push LLVMContext through the PatternMatch API. by Owen Anderson · 16 years ago
- 2649491 Teach SCEVExpander to expand arithmetic involving pointers into GEP by Dan Gohman · 16 years ago
- af9eaa8 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
- d05f687 Fix compiler warning about uninitialized variables. No functional change. by Nick Lewycky · 17 years ago
- c380864 Factor address mode matcher out of codegen prepare to make it available to other passes, e.g. loop strength reduction. by Evan Cheng · 17 years ago