This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 01a4a3e Revert "Revert r270478 "[LoopUnroll] Enable advanced unrollin [...]
new ad25a60 Remove unused variable breaking -Werror 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:
tools/llvm-readobj/COFFDumper.cpp | 3 +--
1 file 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 clang.
from 5337e47 Visualize ellipses in TemplateTypeParm and TemplateTypeParmDecl
new 01f47f5 CodeGen: indicate to the backend the exception model
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/BackendUtil.cpp | 3 +++
1 file changed, 3 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 lld.
from 5751c40 Create a new file EhFrame.cpp and move code to read .eh_frame there.
new fa5c3d1 Remove Writer::ensureBss().
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/Writer.cpp | 26 +++++---------------------
test/ELF/mips-got-and-copy.s | 2 +-
2 files changed, 6 insertions(+), 22 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 2437bf9 Reject zero-sized symbols when creating copy relocations.
new 5751c40 Create a new file EhFrame.cpp and move code to read .eh_frame there.
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/CMakeLists.txt | 1 +
ELF/EhFrame.cpp | 167 ++++++++++++++++++++++++++++++++++++
ELF/{SymbolListFile.h => EhFrame.h} | 17 ++--
ELF/InputSection.cpp | 20 +----
ELF/OutputSections.cpp | 100 +--------------------
5 files changed, 178 insertions(+), 127 deletions(-)
create mode 100644 ELF/EhFrame.cpp
copy ELF/{SymbolListFile.h => EhFrame.h} (52%)
--
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 46ef7f5 [profile] clean up file initialization code
new 8e20e39 Fix typo in 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:
lib/profile/InstrProfilingFile.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 master
in repository lld.
from 83e8045 Use range-based for.
new 2437bf9 Reject zero-sized symbols when creating copy relocations.
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/Writer.cpp | 7 ++++++-
test/ELF/Inputs/copy-in-shared.s | 1 +
test/ELF/Inputs/copy-rel-corrupted.s | 4 ++++
test/ELF/Inputs/mips-dynamic.s | 2 ++
test/ELF/copy-rel-corrupted.s | 10 ++++++++++
test/ELF/mips-got-and-copy.s | 4 ++--
6 files changed, 25 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/Inputs/copy-rel-corrupted.s
create mode 100644 test/ELF/copy-rel-corrupted.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 lld.
from 8ed475c Remove dead code.
new b6c08e6 Make getFdeEncoding a non-member function.
new 83e8045 Use range-based for.
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:
ELF/OutputSections.cpp | 13 ++++---------
ELF/OutputSections.h | 3 ---
2 files changed, 4 insertions(+), 12 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 a590ca8 clang-c: de-anonymize structure declaration
new 5337e47 Visualize ellipses in TemplateTypeParm and TemplateTypeParmDecl
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:
utils/ClangVisualizers/clang.natvis | 7 +++++--
1 file changed, 5 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 llvm.
from 382294c [LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::vis [...]
new 01a4a3e Revert "Revert r270478 "[LoopUnroll] Enable advanced unrollin [...]
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/LoopUnrollPass.cpp | 6 +++---
test/Transforms/LoopUnroll/partial-unroll-const-bounds.ll | 2 +-
2 files changed, 4 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 0b910bf Properly track the found declaration (possibly a using-declar [...]
new a590ca8 clang-c: de-anonymize structure declaration
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-c/Index.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.