[all-commits] [llvm/llvm-project] 4d6255: [IR] Add elementwise modifier to atomic loads

Harrison Hao via All-commits all-commits at lists.llvm.org
Wed Jul 8 19:42:21 PDT 2026


  Branch: refs/heads/users/harrisonGPU/atomic-elementwise
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d62555957acb835953d1e6fe8bb02db205704bf
      https://github.com/llvm/llvm-project/commit/4d62555957acb835953d1e6fe8bb02db205704bf
  Author: Harrison Hao <tsworld1314 at gmail.com>
  Date:   2026-07-09 (Thu, 09 Jul 2026)

  Changed paths:
    M llvm/docs/LangRef.md
    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: 6f28763fa68357326d91aadd92036682ddb6dd95
      https://github.com/llvm/llvm-project/commit/6f28763fa68357326d91aadd92036682ddb6dd95
  Author: Harrison Hao <tsworld1314 at gmail.com>
  Date:   2026-07-09 (Thu, 09 Jul 2026)

  Changed paths:
    M llvm/docs/LangRef.md
    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: 6c30e600486bd92f6c45747dcd182db652c71f96
      https://github.com/llvm/llvm-project/commit/6c30e600486bd92f6c45747dcd182db652c71f96
  Author: Harrison Hao <tsworld1314 at gmail.com>
  Date:   2026-07-09 (Thu, 09 Jul 2026)

  Changed paths:
    M llvm/unittests/IR/VerifierTest.cpp

  Log Message:
  -----------
  Add verifier test


  Commit: d775421c566350fd511c804326049429edef33ab
      https://github.com/llvm/llvm-project/commit/d775421c566350fd511c804326049429edef33ab
  Author: Harrison Hao <tsworld1314 at gmail.com>
  Date:   2026-07-09 (Thu, 09 Jul 2026)

  Changed paths:
    M llvm/docs/LangRef.md
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/test/Assembler/invalid-load-store-atomic-elementwise.ll

  Log Message:
  -----------
  Update for comments


  Commit: e6ea217da040e29486ab6a9fa938ca26767cf75b
      https://github.com/llvm/llvm-project/commit/e6ea217da040e29486ab6a9fa938ca26767cf75b
  Author: Harrison Hao <tsworld1314 at gmail.com>
  Date:   2026-07-09 (Thu, 09 Jul 2026)

  Changed paths:
    M llvm/test/Assembler/invalid-load-store-atomic-elementwise.ll

  Log Message:
  -----------
  Add element non byte


  Commit: 3d6acef029872d526f00aa2df05e2edd8201671a
      https://github.com/llvm/llvm-project/commit/3d6acef029872d526f00aa2df05e2edd8201671a
  Author: Harrison Hao <tsworld1314 at gmail.com>
  Date:   2026-07-09 (Thu, 09 Jul 2026)

  Changed paths:
    M llvm/docs/LangRef.md
    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


  Commit: 28711b8245e7bb2063295c3481247e35e701b0b0
      https://github.com/llvm/llvm-project/commit/28711b8245e7bb2063295c3481247e35e701b0b0
  Author: Harrison Hao <tsworld1314 at gmail.com>
  Date:   2026-07-09 (Thu, 09 Jul 2026)

  Changed paths:
    M llvm/include/llvm/IR/Instructions.h

  Log Message:
  -----------
  Fix Typo


Compare: https://github.com/llvm/llvm-project/compare/fc68a8b5638a...28711b8245e7

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