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 cab5bb9d1f gdb/riscv: Fixes to printf format strings
new fb29465572 gdb/riscv: Additional print format string fixes
new b2970c238e gdb/riscv: Fix type when reading register from regcache
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:
gdb/ChangeLog | 10 ++++++++++
gdb/riscv-tdep.c | 6 +++---
2 files changed, 13 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 libcxxabi.
from e1d6162 [demangler] Modernize parse_name.
new d0dd97d [demangler] Modernize parse_unresolved_name.
new f26c8d1 [demangler] Modernize the rest of the demangler.
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:
src/cxa_demangle.cpp | 1307 +++++++++++++++----------------------------
test/test_demangle.pass.cpp | 3 +
2 files changed, 458 insertions(+), 852 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 8498a493c81 TableGen: Add !foldl operation
new dc7756a32cd [CallSiteSplitting] Do not crash when BB's terminator changes.
new 3c24f8abd86 [Asm] Refactor debug printing of AsmToken
new 2fb672c0b90 [Asm] Add debug printing for assembler macros
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/MC/MCAsmMacro.h | 7 ++
include/llvm/MC/MCContext.h | 9 +-
include/llvm/MC/MCParser/MCAsmLexer.h | 4 +
lib/MC/CMakeLists.txt | 1 +
lib/MC/MCAsmMacro.cpp | 42 +++++++
lib/MC/MCParser/MCAsmLexer.cpp | 93 ++++++++++++++++
lib/Transforms/Scalar/CallSiteSplitting.cpp | 8 +-
test/Transforms/CallSiteSplitting/split-loop.ll | 90 +++++++++++++++
tools/llvm-mc/llvm-mc.cpp | 140 +-----------------------
9 files changed, 255 insertions(+), 139 deletions(-)
create mode 100644 lib/MC/MCAsmMacro.cpp
create mode 100644 test/Transforms/CallSiteSplitting/split-loop.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 866cf8f3afa Fixup for rL326769 (RegState::Debug is being truncated to a bool)
new c1dad069688 TableGen: Generalize record types to fix typeIsConvertibleT [...]
new c1b25e68566 TableGen: Simplify BitsInit::resolveReferences
new a9e8c1d6098 TableGen: Allow !cast of records, cleanup conversion machinery
new 19ebaa70e52 TableGen: Explicitly check whether a record has been resolved
new ea80ae41c7c TableGen: Move getNewAnonymousName into RecordKeeper
new 1f3e2338d93 TableGen: Delay instantiating inline anonymous records
new 33774b4ded5 TableGen: Remove the ResolveFirst mechanism
new 8498a493c81 TableGen: Add !foldl operation
The 8 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/TableGen/LangIntro.rst | 38 +-
docs/TableGen/LangRef.rst | 2 +-
include/llvm/TableGen/Record.h | 242 +++++++++---
lib/TableGen/Record.cpp | 657 +++++++++++++++++++++++---------
lib/TableGen/TGLexer.cpp | 1 +
lib/TableGen/TGLexer.h | 2 +-
lib/TableGen/TGParser.cpp | 296 ++++++++++----
lib/TableGen/TGParser.h | 6 +-
test/TableGen/AnonDefinitionOnDemand.td | 26 +-
test/TableGen/BitOffsetDecoder.td | 10 -
test/TableGen/BitsInit.td | 2 +-
test/TableGen/BitsInitOverflow.td | 6 +-
test/TableGen/FieldAccess.td | 20 +-
test/TableGen/UnsetBitInit.td | 31 +-
test/TableGen/code.td | 5 +-
test/TableGen/foldl.td | 71 ++++
test/TableGen/if-type.td | 11 +
test/TableGen/if.td | 24 ++
18 files changed, 1100 insertions(+), 350 deletions(-)
create mode 100644 test/TableGen/foldl.td
create mode 100644 test/TableGen/if-type.td
--
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 92e571bd5 HostThreadPosix::Cancel: remove android-specific implementation
new b99d21cd9 ObjectFileMachO: split CreateSections mega-function into more [...]
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:
.../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 1013 ++++++++++----------
source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | 12 +
2 files changed, 517 insertions(+), 508 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 415ff5a3f9 [analyzer] CStringChecker.cpp: Remove the duplicated check a [...]
new 284a16b4d0 [clang-format] fix handling of consecutive unary operators
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/TokenAnnotator.cpp | 6 ++----
unittests/Format/FormatTest.cpp | 2 ++
unittests/Format/FormatTestJS.cpp | 1 +
3 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 adc95fb06a Add ChangeLog entry for last 3 commits
new 30a81dae5b aarch64: Optimized memcmp for medium to large sizes
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 | 3 ++
sysdeps/aarch64/memcmp.S | 76 +++++++++++++++++++++++++++++++++++-------------
2 files changed, 58 insertions(+), 21 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 4ae9641a00 [clang-format] Fix documentation for SpaceAfterCStyleCast option
new 415ff5a3f9 [analyzer] CStringChecker.cpp: Remove the duplicated check a [...]
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/StaticAnalyzer/Checkers/CStringChecker.cpp | 21 ---------------------
1 file changed, 21 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 4e9066bc88 Add missing start-of-file descriptive comment.
new ad4e816e06 benchtests: Convert strncmp benchmark output to json
new 7bb3a8a556 benchtests: Reallocate buffers for every strncmp implementation
new 0963ea8e8c benchtests: Don't benchmark 0 length calls for strncmp
new adc95fb06a Add ChangeLog entry for last 3 commits
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:
ChangeLog | 11 +++
benchtests/bench-strncmp.c | 235 ++++++++++++++++++++++++---------------------
2 files changed, 139 insertions(+), 107 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 7ee88a970e [Analyzer] More accurate modeling about the increment operat [...]
new 4ae9641a00 [clang-format] Fix documentation for SpaceAfterCStyleCast 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:
docs/ClangFormatStyleOptions.rst | 52 ++++++++++++++++++++++++++++++++++++++--
include/clang/Format/Format.h | 2 +-
2 files changed, 51 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.