This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 53c317f [RDF] Recognize tail calls in graph creation
new bfb3d23 Fix a bug in llvm-objdump for -private-headers printing the L [...]
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:
.../{hello.exe.macho-x86_64 => codesig.macho-x86_64} | Bin 8496 -> 8560 bytes
.../tools/llvm-objdump/X86/macho-private-headers.test | 7 +++++++
tools/llvm-objdump/MachODump.cpp | 2 +-
3 files changed, 8 insertions(+), 1 deletion(-)
copy test/tools/llvm-objdump/X86/Inputs/{hello.exe.macho-x86_64 => codesig.macho-x [...]
--
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 9f60802 [RDF] Improve handling of inline-asm
new 277501a LiveIntervalAnalysis: No need to deal with dead subregister d [...]
new 8f5959b Fix warning in PDB code. NFC
new 53c317f [RDF] Recognize tail calls in graph creation
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/LiveIntervalAnalysis.cpp | 23 +++--------------------
lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp | 2 +-
lib/Target/Hexagon/RDFGraph.cpp | 24 ++++++++++++++++++++----
3 files changed, 24 insertions(+), 25 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 93971d9 [RDF] Add option to keep dead phi nodes in DFG
new 58c6e4e Add parentheses to silence -Wparentheses warnings.
new 9f60802 [RDF] Improve handling of inline-asm
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/DebugInfo/PDB/Raw/PDBDbiStream.cpp | 12 ++++-----
lib/Target/Hexagon/RDFGraph.cpp | 9 ++++---
test/CodeGen/Hexagon/rdf-inline-asm-fixed.ll | 37 ++++++++++++++++++++++++++++
test/CodeGen/Hexagon/rdf-inline-asm.ll | 36 +++++++++++++++++++++++++++
4 files changed, 84 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/Hexagon/rdf-inline-asm-fixed.ll
create mode 100644 test/CodeGen/Hexagon/rdf-inline-asm.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 lld.
from d8ed0c0 Use a single context for lto.
new bb4119e Delete dead variable.
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:
ELF/LTO.h | 1 -
1 file changed, 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 llvm.
from c5b250a [CMake] [Darwin] Use libtool instead of ar && ranlib
new 93971d9 [RDF] Add option to keep dead phi nodes in DFG
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/Hexagon/HexagonRDFOpt.cpp | 5 ++++-
lib/Target/Hexagon/RDFGraph.cpp | 5 +++--
lib/Target/Hexagon/RDFGraph.h | 9 ++++++++-
3 files changed, 15 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 lldb.
from 1aa055d XFail TestBitfields.py Python API tests.
new 039e6a5 Used llvm_unreached to quite a VC++ compiler warning.
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:
source/Expression/DiagnosticManager.cpp | 4 ++++
1 file changed, 4 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 clang-tools-extra.
from cdbd585 [include-fixer] Add an option to minimize include paths.
new 669f9af [clang-tidy] cppcoreguidelines-pro-type-member-init should no [...]
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:
.../cppcoreguidelines/ProTypeMemberInitCheck.cpp | 1 +
.../checks/cppcoreguidelines-pro-type-member-init.rst | 8 ++++----
.../cppcoreguidelines-pro-type-member-init.cpp | 18 +++++++++---------
3 files changed, 14 insertions(+), 13 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 956cf76 This reverts commit r265505.
new 5515858 Read the rest of the DBI substreams, and parse source info.
new 6ede1c0 Update llvm-objdump for disassembly of ARM Mach-O files to al [...]
new c5b250a [CMake] [Darwin] Use libtool instead of ar && ranlib
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:
CMakeLists.txt | 15 +++
include/llvm/DebugInfo/PDB/Raw/ModInfo.h | 8 ++
include/llvm/DebugInfo/PDB/Raw/PDBDbiStream.h | 12 +-
lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp | 135 +++++++++++++++++++--
test/DebugInfo/PDB/pdbdump-headers.test | 3 +
.../ARM/macho-symbolized-disassembly.test | 8 +-
tools/llvm-objdump/MachODump.cpp | 8 +-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 35 +++---
8 files changed, 190 insertions(+), 34 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 gcc-4_9-branch
in repository gcc.
from 4ee9a8d PR ada/70786 * a-textio.adb (Get_Immediate): Add missing 'n [...]
new 69ab1f0 PR target/70858 * config/i386/i386.c (bdesc_special_args): [...]
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 | 9 +++++++
gcc/config/i386/i386.c | 14 +++++-----
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.target/i386/pr70858.c | 45 +++++++++++++++++++++++++++++++++
4 files changed, 66 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70858.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 a59d901 [Hexagon] Add instruction aliases for vector unsigned compare-equal
new 956cf76 This reverts commit r265505.
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/PowerPC/AsmParser/PPCAsmParser.cpp | 22 -------
.../PowerPC/Disassembler/PPCDisassembler.cpp | 6 --
lib/Target/PowerPC/PPCInstr64Bit.td | 57 -----------------
lib/Target/PowerPC/PPCInstrFormats.td | 73 ----------------------
lib/Target/PowerPC/PPCInstrInfo.td | 17 -----
lib/Target/PowerPC/PPCRegisterInfo.td | 20 ------
lib/Target/PowerPC/README_P9.txt | 73 ----------------------
test/MC/Disassembler/PowerPC/ppc64-encoding.txt | 44 -------------
test/MC/PowerPC/ppc64-encoding-ext.s | 9 ---
test/MC/PowerPC/ppc64-encoding.s | 58 -----------------
10 files changed, 379 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.