This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository test-suite.
from fbc6472f Improve cmake caches
new f998c3bc cmake/xcode_sdk: Work around problems with ranlib/strip
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/caches/util/xcode_sdk.cmake | 44 ++++++++++++++++++++++++++++++++-------
1 file changed, 37 insertions(+), 7 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 c076aa05ec9 Add "REQUIRES: asserts" for test unswitch-equality-undef.ll.
new f34b3b16e3f [gold] Enable data-sections by default for the gold-plugin.
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:
.../gold/X86/Inputs/multiple-data.ll} | 6 ++---
test/tools/gold/X86/multiple-data.s | 28 ++++++++++++++++++++++
tools/gold/gold-plugin.cpp | 3 ++-
3 files changed, 33 insertions(+), 4 deletions(-)
copy test/{LTO/Resolution/X86/Inputs/link-odr-availextern-ae.ll => tools/gold/X86/ [...]
create mode 100644 test/tools/gold/X86/multiple-data.s
--
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 fd63314d6 [sanitizer] Support compiler-rt builtins
new d1997bff3 [sanitizer] Support libc++abi in addition to libstdc++
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 | 34 ++++++++++++++++++++++++++++++++++
lib/asan/CMakeLists.txt | 3 ++-
lib/tsan/dd/CMakeLists.txt | 3 ++-
lib/ubsan/CMakeLists.txt | 3 ++-
4 files changed, 40 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 glibc.
from c771b59a24 Fix inconsistency in country_isbn and missing prefixes
new f4ecd7ddc7 sv: Update translation
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:
ChangeLog | 4 ++++
po/sv.po | 52 ++++++++++++++++++++++++++--------------------------
2 files changed, 30 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 llvm.
from 59859d99500 [lit] Attempt to fix Python unittest adaptor logic
new 69b28c87823 [SCEV] Remove unnecessary call to forgetMemoizedResults
new c076aa05ec9 Add "REQUIRES: asserts" for test unswitch-equality-undef.ll.
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/Analysis/ScalarEvolution.cpp | 3 ---
test/Transforms/LoopUnswitch/unswitch-equality-undef.ll | 1 +
2 files changed, 1 insertion(+), 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 49fc1e6fbc4 [PDB] Remove stale GSI.h header that I intended to remove i [...]
new f74bed27b43 Move manifest utils into separate lib, to reduce libxml2 deps.
new 59859d99500 [lit] Attempt to fix Python unittest adaptor logic
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:
.../WindowsManifestMerger.h | 0
include/llvm/module.modulemap | 6 +++
lib/CMakeLists.txt | 1 +
lib/LLVMBuild.txt | 1 +
lib/Support/CMakeLists.txt | 4 --
lib/WindowsManifest/CMakeLists.txt | 18 +++++++++
lib/{LineEditor => WindowsManifest}/LLVMBuild.txt | 44 +++++++++++-----------
.../WindowsManifestMerger.cpp | 2 +-
tools/llvm-mt/CMakeLists.txt | 1 +
tools/llvm-mt/LLVMBuild.txt | 2 +-
tools/llvm-mt/llvm-mt.cpp | 2 +-
utils/lit/lit/run.py | 13 +++----
12 files changed, 58 insertions(+), 36 deletions(-)
rename include/llvm/{Support => WindowsManifest}/WindowsManifestMerger.h (100%)
create mode 100644 lib/WindowsManifest/CMakeLists.txt
copy lib/{LineEditor => WindowsManifest}/LLVMBuild.txt (85%)
rename lib/{Support => WindowsManifest}/WindowsManifestMerger.cpp (99%)
--
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 4a753bdddfc [PDB] Improve GSI hash table dumping for publics and globals
new c88d81fa3e1 [DWARF] Generalized verification of .apple_names accelerato [...]
new 49fc1e6fbc4 [PDB] Remove stale GSI.h header that I intended to remove i [...]
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/DebugInfo/DWARF/DWARFVerifier.h | 29 +++++-
lib/DebugInfo/DWARF/DWARFContext.cpp | 5 +-
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 108 ++++++++++++---------
lib/DebugInfo/PDB/Native/GSI.h | 52 ----------
lib/DebugInfo/PDB/Native/PublicsStream.cpp | 1 -
lib/DebugInfo/PDB/Native/PublicsStreamBuilder.cpp | 2 -
test/DebugInfo/dwarfdump-accel.test | 10 +-
.../llvm-dwarfdump/X86/apple_names_verify_data.s | 10 +-
.../llvm-dwarfdump/X86/apple_names_verify_form.s | 4 +-
.../X86/apple_names_verify_num_atoms.s | 4 +-
10 files changed, 106 insertions(+), 119 deletions(-)
delete mode 100644 lib/DebugInfo/PDB/Native/GSI.h
--
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 ec76cbbaaab Reapply "llvm-mt: implement simple merging of manifests, no [...]
new 4a753bdddfc [PDB] Improve GSI hash table dumping for publics and globals
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 | 44 +++++----
include/llvm/DebugInfo/CodeView/SymbolRecord.h | 3 +
include/llvm/DebugInfo/PDB/Native/GlobalsStream.h | 51 ++++++++--
include/llvm/DebugInfo/PDB/Native/PublicsStream.h | 23 +----
include/llvm/DebugInfo/PDB/Native/RawTypes.h | 14 +++
lib/DebugInfo/CodeView/RecordSerialization.cpp | 6 ++
lib/DebugInfo/PDB/CMakeLists.txt | 1 -
lib/DebugInfo/PDB/Native/GSI.cpp | 93 ------------------
lib/DebugInfo/PDB/Native/GSI.h | 17 ----
lib/DebugInfo/PDB/Native/GlobalsStream.cpp | 97 +++++++++++++++++--
lib/DebugInfo/PDB/Native/PDBFile.cpp | 3 +-
lib/DebugInfo/PDB/Native/PublicsStream.cpp | 42 ++------
lib/DebugInfo/PDB/Native/PublicsStreamBuilder.cpp | 2 +-
test/DebugInfo/PDB/pdbdump-headers.test | 12 ++-
tools/llvm-pdbutil/DumpOutputStyle.cpp | 112 ++++++++++++++--------
tools/llvm-pdbutil/DumpOutputStyle.h | 4 +
tools/llvm-pdbutil/llvm-pdbutil.cpp | 5 +
tools/llvm-pdbutil/llvm-pdbutil.h | 2 +
18 files changed, 285 insertions(+), 246 deletions(-)
delete mode 100644 lib/DebugInfo/PDB/Native/GSI.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 clang-tools-extra.
from 89a51100 [clang-tidy] Fixup clang-apply-replacements/invalid-files test
new b5c13269 [clang-tidy] Do not issue fixit for explicit template special [...]
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-tidy/performance/UnnecessaryValueParamCheck.cpp | 16 +++++++++++++++-
test/clang-tidy/performance-unnecessary-value-param.cpp | 11 +++++++++++
2 files changed, 26 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 lnt.
from 88750d9 lnt/tests: Add 'no_errors' to run_info; add lnt check-no-errors
new a01b24d DeSQLify the migrations
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/db/migrations/upgrade_12_to_13.py | 3 +
lnt/server/db/migrations/upgrade_13_to_14.py | 129 +++++++++++++++------------
lnt/server/db/migrations/upgrade_3_to_4.py | 18 ++--
lnt/server/db/migrations/upgrade_4_to_5.py | 48 +++++-----
lnt/server/db/migrations/upgrade_5_to_6.py | 31 +++----
lnt/server/db/migrations/upgrade_6_to_7.py | 22 ++---
lnt/server/db/migrations/upgrade_8_to_9.py | 29 +++---
lnt/server/db/migrations/upgrade_9_to_10.py | 23 +++--
lnt/server/db/migrations/util.py | 61 +++++++++++++
9 files changed, 211 insertions(+), 153 deletions(-)
create mode 100644 lnt/server/db/migrations/util.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.