This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a9b9e013db8 Object, LTO: Add target triple to irsymtab and LTO API.
new de136fdf4c5 Fix test failure on windows: pass module to getInstrProfXXN [...]
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/Instrumentation/ThreadSanitizer.cpp | 8 ++++----
1 file 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 b88cce0504 Remove empty test directory for nonexistent standard clause.
new 88e07d05af Remove unused function /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/CodeGen/CoverageMappingGen.cpp | 4 ----
1 file changed, 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 96ed2063265 Use range-for; NFC
new c432779417b NewGVN: Don't propagate over phi backedges where undef caus [...]
new a9b9e013db8 Object, LTO: Add target triple to irsymtab and LTO API.
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/llvm/LTO/LTO.h | 5 +-
include/llvm/Object/IRSymtab.h | 4 +-
lib/LTO/LTO.cpp | 1 +
lib/Object/IRSymtab.cpp | 1 +
lib/Transforms/Scalar/NewGVN.cpp | 157 ++++++++++++++++++++++++++++++++--
test/LTO/Resolution/X86/symtab-elf.ll | 15 ++++
test/LTO/Resolution/X86/symtab.ll | 3 +-
test/Transforms/NewGVN/pr32607.ll | 33 +++++++
tools/llvm-lto2/llvm-lto2.cpp | 9 +-
9 files changed, 215 insertions(+), 13 deletions(-)
create mode 100644 test/LTO/Resolution/X86/symtab-elf.ll
create mode 100644 test/Transforms/NewGVN/pr32607.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 lld.
from 1a49672dc COFF: Remove some unused fields.
new 7f7a78e92 Object, LTO: Add target triple to irsymtab and LTO API.
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/InputFiles.cpp | 6 +-----
ELF/InputFiles.cpp | 55 +++++++++++++++++++++++++++--------------------------
ELF/InputFiles.h | 9 ++-------
3 files changed, 31 insertions(+), 39 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 024025e40 Remove useless local variable.
new 6df4c42e9 ELF: Remove some dead code.
new 1a49672dc COFF: Remove some unused fields.
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:
COFF/InputFiles.h | 2 --
ELF/InputFiles.cpp | 5 -----
ELF/InputFiles.h | 3 ---
3 files changed, 10 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 9dca743a4e Revert r300287.
new 17b8d0365d [docs] UBSan: Mention that print_stacktrace=1 is unsupported [...]
new b88cce0504 Remove empty test directory for nonexistent standard clause.
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:
docs/UndefinedBehaviorSanitizer.rst | 2 ++
1 file changed, 2 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 0b8d594c8b3 LLVMCodeGen: Add ProfileData into deps corresponding to r300277.
new 5dbce153e78 Use transform instead of manual loop; NFC
new 96ed2063265 Use range-for; NFC
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:
lib/Analysis/IVUsers.cpp | 10 ++++------
lib/Analysis/ScalarEvolutionNormalization.cpp | 10 +++++-----
2 files changed, 9 insertions(+), 11 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 fdd7a1eff Remove useless namespaces.
new a2e7ea5b8 Replace uintX_t with uint64_t.
new 024025e40 Remove useless local variable.
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/InputSection.cpp | 16 ++++++----------
ELF/SyntheticSections.cpp | 38 ++++++++++++++++++--------------------
ELF/SyntheticSections.h | 20 ++++++--------------
3 files changed, 30 insertions(+), 44 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 419bd7aef0 [ObjC] Fix lifetime markers of loop variable in EmitObjCForC [...]
new 9dca743a4e Revert r300287.
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/CGObjC.cpp | 7 +++++--
test/CodeGenObjC/arc-foreach.m | 6 +++---
test/CodeGenObjC/arc-ternary-op.m | 2 +-
3 files changed, 9 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 5dc74d659d Automatic date update in version.in
new 096c92ddb3 Fix build breakage on Cygwin (PR gdb/21385)
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:
gdb/ChangeLog | 6 ++++++
gdb/windows-nat.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.