This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0bb7730cf5 Sema: Fix explicit address space cast in C++
new 9eb2866868 Implement cpu_dispatch/cpu_specific Multiversioning
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/AST/Decl.h | 7 +
include/clang/Basic/Attr.td | 22 +
include/clang/Basic/AttrDocs.td | 59 +++
include/clang/Basic/DiagnosticGroups.td | 4 +
include/clang/Basic/DiagnosticSemaKinds.td | 35 +-
include/clang/Basic/TargetInfo.h | 21 +
include/clang/Basic/X86Target.def | 47 +++
lib/AST/Decl.cpp | 8 +
lib/Basic/Targets/X86.cpp | 32 ++
lib/Basic/Targets/X86.h | 8 +
lib/CodeGen/CGBuiltin.cpp | 12 +-
lib/CodeGen/CodeGenFunction.cpp | 52 ++-
lib/CodeGen/CodeGenFunction.h | 35 +-
lib/CodeGen/CodeGenModule.cpp | 170 ++++++--
lib/CodeGen/CodeGenModule.h | 9 +-
lib/Parse/ParseDecl.cpp | 42 +-
lib/Sema/AnalysisBasedWarnings.cpp | 5 +
lib/Sema/Sema.cpp | 46 ++-
lib/Sema/SemaDecl.cpp | 451 +++++++++++++++------
lib/Sema/SemaDeclAttr.cpp | 48 +++
lib/Sema/SemaExpr.cpp | 15 +-
lib/Sema/SemaOverload.cpp | 61 ++-
test/CodeGen/attr-cpuspecific.c | 101 +++++
...pragma-attribute-supported-attributes-list.test | 4 +-
test/Sema/attr-cpuspecific.c | 96 +++++
test/SemaCXX/attr-cpuspecific.cpp | 111 +++++
utils/TableGen/ClangAttrEmitter.cpp | 38 ++
27 files changed, 1317 insertions(+), 222 deletions(-)
create mode 100644 test/CodeGen/attr-cpuspecific.c
create mode 100644 test/Sema/attr-cpuspecific.c
create mode 100644 test/SemaCXX/attr-cpuspecific.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 annotated tag newlib-snapshot-20180720
in repository newlib.
at db34d00df (tag)
tagging 46ba1675c457324b0eeef4670a09101ef3f34c50 (commit)
replaces newlib-snapshot-20180226
tagged by Jeff Johnston
on Fri Jul 20 10:13:45 2018 -0400
- Log -----------------------------------------------------------------
Newlib snapshot for 20180720
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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 60fb40346bf [NFC][testcases] fold sdiv if two operands are negated and [...]
new 6dde8495c07 Regenerate partial vector fold test. 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:
test/CodeGen/X86/fold-load-vec.ll | 22 ++++++++++++++++++----
1 file changed, 18 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 binutils-gdb.
from 8095d2f70e MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a
new 3391569f21 Close memory and resource leaks detected by coverity in the [...]
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:
binutils/ChangeLog | 10 ++++++++++
binutils/dwarf.c | 37 ++++++++++++++++++++++++++++++++++---
binutils/objcopy.c | 9 +++++++++
3 files changed, 53 insertions(+), 3 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 1ba71c6ab7a Recommit r328307: [IPSCCP] Use constant range information f [...]
new 60fb40346bf [NFC][testcases] fold sdiv if two operands are negated and [...]
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/Transforms/InstSimplify/sdiv.ll | 147 +++++++++++++++++++++++++++++++++++
1 file changed, 147 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 compiler-rt.
from f3c53c571 [Xray] fix c99 warning build about flexible array semantics
new 3cd9b5474 esan: fix shadow setup
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/esan.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 077efdaae0c Regenerate remainder test.
new ca4d424e2e6 [X86][AVX] Convert X86ISD::VBROADCAST demanded elts combine [...]
new 1ba71c6ab7a Recommit r328307: [IPSCCP] Use constant range information 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/X86ISelLowering.cpp | 58 ++++++---
lib/Target/X86/X86ISelLowering.h | 7 ++
lib/Transforms/Scalar/SCCP.cpp | 190 ++++++++++++-----------------
test/Transforms/SCCP/ip-constant-ranges.ll | 55 +++++++--
4 files changed, 170 insertions(+), 140 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 da67c6d0eff [InstSimplify] fold srem instruction if its two operands ar [...]
new 077efdaae0c Regenerate remainder test.
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/CodeGen/SPARC/rem.ll | 55 ++++++++++++++++++++++++++---------------------
1 file changed, 30 insertions(+), 25 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 3876c1deaef [NFC][testcases] more testcases for folding srem if its two [...]
new e53157e9ebc [DebugInfo] Generate .debug_names section when it makes sense
new da67c6d0eff [InstSimplify] fold srem instruction if its two operands ar [...]
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/InstructionSimplify.cpp | 4 +++
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 43 +++++++++++++++++++++-------
lib/CodeGen/AsmPrinter/DwarfDebug.h | 6 ++++
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 9 ++----
test/DebugInfo/X86/accel-tables-dwarf5.ll | 46 ++++++++++++++++++++++++++++++
test/DebugInfo/X86/accel-tables.ll | 36 +++++++++++++++++------
test/DebugInfo/X86/string-offsets-table.ll | 6 +++-
test/Transforms/InstSimplify/srem.ll | 36 +++++++----------------
8 files changed, 134 insertions(+), 52 deletions(-)
create mode 100644 test/DebugInfo/X86/accel-tables-dwarf5.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 b15f0ae4d4f [SystemZ] Test case formatting fixes
new 3876c1deaef [NFC][testcases] more testcases for folding srem if its two [...]
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/Transforms/InstSimplify/srem.ll | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.