[PATCH] D59268: [Remarks] Add -foptimization-record-passes to filter remark emission

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 13:29:00 PDT 2019


This revision was automatically updated to reflect the committed changes.
thegameg marked 7 inline comments as done.
Closed by commit rL355964: [Remarks] Add -foptimization-record-passes to filter remark emission (authored by thegameg, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D59268?vs=190293&id=190318#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59268/new/

https://reviews.llvm.org/D59268

Files:
  cfe/trunk/include/clang/Basic/CodeGenOptions.h
  cfe/trunk/include/clang/Driver/CC1Options.td
  cfe/trunk/include/clang/Driver/Options.td
  cfe/trunk/lib/CodeGen/BackendUtil.cpp
  cfe/trunk/lib/CodeGen/CodeGenAction.cpp
  cfe/trunk/lib/Driver/ToolChains/Clang.cpp
  cfe/trunk/lib/Driver/ToolChains/Darwin.cpp
  cfe/trunk/lib/Frontend/CompilerInvocation.cpp
  cfe/trunk/test/CodeGen/opt-record-MIR.c
  cfe/trunk/test/CodeGen/opt-record.c
  cfe/trunk/test/Driver/darwin-ld.c
  cfe/trunk/test/Driver/opt-record.c
  lld/trunk/ELF/Config.h
  lld/trunk/ELF/Driver.cpp
  lld/trunk/ELF/LTO.cpp
  lld/trunk/ELF/Options.td
  lld/trunk/docs/ld.lld.1
  lld/trunk/test/ELF/lto/opt-remarks.ll
  llvm/trunk/include/llvm/IR/RemarkStreamer.h
  llvm/trunk/include/llvm/LTO/Config.h
  llvm/trunk/include/llvm/LTO/LTO.h
  llvm/trunk/lib/IR/RemarkStreamer.cpp
  llvm/trunk/lib/LTO/LTO.cpp
  llvm/trunk/lib/LTO/LTOBackend.cpp
  llvm/trunk/lib/LTO/LTOCodeGenerator.cpp
  llvm/trunk/lib/LTO/ThinLTOCodeGenerator.cpp
  llvm/trunk/test/LTO/Resolution/X86/diagnostic-handler-remarks.ll
  llvm/trunk/test/ThinLTO/X86/diagnostic-handler-remarks.ll
  llvm/trunk/tools/gold/gold-plugin.cpp
  llvm/trunk/tools/llc/llc.cpp
  llvm/trunk/tools/llvm-lto2/llvm-lto2.cpp
  llvm/trunk/tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59268.190318.patch
Type: text/x-patch
Size: 28353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190312/cca06497/attachment.bin>


More information about the llvm-commits mailing list