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