This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from b55b9b9b2 Remove Config::FirstElf.
new 497d009cd Revert r315877: Simplify.
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/SymbolTable.cpp | 4 ++--
ELF/SymbolTable.h | 5 +++--
2 files changed, 5 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 glibc.
from 596f70134a Support running libm tests for float128 as alias for long double.
new 3480ddc40b shlib-compat: Update documentation of the compat_symbol_refe [...]
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 | 5 +++++
include/shlib-compat.h | 8 ++++++--
2 files changed, 11 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 e9ec96ff97 clang-refactor: Use llvm_unreachable in an unused override
new 6de2efd195 [refactor] allow the use of refactoring diagnostics
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/AllDiagnostics.h | 1 +
include/clang/Basic/CMakeLists.txt | 1 +
include/clang/Basic/Diagnostic.td | 1 +
include/clang/Basic/DiagnosticIDs.h | 6 ++-
include/clang/Basic/DiagnosticRefactoringKinds.td | 25 +++++++++++
.../RefactoringActionRuleRequirements.h | 6 +--
.../Refactoring/RefactoringDiagnostic.h} | 15 +++----
.../Tooling/Refactoring/RefactoringRuleContext.h | 14 +++++++
include/clang/module.modulemap | 1 +
lib/Basic/DiagnosticIDs.cpp | 5 ++-
lib/Tooling/Refactoring/Rename/RenamingAction.cpp | 9 ++--
.../Refactor/LocalRename/NoSymbolSelectedError.cpp | 8 ++++
tools/clang-refactor/ClangRefactor.cpp | 35 ++++++++++++----
tools/clang-refactor/TestSupport.cpp | 18 +++++---
tools/clang-refactor/TestSupport.h | 4 +-
.../clang-refactor/ToolRefactoringResultConsumer.h | 48 ++++++++++++++++++++++
tools/diagtool/DiagnosticNames.cpp | 1 +
unittests/Tooling/RefactoringActionRulesTest.cpp | 13 +++---
18 files changed, 170 insertions(+), 41 deletions(-)
create mode 100644 include/clang/Basic/DiagnosticRefactoringKinds.td
copy include/clang/{CrossTU/CrossTUDiagnostic.h => Tooling/Refactoring/Refactoring [...]
create mode 100644 test/Refactor/LocalRename/NoSymbolSelectedError.cpp
create mode 100644 tools/clang-refactor/ToolRefactoringResultConsumer.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 clang.
from 04999db339 Recommit r315738 "[clang-refactor] Apply source replacements"
new ca5b79b381 Do not link clang_rt.cfi on Android.
new e9ec96ff97 clang-refactor: Use llvm_unreachable in an unused override
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/clang/Driver/SanitizerArgs.h | 2 ++
lib/Driver/SanitizerArgs.cpp | 20 +++++++++++-------
test/Driver/sanitizer-ld.c | 38 ++++++++++++++++------------------
tools/clang-refactor/ClangRefactor.cpp | 2 +-
4 files changed, 34 insertions(+), 28 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 c7837d890 [scudo] Do not include sanitizer_posix.h if not on a Posix platform
new 1e1c09d32 [cfi] Test cross-dso CFI on Android.
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/cfi/cross-dso/lit.local.cfg | 6 +++++-
test/cfi/cross-dso/shadow_is_read_only.cpp | 3 +++
test/cfi/cross-dso/stats.cpp | 3 +++
test/cfi/cross-dso/util/cfi_stubs.h | 30 ++++++++++++++++++++++++++++++
test/cfi/lit.cfg | 5 +++++
test/lit.common.cfg | 13 +++++++++++++
6 files changed, 59 insertions(+), 1 deletion(-)
create mode 100644 test/cfi/cross-dso/util/cfi_stubs.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 gcc.
from edaf95de386 2017-10-16 Fritz Reese <fritzoreese(a)gmail.com>
new 27bc48e41b3 * tree-ssa-dse.c (live_bytes_read): Fix thinko.
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 | 4 ++++
gcc/tree-ssa-dse.c | 2 +-
2 files changed, 5 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 f6eb7ff7f85 [AMDGPU] : revert r315908
new 0b0eddf1d3b [SparsePropagation] Enable interprocedural analysis
new 1619b651ca8 [SCEV] Rename getMaxBECount and update comments. NFC
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/Analysis/ScalarEvolution.h | 7 +-
include/llvm/Analysis/SparsePropagation.h | 288 +++++++++-------
lib/Analysis/ScalarEvolution.cpp | 16 +-
unittests/Analysis/CMakeLists.txt | 1 +
unittests/Analysis/SparsePropagation.cpp | 544 ++++++++++++++++++++++++++++++
5 files changed, 714 insertions(+), 142 deletions(-)
create mode 100644 unittests/Analysis/SparsePropagation.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 gcc.
from 519d8107714 2017-10-16 Olivier Hainque <hainque(a)adacore.com>
new c12f96b0985 * x86-tune-costs.h (znver1_cost): Fix move cost tables.
new edaf95de386 2017-10-16 Fritz Reese <fritzoreese(a)gmail.com>
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:
gcc/ChangeLog | 4 +++
gcc/config/i386/x86-tune-costs.h | 25 ++++++++++-------
gcc/fortran/ChangeLog | 5 ++++
gcc/fortran/trans-io.c | 4 +--
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gfortran.dg/dec_structure_22.f90 | 38 ++++++++++++++++++++++++++
6 files changed, 69 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dec_structure_22.f90
--
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 f725de8314 [Bitfield] Add an option to access bitfield in a fine-graine [...]
new 04999db339 Recommit r315738 "[clang-refactor] Apply source replacements"
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/Frontend/CommandLineSourceLoc.h | 46 ++++++++++++
test/Refactor/tool-apply-replacements.cpp | 11 +++
test/Refactor/tool-selection-option.c | 15 ++++
tools/clang-refactor/ClangRefactor.cpp | 94 +++++++++++++++++++++++--
unittests/Frontend/CMakeLists.txt | 1 +
unittests/Frontend/ParsedSourceLocationTest.cpp | 37 ++++++++++
6 files changed, 198 insertions(+), 6 deletions(-)
create mode 100644 test/Refactor/tool-apply-replacements.cpp
create mode 100644 test/Refactor/tool-selection-option.c
create mode 100644 unittests/Frontend/ParsedSourceLocationTest.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 compiler-rt.
from 2323ab971 [asan] Increase kHandlerStackSize for TracerThreadSignalHandler
new c7837d890 [scudo] Do not include sanitizer_posix.h if not on a Posix platform
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/scudo/scudo_utils.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.