[all-commits] [llvm/llvm-project] 4eb47e: [TargetLowering] getABIAlignmentForCallingConv - p...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Jun 10 03:09:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4eb47e3cd4c04a0f1fd8aceacafe2c45b174161f
https://github.com/llvm/llvm-project/commit/4eb47e3cd4c04a0f1fd8aceacafe2c45b174161f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-06-10 (Thu, 10 Jun 2021)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/ARM/ARMISelLowering.h
M llvm/lib/Target/Mips/MipsISelLowering.h
Log Message:
-----------
[TargetLowering] getABIAlignmentForCallingConv - pass DataLayout by const reference. NFCI.
Avoid unnecessary copies and match every other method in TargetLowering that takes DataLayout as an argument.
Commit: 0ce61d47c03df280ce41e226527f8c72fcfa4b13
https://github.com/llvm/llvm-project/commit/0ce61d47c03df280ce41e226527f8c72fcfa4b13
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-06-10 (Thu, 10 Jun 2021)
Changed paths:
M clang-tools-extra/clangd/unittests/SelectionTests.cpp
Log Message:
-----------
Add explicit braces to silence warning about ambiguous 'else' inside the EXPECT_EQ macro. NFCI.
Commit: b01d393fc0350bf85e35d07d7b02fe6fdfffbdac
https://github.com/llvm/llvm-project/commit/b01d393fc0350bf85e35d07d7b02fe6fdfffbdac
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-06-10 (Thu, 10 Jun 2021)
Changed paths:
M llvm/lib/Transforms/Utils/MemoryOpRemark.cpp
Log Message:
-----------
Fix MSVC int64_t -> uint64_t "narrowing conversion" warning.
Compare: https://github.com/llvm/llvm-project/compare/7fb1f62d12c6...b01d393fc035
More information about the All-commits
mailing list