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