[all-commits] [llvm/llvm-project] 0ca77a: ScoreboardHazardRecognizer.h - remove unnecessary ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Apr 17 02:02:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0ca77adf3fc5a31aa06ecc512ae6743ff42422fa
https://github.com/llvm/llvm-project/commit/0ca77adf3fc5a31aa06ecc512ae6743ff42422fa
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/ScoreboardHazardRecognizer.h
Log Message:
-----------
ScoreboardHazardRecognizer.h - remove unnecessary llvm::InstrItineraryData forward declaration. NFC.
We have to include MCInstrItineraries.h where its defined.
Commit: 7fba79be095d36f0f5eb6bc706ae4c12f5793aff
https://github.com/llvm/llvm-project/commit/7fba79be095d36f0f5eb6bc706ae4c12f5793aff
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/ScheduleDFS.h
Log Message:
-----------
ScheduleDFS.h - Replace ArrayRef.h include with forward declaration. NFC.
We have no need to include the entire header.
Commit: ec99a24ccdaaf1508e43d29757ff33f3ffcb296f
https://github.com/llvm/llvm-project/commit/ec99a24ccdaaf1508e43d29757ff33f3ffcb296f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M llvm/include/llvm/Analysis/ConstantFolding.h
Log Message:
-----------
ConstantFolding.h - remove unused llvm::ConstantVector forward declaration. NFC.
Commit: aafca36609e65990e1a5df0b0cfb9352d61172b7
https://github.com/llvm/llvm-project/commit/aafca36609e65990e1a5df0b0cfb9352d61172b7
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M llvm/include/llvm/Transforms/IPO.h
Log Message:
-----------
IPO.h - remove unused llvm::Function forward declaration. NFC.
Compare: https://github.com/llvm/llvm-project/compare/0642e5e7a7e5...aafca36609e6
More information about the All-commits
mailing list