This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 837c30f [llvm-cov] Disable zlib compression in a test input, unbreaks bots
new d9fa490 [LoopUnroll] Properly update loop-info when cloning prologues [...]
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/Utils/LoopUnrollRuntime.cpp | 65 +++++++++++++++++++++++++-----
test/Transforms/LoopUnroll/pr28888.ll | 44 ++++++++++++++++++++
2 files changed, 98 insertions(+), 11 deletions(-)
create mode 100644 test/Transforms/LoopUnroll/pr28888.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 0d892e5 CodeGen: Clean up implementation of vtable initializer builder. NFC.
new 5987351 Add explicit casts to size_t to try to appease MSVC.
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/AST/VTableBuilder.h | 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 compiler-rt.
from 4753c5b [XRay] ARM 32-bit no-Thumb support in compiler-rt
new 5ec37e1 Correctly escape %.
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/profile/InstrProfilingFile.c | 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 llvm.
from d2e36ca [llvm-cov] Use less space to describe source names
new 837c30f [llvm-cov] Disable zlib compression in a test input, unbreaks bots
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/tools/llvm-cov/Inputs/multiple-files.covmapping | Bin 380 -> 412 bytes
1 file changed, 0 insertions(+), 0 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 dd34fc9 [XRay] ARM 32-bit no-Thumb support in Clang
new 0d892e5 CodeGen: Clean up implementation of vtable initializer builder. NFC.
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/AST/VTableBuilder.h | 33 +-----
lib/CodeGen/CGDebugInfo.cpp | 2 +-
lib/CodeGen/CGVTables.cpp | 221 +++++++++++++++++---------------------
lib/CodeGen/CGVTables.h | 23 ++--
lib/CodeGen/ItaniumCXXABI.cpp | 6 +-
lib/CodeGen/MicrosoftCXXABI.cpp | 8 +-
6 files changed, 125 insertions(+), 168 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 2a93bda [CGP] Be less conservative about tail-duplicating a ret to al [...]
new a57be10 [llvm-cov] Drop the longest common filename prefix from summaries
new d2e36ca [llvm-cov] Use less space to describe source names
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:
.../llvm-cov/Inputs/multiple-files.covmapping | Bin 0 -> 380 bytes
test/tools/llvm-cov/Inputs/multiple-files.proftext | 19 ++++++++++++++++++
test/tools/llvm-cov/multiple-files.test | 9 +++++++++
test/tools/llvm-cov/showProjectSummary.cpp | 7 ++-----
test/tools/llvm-cov/showTemplateInstantiations.cpp | 10 +++++-----
tools/llvm-cov/CodeCoverage.cpp | 8 ++++----
tools/llvm-cov/CoverageReport.cpp | 22 +++++++++++++++++++--
tools/llvm-cov/SourceCoverageView.cpp | 20 ++++++++++---------
tools/llvm-cov/SourceCoverageView.h | 17 +++++++---------
tools/llvm-cov/SourceCoverageViewHTML.cpp | 8 +++-----
tools/llvm-cov/SourceCoverageViewHTML.h | 7 +++----
tools/llvm-cov/SourceCoverageViewText.cpp | 8 ++------
tools/llvm-cov/SourceCoverageViewText.h | 7 +++----
13 files changed, 88 insertions(+), 54 deletions(-)
create mode 100644 test/tools/llvm-cov/Inputs/multiple-files.covmapping
create mode 100644 test/tools/llvm-cov/Inputs/multiple-files.proftext
create mode 100644 test/tools/llvm-cov/multiple-files.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 llvm.
from 0b559dd [XRay] Remove unused variable
new 6d2157d [AA] Fix typo in comment (s/hase/has).
new 2a93bda [CGP] Be less conservative about tail-duplicating a ret to al [...]
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/AliasAnalysis.h | 2 +-
include/llvm/CodeGen/Analysis.h | 14 +++++++++--
lib/CodeGen/Analysis.cpp | 44 ++++++++++++++++++++++-------------
lib/CodeGen/CodeGenPrepare.cpp | 16 +++++--------
test/CodeGen/X86/tailcall-cgp-dup.ll | 20 ++++++++++++++++
5 files changed, 67 insertions(+), 29 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 1aba0b1 Remove CxaDemangle.cpp / .h from xcode project file.
new bc25b47 Remove lldb coding conventions as they are no longer relevant.
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:
www/lldb-coding-conventions.html | 152 ---------------------------------------
www/sidebar.incl | 1 -
www/source.html | 1 -
3 files changed, 154 deletions(-)
delete mode 100644 www/lldb-coding-conventions.html
--
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 339ade7 [XRay] ARM 32-bit no-Thumb support in LLVM
new 0b559dd [XRay] Remove unused variable
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/XRayInstrumentation.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 clang.
from 8ecd150 clang-format: [JavaScript] Change default AllowShortFunctions [...]
new dd34fc9 [XRay] ARM 32-bit no-Thumb support in Clang
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:
...{xray-attributes-supported.cpp => xray-attributes-supported-arm.cpp} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
copy test/CodeGen/{xray-attributes-supported.cpp => xray-attributes-supported-arm. [...]
--
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 101412a [sanitizer] Fix a conflict between abort_on_error and handle_abort.
new 4753c5b [XRay] ARM 32-bit no-Thumb support in compiler-rt
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/config-ix.cmake | 2 +-
lib/sanitizer_common/scripts/gen_dynamic_list.py | 3 +-
lib/xray/CMakeLists.txt | 8 ++
lib/xray/xray_arm.cc | 131 +++++++++++++++++++++
lib/xray/xray_inmemory_log.cc | 52 ++++++++-
lib/xray/xray_interface.cc | 141 +++++------------------
lib/xray/xray_interface_internal.h | 22 ++++
lib/xray/xray_trampoline_arm.S | 65 +++++++++++
lib/xray/xray_x86_64.cc | 116 +++++++++++++++++++
9 files changed, 423 insertions(+), 117 deletions(-)
create mode 100644 lib/xray/xray_arm.cc
create mode 100644 lib/xray/xray_trampoline_arm.S
create mode 100644 lib/xray/xray_x86_64.cc
--
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 1d54212 Deleted right file
new 339ade7 [XRay] ARM 32-bit no-Thumb support in LLVM
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/CodeGen/AsmPrinter.h | 28 ++++++
include/llvm/Target/Target.td | 10 +-
include/llvm/Target/TargetOpcodes.def | 17 ++++
include/llvm/Target/TargetSubtargetInfo.h | 2 +
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 10 ++
lib/CodeGen/XRayInstrumentation.cpp | 110 +++++++++++++++------
lib/Target/ARM/ARMAsmPrinter.cpp | 9 ++
lib/Target/ARM/ARMAsmPrinter.h | 12 +++
lib/Target/ARM/ARMBaseInstrInfo.h | 4 +
lib/Target/ARM/ARMMCInstLower.cpp | 87 ++++++++++++++++
lib/Target/ARM/ARMSubtarget.cpp | 5 +
lib/Target/ARM/ARMSubtarget.h | 2 +
lib/Target/X86/X86AsmPrinter.h | 23 -----
lib/Target/X86/X86MCInstLower.cpp | 10 --
lib/Target/X86/X86Subtarget.h | 2 +
.../ARM/xray-armv6-attribute-instrumentation.ll | 24 +++++
.../ARM/xray-armv7-attribute-instrumentation.ll | 24 +++++
17 files changed, 317 insertions(+), 62 deletions(-)
create mode 100644 test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
create mode 100644 test/CodeGen/ARM/xray-armv7-attribute-instrumentation.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 gcc.
from 86d9b5e Correct libgcc complex multiply excess precision handling (PR [...]
new 97d2444 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 959caeb Daily bump.
new 4e4d4b3 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from df0d377 Daily bump.
new e29254c Daily bump.
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/DATESTAMP | 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 binutils-gdb.
from 5b64d09 X86: Allow additional ISAs for IAMCU in assembler
new a46c43f Automatic date update in version.in
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/version.h | 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 gdb-7.12-branch
in repository binutils-gdb.
from 073df7b Automatic date update in version.in
new 8997c4b Automatic date update in version.in
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/version.h | 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 binutils-2_27-branch
in repository binutils-gdb.
from 2b304bd Automatic date update in version.in
new 1802483 Automatic date update in version.in
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/version.h | 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 llvm.
from 1c13d2b IR: Remove Value::intersectOptionalDataWith, replace all call [...]
new 6037ae7 Revert "[thinlto] Deleted unused test file"
new 1d54212 Deleted right file
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:
.../Inputs/thinlto-function-summary-callgraph-pgo.ll | 11 -----------
...lgraph.ll => thinlto-function-summary-callgraph-pgo.ll} | 14 ++++++++------
2 files changed, 8 insertions(+), 17 deletions(-)
delete mode 100644 test/Bitcode/Inputs/thinlto-function-summary-callgraph-pgo.ll
copy test/Bitcode/{thinlto-function-summary-callgraph.ll => thinlto-function-summa [...]
--
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 f8002f1 [asan] Avoid lifetime analysis for allocas with can be in amb [...]
new a7ad004 [thinlto] Deleted unused test file
new f555e26 Revert "[asan] Avoid lifetime analysis for allocas with can b [...]
new 1c13d2b IR: Remove Value::intersectOptionalDataWith, replace all call [...]
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/IR/Value.h | 5 --
.../Instrumentation/AddressSanitizer.cpp | 74 ----------------------
lib/Transforms/Scalar/GVNHoist.cpp | 4 +-
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 4 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 2 +-
lib/Transforms/Vectorize/BBVectorize.cpp | 2 +-
.../thinlto-function-summary-callgraph-pgo.ll | 46 --------------
test/Instrumentation/AddressSanitizer/lifetime.ll | 41 ------------
8 files changed, 6 insertions(+), 172 deletions(-)
delete mode 100644 test/Bitcode/thinlto-function-summary-callgraph-pgo.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 compiler-rt.
from 2977495 [asan] Fix build on Linux.
new 101412a [sanitizer] Fix a conflict between abort_on_error and handle_abort.
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/asan/asan_posix.cc | 2 ++
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 11 ++++++++++-
test/asan/TestCases/Posix/handle_abort_on_error.cc | 9 +++++++++
3 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 test/asan/TestCases/Posix/handle_abort_on_error.cc
--
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 774d87e [InstCombine] use m_APInt to allow icmp (and (sh X, Y), C2), [...]
new f8002f1 [asan] Avoid lifetime analysis for allocas with can be in amb [...]
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:
.../Instrumentation/AddressSanitizer.cpp | 74 ++++++++++++++++++++++
test/Instrumentation/AddressSanitizer/lifetime.ll | 41 ++++++++++++
2 files changed, 115 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 compiler-rt.
from ff75f2a builtins: make sure that flags is setup properly for __clear_cache
new 2977495 [asan] Fix build on Linux.
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/sanitizer_common/sanitizer_linux_libcdep.cc | 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 lldb.
from 1c9e249 Use llvm's demangler.
new 1aba0b1 Remove CxaDemangle.cpp / .h from xcode project 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:
lldb.xcodeproj/project.pbxproj | 6 ------
1 file changed, 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 1f3b581 clang-format: [JavaScript] Do requoting in a separate pass
new 8ecd150 clang-format: [JavaScript] Change default AllowShortFunctions [...]
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/Format/Format.cpp | 2 +-
unittests/Format/FormatTestJS.cpp | 81 ++++++++++++++++++++++++++++-----------
2 files changed, 60 insertions(+), 23 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 2af3b68 [compiler-rt] Allow sanitizers to be compiled for windows with clang
new 3327a36 [asan] Add openlog() on Android.
new 4febb1f [asan] Fix a crash in GetCurrentThread() before init.
new ff75f2a builtins: make sure that flags is setup properly for __clear_cache
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/asan/asan_thread.cc | 2 +-
lib/builtins/clear_cache.c | 4 +++-
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 4 ++--
3 files changed, 6 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 gcc.
from 3ecb55e PR middle-end/77475: Fix AArch64 testcases.
new 86d9b5e Correct libgcc complex multiply excess precision handling (PR [...]
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:
libgcc/ChangeLog | 5 +++++
libgcc/libgcc2.c | 8 ++++----
2 files changed, 9 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 clang.
from 7635561 Fix some Clang-tidy modernize-use-using and Include What You [...]
new 1f3b581 clang-format: [JavaScript] Do requoting in a separate pass
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/Format/Format.cpp | 108 ++++++++++++++++++++++----------------
unittests/Format/FormatTestJS.cpp | 8 +++
2 files changed, 72 insertions(+), 44 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 f0bb43f [CUDA] Rework "optimizations" and "publication" section in Co [...]
new 774d87e [InstCombine] use m_APInt to allow icmp (and (sh X, Y), C2), [...]
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/InstCombineCompares.cpp | 72 +++++++---------------
lib/Transforms/InstCombine/InstCombineInternal.h | 2 +-
test/Transforms/InstCombine/apint-shift.ll | 4 +-
test/Transforms/InstCombine/apint-shl-trunc.ll | 7 +--
test/Transforms/InstCombine/icmp.ll | 6 +-
test/Transforms/InstCombine/pr17827.ll | 7 +--
6 files changed, 31 insertions(+), 67 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 72f585e Move CHECK right before the function it describes.
new 7635561 Fix some Clang-tidy modernize-use-using and Include What You [...]
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/Lex/Lexer.cpp | 42 +++++------
lib/Lex/LiteralSupport.cpp | 16 ++++-
lib/Lex/PPDirectives.cpp | 35 +++++++---
lib/Lex/PPExpressions.cpp | 17 +++--
lib/Lex/PPMacroExpansion.cpp | 38 +++++++---
lib/Lex/Pragma.cpp | 52 +++++++++++---
lib/Lex/Preprocessor.cpp | 28 +++++---
lib/Serialization/ASTReader.cpp | 151 ++++++++++++++++++++++++++++++++--------
lib/Serialization/ASTWriter.cpp | 98 +++++++++++++++++++++++---
9 files changed, 377 insertions(+), 100 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 9e7800b [SimplifyCFG] Don't try to create metadata-valued PHIs
new 70425af [CUDA] Further reformat "invoking clang" section of CompileCu [...]
new 6676095 [CUDA] Clarify that -l and -L only need to be passed when lin [...]
new f0bb43f [CUDA] Rework "optimizations" and "publication" section in Co [...]
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/CompileCudaWithLLVM.rst | 134 +++++++++++++++++++++----------------------
1 file changed, 66 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 llvm.
from 16d3f88 [LoopUnroll] Correct a debug message. NFC.
new 9e7800b [SimplifyCFG] Don't try to create metadata-valued PHIs
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/Utils/SimplifyCFG.cpp | 4 +++
test/Transforms/SimplifyCFG/no-md-sink.ll | 51 +++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
create mode 100644 test/Transforms/SimplifyCFG/no-md-sink.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 22c45e1 Shift-left (ISD::SHL) operation crashes on "DAG Legalization" [...]
new 16d3f88 [LoopUnroll] Correct a debug message. NFC.
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/Scalar/LoopUnrollPass.cpp | 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 fortran-dev
in repository gcc.
from 26ee7d9 2016-09-07 Paul Thomas <pault(a)gcc.gnu.org>
new 2fba1ff 2016-09-07 Dominique Dhumieres <dominiq(a)lps.ens.fr>
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/testsuite/ChangeLog.fortran-dev | 12 ++++++++++++
gcc/testsuite/gfortran.dg/assumed_rank_12.f90 | 2 +-
gcc/testsuite/gfortran.dg/assumed_type_2.f90 | 18 +-----------------
gcc/testsuite/gfortran.dg/coarray_lib_comm_1.f90 | 10 +++++-----
gcc/testsuite/gfortran.dg/coarray_lib_this_image_2.f90 | 10 ----------
gcc/testsuite/gfortran.dg/coarray_lock_7.f90 | 16 ++++++++--------
gcc/testsuite/gfortran.dg/coarray_stat_function.f90 | 6 +++---
gcc/testsuite/gfortran.dg/no_arg_check_2.f90 | 18 +-----------------
gcc/testsuite/gfortran.dg/pr32921.f | 3 +--
9 files changed, 32 insertions(+), 63 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 lld.
from dc276e4 Fix inconsistent indentation.
new 5688a1d ELF: Add -Qy as ignored option
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/Options.td | 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 compiler-rt.
from 4a0c5cd [compiler-rt] Fix library suffixes on windows
new 2af3b68 [compiler-rt] Allow sanitizers to be compiled for windows with clang
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/config-ix.cmake | 2 +-
lib/asan/CMakeLists.txt | 10 +++++++++-
2 files changed, 10 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 350a7a4 [InstCombine] allow icmp (and X, C2), C1 folds for splat cons [...]
new 22c45e1 Shift-left (ISD::SHL) operation crashes on "DAG Legalization" [...]
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/SelectionDAG/LegalizeDAG.cpp | 48 +++++++++++++++++--------------
test/CodeGen/X86/shl-crash-on-legalize.ll | 33 +++++++++++++++++++++
2 files changed, 60 insertions(+), 21 deletions(-)
create mode 100644 test/CodeGen/X86/shl-crash-on-legalize.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 e61b182 [CUDA] Move AXPY example into gist.
new 5b033da [CUDA] Fix typo in link in CompileCudaWithLLVM.
new 350a7a4 [InstCombine] allow icmp (and X, C2), C1 folds for splat cons [...]
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:
docs/CompileCudaWithLLVM.rst | 2 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 76 ++++++++++------------
test/Transforms/InstCombine/icmp.ll | 34 ++++++----
3 files changed, 56 insertions(+), 56 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 lld.
from 354ebb4 Move field to the base class. NFC.
new dc276e4 Fix inconsistent indentation.
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/ELF/version-script-complex-wildcards.s | 71 ++++++-----------------------
test/ELF/version-script-extern-wildcards.s | 19 ++------
test/ELF/version-script-noundef.s | 8 +---
test/ELF/version-script.s | 32 ++++---------
test/ELF/version-wildcard.test | 12 ++---
5 files changed, 30 insertions(+), 112 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 9c0826c Don't reuse a variable name in a nested scope. NFC.
new 4ecf8b9 [RDF] Fix liveness analysis for phi nodes with shadow uses
new e61b182 [CUDA] Move AXPY example into gist.
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:
docs/CompileCudaWithLLVM.rst | 145 +++++++++------------
lib/Target/Hexagon/RDFLiveness.cpp | 117 ++++++++++++-----
lib/Target/Hexagon/RDFLiveness.h | 2 +-
.../{rdf-ignore-undef.ll => rdf-phi-shadows.ll} | 33 +++--
4 files changed, 162 insertions(+), 135 deletions(-)
copy test/CodeGen/Hexagon/{rdf-ignore-undef.ll => rdf-phi-shadows.ll} (57%)
--
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 58a7731 [powerpc] Move #if to appease warnings-as-errors tests
new 4a0c5cd [compiler-rt] Fix library suffixes on windows
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/AddCompilerRT.cmake | 10 ++++++++--
cmake/base-config-ix.cmake | 9 +++++++++
2 files changed, 17 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 lld.
from c9c76a9 ELF: add version script void function test case
new 98f988d Delete dead field. NFC.
new 354ebb4 Move field to the base class. 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:
ELF/InputSection.cpp | 2 +-
ELF/InputSection.h | 3 ++-
ELF/Relocations.cpp | 22 +++++++++++-----------
ELF/Relocations.h | 4 ++--
4 files changed, 16 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.
unknown user pushed a change to branch master
in repository llvm.
from 80708af [RDF] Introduce "undef" flag for ref nodes
new 9c0826c Don't reuse a variable name in a nested scope. NFC.
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/CodeGenPrepare.cpp | 12 ++++++------
1 file changed, 6 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 gcc.
from 3da97ff Move class substring_loc from c-family into gcc
new 3ecb55e PR middle-end/77475: Fix AArch64 testcases.
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/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.target/aarch64/arch-diagnostics-1.c | 2 +-
gcc/testsuite/gcc.target/aarch64/arch-diagnostics-2.c | 2 +-
gcc/testsuite/gcc.target/aarch64/cpu-diagnostics-1.c | 2 +-
gcc/testsuite/gcc.target/aarch64/cpu-diagnostics-2.c | 2 +-
gcc/testsuite/gcc.target/aarch64/cpu-diagnostics-3.c | 2 +-
gcc/testsuite/gcc.target/aarch64/cpu-diagnostics-4.c | 2 +-
7 files changed, 16 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 2cef254 [Sema] Compare bad conversions in overload resolution.
new 72f585e Move CHECK right before the function it describes.
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/CodeGen/overloadable.c | 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 llvm.
from a804c5a Rename test pr30298.ll to shrink_vmul_sse.ll, to make the nam [...]
new 78e95fa [CUDA] Expand upon --cuda-gpu-arch flag in CompileCudaWithLLVM doc.
new 188c78b [CUDA] Call it "CUDA", not "CUDA C/C++" in our docs.
new f1708bc [CUDA] Simplify build/install instructions in CompileCudaWith [...]
new 80708af [RDF] Introduce "undef" flag for ref nodes
The 4 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/CompileCudaWithLLVM.rst | 75 ++++++++++++++++----------------------
lib/Target/Hexagon/RDFGraph.cpp | 31 ++++++++++++++--
lib/Target/Hexagon/RDFGraph.h | 36 ++++++++++++++----
lib/Target/Hexagon/RDFLiveness.cpp | 31 +++++++++-------
4 files changed, 106 insertions(+), 67 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 0e0dad3 Add a few more test for []-style uuid attributes.
new 2cef254 [Sema] Compare bad conversions in overload resolution.
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/AttrDocs.td | 9 +++++----
lib/Sema/SemaOverload.cpp | 33 ++++++++++++++++++++++++++++++---
test/CodeGen/overloadable.c | 20 ++++++++++++++++++++
test/SemaCXX/overload-call.cpp | 11 +++++++++++
4 files changed, 66 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
discards f694161 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
omits a3f2894 Make Linaro GCC Snapshot 6.2-2016.09.
omits 1893018 gcc/testsuite/ Backport from trunk r239609. 2016-08-19 Pr [...]
omits 51aa07a gcc/ Backport from trunk r236632. 2016-05-24 Richard Sand [...]
omits de6c04a gcc/ Backport from trunk r239528. 2016-08-17 Thomas Preud [...]
omits 0d6e522 gcc/ Backport from trunk r238960. 2016-08-01 Wilco Dijkst [...]
omits 2edf7d4 gcc/ Backport from trunk r238346. 2016-07-14 Thomas Preud [...]
omits 0ec753f gcc/ Backport from trunk r239859. 2016-08-30 Szabolcs Nag [...]
omits 02e3f57 gcc/ Backport from trunk r239637. 2016-08-20 Kugan Viveka [...]
omits 2c113bd gcc/ Backport from trunk r239162. 2016-08-05 Kugan Viveka [...]
omits b703514 gcc/ Backport from trunk r239118. 2016-08-04 Kugan Viveka [...]
omits 24867cd gcc/ Backport from trunk r238846. 2016-07-29 Kugan Viveka [...]
omits f1cc7bd gcc/ Backport from trunk r238337. 2016-07-14 Kyrylo Tkach [...]
omits 19531c7 gcc/ Backport from trunk r238254, r238763. 2016-07-12 Nat [...]
omits 1066d7e gcc/ Backport from trunk r238248. 2016-07-12 Kyrylo Tkach [...]
omits 52b33de gcc/ Backport from trunk r238013. 2016-07-05 Kyrylo Tkach [...]
omits 2f1cf62 libstdc++-v3/ Backport from trunk r237879. 2016-06-30 Tho [...]
omits f45d9c8 gcc/ Backport from trunk r237250. 2016-06-09 Kyrylo Tkach [...]
omits f131319 gcc/ Backport from trunk r239960. 2016-09-02 Prathamesh K [...]
omits 8036bae libstdc++-v3/ Backport from trunk r239955. 2016-09-02 Max [...]
omits 1cbb0ce gcc/ Backport from trunk r239923. 2016-09-01 Wilco Dijkst [...]
omits ab3637d gcc/ Backport from trunk r239919. 2016-09-01 Kyrylo Tkach [...]
omits b1dc43f gcc/ Backport from trunk r239865. 2016-08-30 Tamar Christ [...]
omits cb81122 gcc/ Backport from trunk r239739. 2016-08-24 Michael Coll [...]
omits 70b52cf gcc/ Backport from trunk r237988. 2016-07-04 Jiong Wang [...]
omits 347c2c7 gcc/testsuite/ Backport from trunk r237798. 2016-06-27 Ch [...]
omits 4ccd7f2 gcc/testsuite/ Backport from trunk r237987. 2016-07-04 Ch [...]
omits 4d88983 gcc/ Backport from trunk r238818. 2016-07-28 Wilco Dijkst [...]
omits 1766eb4 gcc/ Backport from trunk r239772. 2016-08-26 Kyrylo Tkach [...]
omits 7b3a4b1 gcc/ Backport from trunk r239771. 2016-08-26 Kyrylo Tkach [...]
omits b1df8b7 gcc/ Backport from trunk r238712. 2016-07-25 Jiong Wang [...]
omits 34267d9 libgcc/ Backport from trunk r238584. 2016-07-21 Aurelien [...]
omits 83ccbcc gcc/ Backport from trunk r238010. 2016-07-05 Jiong Wang [...]
omits a4e6ef5 gcc/ Backport from trunk r237882. 2016-06-30 James Greenh [...]
omits a053428 gcc/ Backport from trunk r237956. 2016-07-04 Matthew Waha [...]
omits 087f403 gcc/ Backport from trunk r237906. 2016-07-01 Kyrylo Tkach [...]
omits 9efb005 gcc/ Backport from trunk r237851. 2016-06-29 Wilco Dijkst [...]
omits 9d79fee gcc/ Backport from trunk r237705. 2016-06-22 Andreas Schw [...]
omits 85d7f20 gcc/ Backport from trunk r237607. 2016-06-20 Wilco Dijkst [...]
omits 2846dcc gcc/ Backport from trunk r237277. 2016-06-09 Vladimir Mak [...]
omits 2a0d562 gcc/ Backport from trunk r239610. 2016-08-19 Matthew Waha [...]
omits f6e7a8e gcc/ Backport from trunk r237884. 2016-06-30 Wilco Dijkst [...]
omits 5188bcd gcc/ Backport from trunk r237597. 2016-06-20 Wilco Dijkst [...]
omits ed27eb0 gcc/testsuite/ Backport from trunk r237557. 2016-06-17 Ch [...]
omits d9c77b6 gcc/ Backport from trunk r237548. 2016-06-17 Szabolcs Nag [...]
omits 0cbb0d3 gcc/ Backport from trunk r237506. 2016-06-16 Renlin Li < [...]
omits 20062ee gcc/ Backport from trunk r237485. 2016-06-15 Kyrylo Tkach [...]
omits e8f185e gcc/ Backport from trunk r237440. 2015-06-14 Kyrylo Tkach [...]
omits 79508ae gcc/ Backport from trunk r237331. 2016-06-11 Jiong Wang [...]
omits 8e2e960 gcc/ Backport from trunk r237313. 2016-06-10 Bernd Edling [...]
omits e84442a gcc/ Backport from trunk r237251. 2016-06-09 Stefan Bruen [...]
omits 68bc492 gcc/ Backport from trunk r239733. 2016-08-24 Thomas Preud [...]
omits d0fe9a8 gcc/ Backport from trunk r236914. 2016-05-31 Wladimir J. [...]
omits 8249067 gcc/ Backport from trunk r239710. 2016-08-23 Christophe L [...]
omits 0375685 gcc/ Backport from trunk r239561. 2016-08-18 Tamar Christ [...]
omits f6c89df gcc/ Backport from trunk r236269. 2016-05-16 Matthew Waha [...]
omits aa5729d gcc/ Backport from trunk r235512. 2016-04-27 Kyrylo Tkach [...]
omits 0d8e957 gcc/ Backport from trunk r239135. 2016-08-04 Andrew Pinsk [...]
omits 3fb178d gcc/ Backport from trunk r238955. 2015-08-01 Alan Hayward [...]
omits 02dbcf8 gcc/ Backport from trunk r239300. 2016-08-09 Renlin Li < [...]
omits 62f4e94 gcc/ Backport from trunk r238938. 2016-08-01 Kyrylo Tkach [...]
omits 1a7ec9d gcc/ Backport from trunk r238820. 2016-07-28 Kristina Mar [...]
omits 5d96ea6 gcc/ Backport from trunk r238056. 2016-07-06 Kyrylo Tkach [...]
omits 6abf45e gcc/ Backport from trunk r237957. 2016-07-04 Ramana Radha [...]
omits 25097c3 gcc/testsuite/ Backport from trunk r237653. 2016-06-21 Wi [...]
omits 8a91967 gcc/ Backport from trunk r237604. 2016-06-20 James Greenh [...]
omits 92e1766 gcc/ Backport from trunk r237603. 2016-06-20 James Greenh [...]
omits de90667 gcc/ Backport from trunk r237249. 2016-06-09 Kyrylo Tkach [...]
omits 90cb5a7 gcc/ Backport from trunk r236817. 2016-05-27 Wilco Dijkst [...]
omits 3801f9e gcc/ Backport from trunk r236638. 2016-05-24 Kyrylo Tkach [...]
omits 65b2473 gcc/ Backport from trunk r236631. 2016-05-24 Richard Sand [...]
omits 823be47 gcc/ Backport from trunk r236593. 2016-05-23 Bin Cheng < [...]
omits 2c6b6c6 gcc/ Backport from trunk r236502. 2016-05-20 Prathamesh K [...]
omits cd1af23 gcc/ Backport from trunk r236355. 2016-05-17 Kugan Viveka [...]
omits 832dabb gcc/ Backport from trunk r236198. 2016-05-13 Ramana Radha [...]
omits 998c54b gcc/ Backport from trunk r237679. 2016-06-22 Kyrylo Tkach [...]
omits 440d814 gcc/ Backport from trunk r237553. 2016-06-17 James Greenh [...]
omits e98c442 gcc/ Backport from trunk r237138. 2016-06-06 Kyrylo Tkach [...]
omits 6ffb795 gcc/ Backport from trunk r237034. 2016-06-02 Kyrylo Tkach [...]
omits 2787384 gcc/ Backport from trunk r236818. 2016-05-27 Jiong Wang [...]
omits 4afa8e9 gcc/ Backport from trunk r236728. 2016-05-25 Kyrylo Tkach [...]
omits 3dbae04 gcc/ Backport from trunk r235402, r235403. 2016-04-25 Mic [...]
omits 457b587 gcc/ Backport from trunk r237200. 2016-06-08 Jiong Wang [...]
omits afa432e gcc/ Backport from trunk r236181. 2016-05-12 Jiong Wang [...]
omits f1ed9d0 gcc/ Backport from trunk r235998. 2016-05-07 Jim Wilson [...]
omits ba2bbf6 gcc/ Backport from trunk r235532. 2016-04-26 Evandro Mene [...]
omits fed0bd0 Merge branches/gcc-6-branch rev 239654.
omits d375d20 gcc/ Backport from trunk r237645. 2016-06-21 Virendra Pat [...]
omits 3550421 gcc/ Backport from trunk r237395, r237396, r237397, r237452 [...]
adds b403f94 gcc/ Backport from trunk r237395, r237396, r237397, r237 [...]
adds ae1f46b gcc/ Backport from trunk r237645. 2016-06-21 Virendra Pat [...]
adds 34c4e6e Merge branches/gcc-6-branch rev 239654.
adds f08d7d9 gcc/ Backport from trunk r235532. 2016-04-26 Evandro Mene [...]
adds 1883bc8 gcc/ Backport from trunk r235998. 2016-05-07 Jim Wilson [...]
adds ee69475 gcc/ Backport from trunk r236181. 2016-05-12 Jiong Wang [...]
adds ecce986 gcc/ Backport from trunk r237200. 2016-06-08 Jiong Wang [...]
adds 1406b1e gcc/ Backport from trunk r235402, r235403. 2016-04-25 Mic [...]
adds 7b627d0 gcc/ Backport from trunk r236728. 2016-05-25 Kyrylo Tkach [...]
adds 1399abb gcc/ Backport from trunk r236818. 2016-05-27 Jiong Wang [...]
adds 9dd1dea gcc/ Backport from trunk r237034. 2016-06-02 Kyrylo Tkach [...]
adds e030daa gcc/ Backport from trunk r237138. 2016-06-06 Kyrylo Tkach [...]
adds 91b11ff gcc/ Backport from trunk r237553. 2016-06-17 James Greenh [...]
new a473d1d gcc/ Backport from trunk r237679. 2016-06-22 Kyrylo Tkach [...]
new a8d1d62 gcc/ Backport from trunk r236198. 2016-05-13 Ramana Radha [...]
new 8aef4df gcc/ Backport from trunk r236355. 2016-05-17 Kugan Viveka [...]
new 1f39a19 gcc/ Backport from trunk r236502. 2016-05-20 Prathamesh K [...]
new 462a4e4 gcc/ Backport from trunk r236593. 2016-05-23 Bin Cheng < [...]
new 3e57703 gcc/ Backport from trunk r236631. 2016-05-24 Richard Sand [...]
new 5ac27cc gcc/ Backport from trunk r236638. 2016-05-24 Kyrylo Tkach [...]
new 945fca4 gcc/ Backport from trunk r236817. 2016-05-27 Wilco Dijkst [...]
new ee5e92d gcc/ Backport from trunk r237249. 2016-06-09 Kyrylo Tkach [...]
new 66f63b6 gcc/ Backport from trunk r237603. 2016-06-20 James Greenh [...]
new c4adc66 gcc/ Backport from trunk r237604. 2016-06-20 James Greenh [...]
new 4ed7821 gcc/testsuite/ Backport from trunk r237653. 2016-06-21 Wi [...]
new eaff3e4 gcc/ Backport from trunk r237957. 2016-07-04 Ramana Radha [...]
new 850f67e gcc/ Backport from trunk r238056. 2016-07-06 Kyrylo Tkach [...]
new e0c91c0 gcc/ Backport from trunk r238820. 2016-07-28 Kristina Mar [...]
new 940146a gcc/ Backport from trunk r238938. 2016-08-01 Kyrylo Tkach [...]
new 0c91810 gcc/ Backport from trunk r239300. 2016-08-09 Renlin Li < [...]
new 4ac66fe gcc/ Backport from trunk r238955. 2015-08-01 Alan Hayward [...]
new c916aba gcc/ Backport from trunk r239135. 2016-08-04 Andrew Pinsk [...]
new 6a0b6b9 gcc/ Backport from trunk r235512. 2016-04-27 Kyrylo Tkach [...]
new 53c2bf9 gcc/ Backport from trunk r236269. 2016-05-16 Matthew Waha [...]
new 1187987 gcc/ Backport from trunk r239561. 2016-08-18 Tamar Christ [...]
new ae7f558 gcc/ Backport from trunk r239710. 2016-08-23 Christophe L [...]
new f338ee9 gcc/ Backport from trunk r236914. 2016-05-31 Wladimir J. [...]
new 8e5b519 gcc/ Backport from trunk r239733. 2016-08-24 Thomas Preud [...]
new 9f00121 gcc/ Backport from trunk r237251. 2016-06-09 Stefan Bruen [...]
new 9e254fb gcc/ Backport from trunk r237313. 2016-06-10 Bernd Edling [...]
new dc7ea65 gcc/ Backport from trunk r237331. 2016-06-11 Jiong Wang [...]
new 516134a gcc/ Backport from trunk r237440. 2015-06-14 Kyrylo Tkach [...]
new 975275d gcc/ Backport from trunk r237485. 2016-06-15 Kyrylo Tkach [...]
new b25a5b6 gcc/ Backport from trunk r237506. 2016-06-16 Renlin Li < [...]
new 4bfad27 gcc/ Backport from trunk r237548. 2016-06-17 Szabolcs Nag [...]
new 22fadde gcc/testsuite/ Backport from trunk r237557. 2016-06-17 Ch [...]
new a7c74ee gcc/ Backport from trunk r237597. 2016-06-20 Wilco Dijkst [...]
new a445d91 gcc/ Backport from trunk r237884. 2016-06-30 Wilco Dijkst [...]
new 76c31ab gcc/ Backport from trunk r239610. 2016-08-19 Matthew Waha [...]
new 69f120d gcc/ Backport from trunk r237277. 2016-06-09 Vladimir Mak [...]
new 2ace425 gcc/ Backport from trunk r237607. 2016-06-20 Wilco Dijkst [...]
new afdc361 gcc/ Backport from trunk r237705. 2016-06-22 Andreas Schw [...]
new 6eba94f gcc/ Backport from trunk r237851. 2016-06-29 Wilco Dijkst [...]
new 3046e9a gcc/ Backport from trunk r237906. 2016-07-01 Kyrylo Tkach [...]
new e59b2ff gcc/ Backport from trunk r237956. 2016-07-04 Matthew Waha [...]
new af0581e gcc/ Backport from trunk r237882. 2016-06-30 James Greenh [...]
new 4d2d715 gcc/ Backport from trunk r238010. 2016-07-05 Jiong Wang [...]
new c093469 libgcc/ Backport from trunk r238584. 2016-07-21 Aurelien [...]
new e072972 gcc/ Backport from trunk r238712. 2016-07-25 Jiong Wang [...]
new b52a5ac gcc/ Backport from trunk r239771. 2016-08-26 Kyrylo Tkach [...]
new 3d5553d gcc/ Backport from trunk r239772. 2016-08-26 Kyrylo Tkach [...]
new 3b3aaab gcc/ Backport from trunk r238818. 2016-07-28 Wilco Dijkst [...]
new dee8464 gcc/testsuite/ Backport from trunk r237987. 2016-07-04 Ch [...]
new 216baf7 gcc/testsuite/ Backport from trunk r237798. 2016-06-27 Ch [...]
new 26468e7 gcc/ Backport from trunk r237988. 2016-07-04 Jiong Wang [...]
new 55425e4 gcc/ Backport from trunk r239739. 2016-08-24 Michael Coll [...]
new bec4cc0 gcc/ Backport from trunk r239865. 2016-08-30 Tamar Christ [...]
new c0cb048 gcc/ Backport from trunk r239919. 2016-09-01 Kyrylo Tkach [...]
new 1d127af gcc/ Backport from trunk r239923. 2016-09-01 Wilco Dijkst [...]
new 68d3bb0 libstdc++-v3/ Backport from trunk r239955. 2016-09-02 Max [...]
new ebaefad gcc/ Backport from trunk r239960. 2016-09-02 Prathamesh K [...]
new 7091a63 gcc/ Backport from trunk r237250. 2016-06-09 Kyrylo Tkach [...]
new 33d29b1 libstdc++-v3/ Backport from trunk r237879. 2016-06-30 Tho [...]
new a948d91 gcc/ Backport from trunk r238013. 2016-07-05 Kyrylo Tkach [...]
new bf9f6b2 gcc/ Backport from trunk r238248. 2016-07-12 Kyrylo Tkach [...]
new 178bb18 gcc/ Backport from trunk r238254, r238763. 2016-07-12 Nat [...]
new ba937e5 gcc/ Backport from trunk r238337. 2016-07-14 Kyrylo Tkach [...]
new c92b898 gcc/ Backport from trunk r238846. 2016-07-29 Kugan Viveka [...]
new 2090f62 gcc/ Backport from trunk r239118. 2016-08-04 Kugan Viveka [...]
new 44c6c97 gcc/ Backport from trunk r239162. 2016-08-05 Kugan Viveka [...]
new 7dadbcd gcc/ Backport from trunk r239637. 2016-08-20 Kugan Viveka [...]
new e95b52e gcc/ Backport from trunk r239859. 2016-08-30 Szabolcs Nag [...]
new e23342a gcc/ Backport from trunk r238346. 2016-07-14 Thomas Preud [...]
new 4825254 gcc/ Backport from trunk r238960. 2016-08-01 Wilco Dijkst [...]
new 430ac51 gcc/ Backport from trunk r239528. 2016-08-17 Thomas Preud [...]
new f648c88 gcc/ Backport from trunk r236632. 2016-05-24 Richard Sand [...]
new 54cf94a gcc/testsuite/ Backport from trunk r239609. 2016-08-19 Pr [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f694161)
\
N -- N -- N refs/heads/linaro-local/gcc-6-integration-branch (54cf94a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 74 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/LINARO-VERSION | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.