This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 34d37a4 Add support for demangling C++11 thread_local variables. new 53d52e9 [X86] Implement -mfentry
The 1 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/CodeGen/Passes.h | 3 ++ include/llvm/InitializePasses.h | 1 + include/llvm/Target/Target.td | 9 ++++++ include/llvm/Target/TargetOpcodes.def | 3 ++ lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/CodeGen.cpp | 1 + lib/CodeGen/FEntryInserter.cpp | 55 +++++++++++++++++++++++++++++++++++ lib/CodeGen/TargetPassConfig.cpp | 3 ++ lib/Target/X86/X86AsmPrinter.h | 2 ++ lib/Target/X86/X86MCInstLower.cpp | 16 ++++++++++ test/CodeGen/X86/fentry-insertion.ll | 16 ++++++++++ 11 files changed, 110 insertions(+) create mode 100644 lib/CodeGen/FEntryInserter.cpp create mode 100644 test/CodeGen/X86/fentry-insertion.ll