[all-commits] [llvm/llvm-project] fd283d: X86MacroFusion.h - reduce MachineScheduler.h inclu...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Apr 26 06:53:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fd283ddb9bd65581834ad3259c8f7f15a3ac15a0
https://github.com/llvm/llvm-project/commit/fd283ddb9bd65581834ad3259c8f7f15a3ac15a0
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-26 (Sun, 26 Apr 2020)
Changed paths:
M llvm/lib/Target/X86/X86MacroFusion.h
Log Message:
-----------
X86MacroFusion.h - reduce MachineScheduler.h include. NFC.
We only need a ScheduleDAGMutation forward declaration.
Commit: 5cc84d095ea64d317178450edcf53e2a10eaf865
https://github.com/llvm/llvm-project/commit/5cc84d095ea64d317178450edcf53e2a10eaf865
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-26 (Sun, 26 Apr 2020)
Changed paths:
M llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
Log Message:
-----------
X86MCTargetDesc.cpp - remove MSVC intrin.h include. NFC.
This was needed when the file called cpuid but that was removed at rL233170.
Commit: a90d939030e02c624311a32cf7d88ca36fba532f
https://github.com/llvm/llvm-project/commit/a90d939030e02c624311a32cf7d88ca36fba532f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-26 (Sun, 26 Apr 2020)
Changed paths:
M llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
Log Message:
-----------
X86MCTargetDesc.h - remove unused DataType.h include. NFC.
Commit: 57fc701cf36724e356765b0150fbaf90ae1b7184
https://github.com/llvm/llvm-project/commit/57fc701cf36724e356765b0150fbaf90ae1b7184
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-26 (Sun, 26 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/MachineFunction.h
Log Message:
-----------
MachineFunction.h - reduce includes to forward declarations. NFC.
Commit: 33f043cc9f1af5e864d07ae69858ee51d323f7da
https://github.com/llvm/llvm-project/commit/33f043cc9f1af5e864d07ae69858ee51d323f7da
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-26 (Sun, 26 Apr 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
Log Message:
-----------
X86ISelDAGToDAG.cpp - remove unnecessary includes. NFC.
The X86 specific headers have to include these so we don't need to duplicate.
Compare: https://github.com/llvm/llvm-project/compare/3e14b95d99da...33f043cc9f1a
More information about the All-commits
mailing list