This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 42eab8ac30a [mips] Remove duplicated R6 EVA instructions new b4a3670a708 Revert "Emit Function IDs table for Control Flow Guard" new 1ccef220b2e Fixed spelling mistake. NFCI.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/ADT/APInt.h | 2 +- include/llvm/MC/MCObjectFileInfo.h | 2 - include/llvm/MC/MCStreamer.h | 3 - include/llvm/MC/MCWinCOFFStreamer.h | 1 - lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 10 --- lib/CodeGen/AsmPrinter/CMakeLists.txt | 1 - lib/CodeGen/AsmPrinter/WinCFGuard.cpp | 45 ---------- lib/CodeGen/AsmPrinter/WinCFGuard.h | 54 ------------ lib/MC/MCAsmStreamer.cpp | 7 -- lib/MC/MCObjectFileInfo.cpp | 5 -- lib/MC/MCParser/COFFAsmParser.cpp | 19 +--- lib/MC/MCStreamer.cpp | 2 - lib/MC/MCWinCOFFStreamer.cpp | 11 --- test/CodeGen/WinCFGuard/cfguard.ll | 162 ---------------------------------- test/MC/COFF/symidx.s | 15 ---- 15 files changed, 2 insertions(+), 337 deletions(-) delete mode 100644 lib/CodeGen/AsmPrinter/WinCFGuard.cpp delete mode 100644 lib/CodeGen/AsmPrinter/WinCFGuard.h delete mode 100644 test/CodeGen/WinCFGuard/cfguard.ll delete mode 100644 test/MC/COFF/symidx.s