This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/SFN
in repository gcc.
from 6de4ffd3c53 LVU: output view numbers in -gdwarf-6 loclists without gas .loc
new 52122fa367a SFN: fix rtl dumping of debug markers
new d33ed770838 LVU: drop locviews attrs when unification finds no views ar [...]
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/dwarf2out.c | 43 +++++++++++++++++++++++++++++++++++++++----
gcc/print-rtl.c | 16 ++++++++++++++--
2 files changed, 53 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 4c0c77a59c7 [Support] env vars with empty values on windows
new c05432ec0f1 [llvm-rc] Add basic RC scripts parsing ability.
new a8f3cf28e07 [Dominators] Don't print the whole tree when running with -debug
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/Support/GenericDomTreeConstruction.h | 3 -
.../llvm-rc/Inputs/parser-correct-everything.rc | 15 ++
test/tools/llvm-rc/Inputs/parser-eof.rc | 1 +
.../llvm-rc/Inputs/parser-language-no-comma.rc | 1 +
.../Inputs/parser-language-too-many-commas.rc | 1 +
.../Inputs/parser-no-characteristics-arg.rc | 5 +
test/tools/llvm-rc/Inputs/parser-nonsense-token.rc | 1 +
.../llvm-rc/Inputs/parser-nonsense-type-eof.rc | 1 +
test/tools/llvm-rc/Inputs/parser-nonsense-type.rc | 1 +
.../llvm-rc/Inputs/parser-stringtable-no-string.rc | 6 +
.../Inputs/parser-stringtable-weird-option.rc | 4 +
test/tools/llvm-rc/parser.test | 67 ++++++
test/tools/llvm-rc/tokenizer.test | 4 +-
tools/llvm-rc/CMakeLists.txt | 2 +
tools/llvm-rc/ResourceScriptParser.cpp | 265 +++++++++++++++++++++
tools/llvm-rc/ResourceScriptParser.h | 143 +++++++++++
tools/llvm-rc/ResourceScriptStmt.cpp | 60 +++++
tools/llvm-rc/ResourceScriptStmt.h | 145 +++++++++++
tools/llvm-rc/llvm-rc.cpp | 8 +
19 files changed, 729 insertions(+), 4 deletions(-)
create mode 100644 test/tools/llvm-rc/Inputs/parser-correct-everything.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-eof.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-language-no-comma.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-language-too-many-commas.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-no-characteristics-arg.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-nonsense-token.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-nonsense-type-eof.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-nonsense-type.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-stringtable-no-string.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-stringtable-weird-option.rc
create mode 100644 test/tools/llvm-rc/parser.test
create mode 100644 tools/llvm-rc/ResourceScriptParser.cpp
create mode 100644 tools/llvm-rc/ResourceScriptParser.h
create mode 100644 tools/llvm-rc/ResourceScriptStmt.cpp
create mode 100644 tools/llvm-rc/ResourceScriptStmt.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 binutils-gdb.
from e60eb28803 [ARM] Mark USER_SPECIFIED_MACHINE_TYPE in disassemble_info.flags
new 2989a3651d Remove save_inferior_ptid
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 | 25 +++++++++++++++++++++++++
gdb/aix-thread.c | 23 ++++++++++-------------
gdb/breakpoint.c | 12 +++---------
gdb/bsd-uthread.c | 8 ++------
gdb/btrace.c | 4 ++--
gdb/inferior.h | 5 -----
gdb/infrun.c | 53 +++++++----------------------------------------------
gdb/linux-nat.c | 23 +++++++++--------------
gdb/linux-tdep.c | 13 +++++++------
gdb/proc-service.c | 4 +---
gdb/procfs.c | 5 +----
gdb/sol-thread.c | 27 ++++++---------------------
gdb/spu-multiarch.c | 9 +++++----
13 files changed, 78 insertions(+), 133 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 5b56d19e343 [X86][BMI2] Added scheduling test for RORX/SARX/SHLX/SHRX i [...]
new 4c0c77a59c7 [Support] env vars with empty values 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:
lib/Support/Windows/Process.inc | 5 +++--
unittests/Support/ProcessTest.cpp | 10 +++++++++-
2 files changed, 12 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 clang.
from 84dc519667 [CommonOptionsParser] Expose ArgumentsAdjustingCompilationDatabase
new 7fe9c979c5 [clang-diff] Fix some errors and inconsistencies
new 3c9f486dfd [clang-diff] Add commandline arguments.
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/Tooling/ASTDiff/ASTDiff.h | 1 +
include/clang/Tooling/ASTDiff/ASTDiffInternal.h | 2 -
lib/Tooling/ASTDiff/ASTDiff.cpp | 57 +++++++++-----------
test/Tooling/clang-diff-args.test | 8 +++
test/Tooling/clang-diff-basic.cpp | 7 ++-
tools/clang-diff/ClangDiff.cpp | 72 ++++++++++++++++++-------
6 files changed, 91 insertions(+), 56 deletions(-)
create mode 100644 test/Tooling/clang-diff-args.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 glibc.
from 62753d2c09 Add NT_GNU_PROPERTY_TYPE_0 macros
new 65a086db91 Mark internal argz functions with attribute_hidden [BZ #18822]
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 | 18 ++++++++++++++++++
include/argz.h | 32 ++++++++++++++++++++++++++++++++
string/argz.h | 26 --------------------------
3 files changed, 50 insertions(+), 26 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 0d642908abb [Lexicon] Add "GEP"
new 5b56d19e343 [X86][BMI2] Added scheduling test for RORX/SARX/SHLX/SHRX i [...]
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/bmi2-schedule.ll | 232 ++++++++++++++++++++++++++++++++++++++
1 file changed, 232 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 clang.
from 7db24143e8 AMDGPU: add missing amdgcn processors and tests
new 84dc519667 [CommonOptionsParser] Expose ArgumentsAdjustingCompilationDatabase
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/Tooling/CommonOptionsParser.h | 24 ++++++++++++
lib/Tooling/CommonOptionsParser.cpp | 57 ++++++++++++-----------------
2 files changed, 47 insertions(+), 34 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 0731b6d1e [ELF] - Don't segfault when accessing location counter inside [...]
new 502b7cabc Test commit.
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/Writer.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 glibc.
from 6913ad65e0 Do not use generic selection in C++ mode
new 62753d2c09 Add NT_GNU_PROPERTY_TYPE_0 macros
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 | 34 ++++++++++++++++++++++++++++++++++
elf/elf.h | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 90 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.