[all-commits] [llvm/llvm-project] 262a77: [libc++][NFC] Fixed bad link in 21.rst (#130428)
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sat Mar 8 16:26:41 PST 2025
Branch: refs/heads/users/vitalybuka/spr/ir-optimize-cfi-in-writecombinedglobalvaluesummary
Home: https://github.com/llvm/llvm-project
Commit: 262a7755822c5eec96aea41f7f010b15c040f480
https://github.com/llvm/llvm-project/commit/262a7755822c5eec96aea41f7f010b15c040f480
Author: Hristo Hristov <hghristov.rmm at gmail.com>
Date: 2025-03-09 (Sun, 09 Mar 2025)
Changed paths:
M libcxx/docs/ReleaseNotes/21.rst
Log Message:
-----------
[libc++][NFC] Fixed bad link in 21.rst (#130428)
Commit: 1b2c23acbbc1658567de0e08a89d84acfd7ee268
https://github.com/llvm/llvm-project/commit/1b2c23acbbc1658567de0e08a89d84acfd7ee268
Author: Krzysztof Drewniak <krzysdrewniak at gmail.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M mlir/docs/DeclarativeRewrites.md
M mlir/docs/DefiningDialects/Operations.md
M mlir/include/mlir/IR/OpDefinition.h
M mlir/include/mlir/IR/OperationSupport.h
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/test/mlir-tblgen/op-attribute.td
M mlir/test/mlir-tblgen/op-decl-and-defs.td
M mlir/test/mlir-tblgen/op-result.td
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
M mlir/unittests/TableGen/OpBuildGen.cpp
Log Message:
-----------
Re-land "[mlir][ODS] Add a generated builder that takes the Properties struct" (#130117) (#130373)
This reverts commit 32f543760c7f44c4c7d18bc00a3a1d8860c42bff.
Investigations showed that the unit test utilities were calling erase(),
causing a use-after-free. Fixed by rearranging checks in the test
Commit: 49e585f4c44e379193453a9c344807f44a97664f
https://github.com/llvm/llvm-project/commit/49e585f4c44e379193453a9c344807f44a97664f
Author: Douglas Yung <douglas.yung at sony.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M llvm/tools/gold/gold-plugin.cpp
Log Message:
-----------
Revert "[gold] Fix compilation (#130334)"
This reverts commit b0baa1d8bd68a2ce2f7c5f2b62333e410e9122a1.
Reverting follow-up commit to ce9e1d3c15ed6290f1cb07b482939976fa8115cd since the original commit test is flaky.
Commit: 0d209c6d905e3da7eae28e5f27c7f0ad33f60c91
https://github.com/llvm/llvm-project/commit/0d209c6d905e3da7eae28e5f27c7f0ad33f60c91
Author: Douglas Yung <douglas.yung at sony.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M llvm/lib/Debuginfod/Debuginfod.cpp
Log Message:
-----------
Revert "[clangd] fix warning by adding missing parens"
This reverts commit df79000896101acc9b8d7435e59f767b36c00ac8.
Reverting follow-up commit to ce9e1d3c15ed6290f1cb07b482939976fa8115cd since the original commit test is flaky.
Commit: 1d763f383380ec629ee6d5053fd41322efcbc6bd
https://github.com/llvm/llvm-project/commit/1d763f383380ec629ee6d5053fd41322efcbc6bd
Author: Douglas Yung <douglas.yung at sony.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M lldb/source/Core/DataFileCache.cpp
M llvm/include/llvm/Support/Caching.h
M llvm/lib/CGData/CodeGenData.cpp
M llvm/lib/Debuginfod/Debuginfod.cpp
M llvm/lib/LTO/LTOBackend.cpp
M llvm/lib/Support/Caching.cpp
M llvm/tools/gold/gold-plugin.cpp
M llvm/tools/llvm-lto2/llvm-lto2.cpp
M llvm/unittests/Support/CMakeLists.txt
R llvm/unittests/Support/Caching.cpp
Log Message:
-----------
Revert "Modify the localCache API to require an explicit commit on CachedFile… (#115331)"
This reverts commit ce9e1d3c15ed6290f1cb07b482939976fa8115cd.
The unittest added in this commit seems to be flaky causing random failure on buildbots:
- https://lab.llvm.org/buildbot/#/builders/46/builds/13235
- https://lab.llvm.org/buildbot/#/builders/46/builds/13232
- https://lab.llvm.org/buildbot/#/builders/46/builds/13228
- https://lab.llvm.org/buildbot/#/builders/46/builds/13224
- https://lab.llvm.org/buildbot/#/builders/46/builds/13220
- https://lab.llvm.org/buildbot/#/builders/46/builds/13210
- https://lab.llvm.org/buildbot/#/builders/46/builds/13208
- https://lab.llvm.org/buildbot/#/builders/46/builds/13207
- https://lab.llvm.org/buildbot/#/builders/46/builds/13202
- https://lab.llvm.org/buildbot/#/builders/46/builds/13196
and
- https://lab.llvm.org/buildbot/#/builders/180/builds/14266
- https://lab.llvm.org/buildbot/#/builders/180/builds/14254
- https://lab.llvm.org/buildbot/#/builders/180/builds/14250
- https://lab.llvm.org/buildbot/#/builders/180/builds/14245
- https://lab.llvm.org/buildbot/#/builders/180/builds/14244
- https://lab.llvm.org/buildbot/#/builders/180/builds/14226
Commit: 3a0d0c6b1edfa4a71e494938e8c6e8ee8cfe83b7
https://github.com/llvm/llvm-project/commit/3a0d0c6b1edfa4a71e494938e8c6e8ee8cfe83b7
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
Log Message:
-----------
[NFC][YAML] Switch `std::sort` to `llvm::sort` (#130448)
Follow up to #130379.
Commit: 63640c0ee0e6e3ad567f876e0e1403692d9704d6
https://github.com/llvm/llvm-project/commit/63640c0ee0e6e3ad567f876e0e1403692d9704d6
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M libcxx/docs/ReleaseNotes/21.rst
M lldb/source/Core/DataFileCache.cpp
M llvm/include/llvm/IR/ModuleSummaryIndex.h
M llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
M llvm/include/llvm/Support/Caching.h
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/lib/CGData/CodeGenData.cpp
M llvm/lib/Debuginfod/Debuginfod.cpp
M llvm/lib/LTO/LTOBackend.cpp
M llvm/lib/Support/Caching.cpp
M llvm/tools/gold/gold-plugin.cpp
M llvm/tools/llvm-lto2/llvm-lto2.cpp
M llvm/unittests/Support/CMakeLists.txt
R llvm/unittests/Support/Caching.cpp
M mlir/docs/DeclarativeRewrites.md
M mlir/docs/DefiningDialects/Operations.md
M mlir/include/mlir/IR/OpDefinition.h
M mlir/include/mlir/IR/OperationSupport.h
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/test/mlir-tblgen/op-attribute.td
M mlir/test/mlir-tblgen/op-decl-and-defs.td
M mlir/test/mlir-tblgen/op-result.td
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
M mlir/unittests/TableGen/OpBuildGen.cpp
Log Message:
-----------
simplify
Created using spr 1.3.4
Compare: https://github.com/llvm/llvm-project/compare/8267e8c0b7f2...63640c0ee0e6
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