This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 77a1dcd15bc [unittests] Change std::sort to llvm::sort in response to r327219
new 9387b390483 Remove trailing space in build 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:
lib/Transforms/Coroutines/CMakeLists.txt | 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 2d7609d2c2 Remove another unnecessary -I flag passed to clang-tblgen.
new 2dcca8a0e1 Make CodeGen depend just once on clangAnalysis.
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/CMakeLists.txt | 1 -
1 file changed, 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_60
in repository llvm.
from 1a0dddf879a Bump version to 6.0.1
new be41070f20c Merging r326840:
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/Support/Host.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 141766acc5e [Support] Make line-number cache robust against access patterns.
new 77a1dcd15bc [unittests] Change std::sort to llvm::sort in response to r327219
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:
unittests/ADT/STLExtrasTest.cpp | 4 ++--
unittests/ADT/SmallPtrSetTest.cpp | 2 +-
unittests/ADT/StringMapTest.cpp | 4 ++--
unittests/Analysis/LazyCallGraphTest.cpp | 22 +++++++++++-----------
unittests/ProfileData/InstrProfTest.cpp | 10 +++++-----
unittests/Support/Path.cpp | 12 ++++++------
.../googlemock/include/gmock/gmock-matchers.h | 2 +-
7 files changed, 28 insertions(+), 28 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 41a5894be6 Generalize test for 32-bit targets.
new 2d7609d2c2 Remove another unnecessary -I flag passed to clang-tblgen.
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/StaticAnalyzer/Checkers/CMakeLists.txt | 1 -
include/clang/StaticAnalyzer/Checkers/Checkers.td | 2 +-
2 files changed, 1 insertion(+), 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 libcxx.
from 24258c441 Implement P0768r1: Library support for the Spaceship Operator.
new b6a95e7ae Work around missing braces in init 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/compare | 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 lld.
from d38cae7c2 COFF: Process /merge flag as we create output sections.
new b30ed4cb6 [tests] Fix format-binary-non-ascii.s to work with Python 3 o [...]
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/ELF/format-binary-non-ascii.s | 6 +++---
1 file changed, 3 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 d1d162f3a76 Windows needs the current codepage instead of utf8 sometimes
new 141766acc5e [Support] Make line-number cache robust against access patterns.
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/SourceMgr.h | 37 ++++-
lib/MC/MCParser/AsmParser.cpp | 24 +--
lib/Support/SourceMgr.cpp | 125 ++++++++------
unittests/Support/SourceMgrTest.cpp | 314 ++++++++++++++++++++++++++++++++++++
4 files changed, 422 insertions(+), 78 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 release_60
in repository llvm.
from 089d4c0c490 ReleaseNotes: move the retpoline bullet higher
new 1a0dddf879a Bump version to 6.0.1
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:
CMakeLists.txt | 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 lld.
from 8cce69432 Avoid some temporary allocations.
new d38cae7c2 COFF: Process /merge flag as we create output sections.
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:
COFF/DLL.h | 5 ++++
COFF/DriverUtils.cpp | 4 +++
COFF/Writer.cpp | 69 ++++++++++++++++++++++++++++++-------------------
test/COFF/export32.test | 10 +++++++
test/COFF/merge.test | 12 +++++++++
test/COFF/unwind.test | 26 +++++++++++++++----
6 files changed, 95 insertions(+), 31 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.