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