This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from d94aa7f Turn on LLDB_EDITLINE_USE_WCHAR on FreeBSD
new 92b6dc1 Fix build failure on Linux and BSD by reverting r287597
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/lldb/Interpreter/Args.h | 7 +-
source/Breakpoint/BreakpointIDList.cpp | 17 ++--
source/Commands/CommandObjectCommands.cpp | 6 +-
source/Commands/CommandObjectFrame.cpp | 6 +-
source/Commands/CommandObjectProcess.cpp | 7 +-
source/Commands/CommandObjectSettings.cpp | 9 +-
source/Interpreter/CommandInterpreter.cpp | 7 +-
source/Interpreter/OptionValueDictionary.cpp | 121 +++++++++++++--------------
8 files changed, 92 insertions(+), 88 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 f86bd31 tsan: mark cur_thread_placeholder definition as initial-exec
new 48015d4 tsan: switch libignore from /proc/self/maps to dl_iterate_phdr
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_libignore.cc | 31 +++++++++++-----------
test/tsan/{ignore_lib1.cc => ignore_lib5.cc} | 27 ++++++++++++++++---
.../{ignore_lib1.cc.supp => ignore_lib5.cc.supp} | 0
3 files changed, 40 insertions(+), 18 deletions(-)
copy test/tsan/{ignore_lib1.cc => ignore_lib5.cc} (57%)
copy test/tsan/{ignore_lib1.cc.supp => ignore_lib5.cc.supp} (100%)
--
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 4208630 Rename option to -lto-pass-remarks-output
new b6c1f00 [AVX512][inline-asm] Fix AVX512 inline assembly instruction r [...]
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/Target/X86/AsmParser/X86AsmParser.cpp | 61 +++++++++++++++++++++++++++++--
1 file changed, 58 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 binutils-gdb.
from c5acd81 Use VALUE_NEXT_FRAME_ID in value_from_component
new 95f0d0d Use input_bfd in relocate_section
new 08dc996 PR20744, Incorrect PowerPC VLE relocs
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:
bfd/ChangeLog | 25 +++++
bfd/elf32-ppc.c | 220 ++++++++++++++++++++++++--------------
bfd/elf32-ppc.h | 3 +
bfd/elf64-ppc.c | 64 +++++------
binutils/ChangeLog | 5 +
binutils/NEWS | 15 ++-
gas/ChangeLog | 7 ++
gas/config/tc-ppc.c | 20 +---
gas/testsuite/gas/ppc/vle-reloc.d | 146 ++++++++++++-------------
include/ChangeLog | 5 +
include/opcode/ppc.h | 17 +++
ld/ChangeLog | 6 ++
ld/emultempl/ppc32elf.em | 11 +-
13 files changed, 337 insertions(+), 207 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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe.
from fa22e7b Add manifestid field to manifest files.
new fc67a6a Clean up and rename unecessarily global vars in lib/control.sh.
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/control.sh | 18 ++++++++++--------
1 file changed, 10 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 6514c52 Daily bump.
new 2c8968f Add sem_item::m_hash_set (PR ipa/78309)
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 | 12 +++++++++++
gcc/ipa-icf.c | 64 ++++++++++++++++++++++++-----------------------------------
gcc/ipa-icf.h | 17 ++++++++--------
3 files changed, 47 insertions(+), 46 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/spec2xxx-utils.
from 02eff32 perfdatadir2csv.sh, csvs2table.py: New scripts.
new a8bbaf5 Avoid warning
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:
spec2xxx-config | 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 compiler-rt.
from 157e5df [asan] Specialize the initialization-bug.cc testcase for Darw [...]
new f86bd31 tsan: mark cur_thread_placeholder definition as initial-exec
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/tsan/rtl/tsan_rtl.cc | 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 binutils-gdb.
from 3063bab Automatic date update in version.in
new c5acd81 Use VALUE_NEXT_FRAME_ID in value_from_component
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:
gdb/ChangeLog | 5 +++++
gdb/value.c | 2 +-
2 files changed, 6 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 619a7d4 [TableGen][ISel] When factoring ScopeMatcher, if the child of [...]
new 4208630 Rename option to -lto-pass-remarks-output
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/LTO/LTOCodeGenerator.cpp | 2 +-
test/LTO/X86/diagnostic-handler-remarks.ll | 2 +-
test/ThinLTO/X86/diagnostic-handler-remarks.ll | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.