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
/
polly
/
lib
/
Support
/
VirtualInstruction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply include-what-you-use #include removal suggestions. NFC.
Michael Kruse
2019-03-28
1
-1
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
Drop unnecessary whitespace [NFCI]
Tobias Grosser
2018-06-11
1
-2
/
+2
*
[VirtualInst] Derive correct use kind of PHI operands. NFC.
Michael Kruse
2018-01-23
1
-6
/
+26
*
[Simplify] Mark (and sweep) based on latest access relation.
Michael Kruse
2017-10-26
1
-2
/
+2
*
Fix Memory Access of failing tests.
Michael Kruse
2017-09-01
1
-1
/
+1
*
[ForwardOpTree] Allow forwarding in the presence of region statements
Tobias Grosser
2017-08-31
1
-5
/
+9
*
[VirtualInstruction] Handle MetadataAsValue as constant.
Michael Kruse
2017-08-03
1
-1
/
+1
*
[VirtualInstruction] Avoid use of getStmtFor(BB). NFC.
Michael Kruse
2017-08-03
1
-1
/
+6
*
[Simplify] Do not remove dependencies of phis within region stmts.
Michael Kruse
2017-07-28
1
-1
/
+2
*
[VirtualInstruction] Do not iterate over a region statement's instruction lis...
Michael Kruse
2017-07-28
1
-0
/
+1
*
[ScopBuilder/Simplify] Refactor isEscaping. NFC.
Michael Kruse
2017-07-27
1
-20
/
+2
*
[Simplify] Count PHINodes in simplifiable exit nodes as escaping use.
Michael Kruse
2017-07-27
1
-0
/
+7
*
[Simplify] Fix invalid removal write for escaping values.
Michael Kruse
2017-07-26
1
-2
/
+2
*
[ScopInfo] Rename ScopStmt::contains(BB) to represents(BB). NFC.
Michael Kruse
2017-07-25
1
-1
/
+1
*
Annotate dump() functions with LLVM_DUMP_METHOD. NFC.
Michael Kruse
2017-07-21
1
-2
/
+2
*
[Simplify] Remove unused instructions and accesses.
Michael Kruse
2017-07-20
1
-0
/
+273
*
Make byref llvm::Use parameters const. NFC.
Michael Kruse
2017-07-19
1
-1
/
+2
*
[VirtualInstruction] Do a lookup instead of a linear search. NFC.
Michael Kruse
2017-05-11
1
-20
/
+1
*
Introduce VirtualUse. NFC.
Michael Kruse
2017-05-04
1
-0
/
+146