[all-commits] [llvm/llvm-project] 4ae1bb: [AsmPrinter] Remove orphan DwarfUnit::shareAcrossD...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Sep 17 03:15:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4ae1bb193a596d5dab8e4e6acfcc081972b166a3
https://github.com/llvm/llvm-project/commit/4ae1bb193a596d5dab8e4e6acfcc081972b166a3
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-17 (Thu, 17 Sep 2020)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
Log Message:
-----------
[AsmPrinter] Remove orphan DwarfUnit::shareAcrossDWOCUs declaration. NFCI.
Method implementation no longer exists.
Commit: 8adf92e2d11ad23c946ae5bc10fc17505389e956
https://github.com/llvm/llvm-project/commit/8adf92e2d11ad23c946ae5bc10fc17505389e956
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-17 (Thu, 17 Sep 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.h
Log Message:
-----------
[AMDGPU] Remove orphan SITargetLowering::LowerINT_TO_FP declaration. NFCI.
Method implementation no longer exists.
Commit: 550b1a6fd46f59134b2629ce23ca6a7874b45585
https://github.com/llvm/llvm-project/commit/550b1a6fd46f59134b2629ce23ca6a7874b45585
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-17 (Thu, 17 Sep 2020)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Log Message:
-----------
[AsmPrinter] DwarfDebug - use DebugLoc const references where possible. NFC.
Avoid unnecessary copies.
Compare: https://github.com/llvm/llvm-project/compare/347d59b16c71...550b1a6fd46f
More information about the All-commits
mailing list