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 3d0ce4e4 [CUDA, test-suite] Disable "compiletime" metric collector.
new 143f713a [CUDA, test-suite] Adjust path to libc++ headers in clang's 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:
External/CUDA/CMakeLists.txt | 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 b359943 Revert "[CMake] Support statically linking dependencies only [...]
new 3633019 Implement a GCC compatible SEH unwinding personality, __gxx_p [...]
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:
src/cxa_personality.cpp | 25 +++++++++++++++++++++++++
1 file changed, 25 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 llvm.
from 4f40986a056 [DebugCounters] Keep track of total counts
new 2f14f1125a7 [ThinLTO] Ensure the TargetLibraryInfo is constructed early enough
new 113fd07750c [SelectionDAG] Reduce DanglingDebugInfo memory traffic, NFC
new 217be219024 [utils] Fix the llvm::Optional data formatter
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:
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 42 +++++++++++++-----------
lib/Transforms/IPO/PassManagerBuilder.cpp | 2 ++
test/LTO/X86/triple-init.ll | 11 ++++++-
test/LTO/X86/triple-init2.ll | 31 +++++++++++++++++
utils/lldbDataFormatters.py | 16 +++++++--
5 files changed, 79 insertions(+), 23 deletions(-)
create mode 100644 test/LTO/X86/triple-init2.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 libcxx.
from 80412b50e [CMake] Fix the setting of LIBCXX_HEADER_DIR
new 7485d577a Revert "Use possibly cached directory entry values when perfo [...]
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:
src/experimental/filesystem/directory_iterator.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 94363b3cf67 [gdb] Fix SmallVector pretty printer after r337514
new 4f40986a056 [DebugCounters] Keep track of total counts
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/Support/DebugCounter.h | 52 ++++++++++++++++++----------------
lib/Support/DebugCounter.cpp | 19 ++++++-------
lib/Transforms/Scalar/NewGVN.cpp | 2 +-
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/DebugCounterTest.cpp | 42 +++++++++++++++++++++++++++
5 files changed, 81 insertions(+), 35 deletions(-)
create mode 100644 unittests/Support/DebugCounterTest.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 llvm.
from 7321ba268a1 ConstantFolding: Avoid a crash.
new 94363b3cf67 [gdb] Fix SmallVector pretty printer after r337514
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:
utils/gdb-scripts/prettyprinters.py | 46 +++++++++++--------------------------
1 file changed, 13 insertions(+), 33 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 e0fc906d1d Update to -r337585, allow scoped enum inits in -pedantic
new 354438d88c Fold -Wreturn-stack-address into general initialization life [...]
new d61977eb48 Do not try to perform lifetime-extension through conditional [...]
new 9c96ba60ab [clang-cl] Expose -fblocks and -fno-builtin as driver flags
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/Basic/DiagnosticSemaKinds.td | 27 +-
include/clang/Driver/Options.td | 10 +-
lib/Sema/SemaChecking.cpp | 409 ------------------
lib/Sema/SemaInit.cpp | 463 +++++++++++++++------
test/Analysis/stack-addr-ps.c | 2 +-
test/Analysis/stack-addr-ps.cpp | 4 +-
test/Analysis/stackaddrleak.c | 2 +-
test/CXX/drs/dr16xx.cpp | 28 +-
test/CXX/drs/dr18xx.cpp | 6 +-
test/CXX/special/class.copy/p11.0x.copy.cpp | 7 +-
test/CXX/special/class.ctor/p5-0x.cpp | 2 +-
test/CXX/temp/temp.param/p5.cpp | 8 +-
test/Driver/cl-options.c | 5 +
test/SemaCXX/conditional-expr.cpp | 22 +-
test/SemaCXX/constexpr-default-arg.cpp | 4 +-
.../cxx0x-initializer-stdinitializerlist.cpp | 4 +-
test/SemaCXX/eval-crashes.cpp | 4 +-
test/SemaCXX/return-stack-addr-2.cpp | 2 +-
test/SemaCXX/return-stack-addr.cpp | 3 +-
test/SemaCXX/rval-references.cpp | 5 +-
20 files changed, 428 insertions(+), 589 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 compiler-rt.
from 89344dc5c Landed XRay patch (D49559) in incorrect directory. Reverting [...]
new 039e00653 Reapply "[XRay] Remove scheduling dependency in fork_basic_lo [...]
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/xray/TestCases/Posix/fork_basic_logging.cc | 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 binutils-2_31-branch
in repository binutils-gdb.
from a88f3030ce Automatic date update in version.in
new 6737a6b34f x86: Add a GNU_PROPERTY_X86_ISA_1_USED note if needed
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:
bfd/ChangeLog | 8 +++
bfd/elfxx-x86.c | 60 ++++++++++++++++------
ld/ChangeLog | 24 +++++++++
ld/testsuite/ld-elf/linux-x86.S | 63 ++++++++++++++++++++++++
ld/testsuite/ld-elf/{notes.exp => linux-x86.exp} | 41 +++++++--------
ld/testsuite/ld-elf/pr23428.c | 43 ++++++++++++++++
ld/testsuite/ld-elf/sec64k.exp | 2 +
ld/testsuite/ld-i386/abs-iamcu.d | 2 +-
ld/testsuite/ld-i386/abs.d | 2 +-
ld/testsuite/ld-i386/pr12718.d | 2 +-
ld/testsuite/ld-i386/pr12921.d | 2 +-
ld/testsuite/ld-linkonce/zeroeh.ld | 1 +
ld/testsuite/ld-scripts/print-memory-usage.t | 2 +
ld/testsuite/ld-scripts/size-2.t | 1 +
ld/testsuite/ld-x86-64/abs-k1om.d | 2 +-
ld/testsuite/ld-x86-64/abs-l1om.d | 2 +-
ld/testsuite/ld-x86-64/abs.d | 2 +-
ld/testsuite/ld-x86-64/pr12718.d | 2 +-
ld/testsuite/ld-x86-64/pr12921.d | 2 +-
ld/testsuite/lib/ld-lib.exp | 5 +-
20 files changed, 223 insertions(+), 45 deletions(-)
create mode 100644 ld/testsuite/ld-elf/linux-x86.S
copy ld/testsuite/ld-elf/{notes.exp => linux-x86.exp} (55%)
create mode 100644 ld/testsuite/ld-elf/pr23428.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 820d48f45c6 Fix RegScavenger::unprocess
new e6aaf315db3 [llvm-mca][docs] Define IPC where it is first mentioned. NFC.
new d3db945575b Re-land r335297 "[X86] Implement more of x86-64 large and m [...]
new 7321ba268a1 ConstantFolding: Avoid a crash.
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:
docs/CommandGuide/llvm-mca.rst | 14 +-
lib/Analysis/ConstantFolding.cpp | 19 +-
lib/Target/X86/X86ISelDAGToDAG.cpp | 10 +-
lib/Target/X86/X86InstrCompiler.td | 4 +
lib/Target/X86/X86InstrInfo.cpp | 60 ++--
lib/Target/X86/X86MCInstLower.cpp | 35 +++
lib/Target/X86/X86Subtarget.cpp | 44 ++-
lib/Target/X86/X86TargetMachine.cpp | 8 +-
test/CodeGen/X86/cleanuppad-large-codemodel.ll | 2 +-
test/CodeGen/X86/code-model-elf.ll | 384 +++++++++++++++++++++++++
test/CodeGen/X86/fast-isel-call-cleanup.ll | 4 +-
test/CodeGen/X86/hipe-cc64.ll | 2 +-
test/CodeGen/X86/variadic-node-pic.ll | 6 +-
test/ExecutionEngine/MCJIT/eh-lg-pic.ll | 6 +
test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll | 6 +
test/Transforms/Inline/inline_inv_group.ll | 19 ++
utils/UpdateTestChecks/asm.py | 5 +-
utils/update_llc_test_checks.py | 5 +
18 files changed, 584 insertions(+), 49 deletions(-)
create mode 100644 test/CodeGen/X86/code-model-elf.ll
create mode 100644 test/Transforms/Inline/inline_inv_group.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.