This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f5d49c1 Implement C++17 [[maybe_unused]] attribute.
new cc1e50b * gdbinit.in: Skip is-a.h.
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 | 2 ++
gcc/gdbinit.in | 3 +++
2 files changed, 5 insertions(+)
--
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 3ac68db [ValueTracking] Improve isImpliedCondition when the dominatin [...]
new 8ba06b5 Resubmit "Refactor raw pdb dumper into library"
new cf9b63d [ValueTracking] Add an additional test case for r266767 where [...]
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/DebugInfo/PDB/IPDBSession.h | 1 +
include/llvm/DebugInfo/PDB/PDBTypes.h | 34 +-
include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 62 ++++
include/llvm/DebugInfo/PDB/Raw/PDBStream.h | 46 +++
.../PDB/{DIA/DIASession.h => Raw/RawSession.h} | 18 +-
lib/DebugInfo/PDB/CMakeLists.txt | 6 +-
lib/DebugInfo/PDB/PDB.cpp | 13 +-
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 238 +++++++++++++
lib/DebugInfo/PDB/Raw/PDBStream.cpp | 88 +++++
lib/DebugInfo/PDB/Raw/RawSession.cpp | 126 +++++++
test/DebugInfo/PDB/pdbdump-headers.test | 2 +-
.../SimplifyCFG/implied-cond-matching.ll | 24 ++
tools/llvm-pdbdump/BuiltinDumper.h | 1 +
tools/llvm-pdbdump/llvm-pdbdump.cpp | 396 +++++----------------
14 files changed, 700 insertions(+), 355 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Raw/PDBFile.h
create mode 100644 include/llvm/DebugInfo/PDB/Raw/PDBStream.h
copy include/llvm/DebugInfo/PDB/{DIA/DIASession.h => Raw/RawSession.h} (85%)
create mode 100644 lib/DebugInfo/PDB/Raw/PDBFile.cpp
create mode 100644 lib/DebugInfo/PDB/Raw/PDBStream.cpp
create mode 100644 lib/DebugInfo/PDB/Raw/RawSession.cpp
--
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 282818a Correct ChangeLog entry
new f5d49c1 Implement C++17 [[maybe_unused]] attribute.
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 | 5 +++++
gcc/attribs.c | 2 +-
gcc/attribs.h | 3 +++
gcc/c-family/ChangeLog | 7 +++++++
gcc/c-family/c-common.c | 4 ++--
gcc/c-family/c-common.h | 1 +
gcc/c-family/c-lex.c | 23 +++++++++++++----------
gcc/cp/ChangeLog | 5 +++++
gcc/cp/tree.c | 11 +++++++++++
gcc/testsuite/c-c++-common/attributes-enum-2.c | 2 +-
gcc/testsuite/c-c++-common/cpp/pr63831-1.c | 8 ++++----
gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 10 ++++++++++
gcc/testsuite/g++.dg/cpp1z/maybe_unused1.C | 17 +++++++++++++++++
13 files changed, 80 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/maybe_unused1.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 llvm.
from 17bbea1 [ELFRelocs] Other architectures do not have *_NUM reloc.
new e1a7791 [gold-plugin] Remove dead assignment. NFC.
new 3ac68db [ValueTracking] Improve isImpliedCondition when the dominatin [...]
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/Analysis/ValueTracking.h | 9 +-
lib/Analysis/ValueTracking.cpp | 9 +-
lib/Transforms/Scalar/JumpThreading.cpp | 7 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 8 +-
test/Transforms/JumpThreading/implied-cond.ll | 50 +++
.../implied-cond-matching-false-dest.ll | 339 +++++++++++++++++++++
tools/gold/gold-plugin.cpp | 1 -
7 files changed, 409 insertions(+), 14 deletions(-)
create mode 100644 test/Transforms/SimplifyCFG/implied-cond-matching-false-dest.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 llvm.
from 16c04d1 add tests for potential CGP transform (PR27344)
new cbea336 dsymutil: Only warn about clang module DWO id mismatches in v [...]
new 17bbea1 [ELFRelocs] Other architectures do not have *_NUM reloc.
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/Support/ELFRelocs/i386.def | 1 -
test/tools/dsymutil/X86/mismatch.m | 2 +-
tools/dsymutil/DwarfLinker.cpp | 5 ++++-
3 files changed, 5 insertions(+), 3 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 be88b88 [lanai] Expand findClosestSuitableAluInstr check to consider [...]
new 16c04d1 add tests for potential CGP transform (PR27344)
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/CodeGen/X86/cmov-into-branch.ll | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
--
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 e7311dc [PR27390] [CodeGen] Reject indexed loads in CombinerDAG.
new be88b88 [lanai] Expand findClosestSuitableAluInstr check to consider [...]
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/Target/Lanai/LanaiMemAluCombiner.cpp | 9 ++++++---
1 file changed, 6 insertions(+), 3 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 a433799 Added Fixer implementation and fix() interface in clang-forma [...]
new 7e2bc0d [Clang][Builtin][AVX512]Adding k-register logic intrinsics KA [...]
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/Basic/BuiltinsX86.def | 8 +++++++
lib/Headers/avx512fintrin.h | 48 +++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 48 +++++++++++++++++++++++++++++++++++++
3 files changed, 104 insertions(+)
--
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 847f00f Revert the last change in libatomic
new 5f9065e 2016-04-25 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 282818a Correct ChangeLog entry
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:
gcc/ChangeLog | 5 +++++
gcc/config/rs6000/rs6000-builtin.def | 14 +++++++-------
2 files changed, 12 insertions(+), 7 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 d76f853 Skip TestBitfileds on linux
new 9d25c87 skip TestBitfields.py on OS X
new e453083 Fix ARM attribute parsing for Android after rL267291
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:
.../test/lang/c/bitfields/TestBitfields.py | 1 +
source/Core/ArchSpec.cpp | 31 ++++++++++++++++------
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 9 +++----
3 files changed, 27 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.