This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from eab3d206dca 2017-11-22 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new ffb2e0d06e5 [PATCH] Add myself as GCC maintainer
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:
ChangeLog | 4 ++++
MAINTAINERS | 1 +
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 release_50
in repository llvm.
from 91a7b5abbfa Merging r318289:
new 138a40df8f3 Merging r313398:
new d07b802e93a Merging r315086:
new f30c9188161 Merging r318788:
The 3 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/AutoUpgrade.h | 2 ++
lib/AsmParser/LLParser.cpp | 1 +
lib/Bitcode/Reader/BitcodeReader.cpp | 2 +-
lib/IR/AutoUpgrade.cpp | 47 ++++++++++++++++++++++++++
lib/Target/AArch64/AArch64InstrInfo.td | 3 +-
test/Bitcode/upgrade-module-flag.ll | 6 ++--
test/Bitcode/upgrade-section-name.ll | 31 ++++++++++++++++++
test/CodeGen/AArch64/thread-pointer.ll | 60 ----------------------------------
8 files changed, 87 insertions(+), 65 deletions(-)
create mode 100644 test/Bitcode/upgrade-section-name.ll
delete mode 100644 test/CodeGen/AArch64/thread-pointer.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 ac77244cc8d [AMDGPU] Fix SITargetLowering::LowerCall for pointer info o [...]
new 22c5379cd12 [X86] Spell penryn correctly in some comments. NFC
new 6d6a4920f5a [DwarfDump] -debug-line=offset applies to .dwo too.
new d159fdd448e CachePruning: Allow limiting the number of files in the cac [...]
The 3 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/CachePruning.h | 9 ++
lib/DebugInfo/DWARF/DWARFContext.cpp | 4 +-
lib/Support/CachePruning.cpp | 50 ++++++-----
lib/Target/X86/X86TargetTransformInfo.cpp | 6 +-
test/DebugInfo/Inputs/dwarfdump-line-dwo.cc | 10 ---
.../DebugInfo/Inputs/dwarfdump-line-dwo.elf-x86-64 | Bin 1377 -> 0 bytes
test/DebugInfo/X86/dwarfdump-line-dwo.s | 97 +++++++++++++++++++++
test/DebugInfo/dwarfdump-line-dwo.test | 6 --
8 files changed, 142 insertions(+), 40 deletions(-)
delete mode 100644 test/DebugInfo/Inputs/dwarfdump-line-dwo.cc
delete mode 100644 test/DebugInfo/Inputs/dwarfdump-line-dwo.elf-x86-64
create mode 100644 test/DebugInfo/X86/dwarfdump-line-dwo.s
delete mode 100644 test/DebugInfo/dwarfdump-line-dwo.test
--
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 e678b6c350 [CodeGen] Fix vtable not receiving hidden visibility when us [...]
new bf61dda591 CachePruning: Allow limiting the number of files in the cach [...]
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:
docs/ThinLTO.rst | 4 ++++
1 file changed, 4 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 lld.
from a70fd809c Simplify as-needed handling.
new 1d505a6bc CachePruning: Allow limiting the number of files in the cache [...]
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/ELF/lto/cache.ll | 8 ++++++++
1 file changed, 8 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 clang.
from d4fdc25fce [OPENMP] General improvement of code, NFC.
new e678b6c350 [CodeGen] Fix vtable not receiving hidden visibility when us [...]
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/CGDecl.cpp | 2 +-
lib/CodeGen/CGVTT.cpp | 2 +-
lib/CodeGen/CGVTables.cpp | 4 ++--
lib/CodeGen/CodeGenModule.cpp | 26 ++++++++++++------------
lib/CodeGen/CodeGenModule.h | 3 ++-
lib/CodeGen/ItaniumCXXABI.cpp | 3 ++-
test/CodeGen/push-hidden-visibility-subclass.cpp | 21 +++++++++++++++++++
7 files changed, 42 insertions(+), 19 deletions(-)
create mode 100644 test/CodeGen/push-hidden-visibility-subclass.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 lld.
from 002f0906e [MIPS] Write PLT0 entry in case of linking N64 ABI code
new a70fd809c Simplify as-needed handling.
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/InputFiles.cpp | 2 +-
ELF/InputFiles.h | 4 +---
ELF/SymbolTable.cpp | 4 ++--
ELF/SyntheticSections.cpp | 2 +-
ELF/Writer.cpp | 2 +-
5 files changed, 6 insertions(+), 8 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 gcc.
from 9482b21e370 Avoid two_valued_val_range_p for pointers.
new 1e10e74f30a 2017-11-22 Olivier Hainque <hainque(a)adacore.com>
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/vxworks.c | 8 +++++---
gcc/config/vxworks.h | 10 ++++++++++
gcc/config/vxworksae.h | 9 +++++++++
4 files changed, 32 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 openmp.
from 2aa843c [Clang][OpenMP] New clang/libomptarget map interface: new fun [...]
new b692e4c [CMake] Re-enable libomptarget and restrict tests to Clang 6.0.0
new 9da031d Fix for OMP doacross implementation on Power
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:
CMakeLists.txt | 5 +----
libomptarget/test/CMakeLists.txt | 23 +++++++++++++++++++++++
runtime/src/kmp_csupport.cpp | 9 ++++++++-
runtime/test/worksharing/for/kmp_doacross_check.c | 2 +-
4 files changed, 33 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.