This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 53d52e9 [X86] Implement -mfentry
new 963ec76 fix formatting; NFC
new 90657ac AMDGPU: Use source mods with fcanonicalize
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:
lib/Target/AMDGPU/SIInstructions.td | 12 ++--
lib/Transforms/InstCombine/InstCombineCasts.cpp | 12 ++--
lib/Transforms/InstCombine/InstCombineCompares.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineInternal.h | 4 +-
lib/Transforms/InstCombine/InstCombinePHI.cpp | 2 +-
.../InstCombine/InstructionCombining.cpp | 14 ++---
test/CodeGen/AMDGPU/fcanonicalize.f16.ll | 35 +++++++++++
test/CodeGen/AMDGPU/fcanonicalize.ll | 70 ++++++++++++++++++++++
8 files changed, 128 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 2060e6d NFC. Remove unused header include.
new 0a375a9 [CMake] Add LINK_LIBS and LINK_COMPONENTS options
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:
cmake/modules/AddLLDB.cmake | 41 ++++++++++++++++++++++++-----------------
1 file changed, 24 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1f795aa [clang-format] Fix regression about adding leading whitespace [...]
new 031e09e [X86] Teach Clang about -mfentry flag
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/clang/Driver/Options.td | 2 ++
include/clang/Frontend/CodeGenOptions.def | 1 +
lib/CodeGen/CodeGenFunction.cpp | 8 ++++++--
lib/Driver/Tools.cpp | 3 +++
lib/Frontend/CompilerInvocation.cpp | 1 +
test/CodeGen/fentry.c | 11 +++++++++++
6 files changed, 24 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/fentry.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3ac2178 PR c++/79264 * lambda.c (maybe_generic_this_capture): Deal [...]
new 655df35 * cp-tree.h (instantiate_decl): Make defer_ok bool. * pt.c: [...]
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:
gcc/cp/ChangeLog | 4 ++++
gcc/cp/cp-tree.h | 2 +-
gcc/cp/pt.c | 40 ++++++++++++++++++++--------------------
3 files changed, 25 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 1e33f36 Add NetBSD support in Host::GetCurrentThreadID
new 2060e6d NFC. Remove unused header include.
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:
source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 9a61068 [lsan] Disable stale_stack_leak.cc testcase on x86
new 7fea2f5 [lsan] Fix typo in stale_stack_leak.cc testcase
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:
test/lsan/TestCases/stale_stack_leak.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d925fa7 AMDGPU/SI: Fix inst-select-load-smrd.mir on some builds
new 537d96c [AMDGPU][mc][tests][NFC] Revert coverage/smoke Gfx7 asm test
new 34d37a4 Add support for demangling C++11 thread_local variables.
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:
lib/Demangle/ItaniumDemangle.cpp | 23 +
test/MC/AMDGPU/gfx7_asm_all.s | 63301 -------------------------------------
2 files changed, 23 insertions(+), 63301 deletions(-)
delete mode 100644 test/MC/AMDGPU/gfx7_asm_all.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from cb885d1 clang-format: [JS] Indent expressions in ${} relative to thei [...]
new 1f795aa [clang-format] Fix regression about adding leading whitespace [...]
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:
lib/Format/BreakableToken.cpp | 16 ++++++++++------
unittests/Format/FormatTest.cpp | 19 +++++++++++++++++++
2 files changed, 29 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 1870400 [cmake] Support running tests in stand-alone builds
new e6d6be1 [ELF] - Report filename for unknown relocation error.
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:
ELF/Target.cpp | 6 +++---
test/ELF/invalid/invalid-relocation-x64.test | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.