[all-commits] [llvm/llvm-project] 0bd13e: ParallelCG.h - replace TargetMachine.h include wit...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Apr 12 05:37:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0bd13e98cb4fbdab8069105723f5e793a4116c66
https://github.com/llvm/llvm-project/commit/0bd13e98cb4fbdab8069105723f5e793a4116c66
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-12 (Sun, 12 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/ParallelCG.h
Log Message:
-----------
ParallelCG.h - replace TargetMachine.h include with forward declaration. NFC.
We need to include memory.h as it was being implicitly included.
Also remove unused llvm::TargetOptions forward declaration.
Commit: 9ad67737907e2a91f6e4c1403aae75e8e6a8dfb8
https://github.com/llvm/llvm-project/commit/9ad67737907e2a91f6e4c1403aae75e8e6a8dfb8
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-12 (Sun, 12 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAGISel.h
Log Message:
-----------
SelectionDAGISel.h - remove Pass.h include and forward declarations. NFC.
Remove Pass.h include - we don't use anything direct from the header and its implicitly included by MachineFunctionPass.h.
Remove unused forward declarations.
Commit: c46e65fa803b024aada69d81f457900e31013a2b
https://github.com/llvm/llvm-project/commit/c46e65fa803b024aada69d81f457900e31013a2b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-12 (Sun, 12 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/VirtRegMap.h
Log Message:
-----------
VirtRegMap.h - remove unnecessary MCRegisterInfo.h include. NFC
Commit: d02bc5e15068fd11edf2739503561dead918784b
https://github.com/llvm/llvm-project/commit/d02bc5e15068fd11edf2739503561dead918784b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-12 (Sun, 12 Apr 2020)
Changed paths:
M llvm/include/llvm/Pass.h
Log Message:
-----------
Pass.h - replace StringRef.h include with forward declaration. NFC.
Compare: https://github.com/llvm/llvm-project/compare/ae1e353a258a...d02bc5e15068
More information about the All-commits
mailing list