This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 33fe838 Revert "Add -strip-nonlinetable-debuginfo capability"
new 1ac5295 [DAG] Generalize build_vector -> vector_shuffle combine for m [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 326 +++++----
test/CodeGen/PowerPC/pr27078.ll | 9 +-
test/CodeGen/X86/oddshuffles.ll | 1104 +++++++++++-------------------
test/CodeGen/X86/vector-trunc-math.ll | 470 ++++++-------
test/CodeGen/X86/vector-trunc.ll | 133 ++--
5 files changed, 882 insertions(+), 1160 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 c2b82c4 xfail TestDarwinLogBasic.py for i386 macOS
new cc0fbf7 StringRef::front asserts on empty strings, causing "break mod [...]
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/Interpreter/CommandObject.cpp | 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 5f58f8e AMDGPU: Don't fold undef uses or copies with implicit uses
new 33fe838 Revert "Add -strip-nonlinetable-debuginfo capability"
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/IR/DebugInfo.h | 12 -
include/llvm/InitializePasses.h | 1 -
include/llvm/Transforms/IPO.h | 4 -
lib/IR/DebugInfo.cpp | 309 ---------------------
lib/Transforms/Utils/CMakeLists.txt | 1 -
.../Utils/StripNonLineTableDebugInfo.cpp | 42 ---
lib/Transforms/Utils/Utils.cpp | 1 -
test/BugPoint/metadata.ll | 23 +-
test/BugPoint/named-md.ll | 2 +-
.../Util/strip-nonlinetable-debuginfo.ll | 24 --
.../Util/strip-nonlinetable-debuginfo2.ll | 36 ---
.../Util/strip-nonlinetable-debuginfo3.ll | 21 --
.../Util/strip-nonlinetable-debuginfo4.ll | 82 ------
tools/bugpoint/CrashDebugger.cpp | 31 ---
14 files changed, 5 insertions(+), 584 deletions(-)
delete mode 100644 lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp
delete mode 100644 test/Transforms/Util/strip-nonlinetable-debuginfo.ll
delete mode 100644 test/Transforms/Util/strip-nonlinetable-debuginfo2.ll
delete mode 100644 test/Transforms/Util/strip-nonlinetable-debuginfo3.ll
delete mode 100644 test/Transforms/Util/strip-nonlinetable-debuginfo4.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 9d081ae Add bound violation handling for Intel(R) Memory Protection E [...]
new c2b82c4 xfail TestDarwinLogBasic.py for i386 macOS
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/functionalities/darwin_log/basic/TestDarwinLogBasic.py | 1 +
1 file changed, 1 insertion(+)
--
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 binutils-gdb.
from 33fa2c6 Fix gdb.Value->python conversion for large unsigned ints.
new ddb6d63 gdb: Remove some C compiler support leftovers
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:
gdb/ChangeLog | 16 ++++++++++++++++
gdb/common/common-defs.h | 12 +++---------
gdb/common/common-exceptions.h | 23 ++++++++---------------
gdb/cp-valprint.c | 2 +-
gdb/features/feature_to_c.sh | 7 +------
gdb/guile/guile-internal.h | 8 --------
gdb/guile/guile.c | 2 +-
gdb/stub-termcap.c | 4 ----
8 files changed, 30 insertions(+), 44 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 bda4e02 Add -strip-nonlinetable-debuginfo capability
new ba29379 AMDGPU: Remove scheduling info from si_mask_branch
new 5f58f8e AMDGPU: Don't fold undef uses or copies with implicit uses
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/SIFoldOperands.cpp | 26 ++++++++++++++++++++++----
lib/Target/AMDGPU/SIInstructions.td | 2 ++
2 files changed, 24 insertions(+), 4 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 9e77e69 Match printf field width arg and type
new 9d081ae Add bound violation handling for Intel(R) Memory Protection E [...]
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:
.../{ => mpx_bound_violation}/Makefile | 2 +-
.../mpx_bound_violation/TestBoundViolation.py | 57 ++++++++++++++++++++++
.../mpx_bound_violation/main.cpp | 40 +++++++++++++++
source/Plugins/Process/Linux/NativeThreadLinux.cpp | 3 +-
source/Plugins/Process/POSIX/CrashReason.cpp | 42 ++++++++++++++--
source/Plugins/Process/POSIX/CrashReason.h | 3 +-
6 files changed, 140 insertions(+), 7 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/register/intel_xtended_registe [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...]
--
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 19f1f66 Reapply "AMDGPU: Support using tablegened MC pseudo expansions"
new de50b32 AMDGPU: Remove leftover implicit operands when folding immediates
new bda4e02 Add -strip-nonlinetable-debuginfo capability
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/IR/DebugInfo.h | 12 +
include/llvm/InitializePasses.h | 1 +
include/llvm/Transforms/IPO.h | 4 +
lib/IR/DebugInfo.cpp | 309 +++++++++++++++++++++
lib/Target/AMDGPU/SIFoldOperands.cpp | 33 ++-
lib/Transforms/Utils/CMakeLists.txt | 1 +
.../Utils/StripNonLineTableDebugInfo.cpp | 42 +++
lib/Transforms/Utils/Utils.cpp | 1 +
test/BugPoint/metadata.ll | 23 +-
test/BugPoint/named-md.ll | 2 +-
.../Util/strip-nonlinetable-debuginfo.ll | 24 ++
.../Util/strip-nonlinetable-debuginfo2.ll | 36 +++
.../Util/strip-nonlinetable-debuginfo3.ll | 21 ++
.../Util/strip-nonlinetable-debuginfo4.ll | 82 ++++++
tools/bugpoint/CrashDebugger.cpp | 31 +++
15 files changed, 610 insertions(+), 12 deletions(-)
create mode 100644 lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp
create mode 100644 test/Transforms/Util/strip-nonlinetable-debuginfo.ll
create mode 100644 test/Transforms/Util/strip-nonlinetable-debuginfo2.ll
create mode 100644 test/Transforms/Util/strip-nonlinetable-debuginfo3.ll
create mode 100644 test/Transforms/Util/strip-nonlinetable-debuginfo4.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 e1d0323 These test cases don't test different debug info formats.
new 9e77e69 Match printf field width arg and type
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/Interpreter/Args.cpp | 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 gcc-6-branch
in repository gcc.
from ce7b574 PR target/77759 * config/sparc/sparc.c (classify_data_t): R [...]
new 0bb3587 PR target/77874 * config/i386/sse.md (<mask_codefor><code>< [...]
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/ChangeLog | 8 ++++++++
gcc/config/i386/sse.md | 3 +--
2 files changed, 9 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.