Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
cc2294a4ebfe628a3ced5539083494d3ecd7b51a
/
llvm
/
lib
/
Transforms
/
Utils
/
Evaluator.cpp
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
647025f
[InstSimplify] Don't constant fold or DCE calls that are marked nobuiltin
by Andrew Kaylor
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
927d8e6
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
by Chandler Carruth
· 9 years ago
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
0d955d0
Use the range variant of find instead of unpacking begin/end
by David Majnemer
· 9 years ago
d536f23
[ConstnatFolding] Teach the folder how to fold ConstantVector
by David Majnemer
· 9 years ago
5ce3272
Don't IPO over functions that can be de-refined
by Sanjoy Das
· 10 years ago
1de3c7e
IR: Introduce ConstantAggregate, NFC
by Duncan P. N. Exon Smith
· 10 years ago
83cc981
Add #include "llvm/Support/raw_ostream.h" to fix Windows build.
by Peter Collingbourne
· 10 years ago
9f7ec14
Transforms: Move GlobalOpt's Evaluator to Utils where it can be reused.
by Peter Collingbourne
· 10 years ago