This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c5ea650927 Revert part of D43378 in this file
new 0972dc7906 [NFC] fix trivial typos in comments
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/Sema/ScopeInfo.h | 2 +-
test/SemaCXX/ms-uuid.cpp | 2 +-
2 files 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 compiler-rt.
from 7f21db7a9 Remove empty files
new 6817f0769 Try to fix the syntax in test
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/xray/TestCases/Posix/arg1-logging-implicit-this.cc | 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 llvm.
from 77fc8fce7e1 [SampleProf] NFC. Expose reusable functionality in SampleProfile.
new de866c328a8 [DAGCombiner] Add two calls to isVector before making calls [...]
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/SelectionDAG/DAGCombiner.cpp | 9 +++++----
1 file changed, 5 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 c5fc244d55 Revert part of r. 325746 D43378
new c5ea650927 Revert part of D43378 in this file
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/Driver/XRay/xray-instrument-os.c | 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 clang.
from 4dda250ae5 FreeBSD driver / Xray flags moving pthread to compile flags.
new c5fc244d55 Revert part of r. 325746 D43378
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/Driver/XRay/xray-shared-noxray.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 llvm.
from 3f840502160 [SCEV][NFC] Factor out common logic into a separate method
new 77fc8fce7e1 [SampleProf] NFC. Expose reusable functionality in SampleProfile.
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/SampleProf.h | 17 ++++++++++++++++
lib/ProfileData/SampleProf.cpp | 27 +++++++++++++++++++++++++
lib/Transforms/IPO/SampleProfile.cpp | 38 +++++++++--------------------------
3 files changed, 53 insertions(+), 29 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 dbeaacc7e5 [ODRHash] Fix hashing for friend functions.
new 4dda250ae5 FreeBSD driver / Xray flags moving pthread to compile flags.
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/Driver/ToolChains/FreeBSD.cpp | 2 +-
lib/Driver/XRayArgs.cpp | 12 +++++++++---
test/Driver/XRay/lit.local.cfg | 7 ++++---
test/Driver/XRay/xray-instrument-os.c | 2 +-
test/Driver/XRay/xray-shared-noxray.cpp | 2 +-
5 files changed, 16 insertions(+), 9 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 634abdc95e3 [PowerPC] Do not produce invalid CTR loop with an FRem
new 3f840502160 [SCEV][NFC] Factor out common logic into a separate method
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/Analysis/ScalarEvolution.h | 5 +++++
lib/Analysis/ScalarEvolution.cpp | 27 ++++++++++++++-------------
2 files changed, 19 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 clang.
from 41cbdd8656 [ODRHash] Handle some template weirdness.
new dbeaacc7e5 [ODRHash] Fix hashing for friend functions.
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/AST/Decl.cpp | 6 ++
lib/AST/ODRHash.cpp | 3 -
.../Inputs/odr_hash-Friend/{Box.h => Bad.h} | 7 +-
.../Inputs/odr_hash-Friend/{Box.h => Good.h} | 3 +
.../Inputs/odr_hash-Friend/module.modulemap | 8 +++
test/Modules/odr_hash-Friend.cpp | 76 ++++++++++++++++++++--
6 files changed, 94 insertions(+), 9 deletions(-)
copy test/Modules/Inputs/odr_hash-Friend/{Box.h => Bad.h} (53%)
copy test/Modules/Inputs/odr_hash-Friend/{Box.h => Good.h} (83%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.