This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a2f727d Add support for string attributes in the C API.
new b372f89 [CodeView] Add support for emitting S_UDT for typedefs
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/AsmPrinter/CodeViewDebug.cpp | 87 ++++++++++++++++++++++++++++++--
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 17 +++++++
test/DebugInfo/COFF/typedef.ll | 8 +++
test/DebugInfo/COFF/udts.ll | 57 +++++++++++++++++++++
4 files changed, 165 insertions(+), 4 deletions(-)
create mode 100644 test/DebugInfo/COFF/udts.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 1dffd8f Don't include --start-lib/--end-lib files twice.
new 380b9ca Internalize symbols in comdats.
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 | 10 ++++++----
ELF/SymbolTable.cpp | 5 +++--
ELF/SymbolTable.h | 2 +-
test/ELF/lto/unnamed-addr-comdat.ll | 11 +++++++++++
4 files changed, 21 insertions(+), 7 deletions(-)
create mode 100644 test/ELF/lto/unnamed-addr-comdat.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 7d829a3 Test commit after access grant. Modified comment by adding a period.
new a2f727d Add support for string attributes in the C 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:
include/llvm-c/Core.h | 10 ++++++++++
include/llvm/IR/Attributes.h | 8 ++++++++
include/llvm/IR/CallSite.h | 8 ++++++++
include/llvm/IR/Function.h | 3 +++
include/llvm/IR/Instructions.h | 12 ++++++++++++
lib/IR/Attributes.cpp | 14 ++++++++++++++
lib/IR/Core.cpp | 24 +++++++++++++++++++++++-
lib/IR/Function.cpp | 6 ++++++
lib/IR/Instructions.cpp | 20 ++++++++++++++++++++
9 files changed, 104 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 newlib.
from 5881f0c uinfo.cc: Fix comment
new 747b3f4 uinfo.cc: More comment fixes, remove unused testing code.
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:
winsup/cygwin/uinfo.cc | 16 ++++------------
1 file 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 llvm.
from 3539217 [x86, SSE] remove the GCCBuiltins from the integer min/max in [...]
new 7d829a3 Test commit after access grant. Modified comment by adding a period.
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/AArch64/AArch64.td | 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 libcxx.
from 12150a7 Fix const default initialization of lock_guard<>
new 6bdead7 Add -Wno-unused-command-line-argument when running the test s [...]
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:
test/libcxx/test/config.py | 1 +
1 file changed, 1 insertion(+)
--
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 ea583d6 tsan: intercept epoll_pwait
new e34d5ac [esan|cfrag] Minor cfrag report adjustment
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/esan/cache_frag.cpp | 27 ++++++++++++++++-----------
1 file changed, 16 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 llvm.
from 83a669a [x86] fix function name; NFC
new 3539217 [x86, SSE] remove the GCCBuiltins from the integer min/max in [...]
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/IntrinsicsX86.td | 24 ++++++-------
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 20 ++++++-----
test/CodeGen/X86/sse41-intrinsics-fast-isel.ll | 48 +++++++++++++-------------
3 files changed, 48 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 32d787f [Sparc] setjmp and longjmp intrinsic support update to add un [...]
new 5cb252b [x86] generate IR for SSE integer min/max builtins Sibling pa [...]
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/CGBuiltin.cpp | 27 +++++++++++++++++++++++++++
test/CodeGen/sse2-builtins.c | 12 ++++++++----
test/CodeGen/sse41-builtins.c | 24 ++++++++++++++++--------
3 files changed, 51 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 llvm.
from 7f26e26 [TargetLibraryInfo] Teach isValidProtoForLibFunc about tan
new 83a669a [x86] fix function name; 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/X86/X86ISelLowering.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.