This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2ff6bc0 [gtest] Detect warning flags using the positive spelling.
new 41b68ff [PM] Edit comments on PM Proxy and utility classes.
new 12722f7 [ThinLTO] Optionally ignore empty index file
new 17b59bf [ThinLTO] Handle conflicting local names gracefully
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:
include/llvm/IR/PassManager.h | 127 +++++++++++-------------
lib/Object/ModuleSummaryIndexObjectFile.cpp | 8 ++
lib/Transforms/Utils/FunctionImportUtils.cpp | 15 +--
test/ThinLTO/X86/Inputs/local_name_conflict1.ll | 17 ++++
test/ThinLTO/X86/Inputs/local_name_conflict2.ll | 17 ++++
test/ThinLTO/X86/local_name_conflict.ll | 29 ++++++
6 files changed, 140 insertions(+), 73 deletions(-)
create mode 100644 test/ThinLTO/X86/Inputs/local_name_conflict1.ll
create mode 100644 test/ThinLTO/X86/Inputs/local_name_conflict2.ll
create mode 100644 test/ThinLTO/X86/local_name_conflict.ll
--
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 eb51731 Add a cc1 option to force disabling lifetime-markers emission [...]
new 2d274ea [ThinLTO] Optionally ignore empty index 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/CodeGen/BackendUtil.cpp | 37 +++++++++++++++++++++----------------
test/CodeGen/thinlto_backend.ll | 8 ++++++++
2 files changed, 29 insertions(+), 16 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 8543065 [BPF] Fix some Clang-tidy modernize and Include What You Use [...]
new 2ff6bc0 [gtest] Detect warning flags using the positive spelling.
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:
cmake/config-ix.cmake | 6 +++---
cmake/modules/AddLLVM.cmake | 4 ++--
utils/unittest/CMakeLists.txt | 4 ++--
3 files changed, 7 insertions(+), 7 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 26313ca Revisit PR10177: don't instantiate a variable if it's only re [...]
new eb51731 Add a cc1 option to force disabling lifetime-markers emission [...]
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/Driver/CC1Options.td | 3 +++
include/clang/Frontend/CodeGenOptions.def | 1 +
lib/CodeGen/BackendUtil.cpp | 3 ++-
lib/CodeGen/CodeGenFunction.cpp | 3 +++
lib/Frontend/CompilerInvocation.cpp | 1 +
test/CodeGen/lifetime2.c | 2 ++
6 files changed, 12 insertions(+), 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 libcxx.
from 5170d7d Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros.
new 1572c46 Fix breakage caused when _LIBCPP_HAS_THREAD_API_PTHREAD is ma [...]
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/__config | 7 +++----
1 file changed, 3 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 llvm.
from dae3654 [InstSimplify] Optimize away udivs in the presence of range metadata
new 8543065 [BPF] Fix some Clang-tidy modernize and Include What You Use [...]
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/BPF/BPFInstrInfo.cpp | 16 +++++++---------
lib/Target/BPF/Disassembler/BPFDisassembler.cpp | 12 ++++++------
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp | 20 ++++++++------------
lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp | 11 ++++++-----
lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp | 19 +++++++++++--------
lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp | 9 ++++-----
6 files changed, 42 insertions(+), 45 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 7b4e527 Follow-up for r291289: Fix failing global_metadata_darwin.ll test
new dae3654 [InstSimplify] Optimize away udivs in the presence of range metadata
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/InstructionSimplify.cpp | 10 ++++++++++
test/Transforms/InstSimplify/div.ll | 15 +++++++++++++++
2 files changed, 25 insertions(+)
create mode 100644 test/Transforms/InstSimplify/div.ll
--
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 d362589 Use CodegenOpts::less when creating a TargetMachine for clang `-O1`
new 26313ca Revisit PR10177: don't instantiate a variable if it's only re [...]
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/Sema/Sema.h | 8 +++
lib/Sema/SemaExpr.cpp | 109 +++++++++++++++---------------------
lib/Sema/SemaTemplate.cpp | 5 ++
test/SemaCXX/PR10177.cpp | 9 ++-
test/SemaCXX/undefined-internal.cpp | 11 +++-
5 files changed, 75 insertions(+), 67 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 compiler-rt.
from d46b929 [sanitizer] Use architecture/slice information when symbolizi [...]
new 85463e2 Ensure that only one compiler-rt component is created for lsan
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/lsan/CMakeLists.txt | 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 lld.
from 0252450 Revert r291221.
new d45843c Handle versioned undefined 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:
ELF/InputFiles.cpp | 22 ++++++++---
ELF/Symbols.cpp | 4 ++
test/ELF/undefined-versioned-symbol.s | 74 +++++++++++++++++++++++++++++++++++
3 files changed, 94 insertions(+), 6 deletions(-)
create mode 100644 test/ELF/undefined-versioned-symbol.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.