[all-commits] [llvm/llvm-project] 8b70d5: [LLD] Set alignment as part of Characteristics in ...
Luqman Aden via All-commits
all-commits at lists.llvm.org
Wed Oct 14 19:37:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8b70d527d7ec1c8b9e921177119a0d906ffad4f0
https://github.com/llvm/llvm-project/commit/8b70d527d7ec1c8b9e921177119a0d906ffad4f0
Author: Luqman Aden <me at luqman.ca>
Date: 2020-10-14 (Wed, 14 Oct 2020)
Changed paths:
M lld/COFF/Writer.cpp
M llvm/include/llvm/Object/COFF.h
Log Message:
-----------
[LLD] Set alignment as part of Characteristics in TLS table.
Differential Revision: https://reviews.llvm.org/D88637
Commit: 0778cad9f325df4d7b32b22f3dba201a16a0b8fe
https://github.com/llvm/llvm-project/commit/0778cad9f325df4d7b32b22f3dba201a16a0b8fe
Author: Luqman Aden <me at luqman.ca>
Date: 2020-10-14 (Wed, 14 Oct 2020)
Changed paths:
M llvm/include/llvm/Object/COFF.h
Log Message:
-----------
Fix style warnings.
Commit: f80950a8bb985c082b26534b0e157447bf803935
https://github.com/llvm/llvm-project/commit/f80950a8bb985c082b26534b0e157447bf803935
Author: Luqman Aden <me at luqman.ca>
Date: 2020-10-14 (Wed, 14 Oct 2020)
Changed paths:
M lld/test/COFF/tls-alignment-32.ll
M lld/test/COFF/tls-alignment-64.ll
Log Message:
-----------
Update tests.
Commit: 51fbc1bef657bb0f5808986555ec3517a84768c4
https://github.com/llvm/llvm-project/commit/51fbc1bef657bb0f5808986555ec3517a84768c4
Author: Luqman Aden <me at luqman.ca>
Date: 2020-10-14 (Wed, 14 Oct 2020)
Changed paths:
M llvm/include/llvm/Object/COFF.h
Log Message:
-----------
Mask out existing alignment bits.
Commit: 7fe13af676678815989a6d0ece684687953245e7
https://github.com/llvm/llvm-project/commit/7fe13af676678815989a6d0ece684687953245e7
Author: Luqman Aden <me at luqman.ca>
Date: 2020-10-14 (Wed, 14 Oct 2020)
Changed paths:
M lld/COFF/Writer.cpp
Log Message:
-----------
Nit: Use early return to reduce indentation.
Compare: https://github.com/llvm/llvm-project/compare/b3a38bc2dcab...7fe13af67667
More information about the All-commits
mailing list