This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fd7afc4 [LTO] Move tests from test/tools to test/LTO, as they're test [...]
new 86a6238 Fix indentation in codeview code
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/AsmPrinter/CodeViewDebug.cpp | 14 +++++++-------
1 file 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 clang.
from 5eb95c4 Add some MS aliases for existing intrinsics
new 7c90bb7 [CUDA] Add test checking our ability to take a function point [...]
new b305e4d [CUDA] Make __clang_cuda_cmath.h compatible with libc++.
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/Headers/__clang_cuda_cmath.h | 31 +++++++++++++++++++++++++++++++
test/SemaCUDA/reference-to-kernel-fn.cu | 31 +++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
create mode 100644 test/SemaCUDA/reference-to-kernel-fn.cu
--
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 test-suite.
from 5494108 [test-suite] Improved libstdc++ detection.
new 2dd7a00 [test-suite] Organize build targets for CUDA tests
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:
External/CUDA/CMakeLists.txt | 10 ++++------
1 file changed, 4 insertions(+), 6 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 a0badfb Revert "Do not warn about format strings that are indexed str [...]
new 5eb95c4 Add some MS aliases for existing intrinsics
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/clang/Basic/Builtins.def | 7 ++
include/clang/Basic/Builtins.h | 7 ++
include/clang/Basic/BuiltinsX86.def | 13 +++
lib/Basic/Targets.cpp | 2 +
lib/CodeGen/CGBuiltin.cpp | 24 ++++++
lib/Headers/emmintrin.h | 35 ++++----
lib/Headers/ia32intrin.h | 6 --
lib/Headers/intrin.h | 127 +++++++++++++---------------
lib/Headers/xmmintrin.h | 29 +++----
lib/Sema/SemaDecl.cpp | 4 +-
test/CodeGen/builtins-x86.c | 9 ++
test/Headers/{x86intrin.c => x86intrin.cpp} | 4 +-
test/Sema/implicit-intel-builtin-decl.c | 40 +++++++++
test/Sema/implicit-ms-builtin-decl.c | 19 +++++
14 files changed, 212 insertions(+), 114 deletions(-)
copy test/Headers/{x86intrin.c => x86intrin.cpp} (59%)
create mode 100644 test/Sema/implicit-intel-builtin-decl.c
create mode 100644 test/Sema/implicit-ms-builtin-decl.c
--
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 93e6e54 Finish renaming remaining analyzeBranch functions
new e038466 [ThinLTO] Add an option to llvm-lto to print some basic stati [...]
new bdf517a [LTO] Fix commons handling
new fd7afc4 [LTO] Move tests from test/tools to test/LTO, as they're test [...]
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/LTO/LTO.h | 2 +
lib/LTO/LTO.cpp | 10 +++--
.../Resolution/X86/Inputs/common2.ll} | 0
.../X86/Inputs/{alias-1.ll => commons.ll} | 2 +-
.../common.ll => LTO/Resolution/X86/common2.ll} | 32 +++++++++++++---
test/LTO/Resolution/X86/commons.ll | 12 ++++++
test/ThinLTO/X86/funcimport.ll | 3 ++
tools/llvm-lto/llvm-lto.cpp | 44 ++++++++++++++++++++++
8 files changed, 95 insertions(+), 10 deletions(-)
rename test/{tools/llvm-lto2/X86/Inputs/common.ll => LTO/Resolution/X86/Inputs/com [...]
copy test/LTO/Resolution/X86/Inputs/{alias-1.ll => commons.ll} (78%)
rename test/{tools/llvm-lto2/X86/common.ll => LTO/Resolution/X86/common2.ll} (70%)
create mode 100644 test/LTO/Resolution/X86/commons.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 lldb.
from 26fea9d Cleaned up a little bit of redundant code in 'frame diagnose.`
new 050ec95 Replaced two instances of std::function with auto.
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 | 7 +++----
source/Target/StackFrame.cpp | 7 +++----
2 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 955fe9b Infer architecture from ABI for mips-mti* and mips-img* triplets.
new 7153717 libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM)
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/go/gofrontend/MERGE | 2 +-
libgo/configure | 2 +-
libgo/configure.ac | 2 +-
3 files changed, 3 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 0890bf3 [x86] regenerate checks
new 9becdee [Stackmap] Added callsite counts to emitted function information.
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/StackMaps.rst | 6 +-
include/llvm/CodeGen/StackMaps.h | 13 +-
include/llvm/Object/StackMapParser.h | 35 +++--
lib/CodeGen/StackMaps.cpp | 34 +++--
test/CodeGen/AArch64/arm64-anyregcc.ll | 10 +-
test/CodeGen/AArch64/arm64-stackmap.ll | 13 +-
test/CodeGen/AArch64/stackmap-liveness.ll | 3 +-
test/CodeGen/PowerPC/ppc64-anyregcc.ll | 10 +-
test/CodeGen/PowerPC/ppc64-stackmap.ll | 13 +-
test/CodeGen/X86/anyregcc.ll | 10 +-
test/CodeGen/X86/patchpoint-invoke.ll | 2 +-
test/CodeGen/X86/stackmap-fast-isel.ll | 6 +-
test/CodeGen/X86/stackmap-large-constants.ll | 4 +-
test/CodeGen/X86/stackmap-liveness.ll | 4 +-
test/CodeGen/X86/stackmap.ll | 18 ++-
test/CodeGen/X86/statepoint-allocas.ll | 5 +-
test/CodeGen/X86/statepoint-stackmap-format.ll | 6 +-
test/Object/Inputs/stackmap-test.macho-x86-64 | Bin 568 -> 3956 bytes
test/Object/stackmap-dump.test | 182 +++++++++++++++++++++++--
tools/llvm-readobj/COFFDumper.cpp | 4 +-
tools/llvm-readobj/ELFDumper.cpp | 2 +-
tools/llvm-readobj/MachODumper.cpp | 4 +-
tools/llvm-readobj/StackMapPrinter.h | 3 +-
23 files changed, 319 insertions(+), 68 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 lldb.
from 1410d70 Use 'enum class' instead of 'enum' in NativeRegisterContextLi [...]
new 26fea9d Cleaned up a little bit of redundant code in 'frame diagnose.`
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/Target/StackFrame.cpp | 30 +++++++++++++++++++-----------
1 file changed, 19 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.