[all-commits] [llvm/llvm-project] 209d5a: [Remarks] Emit the remarks section by default for ...
Visoiu Mistrih Francis via All-commits
all-commits at lists.llvm.org
Mon Oct 28 12:51:28 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 209d5a12c55fe674686b5dbff8ba59cad665a56a
https://github.com/llvm/llvm-project/commit/209d5a12c55fe674686b5dbff8ba59cad665a56a
Author: Francis Visoiu Mistrih <francisvm at yahoo.com>
Date: 2019-10-28 (Mon, 28 Oct 2019)
Changed paths:
M llvm/docs/Remarks.rst
M llvm/include/llvm/CodeGen/AsmPrinter.h
M llvm/include/llvm/IR/RemarkStreamer.h
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/IR/RemarkStreamer.cpp
M llvm/test/CodeGen/X86/remarks-section.ll
Log Message:
-----------
[Remarks] Emit the remarks section by default for certain formats
Emit a remarks section by default for the following formats:
* bitstream
* yaml-strtab
while still providing -remarks-section=<bool> to override the defaults.
Commit: c7557dd692368d8ac3fc330d698b536e78560ac4
https://github.com/llvm/llvm-project/commit/c7557dd692368d8ac3fc330d698b536e78560ac4
Author: Francis Visoiu Mistrih <francisvm at yahoo.com>
Date: 2019-10-28 (Mon, 28 Oct 2019)
Changed paths:
M llvm/docs/CommandGuide/llc.rst
M llvm/docs/Remarks.rst
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/MC/MCObjectFileInfo.cpp
M llvm/test/CodeGen/X86/remarks-section.ll
Log Message:
-----------
[Remarks] Remove references to ELF support
There is no ELF support at the moment.
Remove all the references to the `.remarks` section.
Compare: https://github.com/llvm/llvm-project/compare/a51fc8ddf880...c7557dd69236
More information about the All-commits
mailing list