[all-commits] [llvm/llvm-project] 1c34ac: LeonPasses.h - remove orphan function declarations...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Sep 7 10:37:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1c34ac03a2de0e10f95f16526296dcae5166d129
https://github.com/llvm/llvm-project/commit/1c34ac03a2de0e10f95f16526296dcae5166d129
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-07 (Mon, 07 Sep 2020)
Changed paths:
M llvm/lib/Target/Sparc/LeonPasses.h
Log Message:
-----------
LeonPasses.h - remove orphan function declarations. NFCI.
The implementations no longer exist.
Commit: dfc333050b544173741b66f27872cebb2b7ab983
https://github.com/llvm/llvm-project/commit/dfc333050b544173741b66f27872cebb2b7ab983
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-07 (Mon, 07 Sep 2020)
Changed paths:
M llvm/lib/Target/Sparc/LeonPasses.cpp
M llvm/lib/Target/Sparc/LeonPasses.h
Log Message:
-----------
LeonPasses.h - remove unnecessary includes. NFCI.
Reduce to forward declarations and move includes to LeonPasses.cpp where necessary.
Commit: 95ca3aacf0f82955e9d259484b886c260337285c
https://github.com/llvm/llvm-project/commit/95ca3aacf0f82955e9d259484b886c260337285c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-07 (Mon, 07 Sep 2020)
Changed paths:
M llvm/lib/Target/BPF/BTFDebug.h
Log Message:
-----------
BTFDebug.h - reduce MachineInstr.h include to forward declaration. NFCI.
Commit: 4e89a0ab02148c71d5be076e0d7262e93010006b
https://github.com/llvm/llvm-project/commit/4e89a0ab02148c71d5be076e0d7262e93010006b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-07 (Mon, 07 Sep 2020)
Changed paths:
M llvm/lib/Target/Mips/MipsISelLowering.h
Log Message:
-----------
MipsISelLowering.h - remove CCState/CCValAssign forward declarations. NFCI.
These are already defined in the CallingConvLower.h include.
Commit: 5ea9e655efdd1188d9864a6c97a7a9b772559ff5
https://github.com/llvm/llvm-project/commit/5ea9e655efdd1188d9864a6c97a7a9b772559ff5
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-07 (Mon, 07 Sep 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
VPlan.h - remove unnecessary forward declarations. NFCI.
Already defined in includes.
Compare: https://github.com/llvm/llvm-project/compare/7a6d6f0f7046...5ea9e655efdd
More information about the All-commits
mailing list