This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from cc18e9b17c Fix for broken build on clang-hexagon-elf for ambiguous call [...]
new 28b93f39eb [MinGW] Predefine UNICODE if -municode is specified during c [...]
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/Driver/ToolChains/Clang.cpp | 3 +++
test/Driver/mingw.cpp | 5 +++++
2 files changed, 8 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 52afa7d62 [ELF] Don't copy STT_TLS in copy relocation
new 248e15c85 [WebAssembly] --export should fetch lazy symbols
new a5e5eaa27 [COFF] Remove a superfluous warning about aligncomm for non-c [...]
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/Driver.cpp | 6 ++---
test/COFF/Inputs/common-replacement.s | 5 ++++
test/COFF/common-replacement.s | 35 ++++++++++++++++++++++++
test/wasm/archive-export.ll | 50 +++++++++++++++++++++++++++++++++++
wasm/Driver.cpp | 21 ++++++++-------
5 files changed, 104 insertions(+), 13 deletions(-)
create mode 100644 test/COFF/Inputs/common-replacement.s
create mode 100644 test/COFF/common-replacement.s
create mode 100644 test/wasm/archive-export.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 llvm.
from 0b1717033ef [X86] Recognize a splat of negate in isFNEG
new fabcc790fc0 [llvm-pdbutil] Support PDBs without a DBI stream
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/DebugInfo/PDB/Native/PDBFile.cpp | 4 +-
test/tools/llvm-pdbdump/Inputs/TypeServerTest.cpp | 6 +
.../Inputs/TypeServerTest.pdb} | Bin 50736 -> 61440 bytes
test/tools/llvm-pdbdump/type-server-no-dbi.test | 46 +++++++
tools/llvm-pdbutil/DumpOutputStyle.cpp | 143 ++++++++++++++-------
tools/llvm-pdbutil/DumpOutputStyle.h | 3 +
tools/llvm-pdbutil/InputFile.cpp | 4 +
tools/llvm-pdbutil/YAMLOutputStyle.cpp | 3 +
8 files changed, 161 insertions(+), 48 deletions(-)
create mode 100644 test/tools/llvm-pdbdump/Inputs/TypeServerTest.cpp
copy test/tools/{dsymutil/Inputs/fat-test.arm.o => llvm-pdbdump/Inputs/TypeServerT [...]
create mode 100644 test/tools/llvm-pdbdump/type-server-no-dbi.test
--
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 45f0cc56c5 [NFC] Remove TODO comment that no longer applies (ParsedAttr)
new cc18e9b17c Fix for broken build on clang-hexagon-elf for ambiguous call [...]
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/Basic/FixedPoint.cpp | 3 ++-
1 file changed, 2 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 llvm.
from beea2e2b69d [X86] When using "and $0" and "orl $-1" to store 0 and -1 f [...]
new 0b1717033ef [X86] Recognize a splat of negate in isFNEG
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 | 95 +++++++++++++++++++++++++------
test/CodeGen/X86/avx2-fma-fneg-combine.ll | 23 ++------
2 files changed, 83 insertions(+), 35 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 5b72a11ed [ELF] - Remove dead code from LinkerScript::assignOffsets(). [...]
new 52afa7d62 [ELF] Don't copy STT_TLS in copy relocation
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/Relocations.cpp | 2 +-
test/ELF/Inputs/copy-rel-tls.s | 12 ++++++++++++
test/ELF/copy-rel-tls.s | 15 +++++++++++++++
3 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/Inputs/copy-rel-tls.s
create mode 100644 test/ELF/copy-rel-tls.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 llvm.
from 5312a9b038b [RegisterCoalescer] Delay live interval update work until t [...]
new 87986de4303 [X86] Add test cases to show bad use of "and $0" and "orl $ [...]
new beea2e2b69d [X86] When using "and $0" and "orl $-1" to store 0 and -1 f [...]
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/Target/X86/X86InstrCompiler.td | 18 +++--
test/CodeGen/X86/store-zero-and-minus-one.ll | 103 +++++++++++++++++++++++++++
test/CodeGen/X86/tail-opts.ll | 2 +-
3 files changed, 116 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 567e0eb2db Removed the OverflowConversionsToFract tests for now. Will a [...]
new 45f0cc56c5 [NFC] Remove TODO comment that no longer applies (ParsedAttr)
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/ParsedAttr.h | 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 clang.
from 978342346e Fix for failing test from sanitizer-x86_64-linux-fast where [...]
new 567e0eb2db Removed the OverflowConversionsToFract tests for now. Will a [...]
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:
unittests/Basic/FixedPointTest.cpp | 45 --------------------------------------
1 file changed, 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 clang.
from 4f423d6764 Force test/Driver/fuchsia.c(pp) to use lld
new 978342346e Fix for failing test from sanitizer-x86_64-linux-fast where [...]
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:
unittests/Basic/FixedPointTest.cpp | 7 +++++++
1 file changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.