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 442a6ce858 Stop potential memory leaks in dwarf CIE reader.
new db3410f80f Fix GDB build using mingw.org's MinGW
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:
libiberty/ChangeLog | 6 ++++++
libiberty/simple-object-elf.c | 4 ++++
2 files changed, 10 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 gdb-8.2-branch
in repository binutils-gdb.
from 4db9e62733 Automatic date update in version.in
new 6b5c10c4f8 Fix GDB build using mingw.org's MinGW
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:
libiberty/ChangeLog | 6 ++++++
libiberty/simple-object-elf.c | 4 ++++
2 files changed, 10 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 openmp.
from 426d756 [libomptarget] Also support several images for elf
new 7af70cc [OpenMP][libomptarget] New map interface: remove translation [...]
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:
libomptarget/include/omptarget.h | 2 +-
libomptarget/src/interface.cpp | 355 ++++++---------------------------------
libomptarget/src/omptarget.cpp | 118 ++++++++++---
3 files changed, 145 insertions(+), 330 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 16cd80eccb [CodeComplete] Fix accessibilty of protected members from ba [...]
new e47a2eb782 Enable C++2a Chrono Literals
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/Lex/LiteralSupport.cpp | 11 ++++++++---
test/SemaCXX/cxx2a-user-defined-literals.cpp | 27 +++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 3 deletions(-)
create mode 100644 test/SemaCXX/cxx2a-user-defined-literals.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 lldb.
from 30ef2c977 Fix variables.test after D49018
new bb2e1d9cd Fix whitespace formatting in DWARFExpression::DumpLocation
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/Expression/DWARFExpression.cpp | 28 ++++++++++++++--------------
1 file changed, 14 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 clang.
from 55ada98637 NFC: Remove extraneous semicolons as pointed out in the diff [...]
new 16cd80eccb [CodeComplete] Fix accessibilty of protected members from ba [...]
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/Sema/SemaAccess.cpp | 27 +++++++++++++++------------
lib/Sema/SemaCodeComplete.cpp | 29 +++++++++++++++++++++++++++--
test/Index/complete-access-checks.cpp | 27 +++++++++++++++++++++++++--
3 files changed, 67 insertions(+), 16 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 binutils-gdb.
from 43cc6c3adb gdbscm_wrap, really forward args
new 442a6ce858 Stop potential memory leaks in dwarf CIE reader.
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:
binutils/ChangeLog | 5 +++++
binutils/README-how-to-make-a-release | 18 +++++++++---------
binutils/dwarf.c | 16 ++++++++++++----
3 files changed, 26 insertions(+), 13 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 9647e445b0 [PowerPC] Handle __builtin_xxpermdi the same way as GCC does
new 55ada98637 NFC: Remove extraneous semicolons as pointed out in the diff [...]
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/CGBuiltin.cpp | 4 ++--
1 file changed, 2 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 llvm.
from d13704d44f3 [x86/SLH] Major refactoring of SLH implementaiton. There ar [...]
new 91823932bda [UnJ] Document unroll and jam pass and loop metadata
new 95f104ac2d5 ARM: switch armv7em MachO triple to hard-float defaults and [...]
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:
docs/LangRef.rst | 53 ++++++++++++++++++++++++++++++++
docs/Passes.rst | 23 ++++++++++++++
lib/Target/ARM/ARMTargetMachine.h | 2 ++
test/CodeGen/ARM/darwin-eabi.ll | 2 +-
test/CodeGen/ARM/macho-embedded-float.ll | 37 ++++++++++++++++++++++
5 files changed, 116 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/ARM/macho-embedded-float.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 clang.
from e89556485e [PCH+Modules] Load -fmodule-map-file content before including PCHs
new 9647e445b0 [PowerPC] Handle __builtin_xxpermdi the same way as GCC does
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/CGBuiltin.cpp | 18 +++++-------------
test/CodeGen/builtins-ppc-vsx.c | 22 +++++++++++-----------
2 files changed, 16 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.