[all-commits] [llvm/llvm-project] 9aafa9: Revert "[NFC] Fix a gcc build break by not using a...
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Thu Dec 10 15:58:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9aafa9fc15228e69393782026930fbe2ab403dac
https://github.com/llvm/llvm-project/commit/9aafa9fc15228e69393782026930fbe2ab403dac
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
Log Message:
-----------
Revert "[NFC] Fix a gcc build break by not using an initializer."
This reverts commit 1dc0a8521f616af5897327e4c03098f9312e9c59.
Reason: Dependency of patch that broke the ASan buildbots:
http://lab.llvm.org:8011/#/builders/5/builds/2269
Commit: b955eb688da31e85780bae8fc424bb344ef5daee
https://github.com/llvm/llvm-project/commit/b955eb688da31e85780bae8fc424bb344ef5daee
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
M llvm/lib/MC/MCParser/AsmParser.cpp
Log Message:
-----------
Revert "[NFC] Fix a gcc build break by using an explict constructor."
This reverts commit 248b279cf04d9e439a1e426ffd24f2dfa93d02f8.
Reason: Dependency of patch that broke the ASan buildbots:
http://lab.llvm.org:8011/#/builders/5/builds/2269
Commit: 7ead5f5aa3803864015c110ccfc7766948b210e3
https://github.com/llvm/llvm-project/commit/7ead5f5aa3803864015c110ccfc7766948b210e3
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
M llvm/include/llvm/CodeGen/AsmPrinter.h
M llvm/include/llvm/IR/MDBuilder.h
M llvm/include/llvm/IR/PseudoProbe.h
M llvm/include/llvm/MC/MCAssembler.h
M llvm/include/llvm/MC/MCContext.h
M llvm/include/llvm/MC/MCFragment.h
M llvm/include/llvm/MC/MCObjectFileInfo.h
R llvm/include/llvm/MC/MCPseudoProbe.h
M llvm/include/llvm/MC/MCStreamer.h
M llvm/include/llvm/Passes/PassBuilder.h
M llvm/include/llvm/Transforms/IPO/SampleProfileProbe.h
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
R llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
R llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.h
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/IR/MDBuilder.cpp
M llvm/lib/MC/CMakeLists.txt
M llvm/lib/MC/MCAsmStreamer.cpp
M llvm/lib/MC/MCAssembler.cpp
M llvm/lib/MC/MCFragment.cpp
M llvm/lib/MC/MCObjectFileInfo.cpp
M llvm/lib/MC/MCObjectStreamer.cpp
M llvm/lib/MC/MCParser/AsmParser.cpp
R llvm/lib/MC/MCPseudoProbe.cpp
M llvm/lib/MC/MCStreamer.cpp
M llvm/lib/Transforms/IPO/SampleProfileProbe.cpp
R llvm/test/Transforms/SampleProfile/pseudo-probe-emit-inline.ll
M llvm/test/Transforms/SampleProfile/pseudo-probe-emit.ll
Log Message:
-----------
Revert "[CSSPGO] Pseudo probe encoding and emission."
This reverts commit b035513c06d1cba2bae8f3e88798334e877523e1.
Reason: Broke the ASan buildbots:
http://lab.llvm.org:8011/#/builders/5/builds/2269
Compare: https://github.com/llvm/llvm-project/compare/cd5855ac3ba7...7ead5f5aa380
More information about the All-commits
mailing list