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 6102e3a Fix build failure with cmake version bump
new d14ed3a [esan] Add support for log_exe_name
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/esan/esan.cpp | 1 +
test/esan/TestCases/verbose-simple.c | 4 ++--
2 files changed, 3 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 b36db5a [llvm-pdbdump] Dump CodeView line information.
new d6b7d70 fix documentation comments; NFC
new ba1a4e2 Fixup r271533, or check-clang didn't find llvm-lto as the target.
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/IR/Type.h | 157 +++++++++++++++++++++----------------------------
lib/IR/Type.cpp | 25 +-------
tools/CMakeLists.txt | 1 +
3 files changed, 69 insertions(+), 114 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.
charles.baylis pushed a change to branch master
in repository toolchain/abe-tests.
from 386821c Option parsing cleanups.
new b1a0cd2 Fix configure path for phase 2 with --abe-path
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:
test-manifest2.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 17e484a [cmake] Fix-up r271533
new a761325 clangFrontend: Make intrinsics_gen optional for standalone build.
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/Frontend/CMakeLists.txt | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
--
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 48c41ee [profile] enable a subtest for vcall inline virtual func
new 6102e3a Fix build failure with cmake version bump
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:
CMakeLists.txt | 10 ++++++++++
1 file changed, 10 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 a96468b transform obscured FP sign bit ops into a fabs/fneg using TLI hook
new afab7ac [ASMParser] Parse FP constants in non-C locales
new 66d860c AMDGPU: Handle flat in getMemOpBaseRegImmOfs
new b36db5a [llvm-pdbdump] Dump CodeView line information.
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/CodeView/CodeView.h | 1 +
include/llvm/DebugInfo/CodeView/EnumTables.h | 1 +
include/llvm/DebugInfo/CodeView/StreamRef.h | 2 +
include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 1 +
include/llvm/DebugInfo/PDB/Raw/ModStream.h | 8 +++
.../llvm/DebugInfo/PDB/Raw/ModuleSubstreamRecord.h | 51 +++++++++++++++++++
include/llvm/DebugInfo/PDB/Raw/RawTypes.h | 39 +++++++++++++++
lib/AsmParser/LLLexer.cpp | 6 ++-
lib/DebugInfo/CodeView/EnumTables.cpp | 20 ++++++++
lib/DebugInfo/CodeView/StreamReader.cpp | 2 +-
lib/DebugInfo/PDB/CMakeLists.txt | 1 +
lib/DebugInfo/PDB/Raw/ModStream.cpp | 12 +++--
lib/DebugInfo/PDB/Raw/ModuleSubstreamRecord.cpp | 49 ++++++++++++++++++
lib/Target/AMDGPU/SIInstrInfo.cpp | 7 +++
test/DebugInfo/PDB/pdbdump-headers.test | 23 ++++++++-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 58 ++++++++++++++++------
16 files changed, 257 insertions(+), 24 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Raw/ModuleSubstreamRecord.h
create mode 100644 lib/DebugInfo/PDB/Raw/ModuleSubstreamRecord.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 compiler-rt.
from b31140f tsan: clean up dynamic TLS memory between reuse
new 48c41ee [profile] enable a subtest for vcall inline virtual func
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:
test/profile/instrprof-icall-promo.test | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 560e4ac Fix uninitialized memory access when the token 'const' is not [...]
new 0451d51 clang-rename: fix renaming heap allocations
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 | 11 +++++++++++
test/clang-rename/{CtorDefTest.cpp => ConstructExpr.cpp} | 9 ++++-----
2 files changed, 15 insertions(+), 5 deletions(-)
copy test/clang-rename/{CtorDefTest.cpp => ConstructExpr.cpp} (50%)
--
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 747c0a6 AMDGPU: Temporary fix for broken store combine
new 7f1badc [codeview] Fix a nasty use after free.
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/CVRecord.h | 2 +-
include/llvm/DebugInfo/CodeView/StreamArray.h | 3 +--
include/llvm/DebugInfo/CodeView/StreamReader.h | 6 +++---
include/llvm/DebugInfo/CodeView/StreamRef.h | 6 +++++-
include/llvm/DebugInfo/PDB/Raw/ModInfo.h | 2 +-
lib/DebugInfo/CodeView/StreamReader.cpp | 4 ++--
6 files changed, 13 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.