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
/
Scalar
/
NewGVN.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NewGVN] Mark function as changed if we erase instructions.
Florian Hahn
2018-09-07
1
-2
/
+4
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[InstrSimplify,NewGVN] Add option to ignore additional instr info when simpli...
Florian Hahn
2018-08-17
1
-2
/
+2
*
[MISC]Fix wrong usage of std::equal()
Chen Zheng
2018-08-17
1
-6
/
+2
*
[GVN,NewGVN] Move patchReplacementInstruction to Utils/Local.h
Florian Hahn
2018-08-07
1
-31
/
+0
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[DebugCounters] Keep track of total counts
George Burgess IV
2018-07-23
1
-1
/
+1
*
Revert "Extend CFGPrinter and CallPrinter with Heat Colors"
Sean Fertile
2018-06-29
1
-1
/
+1
*
Extend CFGPrinter and CallPrinter with Heat Colors
Sean Fertile
2018-06-29
1
-1
/
+1
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-14
1
-4
/
+4
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[NewGVN] Fix set comparison; reflow comment
George Burgess IV
2018-05-30
1
-7
/
+8
*
[NewGVN] Fix handling of assumes
Florian Hahn
2018-05-22
1
-4
/
+4
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-110
/
+126
*
[NewGVN] Split OpPHI detection and creation.
Florian Hahn
2018-04-20
1
-103
/
+117
*
[NewGVN] Add ops as dependency if we cannot find a leader for ValueOp.
Florian Hahn
2018-04-19
1
-2
/
+11
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-7
/
+8
*
[NFC] fix trivial typos in documents and comments
Hiroshi Inoue
2018-04-12
1
-1
/
+1
*
[NFC] fix trivial typos in comments and error message
Hiroshi Inoue
2018-04-09
1
-1
/
+1
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[NewGVN] Update phi-of-ops def block when updating existing ValuePHI.
Florian Hahn
2018-02-27
1
-0
/
+1
*
NewGVN: Fix PR/33367, which was causing us to delete non-copy intrinsics acci...
Daniel Berlin
2018-01-09
1
-2
/
+5
*
[NewGVN] Stop assuming PHI args ordering when looking at phi-of-ops.
Davide Italiano
2017-10-30
1
-1
/
+1
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-20
1
-32
/
+127
*
NewGVN: Factor out duplicate parts of OpIsSafeForPHIOfOps
Daniel Berlin
2017-10-06
1
-45
/
+31
*
NewGVN: Fix PR 34473, by not using ExactlyEqualsExpression for finding
Daniel Berlin
2017-09-30
1
-6
/
+6
*
NewGVN: Evaluate phi of ops expressions before creating phi node
Daniel Berlin
2017-09-30
1
-48
/
+72
*
NewGVN: Allow dependent PHI of ops
Daniel Berlin
2017-09-30
1
-57
/
+100
*
NewGVN: Make OpIsSafeForPhiOfOps non-recursive
Daniel Berlin
2017-09-30
1
-7
/
+38
*
NewGVN: Remove unused includes
Daniel Berlin
2017-09-20
1
-21
/
+0
*
NewGVN: Fix PR 34430 - we need to look through predicateinfo copies to detect...
Daniel Berlin
2017-09-05
1
-31
/
+32
*
NewGVN: Fix PR 34452 by passing instruction all the way down when we do aggre...
Daniel Berlin
2017-09-05
1
-7
/
+9
*
NewGVN: Detect copies through predicateinfo
Daniel Berlin
2017-09-05
1
-1
/
+12
*
NewGVN: Change where check for original instruction in phi of ops leader find...
Daniel Berlin
2017-09-05
1
-3
/
+8
*
Fix PR/33305. caused by trying to simplify expressions in phi of ops that sho...
Daniel Berlin
2017-09-02
1
-50
/
+144
*
NewGVN: Make sure we don't incorrectly use PredicateInfo when doing PHI of ops
Daniel Berlin
2017-09-01
1
-3
/
+10
*
NewGVN: Make sure we add the correct user if we swapped the comparison operands
Daniel Berlin
2017-08-30
1
-2
/
+4
*
NewGVN: Allow simplification into variables
Daniel Berlin
2017-08-30
1
-22
/
+21
*
[NewGVN] Use `auto` when the type is obvious NFCI.
Davide Italiano
2017-08-26
1
-2
/
+2
*
NewGVN: Fix PR33204 - We need to add memory users when we bypass memorydefs f...
Daniel Berlin
2017-08-26
1
-4
/
+8
*
NewGVN: We weren't properly simplifying selects with equal arguments due to a...
Daniel Berlin
2017-08-24
1
-1
/
+1
*
Move helper classes into anonymous namespaces.
Benjamin Kramer
2017-08-20
1
-0
/
+2
*
[DebugCounter] Move the semicolon out of the DEBUG_COUNTER macro and require ...
Craig Topper
2017-08-10
1
-2
/
+2
*
[NewGVN] Add CL option to control the generation of phi-of-ops (disable by de...
Chad Rosier
2017-08-10
1
-0
/
+6
*
[NewGVN] Use a cast instead of a dyn_cast.
Chad Rosier
2017-08-08
1
-1
/
+3
*
[NewGVN] Fix the case where we have a phi-of-ops which goes away.
Davide Italiano
2017-08-03
1
-6
/
+27
*
[NewGVN] fix typos; NFC
Sanjay Patel
2017-08-03
1
-8
/
+8
*
[NewGVN] Fold single-use variables. NFCI.
Davide Italiano
2017-08-02
1
-5
/
+3
*
[NewGVN] Remove a (now stale) comment. NFCI.
Davide Italiano
2017-08-02
1
-1
/
+0
*
[NewGVN] Check for congruency of memory accesses.
Davide Italiano
2017-07-11
1
-1
/
+2
[next]