This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from f67e7f6 Fix a wrong assumption.
new 2c10f20 Use range loop.
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/OutputSections.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 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 653eb42 [codeview, pdb] Dump symbol records in publics stream
new 7e46343 [libFuzzer] add a license header to afl/afl_driver.cpp
new d2a4b77 [ThinLTO] Handle empty exports list for module.
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/afl/afl_driver.cpp | 8 ++++++++
lib/LTO/ThinLTOCodeGenerator.cpp | 15 +++++++++------
2 files changed, 17 insertions(+), 6 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-tools-extra.
from 4efb5a9 [clang-tidy] Don't rely on <array> being available.
new 0c59161 clang-rename: fix renaming non-members variables when referen [...]
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:
clang-rename/USRLocFinder.cpp | 4 +++-
test/clang-rename/DeclRefExpr.cpp | 24 ++++++++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 test/clang-rename/DeclRefExpr.cpp
--
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 a36dd68 * gcc.target/i386/avx-ceil-sfix-2-vec.c: Define __NO_MATH_IN [...]
new 1a16164 * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Li [...]
new 0120ccb * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa i [...]
new d5b4ee6 * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizes [...]
new 83dd281 * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define. [...]
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:
gcc/ChangeLog | 35 ++++++++++
gcc/config/i386/constraints.md | 2 +-
gcc/config/i386/i386.h | 2 +
gcc/config/i386/sse.md | 145 +++++++++++++++++++++--------------------
4 files changed, 114 insertions(+), 70 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 0f324db [profile] Fix runtime hook linkage bug for COFF
new 653eb42 [codeview, pdb] Dump symbol records in publics stream
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/DebugInfo/CodeView/CVSymbolTypes.def | 5 +-
include/llvm/DebugInfo/CodeView/SymbolRecord.h | 58 ++++++++++++++++++++
include/llvm/DebugInfo/PDB/Raw/PublicsStream.h | 3 +-
include/llvm/DebugInfo/PDB/Raw/SymbolStream.h | 9 ++--
lib/DebugInfo/CodeView/SymbolDumper.cpp | 17 ++++++
lib/DebugInfo/PDB/Raw/PublicsStream.cpp | 18 +++----
lib/DebugInfo/PDB/Raw/SymbolStream.cpp | 65 ++++++-----------------
test/DebugInfo/PDB/pdbdump-headers.test | 47 +++++++++++++++-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 15 ++++--
9 files changed, 164 insertions(+), 73 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 d7b9b91 [AMDGPU][NFC] Rename ReserveTrapVGPRs -> ReserveRegs
new 82332cd [ThinLTO] Fix bot failures by avoiding threaded map modifications
new 0f324db [profile] Fix runtime hook linkage bug for COFF
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/LTO/ThinLTOCodeGenerator.cpp | 8 +++++---
lib/Transforms/Instrumentation/InstrProfiling.cpp | 2 ++
test/Instrumentation/InstrProfiling/linkage.ll | 3 +++
3 files changed, 10 insertions(+), 3 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 7f50c31 Fix build errors
new d7b9b91 [AMDGPU][NFC] Rename ReserveTrapVGPRs -> ReserveRegs
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/AMDGPU/AMDGPU.td | 8 ++++----
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 11 ++++++-----
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 6 +++---
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 6 +++---
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 9 +++++----
lib/Target/AMDGPU/SIRegisterInfo.cpp | 6 +++---
test/CodeGen/AMDGPU/debugger-reserve-regs.ll | 4 +---
8 files changed, 26 insertions(+), 26 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 0f96b3a Skip leading spaces when decoding hex values
new 0df8930 Lock out Process::RunThreadPlan so only one can be in flight [...]
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/Target/Process.h | 1 +
source/Target/Process.cpp | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.