This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cfc6fb4 XCore: Avoid implicit iterator conversions, NFC
new aa32a0d Fix the build for libstdc++ 4.7
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/RegionInfoImpl.h | 7 +++----
1 file changed, 3 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 8d8ec5e Update Clang Parser test error message to match new parser errors
new 6ed4c18 [Sema] Teach getCurrentThisType to reconize lambda in in-clas [...]
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/Sema/SemaExprCXX.cpp | 38 ++++++++++++++++---------------------
test/SemaCXX/lambda-expressions.cpp | 30 +++++++++++++++++++++++++++--
2 files changed, 44 insertions(+), 24 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 67e13d6 Revert EH-specific checks in BranchFolding that were causing [...]
new cfc6fb4 XCore: Avoid implicit iterator conversions, 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/Target/XCore/XCoreFrameLowering.cpp | 15 +++++++--------
lib/Target/XCore/XCoreFrameToArgsOffsetElim.cpp | 6 +++---
lib/Target/XCore/XCoreInstrInfo.cpp | 6 +++---
3 files changed, 13 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 master
in repository llvm.
from 331274d GlobalISel: support zero-sized allocas
new 67e13d6 Revert EH-specific checks in BranchFolding that were causing [...]
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/BranchFolding.cpp | 8 ------
test/CodeGen/WinEH/wineh-noret-cleanup.ll | 12 ++++-----
test/CodeGen/X86/wineh-coreclr.ll | 43 ++++++++++++++++---------------
3 files changed, 28 insertions(+), 35 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 27b2476 [MC][X86] Fix Intel Operand assembly parsing for .set ids
new 331274d GlobalISel: support zero-sized allocas
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/GlobalISel/IRTranslator.cpp | 3 +++
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll | 3 +++
2 files changed, 6 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 3655e65 [DSE] Fix bug in updating MadeChange flag
new 27b2476 [MC][X86] Fix Intel Operand assembly parsing for .set ids
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/AsmParser/X86AsmParser.cpp | 194 ++++++++++++------------------
test/MC/X86/intel-syntax-encoding.s | 5 +
test/MC/X86/intel-syntax-error.s | 13 ++
3 files changed, 97 insertions(+), 115 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 63bceb9 UsersManual.rst: update clang-cl option list
new 8d8ec5e Update Clang Parser test error message to match new parser errors
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/Parser/ms-inline-asm.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 release_39
in repository clang.
from d6edfec Generate docs/AttributeReference.rst
new 716a65f Merging r276887: -------------------------------------------- [...]
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:
docs/UsersManual.rst | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 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 release_39
in repository llvm.
from 9713100 Merging r275978: -------------------------------------------- [...]
new 2605c1b docs: Remove 'if you are using a released version' 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:
docs/index.rst | 5 -----
1 file changed, 5 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 f2ff85c [Hexagon] Add saved callee-saved registers as live-in in non- [...]
new 3655e65 [DSE] Fix bug in updating MadeChange flag
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/Transforms/Scalar/DeadStoreElimination.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.