[all-commits] [llvm/llvm-project] ffd9cf: AArch6/ARMTargetParser.h - move Triple.h dependenc...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri May 8 03:11:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ffd9cfa740c80416f07e39457ce571933de79613
https://github.com/llvm/llvm-project/commit/ffd9cfa740c80416f07e39457ce571933de79613
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-08 (Fri, 08 May 2020)
Changed paths:
M llvm/include/llvm/Support/AArch64TargetParser.h
M llvm/include/llvm/Support/ARMTargetParser.h
M llvm/lib/Support/AArch64TargetParser.cpp
M llvm/lib/Support/ARMTargetParser.cpp
Log Message:
-----------
AArch6/ARMTargetParser.h - move Triple.h dependency down to cpp file. NFC.
Reduce Triple.h include to a forward declaration in the header. Only the implementations in the cpp files need the actual Triple class definition.
Commit: 8fd9af4518623f9a076d066adaad152304170fc0
https://github.com/llvm/llvm-project/commit/8fd9af4518623f9a076d066adaad152304170fc0
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-08 (Fri, 08 May 2020)
Changed paths:
M llvm/include/llvm/Remarks/Remark.h
M llvm/lib/Remarks/Remark.cpp
Log Message:
-----------
Remark.h - reduce ArrayRef.h include to SmallVector.h. NFC.
We only need to include SmallVector.h in Remark.h, and then the more bulky ArrayRef.h in Remark.cpp.
Compare: https://github.com/llvm/llvm-project/compare/5d5f61fc894b...8fd9af451862
More information about the All-commits
mailing list