[all-commits] [llvm/llvm-project] 43d421: Adding DIBuilder interface for assumed length string

ykhatav via All-commits all-commits at lists.llvm.org
Thu Feb 10 12:25:30 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 43d421cda395e965526a7e8c723449d742118742
      https://github.com/llvm/llvm-project/commit/43d421cda395e965526a7e8c723449d742118742
  Author: YASHASVI KHATAVKAR <yashasvi.khatavkar at intel.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/lib/IR/DIBuilder.cpp
    M llvm/unittests/IR/DebugInfoTest.cpp

  Log Message:
  -----------
  Adding DIBuilder interface for assumed length string


  Commit: 2c5dfeed2f7713c17ce457b4f82dce052fee1363
      https://github.com/llvm/llvm-project/commit/2c5dfeed2f7713c17ce457b4f82dce052fee1363
  Author: YASHASVI KHATAVKAR <yashasvi.khatavkar at intel.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/lib/IR/DIBuilder.cpp

  Log Message:
  -----------
  Addressed review comments


  Commit: 99f990be64804d1880f762609ec9b49added691a
      https://github.com/llvm/llvm-project/commit/99f990be64804d1880f762609ec9b49added691a
  Author: YASHASVI KHATAVKAR <yashasvi.khatavkar at intel.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/lib/IR/DIBuilder.cpp
    M llvm/unittests/IR/DebugInfoTest.cpp

  Log Message:
  -----------
  Added  StringLocationExp to the new apis


  Commit: 929499eb641e7099185d73364959c88d6d7f1dda
      https://github.com/llvm/llvm-project/commit/929499eb641e7099185d73364959c88d6d7f1dda
  Author: YASHASVI KHATAVKAR <yashasvi.khatavkar at intel.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/lib/IR/DIBuilder.cpp
    M llvm/unittests/IR/DebugInfoTest.cpp

  Log Message:
  -----------
  Updated the test to include addtional details


  Commit: c26a0d1cda299179d28a4553294f40ce8267055e
      https://github.com/llvm/llvm-project/commit/c26a0d1cda299179d28a4553294f40ce8267055e
  Author: YASHASVI KHATAVKAR <yashasvi.khatavkar at intel.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

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

  Log Message:
  -----------
  Updated the test to include proper string get functions


  Commit: 0e7341b7b19995693bfe93a7a48415ed8f20dc58
      https://github.com/llvm/llvm-project/commit/0e7341b7b19995693bfe93a7a48415ed8f20dc58
  Author: YASHASVI KHATAVKAR <yashasvi.khatavkar at intel.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/lib/IR/DIBuilder.cpp
    M llvm/unittests/IR/DebugInfoTest.cpp

  Log Message:
  -----------
  worked on review comments


  Commit: e4f9d4a5eee3aa69cc4a06f35ffb5d67b2ae543e
      https://github.com/llvm/llvm-project/commit/e4f9d4a5eee3aa69cc4a06f35ffb5d67b2ae543e
  Author: YASHASVI KHATAVKAR <yashasvi.khatavkar at intel.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/lib/IR/DIBuilder.cpp

  Log Message:
  -----------
  updated local branch to incorporate latest changes


  Commit: ac15cd7af6150cc7de4eb29526070ff48c0ae437
      https://github.com/llvm/llvm-project/commit/ac15cd7af6150cc7de4eb29526070ff48c0ae437
  Author: YASHASVI KHATAVKAR <yashasvi.khatavkar at intel.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M llvm/docs/SourceLevelDebugging.rst

  Log Message:
  -----------
  Modified SourceLevelDebugging.rst to include information about memory location exp


Compare: https://github.com/llvm/llvm-project/compare/e72c195fdcbe...ac15cd7af615


More information about the All-commits mailing list