This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 859385d [DWARF] Print leading zeros in type signature
new 894edf6 NewGVN: Add debug counter for value numbering
new b907366 [RDF] Replace {} with explicit constructor, since not all com [...]
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/Target/Hexagon/RDFLiveness.cpp | 2 +-
lib/Transforms/Scalar/NewGVN.cpp | 20 +++++++++++++++-----
test/Other/debugcounter-newgvn.ll | 22 ++++++++++++++++++++++
...bugcounter.ll => debugcounter-predicateinfo.ll} | 5 ++---
4 files changed, 40 insertions(+), 9 deletions(-)
create mode 100644 test/Other/debugcounter-newgvn.ll
rename test/Other/{debugcounter.ll => debugcounter-predicateinfo.ll} (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 gcc.
from aad6a18 * config/i386/i386.c (print_reg): Warn for values of unsupp [...]
new 26eefb3 2017-03-01 Aaron Sawdey <acsawdey(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 | 6 ++++++
gcc/config/rs6000/rs6000.md | 4 ++--
2 files changed, 8 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 858e806 [RDF] Add recursion limit to getAllReachingDefsRec
new 859385d [DWARF] Print leading zeros in type signature
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/DebugInfo/DWARF/DWARFTypeUnit.cpp | 4 ++--
test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64 | Bin 2376 -> 2376 bytes
test/DebugInfo/Inputs/dwarfdump-header.s | 2 +-
test/DebugInfo/dwarfdump-header.test | 2 +-
4 files changed, 4 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 clang.
from ebb54bf clang-format: [JS/TS] Properly understand cast expressions.
new 1843362 clang-format: [JS] Properly format object literals with shorthands.
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/Format/TokenAnnotator.cpp | 7 ++++---
unittests/Format/FormatTestJS.cpp | 5 +++++
2 files changed, 9 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 ae89bb13 Reorder fields for better packing. (NFC)
new ed2fd58 [PDB] Fix and re-enable BinaryStreamArray test.
new 858e806 [RDF] Add recursion limit to getAllReachingDefsRec
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/MSF/BinaryStreamArray.h | 1 +
lib/Target/Hexagon/HexagonOptAddrMode.cpp | 11 +++-
lib/Target/Hexagon/RDFLiveness.cpp | 29 +++++++---
lib/Target/Hexagon/RDFLiveness.h | 9 +++-
unittests/DebugInfo/PDB/BinaryStreamTest.cpp | 74 +++++++++++++-------------
5 files changed, 79 insertions(+), 45 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 1bde0ae Alphabetize some cases (NFC)
new 955228a enable building with LTO on Windows using clang-cl and lld
new ae89bb13 Reorder fields for better packing. (NFC)
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:
cmake/modules/HandleLLVMOptions.cmake | 37 +++++++++++++++++++++++---------
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 2 +-
2 files changed, 28 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 clang.
from 76f5d57 Introduce an 'external_source_symbol' attribute that describe [...]
new f24b23f [PCH] Avoid VarDecl emission attempt if no owning module avaiable
new ebb54bf clang-format: [JS/TS] Properly understand cast expressions.
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/Format/TokenAnnotator.cpp | 7 +++++--
lib/Serialization/ASTReaderDecl.cpp | 4 ++--
test/PCH/empty-def-fwd-struct.h | 12 ++++++++++++
unittests/Format/FormatTestJS.cpp | 3 +++
4 files changed, 22 insertions(+), 4 deletions(-)
create mode 100644 test/PCH/empty-def-fwd-struct.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 compiler-rt.
from 65e0426 Reapply r296419: [asan] Print a "PC is at a non-executable me [...]
new ea71f2c Restrict usage of MemoryMappingLayout to platforms which support it
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_errors.cc | 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 gcc.
from 69ab035 cmd/go: add testdata/timeoutbench_test.go
new aad6a18 * config/i386/i386.c (print_reg): Warn for values of unsupp [...]
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 | 5 +++++
gcc/config/i386/i386.c | 11 +++++++----
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/i386/invsize-1.c | 1 +
gcc/testsuite/gcc.target/i386/invsize-2.c | 7 +++++++
gcc/testsuite/gcc.target/i386/invsize-3.c | 7 +++++++
gcc/testsuite/gcc.target/i386/invsize-4.c | 7 +++++++
gcc/testsuite/gcc.target/i386/pr66274.c | 6 +++---
gcc/testsuite/gcc.target/i386/stackalign/asm-1.c | 2 +-
9 files changed, 46 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/invsize-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/invsize-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/invsize-4.c
--
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 4024478 Revert r296575 "[SLP] Fixes the bug due to absence of in orde [...]
new 1bde0ae Alphabetize some cases (NFC)
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/CodeGen/AsmPrinter/DwarfUnit.cpp | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.