[all-commits] [llvm/llvm-project] 055c9c: [IR] Add elementwise modifier to atomic loads
Harrison Hao via All-commits
all-commits at lists.llvm.org
Wed Jul 8 18:19:03 PDT 2026
Branch: refs/heads/users/harrisonGPU/atomic-elementwise
Home: https://github.com/llvm/llvm-project
Commit: 055c9c108d81a54eb344fc315bf2f69c64c8c553
https://github.com/llvm/llvm-project/commit/055c9c108d81a54eb344fc315bf2f69c64c8c553
Author: Harrison Hao <tsworld1314 at gmail.com>
Date: 2026-07-08 (Wed, 08 Jul 2026)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/include/llvm/IR/Instructions.h
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/lib/IR/AsmWriter.cpp
M llvm/lib/IR/Instruction.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/test/Assembler/atomic.ll
A llvm/test/Assembler/invalid-load-store-atomic-elementwise.ll
A llvm/test/Bitcode/atomic-load-store-elementwise.ll
Log Message:
-----------
[IR] Add elementwise modifier to atomic loads
Commit: 5e97cfdb3ab4a0b72239f4c04adca2a5dfea093a
https://github.com/llvm/llvm-project/commit/5e97cfdb3ab4a0b72239f4c04adca2a5dfea093a
Author: Harrison Hao <tsworld1314 at gmail.com>
Date: 2026-07-08 (Wed, 08 Jul 2026)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/include/llvm/IR/Instructions.h
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/test/Bitcode/compatibility.ll
Log Message:
-----------
Update for comments.
Commit: d1975d49056be178227fb2021a4c7dbd960c122a
https://github.com/llvm/llvm-project/commit/d1975d49056be178227fb2021a4c7dbd960c122a
Author: Harrison Hao <tsworld1314 at gmail.com>
Date: 2026-07-08 (Wed, 08 Jul 2026)
Changed paths:
M llvm/unittests/IR/VerifierTest.cpp
Log Message:
-----------
Add verifier test
Commit: 3a606e022598da8d9c62456b9467f72d3d0c9db3
https://github.com/llvm/llvm-project/commit/3a606e022598da8d9c62456b9467f72d3d0c9db3
Author: Harrison Hao <tsworld1314 at gmail.com>
Date: 2026-07-08 (Wed, 08 Jul 2026)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/test/Assembler/invalid-load-store-atomic-elementwise.ll
Log Message:
-----------
Update for comments
Commit: f6bcf1529e13f2009251eb926da80b750e946f94
https://github.com/llvm/llvm-project/commit/f6bcf1529e13f2009251eb926da80b750e946f94
Author: Harrison Hao <tsworld1314 at gmail.com>
Date: 2026-07-08 (Wed, 08 Jul 2026)
Changed paths:
M llvm/test/Assembler/invalid-load-store-atomic-elementwise.ll
Log Message:
-----------
Add element non byte
Commit: 1b7d8b0ec4f7d69c2247488674c92b882cd3034c
https://github.com/llvm/llvm-project/commit/1b7d8b0ec4f7d69c2247488674c92b882cd3034c
Author: Harrison Hao <tsworld1314 at gmail.com>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/include/llvm/IR/Instructions.h
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/unittests/IR/VerifierTest.cpp
Log Message:
-----------
Update doc
Compare: https://github.com/llvm/llvm-project/compare/d48cbc580967...1b7d8b0ec4f7
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list