[all-commits] [llvm/llvm-project] c96ca7: TypeBasedAliasAnalysis.h - replace InstrTypes.h in...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Apr 19 03:17:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c96ca71a9f282c731954b3ae53275c4916a13e26
https://github.com/llvm/llvm-project/commit/c96ca71a9f282c731954b3ae53275c4916a13e26
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-19 (Sun, 19 Apr 2020)
Changed paths:
M llvm/include/llvm/Analysis/TypeBasedAliasAnalysis.h
Log Message:
-----------
TypeBasedAliasAnalysis.h - replace InstrTypes.h include with forward declaration. NFC.
Commit: 9308dffc218f121c35c6b9adaeaf64e607493329
https://github.com/llvm/llvm-project/commit/9308dffc218f121c35c6b9adaeaf64e607493329
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-19 (Sun, 19 Apr 2020)
Changed paths:
M llvm/include/llvm/Transforms/Utils/BuildLibCalls.h
Log Message:
-----------
BuildLibCalls.h - remove unnecessary TargetLibraryInfo forward declaration. NFC
We already have to include the TargetLibraryInfo.h header.
Commit: cbd790a443c2f119a452cf033214b162fe82628c
https://github.com/llvm/llvm-project/commit/cbd790a443c2f119a452cf033214b162fe82628c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-19 (Sun, 19 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/DebugHandlerBase.h
M llvm/lib/Target/BPF/BTFDebug.h
Log Message:
-----------
DebugHandlerBase.h - reduce MachineInstr.h include to DebugLoc.h include.
We were only including MachineInstr.h for DebugLoc.h. This exposes an implicit include dependency in BTFDebug.h where I've had to add the MachineInstr.h include.
Compare: https://github.com/llvm/llvm-project/compare/ff54d1c89784...cbd790a443c2
More information about the All-commits
mailing list