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 e263ce4 libstdc++/69703 ignore endianness in codecvt_utf8
new 5074116 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 73b090a Require another match for AVX512VL
new d7b6113 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.11-branch
in repository binutils-gdb.
from 136613e Fix PR gdb/19828: gdb -p <process from a container>: internal error
new 53b26fa 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_26-branch
in repository binutils-gdb.
from 4277fb1 Automatic date update in version.in
new 015c0c1 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 630552d [KaleidoscopeJIT][BuildingAJIT] Remove some copy-pasta from C [...]
new 67a2876 [PM/PartiallyInlineLibCalls] Commit missing header.
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:
.../Transforms/Scalar/PartiallyInlineLibCalls.h | 30 ++++++++++++++++++++++
1 file changed, 30 insertions(+)
create mode 100644 include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.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 compiler-rt.
from f234154 [profile] Add early checking to bypass node pointer update
new 229f651 Fix columns for member function calls
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/ubsan/TestCases/TypeCheck/misaligned.cpp | 2 +-
test/ubsan/TestCases/TypeCheck/null.cpp | 2 +-
test/ubsan/TestCases/TypeCheck/vptr.cpp | 6 +++---
3 files changed, 5 insertions(+), 5 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 e66409e Revert "[MC] Support symbolic expressions in assembly directives"
new bdbb8ee [Kaleidoscope][BuildingAJIT] Shorten the name of the Building [...]
new fe303ed llvm-dwp: Ensure uncompressed sections are not relocated duri [...]
new 613d807 [PM] Port PartiallyInlineLibCalls to the new pass manager.
new 630552d [KaleidoscopeJIT][BuildingAJIT] Remove some copy-pasta from C [...]
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/tutorial/BuildingAJIT1.rst | 6 +-
docs/tutorial/index.rst | 2 +-
include/llvm/InitializePasses.h | 2 +-
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp | 92 +++++++++++++---------
lib/Transforms/Scalar/Scalar.cpp | 2 +-
.../PartiallyInlineLibCalls/bad-prototype.ll | 1 +
tools/llvm-dwp/llvm-dwp.cpp | 7 +-
9 files changed, 67 insertions(+), 47 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 8cc1c5e [codeview] Use comdats for debug info describing comdat functions
new 1ab5787 [Kaleidoscope][BuildingAJIT] Add code for the 2nd chapter of [...]
new e66409e Revert "[MC] Support symbolic expressions in assembly directives"
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:
examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt | 2 +
.../Chapter2}/CMakeLists.txt | 4 +-
.../{Chapter1 => Chapter2}/KaleidoscopeJIT.h | 43 +++++++++++++++++----
.../BuildingAJIT/{Chapter1 => Chapter2}/toy.cpp | 0
include/llvm/MC/MCObjectStreamer.h | 5 ---
include/llvm/MC/MCStreamer.h | 22 -----------
lib/MC/MCAsmStreamer.cpp | 40 ++------------------
lib/MC/MCObjectStreamer.cpp | 38 -------------------
lib/MC/MCParser/AsmParser.cpp | 42 ++++++++++++++-------
lib/MC/MCStreamer.cpp | 16 +-------
test/MC/AsmParser/directive_fill.s | 44 +++++++++++++---------
test/MC/AsmParser/directive_space.s | 5 ---
test/MC/AsmParser/symbolic-expression.s | 17 ---------
13 files changed, 101 insertions(+), 177 deletions(-)
copy examples/Kaleidoscope/{Chapter4 => BuildingAJIT/Chapter2}/CMakeLists.txt (63%)
copy examples/Kaleidoscope/BuildingAJIT/{Chapter1 => Chapter2}/KaleidoscopeJIT.h (69%)
copy examples/Kaleidoscope/BuildingAJIT/{Chapter1 => Chapter2}/toy.cpp (100%)
delete mode 100644 test/MC/AsmParser/symbolic-expression.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 d92afbd [NVPTX] Don't (incorrectly) say that the NVVMReflect pass pre [...]
new b9f7359 Objective-C Class Properties: Autoupgrade "Class Properties" [...]
new 8cc1c5e [codeview] Use comdats for debug info describing comdat functions
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/IR/AutoUpgrade.h | 4 +
lib/AsmParser/LLParser.cpp | 2 +
lib/Bitcode/Reader/BitcodeReader.cpp | 2 +
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 51 ++++++--
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 18 ++-
lib/IR/AutoUpgrade.cpp | 31 +++++
test/Bitcode/upgrade-module-flag.ll | 9 ++
test/DebugInfo/COFF/asm.ll | 2 +
test/DebugInfo/COFF/comdat.ll | 196 +++++++++++++++++++++++++++++++
test/DebugInfo/COFF/multifile.ll | 2 +
test/DebugInfo/COFF/multifunction.ll | 2 +
test/DebugInfo/COFF/simple.ll | 2 +
12 files changed, 309 insertions(+), 12 deletions(-)
create mode 100644 test/Bitcode/upgrade-module-flag.ll
create mode 100644 test/DebugInfo/COFF/comdat.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 lldb.
from 5ca4a0e Mark some aarch64-linux specific xfails marking bug entries
new 5db87bb It has been brought to my attention that, given two variables
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:
.../data-formatter-objc/TestDataFormatterObjC.py | 13 +++++++------
.../data-formatter/data-formatter-objc/main.m | 2 ++
source/Plugins/Language/ObjC/Cocoa.cpp | 14 ++++++++------
3 files changed, 17 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.