This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 47ef6687f Store just argv[0] in Config.
new 86e82e193 Convert a use of Config->Static.
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/Writer.cpp | 2 +-
test/ELF/gnu-ifunc-dynsym.s | 6 +++++-
2 files changed, 6 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 5203555364 Pass around function pointers as CGCallees, not bare llvm::Value*s.
new 3173107098 [Lex] Fix handling numerical literals ending with ' and sign [...]
new e815af3b34 [Myriad] Define __ma2x5x and __ma2x8x
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/Basic/Targets/Sparc.cpp | 7 +++++++
lib/Lex/LiteralSupport.cpp | 24 +++++++++++++++---------
test/Lexer/cxx1y_digit_separators.cpp | 2 ++
test/Preprocessor/predefined-arch-macros.c | 4 ++++
4 files changed, 28 insertions(+), 9 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 openacc-gcc-7-branch
in repository gcc.
from 762cf3c7890 Properly handle alloca'd OpenACC data mappings
new 6585af7290f Fix implicit fallthrough warning in expand_omp_target
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/omp-expand.c | 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 llvm.
from 89348bbca7e Add SelectionDAGDumper support for strict FP nodes
new 3ca48048bef [AArch64] Adjust the cost model for Exynos M3
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/AArch64/AArch64SchedExynosM3.td | 8 ++++----
1 file changed, 4 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 lld.
from bac8ff1f6 Hide the --full-shutdown option.
new 47ef6687f Store just argv[0] in Config.
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/Config.h | 2 +-
ELF/Driver.cpp | 6 +++---
ELF/Driver.h | 2 +-
ELF/DriverUtils.cpp | 8 ++++----
4 files changed, 9 insertions(+), 9 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 4d5131f3a58 Fix a crash when emitting DIEs for variable-length arrays
new 9319f6d8dd7 Add OrcJIT dependency for Kaleidoscope Chapter 9.
new 89348bbca7e Add SelectionDAGDumper support for strict FP nodes
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:
examples/Kaleidoscope/Chapter9/CMakeLists.txt | 1 +
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 20 ++++++++++++++++++++
2 files changed, 21 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 zorg.
from 08c66fe Also check dependencies on lnt-test-suite builds
new f372f52 We don't need this, we can use relative paths
new 26350c4 also enforce the xcode version
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:
tasks/lnt-ctmark.sh | 2 --
zorg/jenkins/clang_build_dependencies.dep | 3 ++-
2 files changed, 2 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 bd873c23e16 [ORC] Remove some unused lambda captures.
new 7583f3e2412 [ORC] Use explicit constructor calls to fix a builder error [...]
new 4d5131f3a58 Fix a crash when emitting DIEs for variable-length arrays
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/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 30 ++++++++-
lib/CodeGen/AsmPrinter/DwarfFile.cpp | 39 +++---------
lib/CodeGen/AsmPrinter/DwarfFile.h | 14 +++-
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 6 +-
test/DebugInfo/X86/vla-dependencies.ll | 99 +++++++++++++++++++++++++++++
5 files changed, 152 insertions(+), 36 deletions(-)
create mode 100644 test/DebugInfo/X86/vla-dependencies.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 8552f5ed267 [X86] Add test cases that exercise the BSR/BSF optimization [...]
new bd873c23e16 [ORC] Remove some unused lambda captures.
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/ExecutionEngine/Orc/CompileOnDemandLayer.h | 8 ++++----
tools/lli/OrcLazyJIT.h | 6 +++---
2 files changed, 7 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 glibc.
from 383e87c96b Fix non-__GNUC__ definitions of __inline and __restrict (bug [...]
new 0d40d0ecba Unify and simplify bits/byteswap.h, bits/byteswap-16.h heade [...]
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 | 34 +++++
bits/byteswap-16.h | 34 -----
bits/byteswap.h | 101 +++++---------
string/Makefile | 6 +-
.../test-endian-file-scope.c | 31 +++--
.../test-endian-sign-conversion.c | 27 ++--
sysdeps/ia64/bits/byteswap-16.h | 42 ------
sysdeps/ia64/bits/byteswap.h | 100 -------------
sysdeps/m68k/bits/byteswap.h | 88 ------------
sysdeps/s390/bits/byteswap-16.h | 65 ---------
sysdeps/s390/bits/byteswap.h | 134 ------------------
sysdeps/tile/bits/byteswap.h | 37 -----
sysdeps/x86/bits/byteswap-16.h | 49 -------
sysdeps/x86/bits/byteswap.h | 155 ---------------------
14 files changed, 108 insertions(+), 795 deletions(-)
delete mode 100644 bits/byteswap-16.h
copy posix/test-ssize-max.c => string/test-endian-file-scope.c (63%)
copy inet/test-hnto-types.c => string/test-endian-sign-conversion.c (65%)
delete mode 100644 sysdeps/ia64/bits/byteswap-16.h
delete mode 100644 sysdeps/ia64/bits/byteswap.h
delete mode 100644 sysdeps/m68k/bits/byteswap.h
delete mode 100644 sysdeps/s390/bits/byteswap-16.h
delete mode 100644 sysdeps/s390/bits/byteswap.h
delete mode 100644 sysdeps/tile/bits/byteswap.h
delete mode 100644 sysdeps/x86/bits/byteswap-16.h
delete mode 100644 sysdeps/x86/bits/byteswap.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.