This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from a5d22d5 Patch ready for #2436
new 9e65b66 Mark 2441 as ready
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:
www/upcoming_meeting.html | 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 ee2a7b3 Move a function declaration to a header.
new db56bd6 Handle gd tls relocs pointing to local 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/OutputSections.cpp | 2 +-
ELF/Relocations.cpp | 10 +++++---
test/ELF/x86-64-tls-gd-local.s | 52 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 60 insertions(+), 4 deletions(-)
create mode 100644 test/ELF/x86-64-tls-gd-local.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 glibc.
from 40720ec Fix i386 cbrtl (sNaN) (bug 20224).
new 9946e7a Fix ldexp, scalbn, scalbln for sNaN input (bug 20225).
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:
ChangeLog | 11 +++++++++++
math/libm-test.inc | 4 ++++
math/s_ldexp.c | 2 +-
math/s_ldexpf.c | 2 +-
math/s_ldexpl.c | 2 +-
math/w_scalbln.c | 2 +-
math/w_scalblnf.c | 2 +-
math/w_scalblnl.c | 2 +-
8 files changed, 21 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 llvm.
from 5d0ca71 [InstCombine] move fold of select of add/sub to helper functi [...]
new eb5b5d9 [CMake] Support overriding binary install directory
new e06e7e3 [CMake] Fixing a typo
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:
CMakeLists.txt | 3 +++
cmake/modules/AddLLVM.cmake | 4 ++--
cmake/modules/CrossCompile.cmake | 2 +-
cmake/modules/TableGen.cmake | 2 +-
4 files changed, 7 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 3d3aca2 [DebugInfo] Add calling convention support for DWARF and CodeView
new 5d0ca71 [InstCombine] move fold of select of add/sub to helper functi [...]
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/InstCombine/InstCombineSelect.cpp | 136 +++++++++++++----------
1 file changed, 75 insertions(+), 61 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 glibc.
from c867597 X86-64: Remove previous default/SSE2/AVX2 memcpy/memmove
new 40720ec Fix i386 cbrtl (sNaN) (bug 20224).
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:
ChangeLog | 7 +++++++
math/libm-test.inc | 2 ++
sysdeps/i386/fpu/s_cbrtl.S | 1 +
3 files changed, 10 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 2ae3d2c [InstCombine] fix outdated comment, simplify logic; NFCI
new 3d3aca2 [DebugInfo] Add calling convention support for DWARF and CodeView
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/Bitcode/LLVMBitCodes.h | 2 +-
include/llvm/IR/DIBuilder.h | 3 +-
include/llvm/IR/DebugInfoMetadata.h | 29 ++--
include/llvm/Support/Dwarf.def | 22 ++-
include/llvm/Support/Dwarf.h | 14 +-
lib/AsmParser/LLLexer.cpp | 1 +
lib/AsmParser/LLParser.cpp | 25 ++-
lib/AsmParser/LLToken.h | 1 +
lib/Bitcode/Reader/BitcodeReader.cpp | 7 +-
lib/Bitcode/Writer/BitcodeWriter.cpp | 1 +
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 23 ++-
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 14 +-
lib/IR/AsmWriter.cpp | 1 +
lib/IR/DIBuilder.cpp | 4 +-
lib/IR/DebugInfoMetadata.cpp | 7 +-
lib/IR/LLVMContextImpl.h | 12 +-
lib/Support/Dwarf.cpp | 31 ++--
test/Assembler/disubroutinetype.ll | 13 +-
test/DebugInfo/COFF/types-calling-conv.ll | 212 +++++++++++++++++++++++++
test/DebugInfo/X86/DW_AT_calling-convention.ll | 86 ++++++++++
unittests/IR/MetadataTest.cpp | 31 +++-
21 files changed, 469 insertions(+), 70 deletions(-)
create mode 100644 test/DebugInfo/COFF/types-calling-conv.ll
create mode 100644 test/DebugInfo/X86/DW_AT_calling-convention.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 c44ae68 Specify target in lifetime-asan test.
new bb80708 [DebugInfo] Add calling conventions to DISubroutineType
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/CGDebugInfo.cpp | 53 +++++++++++++++++++---
lib/CodeGen/CodeGenFunction.cpp | 19 ++++----
test/CodeGenCXX/debug-info-calling-conventions.cpp | 26 +++++++++++
3 files changed, 83 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGenCXX/debug-info-calling-conventions.cpp
--
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 3cb6afa The patch set unroll disable pragma when unroll with user spe [...]
new 2ae3d2c [InstCombine] fix outdated comment, simplify logic; NFCI
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/InstCombine/InstCombineSelect.cpp | 29 +++++++++++-------------
1 file changed, 13 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.