This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9ad2a7e SDAG: Use ReplaceNode here, not ReplaceUses
new 723d45a [NFC] Extract LastSplitPoint computation from SplitAnalysis t [...]
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/SplitKit.cpp | 97 +++++++++++++++++++++++++++---------------------
lib/CodeGen/SplitKit.h | 68 ++++++++++++++++++++++-----------
2 files changed, 101 insertions(+), 64 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 e05aeff Initial add for MachO support for yaml2obj
new 9ad2a7e SDAG: Use ReplaceNode here, not ReplaceUses
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/X86/X86ISelDAGToDAG.cpp | 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 test-suite.
from da55a38 cmake: Revert accidental removal of PROFILE_GENERATE normaliz [...]
new 5426951 litsupport: Introduce a PREPARE: part for test files.
new 04dc7cc cmake: Add support for PREPARE: steps and use it where apropriate.
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:
External/SPEC/CINT2000/175.vpr/CMakeLists.txt | 2 +-
External/SPEC/CINT2006/456.hmmer/CMakeLists.txt | 7 ++++---
cmake/modules/TestFile.cmake | 24 ++++++++++++++++++------
litsupport/remote.py | 1 +
litsupport/run.py | 1 +
litsupport/testfile.py | 11 ++++++++---
litsupport/testplan.py | 11 ++++++++---
7 files changed, 41 insertions(+), 16 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 0dc2e08 regenerate checks
new bf924c1 Initial add for MachO support for obj2yaml
new e05aeff Initial add for MachO support for yaml2obj
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:
tools/obj2yaml/CMakeLists.txt | 6 +++-
tools/obj2yaml/Error.cpp | 2 ++
tools/obj2yaml/Error.h | 3 +-
tools/obj2yaml/macho2yaml.cpp | 35 ++++++++++++++++++++++
tools/obj2yaml/obj2yaml.cpp | 2 ++
tools/obj2yaml/obj2yaml.h | 2 ++
tools/yaml2obj/CMakeLists.txt | 1 +
.../yaml2obj/yaml2macho.cpp | 18 ++++++-----
tools/yaml2obj/yaml2obj.cpp | 6 +++-
tools/yaml2obj/yaml2obj.h | 1 +
10 files changed, 65 insertions(+), 11 deletions(-)
create mode 100644 tools/obj2yaml/macho2yaml.cpp
copy lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp => tools/yaml2obj/yaml [...]
--
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 cbbb14f [VFS][Unittests] Make dir iteration tests depend only on content
new a0e3bf4 Fixed msvc warnings
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/BackendUtil.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 llvm.
from 1e25675 MachineVerifier: Fix error reporting.
new 0dc2e08 regenerate checks
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/CodeGen/X86/2012-01-11-split-cv.ll | 17 +++++++++++++----
1 file changed, 13 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 gcc.
from 54c4d22 PR43651: add warning for duplicate qualifier
new 71234f8 2016-05-11 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 | 5 +++++
gcc/testsuite/gcc.target/powerpc/pr70963.c | 7 ++++---
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 b723fcf cleanup: do not recompute size for preallocated buffer
new 1e25675 MachineVerifier: Fix error reporting.
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/MachineVerifier.cpp | 14 ++++++++++----
1 file changed, 10 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-tools-extra.
from bb7870c [Clang-tidy] modernize-use-bool-literals: documentation style.
new bfab925 [clang-tidy] Add missing dependency of libtooling to misc module
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/misc/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 e819b33 SDAG: Add a helper to replace and remove a node during ISel
new b723fcf cleanup: do not recompute size for preallocated buffer
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/ProfileData/InstrProfData.inc | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.