This is an automated email from the git hooks/post-receive script.
robert.savoye pushed a change to branch llvm
in repository toolchain/abe.
from 37d7914 Add support for specifying LLVM component revisions on the co [...]
new f92ac5f Don't specify LLVM component revisions on the command line, t [...]
new 2fb75c9 Make create_release_tag support LLVM.
new a017395 Don't call collect_data here, it was creating multiple entries.
new ec9fb4f Modify manifest for LLVM
new c09eafb Add some support for using stamps to build_llvm
new 2741ba3 Add URLs for cmake and ninja
new 89601dc Don't look for cmake, we have to build a specific version fro [...]
new 16abe7a Drop cmake entry.
new 2031836 Make --checkout all support both gcc and llvm
new 93ce08f Cmake is the only dependency
new 8cb1f9c New config file for cmake
new 2a1a41e When fetching files from an upstream source, not all tarballs [...]
new 15760d9 Don't hardcode llvm-project-submodule, and collect data still
The 13 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:
abe.sh | 41 ++++-----------------------------
config/cmake.conf | 3 +++
config/llvm-project-submodule.conf | 2 +-
config/sources.conf | 2 ++
configure | 47 --------------------------------------
configure.ac | 6 -----
host.conf.in | 1 -
lib/checkout.sh | 15 +++++-------
lib/common.sh | 7 +++---
lib/fetch.sh | 29 +++++++++++------------
lib/make.sh | 25 ++++++++++++++++----
lib/package.sh | 42 +++++++++++++++++++---------------
12 files changed, 79 insertions(+), 141 deletions(-)
create mode 100644 config/cmake.conf
--
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 9aaf7e3 2016-07-11 Richard Biener <rguenther(a)suse.de>
new 60be970 Support running the selftests under valgrind
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 | 11 +++++++++++
gcc/Makefile.in | 6 ++++++
gcc/function-tests.c | 4 ++++
gcc/tree-cfg.c | 6 ++++++
4 files changed, 27 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 064f863 [x86] specify triple to avoid bot failures
new 6b00c9f Fix branch relaxation in 16-bit mode.
new 5822c7a Add missing include from previous commit
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/MC/MCAsmBackend.h | 4 +-
lib/MC/MCAssembler.cpp | 2 +-
lib/MC/MCObjectStreamer.cpp | 4 +-
.../AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 4 +-
.../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 3 +-
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 4 +-
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h | 3 +-
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp | 3 +-
.../Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 4 +-
lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp | 3 +-
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h | 3 +-
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp | 4 +-
lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp | 3 +-
.../SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp | 3 +-
.../MCTargetDesc/WebAssemblyAsmBackend.cpp | 3 +-
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp | 83 ++++++++++++++--------
test/MC/X86/x86-branch-relaxation.s | 31 ++++++++
17 files changed, 116 insertions(+), 48 deletions(-)
create mode 100644 test/MC/X86/x86-branch-relaxation.s
--
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 bd10da1 [Sink] Don't move calls to readonly functions across stores
new 064f863 [x86] specify triple to avoid bot failures
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/X86/shift-pcmp.ll | 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 llvm.
from a1057f0 [X86][SSE] Generalise target shuffle combine of shuffles usin [...]
new edd3a2f [x86] update checks
new 0f5a9cf AliasAnalysis: unify getModRefInfo(I, CS) semantics with othe [...]
new bd10da1 [Sink] Don't move calls to readonly functions across stores
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/Analysis/AliasAnalysis.cpp | 2 +-
lib/Transforms/Scalar/Sink.cpp | 8 ++-
test/CodeGen/X86/shift-pcmp.ll | 45 +++++++++++------
test/Transforms/Sink/call.ll | 112 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 149 insertions(+), 18 deletions(-)
create mode 100644 test/Transforms/Sink/call.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 481ab3b [OpenCL] Improved diagnostics of OpenCL types.
new a45abc6 Make tooling::applyAllReplacements return llvm::Expected<stri [...]
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/Format/Format.h | 14 +++++++------
include/clang/Tooling/Core/Replacement.h | 34 ++++++++------------------------
lib/Format/Format.cpp | 22 ++++++++++++---------
lib/Tooling/Core/Replacement.cpp | 10 +++++++---
lib/Tooling/Refactoring.cpp | 8 ++++++--
tools/clang-format/ClangFormat.cpp | 9 ++++++---
unittests/Format/CleanupTest.cpp | 28 +++++++++++++++++---------
unittests/Format/FormatTest.cpp | 24 ++++++++++++++--------
unittests/Format/FormatTestJS.cpp | 8 ++++----
unittests/Format/FormatTestJava.cpp | 8 ++++----
unittests/Format/FormatTestProto.cpp | 8 ++++----
unittests/Format/FormatTestSelective.cpp | 8 ++++----
unittests/Format/SortImportsTestJS.cpp | 9 ++++++---
unittests/Format/SortIncludesTest.cpp | 9 ++++++---
unittests/Tooling/RefactoringTest.cpp | 29 ++++++++++++++++-----------
unittests/Tooling/RewriterTest.cpp | 5 +++--
16 files changed, 131 insertions(+), 102 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-tools-extra.
from d9c24d8 [clang-tidy] Pass absolute path to OptionsProvider::getOption [...]
new 7331367 Changes related to tooling::applyAllReplacements interface ch [...]
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-fixer/IncludeFixer.cpp | 8 +++--
include-fixer/IncludeFixer.h | 5 +--
include-fixer/tool/ClangIncludeFixer.cpp | 48 ++++++++++++++++++----------
unittests/clang-tidy/ClangTidyTest.h | 9 +++++-
unittests/include-fixer/IncludeFixerTest.cpp | 13 +++++---
5 files changed, 56 insertions(+), 27 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 675085d When calling "settings set target.source-map <old-path> <new- [...]
new 0843062 Change the /proc/<pid>/maps to not assert on incorrect input
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/Process/Linux/NativeProcessLinux.cpp | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.