index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Utils
/
Evaluator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[Evaluator] Walk initial elements when handling load through bitcast
Robert Lougher
2019-04-25
1
-38
/
+65
*
[CallSite removal] Migrate ConstantFolding APIs and implementation to
Chandler Carruth
2019-02-11
1
-1
/
+2
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IR] Add Instruction::isLifetimeStartOrEnd, NFC
Vedant Kumar
2018-12-21
1
-2
/
+1
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[Evaluator] Examine alias when evaluating function call
Eugene Leviant
2018-07-10
1
-2
/
+16
*
[Evaluator] Improve evaluation of call instruction
Eugene Leviant
2018-07-01
1
-7
/
+62
*
Revert r335324 due to a builtbot failure
Eugene Leviant
2018-06-22
1
-30
/
+3
*
[Evaluator] Improve evaluation of call instruction
Eugene Leviant
2018-06-22
1
-3
/
+30
*
Fix evaluator for non-zero alloca addr space
Yaxun Liu
2018-05-19
1
-1
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-63
/
+71
*
[GlobalOpt] Fix support for casts in ctors.
Mircea Trofin
2018-04-06
1
-1
/
+5
*
[Evaluator] Evaluate load/store with bitcast
Eugene Leviant
2018-03-13
1
-12
/
+22
*
Add an @llvm.sideeffect intrinsic
Dan Gohman
2017-11-08
1
-0
/
+4
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-26
1
-8
/
+20
*
[Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isM...
Craig Topper
2017-07-06
1
-1
/
+1
*
[InstSimplify] Don't constant fold or DCE calls that are marked nobuiltin
Andrew Kaylor
2017-06-09
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-1
/
+1
*
[IR] Remove some unneeded includes from Operator.h and fix cpp files that wer...
Craig Topper
2017-03-20
1
-0
/
+1
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
[ConstnatFolding] Teach the folder how to fold ConstantVector
David Majnemer
2016-07-29
1
-8
/
+8
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-1
/
+1
*
IR: Introduce ConstantAggregate, NFC
Duncan P. N. Exon Smith
2016-04-05
1
-2
/
+1
*
Add #include "llvm/Support/raw_ostream.h" to fix Windows build.
Peter Collingbourne
2016-02-03
1
-0
/
+1
*
Transforms: Move GlobalOpt's Evaluator to Utils where it can be reused.
Peter Collingbourne
2016-02-03
1
-0
/
+596