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 e2f9288e515 2018-09-07 Janus Weil <janus(a)gcc.gnu.org>
new 68e1e89f29a Daily bump.
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/DATESTAMP | 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 binutils-gdb.
from 96b6697fd8 gdb/testsuite: Make test names unique in gdb.base/watchpoint.exp
new b8c876004b Automatic date update in version.in
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:
bfd/version.h | 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 gdb-8.2-branch
in repository binutils-gdb.
from 2c657270fd Automatic date update in version.in
new b37d1b267d Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_31-branch
in repository binutils-gdb.
from 012de9d521 Automatic date update in version.in
new 86382144fa Automatic date update in version.in
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:
bfd/version.h | 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 1e06d13da75 Fix some of the PDB tests.
new 68a98733468 [MemorySSA] Relax verification of clobbering accesses.
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/Analysis/MemorySSA.cpp | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 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 e1e8e05bd9 [analyzer] [NFC] Move methods for dumping the coverage in HT [...]
new bfe49d565c Do not use optimized atomic libcalls for misaligned atomics.
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/CGAtomic.cpp | 14 ++++++++++----
test/CodeGen/atomic-ops.c | 47 +++++++++++++++++++++++++++++++++++++----------
2 files changed, 47 insertions(+), 14 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 6d2146d23 [Disassembler] Run ARM-specific tests only if the ARM backend [...]
new 48baf90b3 [XCodeproj] Remove extra whitespace in SBAPI path.
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:
lldb.xcodeproj/project.pbxproj | 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 5dc5797dce8 Revert "ADT: add <bit> header, implement C++20 bit_cast, use"
new 1e06d13da75 Fix some of the PDB tests.
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/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp | 2 --
test/DebugInfo/PDB/Native/pdb-native-compilands.test | 8 ++++----
2 files changed, 4 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 llvm.
from 265ce994cb2 ADT: add <bit> header, implement C++20 bit_cast, use
new 25ccaa7421b [PDB] Support pointer types in the native reader.
new 5dc5797dce8 Revert "ADT: add <bit> header, implement C++20 bit_cast, use"
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/bit.h | 37 ---
include/llvm/DebugInfo/PDB/IPDBRawSymbol.h | 7 +
.../DebugInfo/PDB/Native/NativeCompilandSymbol.h | 2 +
include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h | 9 +-
.../llvm/DebugInfo/PDB/Native/NativeTypePointer.h | 50 ++++
include/llvm/DebugInfo/PDB/Native/SymbolCache.h | 6 +
lib/DebugInfo/PDB/CMakeLists.txt | 1 +
lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp | 308 +++++++++------------
lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp | 12 +
lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp | 7 +-
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp | 2 +
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 8 +-
lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp | 2 +-
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp | 119 +++++++-
lib/DebugInfo/PDB/Native/NativeTypePointer.cpp | 86 ++++++
lib/DebugInfo/PDB/Native/SymbolCache.cpp | 14 +-
lib/Support/APInt.cpp | 21 +-
.../AArch64/MCTargetDesc/AArch64AddressingModes.h | 21 +-
lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h | 21 +-
.../PDB/Native/pdb-native-compilands.test | 19 ++
test/DebugInfo/PDB/Native/pdb-native-enums.test | 219 +++++++++++++++
tools/llvm-pdbutil/llvm-pdbutil.cpp | 50 ++++
22 files changed, 764 insertions(+), 257 deletions(-)
delete mode 100644 include/llvm/ADT/bit.h
create mode 100644 include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h
create mode 100644 lib/DebugInfo/PDB/Native/NativeTypePointer.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 llvm.
from 72cb007a52c [SimplifyIndVar] Avoid generating truncate instructions wit [...]
new 443a8ce3c66 [COFF] Implement llvm.global_ctors priorities for MSVC COFF [...]
new 265ce994cb2 ADT: add <bit> header, implement C++20 bit_cast, use
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/bit.h | 37 ++++++++++++++
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 21 +++++++-
lib/Support/APInt.cpp | 21 +++-----
.../AArch64/MCTargetDesc/AArch64AddressingModes.h | 21 ++++----
lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h | 21 +++-----
test/CodeGen/X86/ctor-priority-coff.ll | 59 ++++++++++++++++++++++
6 files changed, 139 insertions(+), 41 deletions(-)
create mode 100644 include/llvm/ADT/bit.h
create mode 100644 test/CodeGen/X86/ctor-priority-coff.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.