This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c642dab Don't feed standard error to FileCheck.
new 07baaff [OPENMP] Set '_OPENMP' macro to '201511' value to reflect sup [...]
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/Frontend/InitPreprocessor.cpp | 2 +-
test/OpenMP/predefined_macro.c | 2 +-
2 files 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 openmp.
from 177c3c8 D20525: Use more general function for getting gtid which may [...]
new 9c04b6d Add an assembly __kmp_invoke_microtask for ppc64[le]
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:
runtime/src/z_Linux_asm.s | 220 +++++++++++++++++++++++++++++++++++++++++++++
runtime/src/z_Linux_util.c | 2 +-
2 files changed, 221 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 4aac6f3 [X86] Add the AVX storeu intrinsics to InstCombine and LoopSt [...]
new c1beab6 Revert "[CMake] LINK_LIBS need to be public for Darwin dylib [...]
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/AddLLVM.cmake | 19 ++++++++++++-------
tools/llvm-shlib/CMakeLists.txt | 11 -----------
2 files changed, 12 insertions(+), 18 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 4963e9d [IRCE] Use C++11 style initializers; NFC
new 4aac6f3 [X86] Add the AVX storeu intrinsics to InstCombine and LoopSt [...]
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/Transforms/InstCombine/InstCombineCalls.cpp | 13 +++++++++++++
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 6 ++++++
2 files changed, 19 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 lldb.
from 49245e2 Make sure to try and take the process stop lock when calling:
new 449cb3c Small further refinement to the check in ObjectFileMachO::Par [...]
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/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 16 +++++++++-------
1 file changed, 9 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 clang.
from 9793769 [ObjC] Remove _Atomic from return type and parameter type of [...]
new c642dab Don't feed standard error to FileCheck.
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/SemaObjC/property-atomic-bool.m | 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 libcxxabi.
from b06c53c Allow explicit pthread opt-in
new 436072f libc++abi: build with -fvisibility=hidden
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:
CMakeLists.txt | 2 ++
cmake/config-ix.cmake | 1 +
include/__cxxabi_config.h | 3 +++
src/cxa_default_handlers.cpp | 5 ++++-
src/cxa_handlers.cpp | 4 ++--
5 files changed, 12 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 1f1c7c7 MemorySSA: Remove argument to createNewAccess function.
new 3eda57b llvm-objdump: support dumping AUX records for weak externals
new bb83f89 [ThinLTO/gold] Handle bitcode archives
new 4963e9d [IRCE] Use C++11 style initializers; NFC
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:
.../Scalar/InductiveRangeCheckElimination.cpp | 14 +-
test/Object/Inputs/COFF/weak-externals.obj | Bin 141 -> 0 bytes
test/Object/Inputs/COFF/weak-externals.yaml | 26 ++++
test/Object/coff-weak-externals.test | 5 +
.../X86/Inputs/thinlto_archive1.ll} | 0
.../X86/Inputs/{thinlto.ll => thinlto_archive2.ll} | 2 +-
test/tools/gold/X86/thinlto_archive.ll | 29 ++++
tools/gold/CMakeLists.txt | 1 +
tools/gold/gold-plugin.cpp | 157 ++++++++++++++-------
tools/llvm-objdump/COFFDump.cpp | 7 +
10 files changed, 178 insertions(+), 63 deletions(-)
delete mode 100644 test/Object/Inputs/COFF/weak-externals.obj
create mode 100644 test/Object/Inputs/COFF/weak-externals.yaml
create mode 100644 test/Object/coff-weak-externals.test
copy test/tools/{llvm-lto/Inputs/thinlto.ll => gold/X86/Inputs/thinlto_archive1.ll [...]
copy test/tools/gold/X86/Inputs/{thinlto.ll => thinlto_archive2.ll} (51%)
create mode 100644 test/tools/gold/X86/thinlto_archive.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 df5dfe2 [Kaleidoscope][BuildingAJIT] Add a stub Chapter 2 doc.
new 60352be MemorySSA: Fix example in header comment.
new 1f1c7c7 MemorySSA: Remove argument to createNewAccess function.
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/Transforms/Utils/MemorySSA.h | 8 ++++----
lib/Transforms/Utils/MemorySSA.cpp | 7 +++----
2 files changed, 7 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 zorg.
from 65549d9 Remove PIC option that is causing CMake to blow up
new 1c0bb04 Update test to remove check for DLLVM_ENABLE_PIC=On
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/jenkins/test_build.py | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.