This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e874742 [clang] Implement support for -defsym assembler option
new 80218b5 [CodeGen][ARM] Make sure the value and type used to create 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:
lib/CodeGen/CGBuiltin.cpp | 30 ++++++++++++++++++++----------
test/CodeGenCXX/builtins-arm-exclusive.cpp | 24 ++++++++++++++++++++++++
2 files changed, 44 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGenCXX/builtins-arm-exclusive.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 gcc-6-branch
in repository gcc.
from 2b9255e Don't define libstdc++-internal macros in Solaris 10+ <math.h>
new c1aed03 [gcc] 2016-12-01 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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:
gcc/ChangeLog | 25 +++++++++++++++
gcc/config/rs6000/predicates.md | 16 +++++-----
gcc/config/rs6000/rs6000.c | 50 +++++++++++++++++++++++-------
gcc/config/rs6000/rs6000.md | 13 ++++----
gcc/testsuite/ChangeLog | 8 +++++
gcc/testsuite/gcc.target/powerpc/fusion4.c | 13 ++++++++
6 files changed, 99 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/fusion4.c
--
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 20e1df9 Fix module map to create a module for the configured header C [...]
new a849108 Fix unused variable warning in Release builds. NFC.
new eafdc6f Fix a bug with llvm-size and the -m option with multiple file [...]
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/CodeGen/AsmPrinter/DIE.cpp | 2 +-
test/tools/llvm-size/Inputs/{darwin-m.o => darwin-m1.o} | Bin
test/tools/llvm-size/darwin-m.test | 4 ++++
tools/llvm-size/llvm-size.cpp | 4 +++-
4 files changed, 8 insertions(+), 2 deletions(-)
copy test/tools/llvm-size/Inputs/{darwin-m.o => darwin-m1.o} (100%)
--
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 lldb.
from 6120403 Remove another hack from the android toolchain file
new 17b6f6a Handle empty strings when looking for a CFString's encoding. [...]
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:
source/Plugins/ExpressionParser/Clang/IRForTarget.cpp | 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 llvm.
from fc1fc8b This change removes the dependency on DwarfDebug that was use [...]
new 20e1df9 Fix module map to create a module for the configured header 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:
include/llvm/module.modulemap.build | 4 ++++
1 file changed, 4 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 171807f [SLP] Fixed cost model for horizontal reduction.
new fc1fc8b This change removes the dependency on DwarfDebug that was 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:
include/llvm/CodeGen/DIE.h | 98 ++++++++++++++--
include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h | 6 +-
lib/CodeGen/AsmPrinter/DIE.cpp | 61 ++++++----
lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp | 4 +-
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 2 +-
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 12 +-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 13 +--
lib/CodeGen/AsmPrinter/DwarfDebug.h | 5 -
lib/CodeGen/AsmPrinter/DwarfFile.cpp | 2 +-
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 29 ++---
lib/CodeGen/AsmPrinter/DwarfUnit.h | 20 +---
tools/dsymutil/DwarfLinker.cpp | 126 +++++++++++----------
12 files changed, 221 insertions(+), 157 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 gcc.
from 2051b41 2016-12-01 Richard Biener <rguenther(a)suse.de> Prathame [...]
new b6ad8d5 PR debug/66419 PR c++/78235 * dbxout.c (dbxout_type_fields): [...]
new 5f517ef * testsuite/26_numerics/headers/cmath/hypot.cc: XFAIL [...]
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:
gcc/ChangeLog | 6 ++++++
gcc/dbxout.c | 1 +
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot.cc | 1 +
4 files changed, 12 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 16e0f15 [X86][SSE] Moved shuffle mask widening/narrowing helper funct [...]
new 017b7af [llvm] Implement support for -defsym assembler option
new 171807f [SLP] Fixed cost model for horizontal reduction.
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/CodeGen/BasicTTIImpl.h | 71 +++++++++++++++++++---
include/llvm/MC/MCContext.h | 3 +
lib/MC/MCContext.cpp | 16 +++++
lib/Transforms/Vectorize/SLPVectorizer.cpp | 3 +-
test/Analysis/CostModel/X86/reduction.ll | 2 +-
.../SLPVectorizer/X86/reduction_unrolled.ll | 8 +--
tools/llvm-mc/llvm-mc.cpp | 19 +-----
7 files changed, 92 insertions(+), 30 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 5af66e9 swiftcc: Add an api to query whether a target ABI stores swif [...]
new e874742 [clang] Implement support for -defsym assembler option
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 | 2 ++
lib/Driver/Tools.cpp | 3 +++
test/Driver/defsym.s | 22 ++++++++++++++++++++++
tools/driver/cc1as_main.cpp | 12 ++++++++++++
4 files changed, 39 insertions(+)
create mode 100644 test/Driver/defsym.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 f833935 [libFuzzer] add a test for r288389 (-rss_limit_mb=0 means no limit).
new 16e0f15 [X86][SSE] Moved shuffle mask widening/narrowing helper funct [...]
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 | 162 +++++++++++++++++++------------------
1 file changed, 84 insertions(+), 78 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.