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 53a1466 [esan|wset] Iterate all memory to compute the total working set
new 78b34e5 [esan] Add circular buffer data structure
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/esan/esan_circular_buffer.h | 92 ++++++++++++++++++++++++++++++++++++++
test/esan/Unit/circular_buffer.cpp | 61 +++++++++++++++++++++++++
test/esan/lit.cfg | 6 +++
3 files changed, 159 insertions(+)
create mode 100644 lib/esan/esan_circular_buffer.h
create mode 100644 test/esan/Unit/circular_buffer.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 clang-tools-extra.
from 9dd1132 [include-fixer] Inline trivial methods.
new cec2b3e [include-fixer] use clang-format cleaner to insert header.
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-fixer/IncludeFixer.cpp | 125 ++-------------------------
include-fixer/IncludeFixer.h | 10 +--
include-fixer/IncludeFixerContext.h | 2 -
include-fixer/tool/ClangIncludeFixer.cpp | 6 +-
unittests/include-fixer/IncludeFixerTest.cpp | 43 ++++-----
5 files changed, 35 insertions(+), 151 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 9e2e785 [include-fixer] Rank symbols based on the number of occurrenc [...]
new 28df44b [include-fixer] Use a DenseMap, order doesn't matter here.
new 9dd1132 [include-fixer] Inline trivial methods.
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-fixer/SymbolIndexManager.cpp | 3 ++-
include-fixer/find-all-symbols/SymbolInfo.cpp | 14 --------------
include-fixer/find-all-symbols/SymbolInfo.h | 14 ++++++++------
3 files changed, 10 insertions(+), 21 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 4c77296 Do not modify a std::vector while looping it.
new 72f099b [Hexagon] Disable expanding MUX instructions that define a su [...]
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/Hexagon/HexagonExpandCondsets.cpp | 5 +++++
1 file changed, 5 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 clang-tools-extra.
from 41679aa [include-fixer] use tooling::Replacements since the order of [...]
new 9e2e785 [include-fixer] Rank symbols based on the number of occurrenc [...]
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-fixer/SymbolIndexManager.cpp | 33 +++++++++++++++++++++++++++++
include-fixer/tool/ClangIncludeFixer.cpp | 6 +++---
test/include-fixer/Inputs/fake_yaml_db.yaml | 21 ++++++++++++++++++
test/include-fixer/ranking.cpp | 6 ++++++
4 files changed, 63 insertions(+), 3 deletions(-)
create mode 100644 test/include-fixer/ranking.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 libcxx.
from 8a8c114 Mark LWG issue 2520 as complete
new 6cec342 Issues for Oulu
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:
www/upcoming_meeting.html | 134 ++++++++++++++++++++++++----------------------
1 file changed, 71 insertions(+), 63 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 newlib.
from e6413b0 Add comment in the v850's crt0.S file noting that separate LM [...]
new 357da5b math.h: Replace usage of INT_MAX with __INT_MAX__
new 5c759ab realpath: Handle Win32 and NT long path prefixes
new c496a06 Cygwin: Add release messages for previous two commits
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:
newlib/libc/include/math.h | 4 ++--
winsup/cygwin/path.cc | 10 ++++++----
winsup/cygwin/release/2.5.2 | 6 ++++++
3 files changed, 14 insertions(+), 6 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.
Diana Picus pushed a change to branch linaro-local/TestPleaseIgnore
in repository toolchain/llvm/llvm.
at db2ec57 Test, please ignore
This branch includes the following new commits:
new db2ec57 Test, please ignore
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.
--
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 9ee9835 [clang-format] insert new #includes into correct blocks when [...]
new c5c7090 Avoid unused variable warning in release builds.
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/Format/Format.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 c146d1a [ARM] Add backend support for load/store intrinsics.
new 4c77296 Do not modify a std::vector while looping it.
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/X86ISelLowering.cpp | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.