1. 3d5bb15 [CmpInstAnalysis] fix function signature for ICmp code to predicate; NFC by Sanjay Patel · 7 years ago
  2. 472652e [CmpInstAnalysis] fix formatting; NFC by Sanjay Patel · 7 years ago
  3. 924f202 [InstCombine][InstSimplify] Teach decomposeBitTestICmp to look through truncate instructions by Craig Topper · 8 years ago
  4. b1e4b1a [InstSimplify] Teach decomposeBitTestICmp to handle non-canonical compares by Craig Topper · 8 years ago
  5. 0aa3a19 Recommit r310869, "[InstSimplify][InstCombine] Modify the interface of decomposeBitTestICmp and use it in the InstSimplify" by Craig Topper · 8 years ago[Renamed (80%) from llvm/lib/Transforms/Utils/CmpInstAnalysis.cpp]
  6. 69fa8e0 Revert r310869 "[InstSimplify][InstCombine] Modify the interface of decomposeBitTestICmp and use it in the InstSimplify" by Craig Topper · 8 years ago
  7. 2f0b4506 [InstSimplify][InstCombine] Modify the interface of decomposeBitTestICmp and use it in the InstSimplify by Craig Topper · 8 years ago
  8. 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
  9. bcfd2d1 [APInt] Rename getSignBit to getSignMask by Craig Topper · 8 years ago
  10. 683170b move decomposeBitTestICmp() to Transforms/Utils; NFC by Sanjay Patel · 9 years ago
  11. be53c65 fix documentation comments; NFC by Sanjay Patel · 9 years ago
  12. f40110f [C++] Use 'nullptr'. Transforms edition. by Craig Topper · 11 years ago
  13. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  14. a2886c2 Convert assert(0) to llvm_unreachable by Craig Topper · 14 years ago
  15. b48ed1a Remove unreachable code. (replace with llvm_unreachable to help GCC where necessary) by David Blaikie · 14 years ago
  16. ebf98c1 Refactor code used in InstCombine::FoldAndOfICmps to new file. by Pete Cooper · 14 years ago