This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 840eb65 [x86] refactor combineAddOrSubToADCOrSBB(); NFCI
new f4d294c GlobalISel: add merge/unmerge nodes for legalization.
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/CodeGen/GlobalISel/Legalizer.h | 3 ++
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 25 ++++++++++++++
include/llvm/Target/GenericOpcodes.td | 15 ++++++++
include/llvm/Target/TargetOpcodes.def | 4 +++
lib/CodeGen/GlobalISel/Legalizer.cpp | 31 +++++++++++++++++
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 24 ++++---------
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 4 ++-
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 40 ++++++++++++++++++++++
test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 20 +++++------
.../AArch64/GlobalISel/legalize-load-store.mir | 4 +--
10 files changed, 139 insertions(+), 31 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 84f9476 Isolate Target-specific functionality of DataExtractor.
new 5f6616b Add a script to dump out all project inter-dependencies.
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:
scripts/analyze-project-deps.py | 65 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 65 insertions(+)
create mode 100644 scripts/analyze-project-deps.py
--
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 c1b1d7f Fix hash requirements check in __hash_table.
new a075831 Remove the buildit and testit scripts; they haven't been supp [...]
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/buildit | 189 ------------------------------------------------------------
test/testit | 183 ----------------------------------------------------------
2 files changed, 372 deletions(-)
delete mode 100755 lib/buildit
delete mode 100755 test/testit
--
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 5a2cc60 Silence a warning, NFC
new 840eb65 [x86] refactor combineAddOrSubToADCOrSBB(); 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/Target/X86/X86ISelLowering.cpp | 46 +++++++++++++++++++++-----------------
1 file changed, 25 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 libcxx.
from c795c2a Fix libc++ test to pass in C++03 mode
new c1b1d7f Fix hash requirements check in __hash_table.
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/__hash_table | 7 ++--
include/utility | 11 +++++--
.../unord.set/missing_hash_specialization.fail.cpp | 38 ++++++++++++++++++++--
3 files changed, 47 insertions(+), 9 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 5497dd5 [PGO] Text format profile reader needs to clear the value profile
new 5a2cc60 Silence a warning, NFC
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/Unix/Threading.inc | 1 +
1 file changed, 1 insertion(+)
--
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 gcc.
from 408a47b PR c/79837 * c-parser.c (c_parser_omp_clause_reduction): Do [...]
new f2360ea PR c/79758 * c-decl.c (store_parm_decls_oldstyle): Check if [...]
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/c/ChangeLog | 7 +++++++
gcc/c/c-decl.c | 17 ++++++++++-------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/noncompile/pr79758.c | 6 ++++++
4 files changed, 28 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/noncompile/pr79758.c
--
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 a5db565 un-Xfail Fuzzer test that decided to pass on Green Dragon
new dd2ea16 Fix Threading path when LLVM_ENABLE_THREADS=0.
new 2b46554 Detect the existence of pthread_{s,g}etname_np in libpthread [...]
new 5497dd5 [PGO] Text format profile reader needs to clear the value profile
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:
cmake/config-ix.cmake | 8 ++++++++
include/llvm/ProfileData/InstrProf.h | 7 +++++++
lib/ProfileData/InstrProfReader.cpp | 2 +-
lib/Support/Threading.cpp | 2 +-
lib/Support/Unix/Threading.inc | 4 ++++
test/tools/llvm-profdata/value-prof.proftext | 9 +++++++++
6 files changed, 30 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 ad76c97 [ObjectYAML] [DWARF] Abstract DWARF Initial Length values
new 6387bda MC: De-duplicate the object streamer implementations of EmitF [...]
new a5db565 un-Xfail Fuzzer test that decided to pass on Green Dragon
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/MC/MCELFStreamer.h | 2 --
include/llvm/MC/MCObjectStreamer.h | 1 +
include/llvm/MC/MCWasmStreamer.h | 2 --
include/llvm/MC/MCWinCOFFStreamer.h | 1 -
lib/Fuzzer/test/fuzzer-traces-hooks.test | 1 -
lib/MC/ELFObjectWriter.cpp | 2 ++
lib/MC/MCELFStreamer.cpp | 7 -------
lib/MC/MCMachOStreamer.cpp | 7 -------
lib/MC/MCObjectStreamer.cpp | 4 ++++
lib/MC/MCWasmStreamer.cpp | 7 -------
lib/MC/WinCOFFStreamer.cpp | 4 ----
11 files changed, 7 insertions(+), 31 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 999b469 [x86] regenerate checks; NFC
new ad76c97 [ObjectYAML] [DWARF] Abstract DWARF Initial Length values
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/ObjectYAML/DWARFYAML.h | 38 +++++++++++++++++++-----
lib/ObjectYAML/DWARFEmitter.cpp | 21 +++++++------
lib/ObjectYAML/DWARFYAML.cpp | 11 +++++--
test/ObjectYAML/MachO/DWARF-debug_aranges.yaml | 6 ++--
test/ObjectYAML/MachO/DWARF-debug_info.yaml | 12 +++++---
test/ObjectYAML/MachO/DWARF-debug_line.yaml | 18 +++++++----
test/ObjectYAML/MachO/DWARF-pubsections.yaml | 12 +++++---
tools/obj2yaml/dwarf2yaml.cpp | 26 ++++++++--------
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 3 +-
9 files changed, 98 insertions(+), 49 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.