Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
0972a390b9c74cd994ad0250cf392aecb67502a3
/
polly
/
lib
/
Support
/
VirtualInstruction.cpp
0972a39
LLVM_FALLTHROUGH => [[fallthrough]]. NFC
by Fangrui Song
· 2 years, 9 months ago
9820dd9
[Polly] Support for InlineAsm.
by Michael Kruse
· 3 years, 8 months ago
031bb16
Apply include-what-you-use #include removal suggestions. NFC.
by Michael Kruse
· 6 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
9ae926b
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
by Chandler Carruth
· 7 years ago
6538f40
Drop unnecessary whitespace [NFCI]
by Tobias Grosser
· 7 years ago
1ed2bc5
[VirtualInst] Derive correct use kind of PHI operands. NFC.
by Michael Kruse
· 7 years ago
b6b6583
[Simplify] Mark (and sweep) based on latest access relation.
by Michael Kruse
· 8 years ago
0c6c555
Fix Memory Access of failing tests.
by Michael Kruse
· 8 years ago
2307f86
[ForwardOpTree] Allow forwarding in the presence of region statements
by Tobias Grosser
· 8 years ago
1046aa3
[VirtualInstruction] Handle MetadataAsValue as constant.
by Michael Kruse
· 8 years ago
672c011
[VirtualInstruction] Avoid use of getStmtFor(BB). NFC.
by Michael Kruse
· 8 years ago
8e41d2b
[Simplify] Do not remove dependencies of phis within region stmts.
by Michael Kruse
· 8 years ago
fd7f409
[VirtualInstruction] Do not iterate over a region statement's instruction list. NFC.
by Michael Kruse
· 8 years ago
a508a4e
[ScopBuilder/Simplify] Refactor isEscaping. NFC.
by Michael Kruse
· 8 years ago
8a8aca4
[Simplify] Count PHINodes in simplifiable exit nodes as escaping use.
by Michael Kruse
· 8 years ago
95b39da
[Simplify] Fix invalid removal write for escaping values.
by Michael Kruse
· 8 years ago
8d89179
[ScopInfo] Rename ScopStmt::contains(BB) to represents(BB). NFC.
by Michael Kruse
· 8 years ago
e186013
Annotate dump() functions with LLVM_DUMP_METHOD. NFC.
by Michael Kruse
· 8 years ago
22058c3
[Simplify] Remove unused instructions and accesses.
by Michael Kruse
· 8 years ago
89da6bb
Make byref llvm::Use parameters const. NFC.
by Michael Kruse
· 8 years ago
bfaa185
[VirtualInstruction] Do a lookup instead of a linear search. NFC.
by Michael Kruse
· 8 years ago
eedae76
Introduce VirtualUse. NFC.
by Michael Kruse
· 8 years ago