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
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
[GVN] Fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-05
1
-9
/
+9
*
[NewGVN] Check that call has an access.
Alina Sbirlea
2019-10-15
1
-2
/
+5
*
[NewGVN] Use m_Br to simplify code a bit. (NFC)
Florian Hahn
2019-10-13
1
-5
/
+5
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-07
1
-1
/
+1
*
[Alignment][NFC] MaybeAlign in GVNExpression
Guillaume Chatelet
2019-09-27
1
-1
/
+1
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[NewGVN] Add unary FNeg support to NewGVN pass
Cameron McInally
2019-06-28
1
-0
/
+1
*
[NewGVN] Fix copy/paste mistake in cast
Nikita Popov
2019-06-22
1
-1
/
+1
*
[NewGVN] Remove dead SwitchEdges variable; NFC
Nikita Popov
2019-06-22
1
-4
/
+0
*
NewGVN: Handle addrspacecast
Matt Arsenault
2019-06-05
1
-2
/
+3
*
[IR] Add WithOverflowInst class
Nikita Popov
2019-04-16
1
-33
/
+7
*
[format] \t => ' '
Liang Zou
2019-03-12
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NewGVN] Update use counts for SSA copies when replacing them by their operands.
Florian Hahn
2018-12-15
1
-4
/
+7
*
Use llvm::copy. NFC
Fangrui Song
2018-11-17
1
-2
/
+1
*
[NewGVN] Make sure we do not add a user to itself.
Florian Hahn
2018-11-07
1
-3
/
+7
*
ADT/STLExtras: Introduce llvm::empty; NFC
Matthias Braun
2018-10-31
1
-1
/
+1
*
[TI removal] Switch NewGVN to directly use `Instruction`.
Chandler Carruth
2018-10-18
1
-3
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-4
/
+3
*
[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
[next]