1. 38c02bc [Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  2. 1bbdf4e [DemandedBits] fix formatting; NFC by Sanjay Patel · 8 years ago
  3. bb8dbcf [BDCE] Add comments. NFC by Xin Tong · 8 years ago
  4. 9fe3579 [ValueTracking] Remove const_casts on several calls to computeKnownBits and ComputeSignBit. NFC by Craig Topper · 8 years ago
  5. 8df66c6 [KnownBits] Add bit counting methods to KnownBits struct and use them where possible by Craig Topper · 8 years ago
  6. 24db6b8 [APInt] Add clearSignBit method. Use it and setSignBit in a few places. NFCI by Craig Topper · 9 years ago
  7. b45eabc [ValueTracking] Introduce a KnownBits struct to wrap the two APInts for computeKnownBits by Craig Topper · 9 years ago
  8. 0a7894d [Analysis] Support bitreverse in -demanded-bits pass by Brian Gesiak · 9 years ago
  9. aec2fa3 Revert @llvm.assume with operator bundles (r289755-r289757) by Daniel Jasper · 9 years ago
  10. 3ca4a6b Remove the AssumptionCache by Hal Finkel · 9 years ago
  11. dab4eae [PM] Change the static object whose address is used to uniquely identify by Chandler Carruth · 9 years ago
  12. 36e0d01 Consistently use FunctionAnalysisManager by Sean Silva · 9 years ago
  13. a9e477b [DemandedBits] Reduce number of duplicated DenseMap lookups. by Benjamin Kramer · 9 years ago
  14. de16b44 Port DemandedBits to the new pass manager. by Michael Kuperstein · 10 years ago
  15. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  16. 6e518a3 [DemandedBits] Revert r249687 due to PR26071 by James Molloy · 10 years ago
  17. 820f754 Make some headers self-contained, remove unused includes that violate layering. by Benjamin Kramer · 10 years ago
  18. 121de0b [DemandedBits] Fix computation of demanded bits for ICmps by James Molloy · 10 years ago
  19. e9d50dc Compute demanded bits for icmp instructions by James Molloy · 10 years ago
  20. bcd7f0a Treat Mul just like Add and Subtract by James Molloy · 10 years ago
  21. ab9fdb9 Make demanded bits lazy by James Molloy · 10 years ago
  22. 0a7d0ad Untabify. by NAKAMURA Takumi · 10 years ago
  23. 8496503 Reformat comment lines. by NAKAMURA Takumi · 10 years ago
  24. 70ad98a Reformat. by NAKAMURA Takumi · 10 years ago
  25. 87405c7 Separate out BDCE's analysis into a separate DemandedBits analysis. by James Molloy · 10 years ago