Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
8dabda70afba00d82f30e83bf0d513076eba37ab
/
llvm
/
lib
/
Transforms
/
Utils
/
Evaluator.cpp
6e41344
[Evaluator] Improve evaluation of call instruction
by Eugene Leviant
· 7 years ago
6d711ca
Revert r335324 due to a builtbot failure
by Eugene Leviant
· 7 years ago
ea19c94
[Evaluator] Improve evaluation of call instruction
by Eugene Leviant
· 7 years ago
ea988f1
Fix evaluator for non-zero alloca addr space
by Yaxun Liu
· 7 years ago
d34e60c
Rename DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 7 years ago
aa3fea6c
[GlobalOpt] Fix support for casts in ctors.
by Mircea Trofin
· 8 years ago
6f42a2c
[Evaluator] Evaluate load/store with bitcast
by Eugene Leviant
· 8 years ago
2c74fe9
Add an @llvm.sideeffect intrinsic
by Dan Gohman
· 8 years ago
5adb96c
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 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
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