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