This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 207b6ab [BuildingAJIT] Use the remote target triple to construct the [...]
new c887230 [PGO] Fix bogus warning for merging empty llvm profile file
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/ProfileData/InstrProf.h | 3 ++-
lib/ProfileData/InstrProf.cpp | 2 ++
lib/ProfileData/InstrProfReader.cpp | 3 +++
.../Inputs/IR_profile.proftext} | 3 ++-
.../Inputs/clang_profile.proftext} | 0
test/tools/llvm-profdata/merge_empty_profile.test | 17 +++++++++++++++++
tools/llvm-profdata/llvm-profdata.cpp | 7 ++++++-
7 files changed, 32 insertions(+), 3 deletions(-)
copy test/tools/{llvm-cov/Inputs/double_dots.proftext => llvm-profdata/Inputs/IR_p [...]
copy test/tools/{llvm-cov/Inputs/combine_expansions.proftext => llvm-profdata/Inpu [...]
create mode 100644 test/tools/llvm-profdata/merge_empty_profile.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 gcc.
from 5c2ba57 2016-10-19 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 677e8b7 libgcc/ * config/pa/pa64-hpux-lib.h: New file. (EH_FRAME_SE [...]
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 | 7 +++
gcc/config/pa/pa64-hpux.h | 97 +++----------------------------------
libgcc/ChangeLog | 8 ++++
libgcc/config.host | 1 +
libgcc/config/pa/pa64-hpux-lib.h | 101 +++++++++++++++++++++++++++++++++++++++
5 files changed, 124 insertions(+), 90 deletions(-)
create mode 100644 libgcc/config/pa/pa64-hpux-lib.h
--
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 2bd7506 Add computeHostNumPhysicalCores() implementation for Darwin
new 207b6ab [BuildingAJIT] Use the remote target triple to construct the [...]
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:
examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 3 ++-
1 file changed, 2 insertions(+), 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 clang.
from eff4af4 Add optimization to sizeof...(X) handling: if none of paramet [...]
new 57c31dd [cmake] Follow LLVM's lead in creating exported tool targets [...]
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:
cmake/modules/AddClang.cmake | 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 glibc.
from f8e8b8e Add getpayload, getpayloadf, getpayloadl.
new 05f3ed0 Stop powerpc copysignl raising "invalid" for sNaN argument (b [...]
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 | 6 ++++++
sysdeps/powerpc/powerpc32/fpu/s_copysignl.S | 23 ++++++++++++++++++++---
sysdeps/powerpc/powerpc64/fpu/s_copysignl.S | 10 ++++------
3 files changed, 30 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 599a7aa Remove the JIT EH/small code model tests for now.
new cc8ca50 AMDGPU : Add a function to enable and disable IEEEBit for SC [...]
new 2bd7506 Add computeHostNumPhysicalCores() implementation for Darwin
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/Support/Host.cpp | 19 ++++++++++++++++
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 ++++
test/CodeGen/AMDGPU/default-fp-mode.ll | 40 +++++++++++++++++++++++++++++-----
test/CodeGen/AMDGPU/hsa-fp-mode.ll | 12 +++++-----
unittests/Support/Host.cpp | 5 +++--
6 files changed, 67 insertions(+), 15 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 27a7ba1 [cron] fix yet another bug diana found :)
new 767231c [build] adding split-dwrf to llvm-build debug
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:
helpers/llvm-build | 4 +++-
1 file changed, 3 insertions(+), 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 43fa064 [CMake] Make the runtimes directory work with bootstrap builds
new 599a7aa Remove the JIT EH/small code model tests for now.
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/ExecutionEngine/MCJIT/eh-sm-pic.ll | 32 ------------------------------
test/ExecutionEngine/OrcMCJIT/eh-sm-pic.ll | 32 ------------------------------
2 files changed, 64 deletions(-)
delete mode 100644 test/ExecutionEngine/MCJIT/eh-sm-pic.ll
delete mode 100644 test/ExecutionEngine/OrcMCJIT/eh-sm-pic.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 24fea6a [CMake] Add clang-bootstrap-deps target
new 25d6334 DebugInfo: use uint32_t for alignment variables.
new a32fe92 Don't crash generating debug info for VLA in function prototype.
new eff4af4 Add optimization to sizeof...(X) handling: if none of paramet [...]
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/clang/Sema/Sema.h | 8 +++++
lib/CodeGen/CGDebugInfo.cpp | 42 +++++++++++++------------
lib/Sema/SemaTemplateVariadic.cpp | 59 ++++++++++++++++++++++++++++++++++-
lib/Sema/TreeTransform.h | 47 ++++++++++++++++++++++++++++
test/CodeGenCXX/debug-info-vla.cpp | 16 +++++++---
test/SemaTemplate/alias-templates.cpp | 17 ++++++++++
6 files changed, 164 insertions(+), 25 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 bac9c43 [InstSimplify] fold negation of sign-bit
new 43fa064 [CMake] Make the runtimes directory work with bootstrap builds
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:
runtimes/CMakeLists.txt | 15 +++++++++++++++
1 file changed, 15 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.