This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 27ae90e [analyzer] Add PostStmt callback for ArraySubscriptExpr
new 2ca3724 clang-cl: Expose the -flto option
new df61833 clang-cl: expose the -fuse-ld option
new 3905e2a clang-cl: Use the .obj file extension also in LTO mode
new c5894c7 clang-cl: Make /Fo apply also when using -flto
The 4 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/Options.td | 4 ++--
lib/Driver/Driver.cpp | 2 +-
lib/Driver/Types.cpp | 19 +++++++++++++------
test/Driver/cl-link.c | 3 +++
test/Driver/cl-options.c | 1 +
test/Driver/cl-outputs.c | 2 ++
6 files changed, 22 insertions(+), 9 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 ec53f4b Next set of additional error checks for invalid Mach-O files [...]
new b60ab5d [Target] move reciprocal estimate settings from TargetOptions [...]
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/CommandFlags.h | 8 --
include/llvm/Target/TargetLowering.h | 8 ++
include/llvm/Target/TargetOptions.h | 6 +-
include/llvm/Target/TargetRecip.h | 31 ++--
lib/CodeGen/TargetLoweringBase.cpp | 17 +++
lib/Target/PowerPC/PPCISelLowering.cpp | 21 ++-
lib/Target/PowerPC/PPCTargetMachine.cpp | 17 ---
lib/Target/TargetRecip.cpp | 53 +++----
lib/Target/X86/X86ISelLowering.cpp | 14 +-
lib/Target/X86/X86TargetMachine.cpp | 10 --
test/CodeGen/PowerPC/recipest.ll | 46 ++++--
test/CodeGen/X86/recip-fastmath.ll | 205 +++++++++++++++-----------
test/CodeGen/X86/sqrt-fastmath-mir.ll | 4 +-
test/CodeGen/X86/sqrt-fastmath.ll | 246 ++++++++++++++++++--------------
14 files changed, 387 insertions(+), 299 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 bc55776 [ubsan] Disable bounds-check for flexible array ivars
new 4da1cc6 [clang] make reciprocal estimate codegen a function attribute
new 27ae90e [analyzer] Add PostStmt callback for ArraySubscriptExpr
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/BackendUtil.cpp | 3 ---
lib/CodeGen/CGCall.cpp | 9 +++++++++
lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp | 14 +++++++++++++-
lib/StaticAnalyzer/Core/ExprEngine.cpp | 18 ++++++++++--------
test/CodeGen/attr-mrecip.c | 7 +++++++
5 files changed, 39 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/attr-mrecip.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 e8ae223 [cmake] Make LIT_COMMAND configurable and improve fallback support
new ef20529 [safestack] Requires a valid TargetMachine to be passed to th [...]
new ec53f4b Next set of additional error checks for invalid Mach-O files [...]
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/SafeStack.cpp | 13 +++---
lib/Object/MachOObjectFile.cpp | 47 +++++++++++++++++++++
test/Object/Inputs/macho-invalid-encrypt-bad-size | Bin 0 -> 52 bytes
test/Object/Inputs/macho-invalid-encrypt-cryptoff | Bin 0 -> 48 bytes
.../Inputs/macho-invalid-encrypt-more-than-one | Bin 0 -> 72 bytes
.../Object/Inputs/macho-invalid-encrypt64-bad-size | Bin 0 -> 56 bytes
.../macho-invalid-encrypt64-cryptoff-cryptsize | Bin 0 -> 52 bytes
test/Object/macho-invalid.test | 15 +++++++
8 files changed, 68 insertions(+), 7 deletions(-)
create mode 100644 test/Object/Inputs/macho-invalid-encrypt-bad-size
create mode 100644 test/Object/Inputs/macho-invalid-encrypt-cryptoff
create mode 100644 test/Object/Inputs/macho-invalid-encrypt-more-than-one
create mode 100644 test/Object/Inputs/macho-invalid-encrypt64-bad-size
create mode 100644 test/Object/Inputs/macho-invalid-encrypt64-cryptoff-cryptsize
--
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 9c15a06 clang-format: Fix bad multi-variable for-loop formatting.
new bc55776 [ubsan] Disable bounds-check for flexible array ivars
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/CGExpr.cpp | 2 ++
test/CodeGenObjC/ubsan-array-bounds.m | 59 +++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+)
create mode 100644 test/CodeGenObjC/ubsan-array-bounds.m
--
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 0030b47 [Support] Add case-insensitive versions of StringSwitch members.
new e8ae223 [cmake] Make LIT_COMMAND configurable and improve fallback support
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:
cmake/modules/AddLLVM.cmake | 12 +++++++++---
1 file changed, 9 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 clang.
from e82fea9 [sancov] documentation update after r283241
new 9c15a06 clang-format: Fix bad multi-variable for-loop formatting.
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/Format/TokenAnnotator.cpp | 4 +++-
unittests/Format/FormatTest.cpp | 1 +
2 files changed, 4 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 627f616 AArch64: Macrofusion: Split features, add missing combinations.
new 0030b47 [Support] Add case-insensitive versions of StringSwitch members.
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/ADT/StringSwitch.h | 57 +++++++++++++++++++++-
unittests/ADT/StringSwitchTest.cpp | 99 ++++++++++++++++++++++++++++++++++++++
2 files changed, 155 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 4c9998f [sancov] renamed symcov-report-server to coverage-report-server
new 627f616 AArch64: Macrofusion: Split features, add missing combinations.
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 | 15 ++++++----
lib/Target/AArch64/AArch64InstrInfo.cpp | 49 ++++++++++++++++++++++++++++++---
lib/Target/AArch64/AArch64Subtarget.h | 6 ++--
test/CodeGen/AArch64/misched-fusion.ll | 2 +-
4 files changed, 60 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.