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 4273830 XFAIL CFI stats test while LLD produces corrupt PDBs that con [...]
new 6a33234 [XRay][compiler-rt] Remove dependency on <system_error>
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/xray/tests/unit/buffer_queue_test.cc | 35 +++++++++++++++---------------
lib/xray/xray_buffer_queue.cc | 26 ++++++++++++----------
lib/xray/xray_buffer_queue.h | 37 ++++++++++++++++++++++++++------
lib/xray/xray_fdr_logging_impl.h | 34 ++++++++++++++++++-----------
4 files changed, 84 insertions(+), 48 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 2612791 [InstCombine] Teach SimplifyDemandedUseBits to shrink Constan [...]
new 81e6d00 lit: remove python2-isms
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:
utils/lit/tests/unit/TestRunner.py | 4 ++--
1 file changed, 2 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 3c488ca [codeview] Use separate records for LF_SUBSTR_LIST and LF_ARGLIST
new 2612791 [InstCombine] Teach SimplifyDemandedUseBits to shrink Constan [...]
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:
.../InstCombine/InstCombineSimplifyDemanded.cpp | 3 +-
test/Transforms/InstCombine/sub.ll | 43 ++++++++++++++++++++++
2 files changed, 45 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 clang.
from 1044e58 Remove -ffp-contract=fast from this test
new bdf93f3 Suppress warning on unreachable [[clang::fallthrough]] within [...]
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/Sema/AnalysisBasedWarnings.cpp | 17 +++++++++++++----
test/SemaCXX/P30636.cpp | 20 ++++++++++++++++++++
2 files changed, 33 insertions(+), 4 deletions(-)
create mode 100644 test/SemaCXX/P30636.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 101bbf4 Revert "[compiler-rt][asan] Turn on ASAN unittests for win64."
new 4273830 XFAIL CFI stats test while LLD produces corrupt PDBs that con [...]
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/cfi/stats.cpp | 2 ++
1 file changed, 2 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 lld.
from 9b7ab4a [COFF] Put the PDB next to the image if the user doesn't pass /PDB:
new 853301d Update LLD tests for codeview dumping changes
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/COFF/pdb.test | 10 +++++-----
1 file changed, 5 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 llvm.
from 1b722a4 [GlobalISel]: Create VREGs for ConstantInt args
new 3c488ca [codeview] Use separate records for LF_SUBSTR_LIST and LF_ARGLIST
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/TypeRecord.h | 19 ++++++++++++++++++-
include/llvm/DebugInfo/CodeView/TypeRecords.def | 4 +---
lib/DebugInfo/CodeView/TypeDatabaseVisitor.cpp | 16 ++++++++++++++++
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp | 11 +++++++++++
lib/DebugInfo/CodeView/TypeRecord.cpp | 7 +++++++
lib/DebugInfo/CodeView/TypeRecordMapping.cpp | 9 +++++++++
test/DebugInfo/PDB/pdbdump-headers.test | 6 +++---
tools/llvm-pdbdump/YamlTypeDumper.cpp | 6 +++++-
8 files changed, 70 insertions(+), 8 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 46ac94f Daily bump.
new 49c33be 2017-03-21 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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:
gcc/ChangeLog | 4 +++
gcc/doc/extend.texi | 73 ++++++++++++++++++++++++++++-------------------------
2 files changed, 42 insertions(+), 35 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 5fead02 Make test more robust
new 5b1a3cb DwarfExpression: Defer emitting DWARF register operations unt [...]
new a284ce2 Don't compose DWARF expressions with multiple subregisters.
new 1b722a4 [GlobalISel]: Create VREGs for ConstantInt args
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:
lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 115 +++++++++++++--------
lib/CodeGen/AsmPrinter/DwarfExpression.h | 17 ++-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 5 +-
.../AArch64/GlobalISel/arm64-irtranslator.ll | 3 +-
...lit-superreg.mir => split-superreg-complex.mir} | 23 ++---
5 files changed, 98 insertions(+), 65 deletions(-)
copy test/DebugInfo/MIR/ARM/{split-superreg.mir => split-superreg-complex.mir} (89%)
--
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 0b2bf2c Apply clang-tidy's performance-unnecessary-value-param to cla [...]
new 2abeb58 Reverting r298421 due to using a header that's unavailable 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:
.../ProBoundsArrayToPointerDecayCheck.cpp | 27 ++++------------------
...uidelines-pro-bounds-array-to-pointer-decay.cpp | 6 -----
2 files changed, 4 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.