This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ae108ee Refactor the PDB writing to use a builder approach
new ac1e47a AMDGPU: Treat texture gather instructions more like other MIM [...]
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/SIDefines.h | 3 ++-
lib/Target/AMDGPU/SIISelLowering.cpp | 3 ++-
lib/Target/AMDGPU/SIInstrFormats.td | 3 +++
lib/Target/AMDGPU/SIInstrInfo.h | 8 ++++++++
lib/Target/AMDGPU/SIInstrInfo.td | 4 ++--
test/CodeGen/AMDGPU/llvm.SI.gather4.ll | 22 +++++++++++++++++++++-
6 files changed, 38 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 master
in repository libcxx.
from 51d7e8e Always use the allocator to construct/destruct elements of a [...]
new 5766391 Don't compute modulus of hash if it is smaller than the bucke [...]
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 | 9 ++++-----
1 file changed, 4 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 master
in repository compiler-rt.
from a088b36 [compiler-rt] Fix VisualStudio virtual folders layout
new 90306c1 remove empty lines
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/interception/tests/CMakeLists.txt | 2 --
1 file changed, 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 b1fce5c [X86] Make some cast costs more precise
new a48da98 AMDGPU: fix local stack slot allocation bugs
new 35e1d10 [pdb] Add a pdb2yaml option to not dump file headers.
new ae108ee Refactor the PDB writing to use a builder approach
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/DbiStream.h | 30 ++++-
include/llvm/DebugInfo/PDB/Raw/DbiStreamBuilder.h | 55 +++++++++
include/llvm/DebugInfo/PDB/Raw/InfoStream.h | 19 +--
include/llvm/DebugInfo/PDB/Raw/InfoStreamBuilder.h | 50 ++++++++
include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h | 4 +-
include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 15 +--
include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h | 60 ++++++++++
lib/DebugInfo/PDB/CMakeLists.txt | 3 +
lib/DebugInfo/PDB/Raw/DbiStream.cpp | 47 +++-----
lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp | 76 ++++++++++++
lib/DebugInfo/PDB/Raw/InfoStream.cpp | 21 +---
lib/DebugInfo/PDB/Raw/InfoStreamBuilder.cpp | 54 +++++++++
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 69 -----------
lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp | 127 +++++++++++++++++++++
lib/Target/AMDGPU/SIRegisterInfo.cpp | 10 +-
test/CodeGen/AMDGPU/local-stack-slot-bug.ll | 22 ++++
test/CodeGen/AMDGPU/selected-stack-object.ll | 12 ++
test/DebugInfo/PDB/pdbdump-yaml.test | 9 +-
tools/llvm-pdbdump/PdbYaml.cpp | 93 ++++++++++++---
tools/llvm-pdbdump/PdbYaml.h | 35 ++++--
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 53 +++++++--
tools/llvm-pdbdump/YAMLOutputStyle.h | 1 +
tools/llvm-pdbdump/llvm-pdbdump.cpp | 67 ++++++++---
tools/llvm-pdbdump/llvm-pdbdump.h | 2 +
24 files changed, 737 insertions(+), 197 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Raw/DbiStreamBuilder.h
create mode 100644 include/llvm/DebugInfo/PDB/Raw/InfoStreamBuilder.h
create mode 100644 include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h
create mode 100644 lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp
create mode 100644 lib/DebugInfo/PDB/Raw/InfoStreamBuilder.cpp
create mode 100644 lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp
create mode 100644 test/CodeGen/AMDGPU/local-stack-slot-bug.ll
create mode 100644 test/CodeGen/AMDGPU/selected-stack-object.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 compiler-rt.
from 9fcd497 [asan] Add exception handler to map memory on demand on Win64 [...]
new a088b36 [compiler-rt] Fix VisualStudio virtual folders 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:
cmake/Modules/AddCompilerRT.cmake | 58 ++++++++++++++++++-------------
cmake/base-config-ix.cmake | 1 +
include/CMakeLists.txt | 1 +
lib/asan/tests/CMakeLists.txt | 15 ++++----
lib/builtins/CMakeLists.txt | 1 +
lib/cfi/CMakeLists.txt | 1 +
lib/dfsan/CMakeLists.txt | 2 ++
lib/esan/CMakeLists.txt | 1 +
lib/lsan/CMakeLists.txt | 1 +
lib/msan/CMakeLists.txt | 2 ++
lib/profile/CMakeLists.txt | 1 +
lib/safestack/CMakeLists.txt | 2 ++
lib/sanitizer_common/tests/CMakeLists.txt | 6 ++--
lib/scudo/CMakeLists.txt | 1 +
lib/stats/CMakeLists.txt | 1 +
lib/tsan/CMakeLists.txt | 1 +
lib/ubsan/CMakeLists.txt | 1 +
test/asan/CMakeLists.txt | 4 +--
test/cfi/CMakeLists.txt | 3 +-
test/dfsan/CMakeLists.txt | 2 +-
test/esan/CMakeLists.txt | 2 +-
test/lsan/CMakeLists.txt | 2 +-
test/msan/CMakeLists.txt | 2 +-
test/profile/CMakeLists.txt | 2 +-
test/safestack/CMakeLists.txt | 2 +-
test/sanitizer_common/CMakeLists.txt | 2 +-
test/scudo/CMakeLists.txt | 2 +-
test/tsan/CMakeLists.txt | 2 +-
test/ubsan/CMakeLists.txt | 2 +-
29 files changed, 76 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 llvm.
from 9d25b66 [X86] Fix tailcall return address clobber bug.
new 9423d77 Codegen: Fix comment in BranchFolding.cpp
new b1fce5c [X86] Make some cast costs more precise
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/BranchFolding.cpp | 13 ++++-----
lib/Target/X86/X86TargetTransformInfo.cpp | 19 ++++++++++--
test/Analysis/CostModel/X86/cast.ll | 18 ++++++------
test/Analysis/CostModel/X86/sitofp.ll | 18 ++++++------
test/Analysis/CostModel/X86/uitofp.ll | 34 +++++++++++-----------
.../LoopVectorize/X86/uint64_to_fp64-cost-model.ll | 4 +--
6 files changed, 59 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 libcxx.
from 45e9a93 Allow is_swappable to SFINAE on deleted/ambiguous swap functions
new 51d7e8e Always use the allocator to construct/destruct elements of a [...]
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/deque | 8 +--
include/memory | 20 ++++++
include/vector | 4 +-
.../deque/deque.modifiers/emplace_back.pass.cpp | 12 ++++
.../vector/vector.modifiers/emplace_back.pass.cpp | 9 +++
test/support/test_allocator.h | 78 ++++++++++++++++++++++
6 files changed, 125 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 compiler-rt.
from 1567598 [compiler-rt] Refactor the interception code on windows.
new 9fcd497 [asan] Add exception handler to map memory on demand on Win64 [...]
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/asan/asan_internal.h | 4 ++-
lib/asan/asan_linux.cc | 1 +
lib/asan/asan_mac.cc | 1 +
lib/asan/asan_rtl.cc | 2 ++
lib/asan/asan_win.cc | 50 +++++++++++++++++++++++++++++++++++
lib/sanitizer_common/sanitizer_win.cc | 13 ++++++---
6 files changed, 67 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 llvm.
from 7228de8 fix documentation comments; NFC
new 9d25b66 [X86] Fix tailcall return address clobber bug.
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/X86ExpandPseudo.cpp | 15 ++++++++++++---
lib/Target/X86/X86FrameLowering.cpp | 26 ++++++++++++++++++--------
test/CodeGen/X86/hipe-cc.ll | 14 ++++++++++++++
test/CodeGen/X86/hipe-cc64.ll | 15 +++++++++++++++
4 files changed, 59 insertions(+), 11 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 lnt.
from 2722d0e Limit data size on regression graphs to recent stuff
new 856003b Expose regression graph data limits to the user
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:
lnt/server/ui/api.py | 3 ++-
lnt/server/ui/static/lnt_graph.js | 12 +++++-------
lnt/server/ui/templates/v4_new_regressions.html | 3 ++-
lnt/server/ui/templates/v4_regression_detail.html | 8 +++++---
4 files changed, 14 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.