This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from ca6040b Add a comment.
new 04be018 Comment on the typical/simple case of VA calculation
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/Symbols.cpp | 12 ++++++++++++
1 file changed, 12 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 gcc.
from 7246f44 Miscellaneous optimization group fixes
new 5208984 2017-02-28 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/{pr79690.c => pr79723.c} | 4 ++--
gcc/tree-vect-stmts.c | 7 +++++++
4 files changed, 20 insertions(+), 2 deletions(-)
copy gcc/testsuite/gcc.target/i386/{pr79690.c => pr79723.c} (68%)
--
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 02e1ef5 [XRay][compiler-rt] Switch default XRay 'patch_premain' to false
new fedbfaa [XRay] [compiler-rt] [NFC] Annotate unused variables for the [...]
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/xray/xray_fdr_logging.cc | 2 +-
lib/xray/xray_inmemory_log.cc | 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 lld.
from 254aefa Refactor {Gnu,}HashTableSection classes.
new ca6040b Add a comment.
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/Symbols.cpp | 11 +++++++++++
1 file changed, 11 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 gcc.
from 851e788 Daily bump.
new f57c817 Rename the "openmp" group of optimizations to "omp"
new 7246f44 Miscellaneous optimization group fixes
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:
gcc/ChangeLog | 16 ++++++++++++++++
gcc/doc/invoke.texi | 2 ++
gcc/doc/optinfo.texi | 7 ++++---
gcc/dumpfile.c | 2 +-
gcc/dumpfile.h | 7 ++++---
gcc/hsa-gen.c | 2 +-
gcc/ipa-hsa.c | 2 +-
gcc/omp-expand.c | 4 ++--
gcc/omp-low.c | 4 ++--
gcc/omp-offload.c | 6 +++---
gcc/omp-simd-clone.c | 2 +-
11 files changed, 37 insertions(+), 17 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 bff5a6e [IR] Add range accessors for the indices of a GEP instruction.
new ca243b9 Test commit, fix typo, 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/MSP430/MSP430ISelLowering.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 compiler-rt.
from 80d7a9b Revert r296419 since the strings appear to need some tweaking.
new 02e1ef5 [XRay][compiler-rt] Switch default XRay 'patch_premain' to false
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/xray/xray_flags.inc | 2 +-
test/xray/TestCases/Linux/argv0-log-file-name.cc | 2 +-
test/xray/TestCases/Linux/fixedsize-logging.cc | 2 +-
test/xray/TestCases/Linux/optional-inmemory-log.cc | 2 +-
test/xray/TestCases/Linux/pic_test.cc | 2 +-
5 files changed, 5 insertions(+), 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 clang-tools-extra.
from b56e1b9 [clangd] Make clangd install to bin
new 5f53780 [include-fixer] Add usage count to find-all-symbols.
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/InMemorySymbolIndex.cpp | 8 +-
include-fixer/InMemorySymbolIndex.h | 7 +-
include-fixer/IncludeFixer.cpp | 3 +-
include-fixer/SymbolIndex.h | 2 +-
include-fixer/SymbolIndexManager.cpp | 36 ++--
include-fixer/YamlSymbolIndex.cpp | 13 +-
include-fixer/YamlSymbolIndex.h | 6 +-
include-fixer/find-all-symbols/FindAllMacros.cpp | 50 +++++-
include-fixer/find-all-symbols/FindAllMacros.h | 18 ++
include-fixer/find-all-symbols/FindAllSymbols.cpp | 117 ++++++++-----
include-fixer/find-all-symbols/FindAllSymbols.h | 14 +-
.../find-all-symbols/FindAllSymbolsAction.cpp | 4 +-
include-fixer/find-all-symbols/SymbolInfo.cpp | 49 ++++--
include-fixer/find-all-symbols/SymbolInfo.h | 38 +++--
include-fixer/find-all-symbols/SymbolReporter.h | 4 +-
.../find-all-symbols/tool/FindAllSymbolsMain.cpp | 54 +++---
include-fixer/tool/ClangIncludeFixer.cpp | 14 +-
test/include-fixer/Inputs/fake_yaml_db.yaml | 18 +-
test/include-fixer/Inputs/merge/a.yaml | 6 +-
test/include-fixer/Inputs/merge/b.yaml | 6 +-
test/include-fixer/merge.test | 9 +-
unittests/include-fixer/IncludeFixerTest.cpp | 87 +++++-----
.../find-all-symbols/FindAllSymbolsTests.cpp | 189 ++++++++++++++++-----
23 files changed, 499 insertions(+), 253 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 925071a Fix Win bots.
new bff5a6e [IR] Add range accessors for the indices of a GEP instruction.
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/IR/Instructions.h | 8 ++++++++
unittests/IR/InstructionsTest.cpp | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 43 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 5951ab5 Allow externally dlopen-ed libraries to be registered as perm [...]
new 925071a Fix Win bots.
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/Windows/DynamicLibrary.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.