This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 20a211a99b5 [AST] Minor formatting cleanup [NFC]
new f0b29b88a47 [Support] NFC: Allow modifying access/modification times in [...]
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/Support/FileSystem.h | 10 +++++++++-
lib/Support/Unix/Path.inc | 13 +++++++++----
lib/Support/Windows/Path.inc | 8 +++++---
tools/llvm-ar/llvm-ar.cpp | 2 +-
unittests/Support/Path.cpp | 2 +-
5 files changed, 25 insertions(+), 10 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 5fada2e94d8 [AST] Cleanup code by using MemoryLocation utility [NFC]
new 20a211a99b5 [AST] Minor formatting cleanup [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/Analysis/AliasSetTracker.cpp | 12 ++++--------
1 file changed, 4 insertions(+), 8 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 656d5d59d3a [X86] Don't ignore 0x66 prefix on relative jumps in 64-bit [...]
new 5fada2e94d8 [AST] Cleanup code by using MemoryLocation utility [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:
include/llvm/Analysis/AliasSetTracker.h | 4 +++
lib/Analysis/AliasSetTracker.cpp | 54 +++++++--------------------------
2 files changed, 15 insertions(+), 43 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 lld.
from eb73c83b2 [LLD][ELF] - Remove dead code from handleTlsRelocation. NFC.
new 49980db7a Support shared objects for split stack.
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/InputSection.cpp | 22 ++++++++-------
.../x86-64-split-stack-prologue-adjust-shared.s | 31 ++++++++++++++++++++++
2 files changed, 44 insertions(+), 9 deletions(-)
create mode 100644 test/ELF/x86-64-split-stack-prologue-adjust-shared.s
--
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 f91b41f4020 [InstCombine] Re-land: Optimize redundant 'signed truncatio [...]
new 656d5d59d3a [X86] Don't ignore 0x66 prefix on relative jumps in 64-bit [...]
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:
.../X86/Disassembler/X86DisassemblerDecoder.cpp | 51 ++++---------
test/MC/Disassembler/X86/x86-64.txt | 84 ++++++++++++----------
utils/TableGen/X86RecognizableInstr.cpp | 4 +-
3 files changed, 62 insertions(+), 77 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 293b7c5989 Convert if/else to a switch. NFC.
new a3402fe23c Model type attributes as regular Attrs.
new 09d5c6b600 Fix Clang warnings and bad #include filenames in r339595 and [...]
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/clang/AST/ASTContext.h | 3 +-
include/clang/AST/Attr.h | 13 +
include/clang/AST/Type.h | 75 +--
include/clang/AST/TypeLoc.h | 91 +---
include/clang/Basic/Attr.td | 32 +-
include/clang/Sema/Sema.h | 30 --
include/clang/Serialization/ASTReader.h | 8 +
include/clang/Serialization/ASTWriter.h | 3 +
lib/ARCMigrate/TransGCAttrs.cpp | 15 +-
lib/ARCMigrate/Transforms.cpp | 2 +-
lib/AST/ASTContext.cpp | 2 +-
lib/AST/Type.cpp | 177 +++----
lib/AST/TypeLoc.cpp | 10 +-
lib/AST/TypePrinter.cpp | 159 +++----
lib/Sema/SemaDecl.cpp | 10 +-
lib/Sema/SemaExpr.cpp | 8 +-
lib/Sema/SemaInit.cpp | 2 +-
lib/Sema/SemaObjCProperty.cpp | 4 +-
lib/Sema/SemaType.cpp | 521 ++++++++++-----------
lib/Sema/TreeTransform.h | 21 +-
lib/Serialization/ASTReader.cpp | 19 +-
lib/Serialization/ASTReaderDecl.cpp | 73 ++-
lib/Serialization/ASTWriter.cpp | 33 +-
.../UninitializedObject/UninitializedObject.h | 2 +
.../UninitializedObjectChecker.cpp | 6 +-
.../UninitializedObject/UninitializedPointee.cpp | 4 +-
lib/StaticAnalyzer/Core/CheckerHelpers.cpp | 4 +-
utils/TableGen/ClangAttrEmitter.cpp | 2 +
28 files changed, 588 insertions(+), 741 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 7705bede805 [NFC][InstCombine] Add a test for D50465 that used to assert
new f91b41f4020 [InstCombine] Re-land: Optimize redundant 'signed truncatio [...]
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/InstCombine/InstCombineAndOrXor.cpp | 127 +++++++++++++++++++++
.../InstCombine/signed-truncation-check.ll | 82 ++++---------
2 files changed, 152 insertions(+), 57 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 e67dd0fe [clang-doc] Updating BitcodeReader to use llvm::Error
new bceeab87 Revert "[clang-doc] Updating BitcodeReader to use llvm::Error"
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-doc/BitcodeReader.cpp | 447 ++++++++++++++++++++------------------------
clang-doc/BitcodeReader.h | 18 +-
2 files changed, 208 insertions(+), 257 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 a391f98615b [llvm-objcopy] NFC: Fix minor formatting issues
new 9ee8a957cc4 [SimplifyLibCalls] don't drop fast-math-flags on trig refle [...]
new 7705bede805 [NFC][InstCombine] Add a test for D50465 that used to 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:
lib/Transforms/Utils/SimplifyLibCalls.cpp | 7 ++++++-
test/Transforms/InstCombine/cos-1.ll | 13 ++++++++++++-
.../Transforms/InstCombine/signed-truncation-check.ll | 19 +++++++++++++++++++
3 files changed, 37 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.