This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 68d85bb Revert "Add testing in llvm-lto for ThinLTO caching."
new 9695fb5 ThinLTOCodeGenerator: handle cases where temporary files can' [...]
new b01d46b Add testing in llvm-lto for ThinLTO caching.
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/LTO/ThinLTOCodeGenerator.cpp | 8 ++++++--
test/ThinLTO/X86/Inputs/{llvm.used.ll => cache.ll} | 4 ++--
test/ThinLTO/X86/cache.ll | 16 ++++++++++++++++
tools/llvm-lto/llvm-lto.cpp | 4 ++++
4 files changed, 28 insertions(+), 4 deletions(-)
copy test/ThinLTO/X86/Inputs/{llvm.used.ll => cache.ll} (75%)
create mode 100644 test/ThinLTO/X86/cache.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 clang.
from 7c2cb86 When typo-correcting a using-declaration, actually correct th [...]
new 30e450b Added support to the ASTImporter for C++ constructor initializers.
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/clang/AST/ASTImporter.h | 9 ++++
lib/AST/ASTImporter.cpp | 82 +++++++++++++++++++++++++++++
test/ASTMerge/Inputs/init-ctors-classes.cpp | 17 ++++++
test/ASTMerge/init-ctors.cpp | 10 ++++
4 files changed, 118 insertions(+)
create mode 100644 test/ASTMerge/Inputs/init-ctors-classes.cpp
create mode 100644 test/ASTMerge/init-ctors.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 llvm.
from a6723bb Increase verbosity in the test output to help debugging windo [...]
new 68d85bb Revert "Add testing in llvm-lto for ThinLTO caching."
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/ThinLTO/X86/Inputs/cache.ll | 11 -----------
test/ThinLTO/X86/cache.ll | 18 ------------------
tools/llvm-lto/llvm-lto.cpp | 4 ----
3 files changed, 33 deletions(-)
delete mode 100644 test/ThinLTO/X86/Inputs/cache.ll
delete mode 100644 test/ThinLTO/X86/cache.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 llvm.
from bdd5f69 Revert "StripDebugInfo: uses isa<DbgInfoIntrinsic> instead of [...]
new 77d5aec StripDebugInfo: uses isa<DbgInfoIntrinsic> instead of matchin [...]
new 9c1ebe8 ThinLTOCodeGenerator: handle std::error_code instead of silen [...]
new a6723bb Increase verbosity in the test output to help debugging windo [...]
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/IR/DebugInfo.cpp | 11 ++---------
lib/LTO/ThinLTOCodeGenerator.cpp | 6 +++++-
test/ThinLTO/X86/cache.ll | 4 +++-
3 files changed, 10 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 llvm.
from 597f866 Revert r269534 "Silence a -Wundefined-var-template build warn [...]
new 5787524 Remove unwanted fprintf debug
new 3b492ee StripDebugInfo: uses isa<DbgInfoIntrinsic> instead of matchin [...]
new 82d7fff Add testing in llvm-lto for ThinLTO caching.
new bdd5f69 Revert "StripDebugInfo: uses isa<DbgInfoIntrinsic> instead of [...]
The 4 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/LTO/ThinLTOCodeGenerator.h | 1 -
test/ThinLTO/X86/Inputs/{llvm.used.ll => cache.ll} | 4 ++--
test/ThinLTO/X86/cache.ll | 16 ++++++++++++++++
tools/llvm-lto/llvm-lto.cpp | 4 ++++
4 files changed, 22 insertions(+), 3 deletions(-)
copy test/ThinLTO/X86/Inputs/{llvm.used.ll => cache.ll} (75%)
create mode 100644 test/ThinLTO/X86/cache.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 users/pmuldoon/c++compile
in repository binutils-gdb.
from afed0f0 interface for namespace-related features: using, inline ns, aliases
new 14610f6 support more cases of dependent_value_exprs
new 8d0599a implement static_assert
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/gcc-cp-fe.def | 60 ++++++++++++++++++++++++++++++++++++----------
include/gcc-cp-interface.h | 2 +-
2 files changed, 48 insertions(+), 14 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 aoliva/libcp1
in repository gcc.
from 1a6b7b9 implement namespace-related features: using, inline ns, aliases
new 6cbf729 support more cases of dependent_value_exprs
new 1e6a3ff implement static_assert
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/gcc-cp-fe.def | 60 +++++++--
include/gcc-cp-interface.h | 2 +-
libcc1/libcp1plugin.cc | 304 +++++++++++++++++++++++++++++++++++++++++++--
3 files changed, 339 insertions(+), 27 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 4d9e388 Silence a -Wundefined-var-template build warning.
new 597f866 Revert r269534 "Silence a -Wundefined-var-template build warn [...]
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/ProfileCommon.h | 2 --
1 file changed, 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 c40a684 [WebAssembly] Fix legalization of i128 shifts.
new 4d9e388 Silence a -Wundefined-var-template build 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:
include/llvm/ProfileData/ProfileCommon.h | 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 compiler-rt.
from 6a0541d Revert "[MSan] Enable on PowerPC64."
new e0848a5 minor cleanup -- reset buffer pointer
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/profile/InstrProfilingWriter.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.