This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from e5f28c5c Revert r343589 "[clangd] Dex: add Corpus factory for iterator [...]
new b7c58097 Reland r343589 "[clangd] Dex: add Corpus factory for iterator [...]
new 42ad0620 [clangd] Try to fix windows buildbot after r343576
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:
clangd/index/dex/Dex.cpp | 28 +++++----
clangd/index/dex/Dex.h | 3 +-
clangd/index/dex/Iterator.cpp | 24 ++++----
clangd/index/dex/Iterator.h | 125 ++++++++++++++++++++-------------------
clangd/index/dex/PostingList.cpp | 2 +-
unittests/clangd/ClangdTests.cpp | 5 +-
unittests/clangd/DexTests.cpp | 56 +++++++++++-------
7 files changed, 130 insertions(+), 113 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 gcc.
from 2430731211a 2018-10-02 Aaron Sawdey <acsawdey(a)linux.ibm.com>
new b63335832ce * io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include <string.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:
libgfortran/ChangeLog | 4 ++++
libgfortran/io/close.c | 3 +++
2 files changed, 7 insertions(+)
--
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 2a77d5ea7cd Revert "X86, AArch64, ARM: Do not attach debug location to [...]
new cf3208c68b9 [llvm-mca] Remove unecessary forward decls. 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:
tools/llvm-mca/include/Context.h | 1 -
tools/llvm-mca/include/HardwareUnits/LSUnit.h | 1 -
tools/llvm-mca/include/HardwareUnits/RegisterFile.h | 1 -
tools/llvm-mca/include/Pipeline.h | 2 --
4 files changed, 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 clang.
from d08b7d2eb6 [OpenMP][NVPTX] Simplify codegen for orphaned parallel, NFCI.
new 3a8dec58e5 [analyzer][NFC] Refactor functions in PlistDiagnostics to ta [...]
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/Core/PlistDiagnostics.cpp | 57 +++++++++++++++++-----------
1 file changed, 34 insertions(+), 23 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 d46d151a3c [HIP] Support early finalization of device code for -fno-gpu-rdc
new 379ef2f0b5 [OpenMP] Simplify code for reductions on distribute directiv [...]
new d08b7d2eb6 [OpenMP][NVPTX] Simplify codegen for orphaned parallel, NFCI.
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/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 32 +++++++-------------------------
lib/CodeGen/CGStmtOpenMP.cpp | 15 +--------------
test/OpenMP/nvptx_target_codegen.cpp | 8 --------
3 files changed, 8 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 openmp.
from be73d23 [libomptarget-nvptx] Enable asserts in bclib
new c393937 [OpenMP] Shutdown library on Windows if possible for better O [...]
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:
runtime/src/kmp_csupport.cpp | 8 ++++++++
1 file changed, 8 insertions(+)
--
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 e3f19a892df [llvm-mca] Constify the 'notify' routines. NFC.
new 2a77d5ea7cd Revert "X86, AArch64, ARM: Do not attach debug location to [...]
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/AArch64/AArch64InstrInfo.cpp | 14 ++++++++++----
lib/Target/ARM/ARMBaseInstrInfo.cpp | 30 +++++++++++++++---------------
lib/Target/X86/X86InstrInfo.cpp | 6 ++++--
test/CodeGen/AArch64/spill-debuginfo.mir | 32 --------------------------------
test/DebugInfo/X86/fission-ranges.ll | 2 +-
test/DebugInfo/X86/parameters.ll | 3 +--
6 files changed, 31 insertions(+), 56 deletions(-)
delete mode 100644 test/CodeGen/AArch64/spill-debuginfo.mir
--
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 4e511d4c19d [X86][Disassembler] Add bizarro versions of the MOVSXD inst [...]
new e3f19a892df [llvm-mca] Constify the 'notify' routines. 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:
tools/llvm-mca/include/Stages/DispatchStage.h | 2 +-
tools/llvm-mca/include/Stages/ExecuteStage.h | 10 +++++-----
tools/llvm-mca/include/Stages/RetireStage.h | 2 +-
tools/llvm-mca/lib/Stages/DispatchStage.cpp | 7 ++++---
tools/llvm-mca/lib/Stages/ExecuteStage.cpp | 11 ++++++-----
tools/llvm-mca/lib/Stages/RetireStage.cpp | 2 +-
6 files changed, 18 insertions(+), 16 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 8f3aebf19b3 [globalisel][verifier] Run the MachineVerifier from IRTrans [...]
new 4e511d4c19d [X86][Disassembler] Add bizarro versions of the MOVSXD inst [...]
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/X86InstrExtension.td | 20 ++++++++++++++++++++
test/MC/Disassembler/X86/x86-64.txt | 9 +++++++++
2 files changed, 29 insertions(+)
--
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 a507425e00f [codeview] Fix 32-bit x86 variable locations in realigned s [...]
new 8f3aebf19b3 [globalisel][verifier] Run the MachineVerifier from IRTrans [...]
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/CodeGen/MachineVerifier.cpp | 7 +++++++
lib/CodeGen/TargetPassConfig.cpp | 2 ++
2 files changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.