Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
29e16deb177528da8858d9866381cf12e40b406a
/
llvm
/
lib
/
CodeGen
/
MachinePipeliner.cpp
6bdc755
Spelling mistakes in comments. NFCI.
by Simon Pilgrim
· 9 years ago
b518054
Rename AttributeSet to AttributeList
by Reid Kleckner
· 9 years ago
fbfb19b
Remove redundant conditions (PR31753). NFCI.
by Simon Pilgrim
· 9 years ago
3f6260c
[MachinePipeliner] Remove redundant destructor. NFC.
by Benjamin Kramer
· 9 years ago
8c209aa
Cleanup dump() functions.
by Matthias Braun
· 9 years ago
8839124
Add the DAG mutation interface to the software pipeliner
by Krzysztof Parzyszek
· 9 years ago
df24da2
Fix two bugs in the pipeliner in renaming phis in the prolog and epilog
by Krzysztof Parzyszek
· 9 years ago
91b5cf8
Extract LaneBitmask into a separate type
by Krzysztof Parzyszek
· 9 years ago
3d8482a
Remove redundant condition (PR28800) NFCI.
by Simon Pilgrim
· 9 years ago
fc37155
Use MachineInstr::mop_iterator instead of MIOperands; NFC
by Matthias Braun
· 9 years ago
1b9fc8e
Finish renaming remaining analyzeBranch functions
by Matt Arsenault
· 9 years ago
e8e0f5c
Make analyzeBranch family of instruction names consistent
by Matt Arsenault
· 9 years ago
adbf09e
[CodeGen] Split out the notions of MI invariance and MI dereferenceability.
by Justin Lebar
· 9 years ago
d98cf00
[CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantLoad. NFC
by Justin Lebar
· 9 years ago
5c001c3
ADT: Give ilist<T>::reverse_iterator a handle to the current node
by Duncan P. N. Exon Smith
· 9 years ago
0a33a7a
[CodeGen] Convert a loop to a for-each loop. NFC
by Justin Lebar
· 9 years ago
65b6ebc
[Pipeliner] Fix an asssert due to invalid Phi in the epilog
by Brendon Cahoon
· 9 years ago
cf56e92
Minor comment fix ("generate" --> "generates").
by Justin Lebar
· 9 years ago
cdc7161
Fix some Clang-tidy modernize and Include What You Use warnings.
by Eugene Zelenko
· 9 years ago
b7d3311
Move helpers into anonymous namespaces. NFC.
by Benjamin Kramer
· 9 years ago
8fb181c
Replace MachineInstr* with MachineInstr& in TargetInstrInfo, NFC
by Krzysztof Parzyszek
· 9 years ago
b39236b
Fixed (incorrectly firing) MSVC unused variable warning
by Simon Pilgrim
· 9 years ago
254f889
MachinePipeliner pass that implements Swing Modulo Scheduling
by Brendon Cahoon
· 9 years ago