This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 203c037 Use SuperBlock struct defined in MSFCommon.h.
new 5f67cc1 [ELF] - Linkerscript: implemented SORT_BY_INIT_PRIORITY.
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/LinkerScript.cpp | 8 ++++++++
ELF/LinkerScript.h | 2 +-
ELF/OutputSections.cpp | 13 -------------
ELF/Strings.cpp | 13 +++++++++++++
ELF/Strings.h | 1 +
test/ELF/linkerscript/sort-init.s | 24 ++++++++++++++++++++++++
6 files changed, 47 insertions(+), 14 deletions(-)
create mode 100644 test/ELF/linkerscript/sort-init.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 f31e663 [PM] Port CFGViewer and CFGPrinter to the new Pass Manager Di [...]
new 71d3c34 [InstCombine] simplify code; NFCI
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/Transforms/InstCombine/InstCombineCompares.cpp | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 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 b4efd52 Check the return of getInteger.
new 203c037 Use SuperBlock struct defined in MSFCommon.h.
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:
COFF/PDB.cpp | 41 +++++++++++++++++------------------------
1 file changed, 17 insertions(+), 24 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 lldb.
from 008870d added LLDB_PYTHON_TESTSUITE_ARCH Xcode variable
new d98fe41 Convert ArchSpec::ParseMachOCPUDashSubtypeTriple to use StringRef.
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/Core/ArchSpec.h | 2 +-
source/Core/ArchSpec.cpp | 71 ++++++++++++++++++++---------------------
unittests/Core/ArchSpecTest.cpp | 12 ++-----
3 files changed, 37 insertions(+), 48 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 5fa3c52 [pdb] Write the IPI stream.
new f31e663 [PM] Port CFGViewer and CFGPrinter to the new Pass Manager Di [...]
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/llvm/Analysis/CFGPrinter.h | 33 ++++++++++-
include/llvm/InitializePasses.h | 8 +--
lib/Analysis/Analysis.cpp | 8 +--
lib/Analysis/CFGPrinter.cpp | 111 ++++++++++++++++++++++---------------
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 4 ++
test/Other/2007-06-05-PassID.ll | 1 +
7 files changed, 110 insertions(+), 56 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 86f6997 [libcxx] Allow sanitizing libcxx with ASan+UBSan simultaneously
new cac9e30 [libc++] Avoid <memory> include in locale_win32.h
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/support/win32/locale_win32.h | 6 +-----
src/support/win32/locale_win32.cpp | 5 +++++
2 files changed, 6 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 release_39
in repository llvm.
from 7d62f51 Bump version to 3.9.1
new 69e5622 [3.9.1] Merging r281319 [ARM] Support ldr.w in pseudo instruc [...]
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/ARM/ARMInstrThumb2.td | 4 ++
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 3 ++
test/MC/ARM/ldr-pseudo-wide.s | 71 +++++++++++++++++++++++++++++++
3 files changed, 78 insertions(+)
create mode 100644 test/MC/ARM/ldr-pseudo-wide.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 d52d051 [libFuzzer] fix the build for AFLDriverTest
new 6baec2e [pdb] Fix the TPI stream size computation.
new d6d0906 fix function names; NFC
new 5fa3c52 [pdb] Write the IPI stream.
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/DebugInfo/PDB/Raw/PDBFileBuilder.h | 2 +
include/llvm/DebugInfo/PDB/Raw/TpiStreamBuilder.h | 3 +-
lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp | 24 +++++++-
lib/DebugInfo/PDB/Raw/TpiStreamBuilder.cpp | 16 ++---
lib/Transforms/InstCombine/InstCombineCompares.cpp | 68 +++++++++++-----------
tools/llvm-pdbdump/PdbYaml.cpp | 1 +
tools/llvm-pdbdump/PdbYaml.h | 1 +
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 23 ++++++++
tools/llvm-pdbdump/YAMLOutputStyle.h | 1 +
tools/llvm-pdbdump/llvm-pdbdump.cpp | 11 ++++
tools/llvm-pdbdump/llvm-pdbdump.h | 1 +
11 files changed, 107 insertions(+), 44 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 lldb.
from 052e468 Reformat x86_64 register infos defines table
new 008870d added LLDB_PYTHON_TESTSUITE_ARCH Xcode variable
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:
lldb.xcodeproj/project.pbxproj | 8 ++++++--
1 file changed, 6 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 llvm.
from ba1d7c6 [InstCombine] add vector tests for icmp (sub nsw)
new 2473bf0 [InstCombine] allow icmp (sub nsw) folds for vectors
new d52d051 [libFuzzer] fix the build for AFLDriverTest
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/Fuzzer/test/no-coverage/CMakeLists.txt | 2 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 75 ++++++++++------------
test/Transforms/InstCombine/icmp.ll | 12 ++--
3 files changed, 40 insertions(+), 49 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.