1. 79ab643 [Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isMinusOne instead of isNullValue/isOneValue/isAllOnesValue inherited from Constant. NFCI by Craig Topper · 8 years ago
  2. 647025f [InstSimplify] Don't constant fold or DCE calls that are marked nobuiltin by Andrew Kaylor · 8 years ago
  3. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  4. 927d8e6 [IR] Redesign the case iterator in SwitchInst to actually be an iterator by Chandler Carruth · 9 years ago
  5. b5c2bfa [IR] Remove some unneeded includes from Operator.h and fix cpp files that were transitively depending on it. NFC by Craig Topper · 9 years ago
  6. 0d955d0 Use the range variant of find instead of unpacking begin/end by David Majnemer · 9 years ago
  7. d536f23 [ConstnatFolding] Teach the folder how to fold ConstantVector by David Majnemer · 9 years ago
  8. 5ce3272 Don't IPO over functions that can be de-refined by Sanjoy Das · 10 years ago
  9. 1de3c7e IR: Introduce ConstantAggregate, NFC by Duncan P. N. Exon Smith · 10 years ago
  10. 83cc981 Add #include "llvm/Support/raw_ostream.h" to fix Windows build. by Peter Collingbourne · 10 years ago
  11. 9f7ec14 Transforms: Move GlobalOpt's Evaluator to Utils where it can be reused. by Peter Collingbourne · 10 years ago