1. 6e41344 [Evaluator] Improve evaluation of call instruction by Eugene Leviant · 7 years ago
  2. 6d711ca Revert r335324 due to a builtbot failure by Eugene Leviant · 7 years ago
  3. ea19c94 [Evaluator] Improve evaluation of call instruction by Eugene Leviant · 7 years ago
  4. ea988f1 Fix evaluator for non-zero alloca addr space by Yaxun Liu · 7 years ago
  5. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  6. aa3fea6c [GlobalOpt] Fix support for casts in ctors. by Mircea Trofin · 8 years ago
  7. 6f42a2c [Evaluator] Evaluate load/store with bitcast by Eugene Leviant · 8 years ago
  8. 2c74fe9 Add an @llvm.sideeffect intrinsic by Dan Gohman · 8 years ago
  9. 5adb96c [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  10. 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
  11. 647025f [InstSimplify] Don't constant fold or DCE calls that are marked nobuiltin by Andrew Kaylor · 8 years ago
  12. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  13. 927d8e6 [IR] Redesign the case iterator in SwitchInst to actually be an iterator by Chandler Carruth · 9 years ago
  14. 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
  15. 0d955d0 Use the range variant of find instead of unpacking begin/end by David Majnemer · 9 years ago
  16. d536f23 [ConstnatFolding] Teach the folder how to fold ConstantVector by David Majnemer · 9 years ago
  17. 5ce3272 Don't IPO over functions that can be de-refined by Sanjoy Das · 10 years ago
  18. 1de3c7e IR: Introduce ConstantAggregate, NFC by Duncan P. N. Exon Smith · 10 years ago
  19. 83cc981 Add #include "llvm/Support/raw_ostream.h" to fix Windows build. by Peter Collingbourne · 10 years ago
  20. 9f7ec14 Transforms: Move GlobalOpt's Evaluator to Utils where it can be reused. by Peter Collingbourne · 10 years ago