This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1130138bb15 MIRLangRef: Simplify/update documentation
new c67ef6aaf75 [bpf] Fix memory offset check for loads and stores
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/BPF/BPFISelDAGToDAG.cpp | 4 ++--
test/CodeGen/BPF/mem_offset.ll | 17 +++++++++++++++++
2 files changed, 19 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/BPF/mem_offset.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 6ac17df7d79 [Support] Fix ErrorOr assertion when /proc/cpuinfo doesn't exist.
new 1130138bb15 MIRLangRef: Simplify/update documentation
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/MIRLangRef.rst | 31 ++++++++++++++++---------------
1 file changed, 16 insertions(+), 15 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 ed853677385 [CMake][runtimes] Use -nodefaultlibs for the runtimes build
new e7866ab1801 [InstCombine] Use APInt::getBitsSetFrom instead of invertin [...]
new 6ac17df7d79 [Support] Fix ErrorOr assertion when /proc/cpuinfo doesn't exist.
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:
lib/Support/Host.cpp | 1 +
lib/Transforms/InstCombine/InstCombineCompares.cpp | 6 ++----
2 files changed, 3 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 clang.
from 24a137ec64 PR32185: Revert r291512 and add a testcase for PR32185.
new 18974a9561 Diagnose attempt to take address of bitfield members in anon [...]
new 66bf2b03f8 Add test for anonymous struct containing an implicitly priva [...]
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:
lib/Sema/SemaExpr.cpp | 5 ++++-
test/Sema/expr-address-of.c | 3 ++-
test/SemaCXX/anonymous-struct.cpp | 3 +++
test/SemaCXX/ptrtomember.cpp | 4 ++++
4 files changed, 13 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 lld.
from 7a089d692 Replace a clever lambda helper with a simpler one.
new ea5e81719 Add "1" suffix if there's varaible ends with "2".
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/Symbols.cpp | 8 ++++----
ELF/Symbols.h | 18 +++++++++---------
ELF/Writer.cpp | 18 +++++++++---------
3 files changed, 22 insertions(+), 22 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 10683346a57 [llvm-pdbdump] Recursively dump class layout.
new ed853677385 [CMake][runtimes] Use -nodefaultlibs for the runtimes build
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:
runtimes/CMakeLists.txt | 20 +++++++++++++++++++-
1 file changed, 19 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 clang.
from 08a97a0d0b [CMake] Support building Fuchsia toolchain on Darwin
new 24a137ec64 PR32185: Revert r291512 and add a testcase for PR32185.
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/Sema/SemaTemplate.cpp | 38 ++++++++++----------
test/Modules/cxx-templates.cpp | 10 ++++--
.../cxx1z-class-template-argument-deduction.cpp | 18 ++++------
test/SemaTemplate/deduction.cpp | 7 ++--
test/SemaTemplate/temp_arg_template.cpp | 41 ++++++++++++++++++++--
test/SemaTemplate/temp_arg_template_cxx1z.cpp | 18 +++++-----
6 files changed, 83 insertions(+), 49 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 libcxx.
from e1c9dfba [libc++] Add _LIBCPP_DISABLE_EXTERN_TEMPLATE config option
new 82a50d64 [libcxx] Direct support for Fuchsia
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/__config | 2 +-
include/__locale | 4 +++-
include/support/{newlib => fuchsia}/xlocale.h | 18 ++++++++----------
3 files changed, 12 insertions(+), 12 deletions(-)
copy include/support/{newlib => fuchsia}/xlocale.h (56%)
--
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 d6c2ed9bd [ELF] Tidy up handleARMTlsRelocation [NFC]
new 7a089d692 Replace a clever lambda helper with a simpler one.
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 | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 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 a402bd1ba7a [ValueTracking] Remove duplicate call to computeKnownBits f [...]
new 10683346a57 [llvm-pdbdump] Recursively dump class layout.
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:
.../llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h | 10 +-
include/llvm/DebugInfo/PDB/PDBSymbolFunc.h | 2 +
include/llvm/DebugInfo/PDB/UDTLayout.h | 39 +++-
lib/DebugInfo/PDB/PDBSymbol.cpp | 2 +
lib/DebugInfo/PDB/PDBSymbolFunc.cpp | 11 ++
lib/DebugInfo/PDB/UDTLayout.cpp | 220 +++++++++++++++++----
.../llvm-pdbdump/Inputs/SimplePaddingTest.cpp | 45 +++++
.../llvm-pdbdump/Inputs/SimplePaddingTest.pdb | Bin 110592 -> 118784 bytes
...-padding.test => simple-padding-graphical.test} | 37 +++-
...imple-padding.test => simple-padding-text.test} | 2 +-
tools/llvm-pdbdump/LinePrinter.cpp | 17 +-
tools/llvm-pdbdump/LinePrinter.h | 5 +-
tools/llvm-pdbdump/PrettyClassDefinitionDumper.cpp | 44 +++--
tools/llvm-pdbdump/PrettyClassDefinitionDumper.h | 3 +-
.../PrettyClassLayoutGraphicalDumper.cpp | 135 +++++++++++--
.../PrettyClassLayoutGraphicalDumper.h | 21 +-
tools/llvm-pdbdump/PrettyClassLayoutTextDumper.cpp | 8 +-
tools/llvm-pdbdump/PrettyTypeDumper.cpp | 124 ++++++++++--
tools/llvm-pdbdump/PrettyTypeDumper.h | 4 +-
tools/llvm-pdbdump/PrettyVariableDumper.cpp | 20 +-
tools/llvm-pdbdump/PrettyVariableDumper.h | 4 +-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 26 ++-
tools/llvm-pdbdump/llvm-pdbdump.h | 5 +-
23 files changed, 641 insertions(+), 143 deletions(-)
copy test/tools/llvm-pdbdump/{simple-padding.test => simple-padding-graphical.test} (67%)
rename test/tools/llvm-pdbdump/{simple-padding.test => simple-padding-text.test} (98%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.