This is an automated email from the git hooks/post-receive script.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 119f405 [cron] Fix typo redir erasing logfile
new 0360ac2 [cron] force arch to v7ve, which is v7a+virt aka A15, to avoi [...]
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:
helpers/llvm-cron-build | 8 ++++----
1 file changed, 4 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 zorg.
from 35fab1b [GreenDragon] modify build.py to create destination directory [...]
new bed3adb [buildbot] Adding more AArch64 APM bots
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:
buildbot/osuosl/master/config/builders.py | 19 ++++++++++++++++++-
buildbot/osuosl/master/config/slaves.py | 4 +++-
2 files changed, 21 insertions(+), 2 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 27ae3e8 [CostModel][X86] Added tests for current integer signed/unsig [...]
new 6feedc5 Remove LLVM_CONSTEXPR.
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/ArrayRef.h | 14 +++----
include/llvm/ADT/Optional.h | 2 +-
include/llvm/ADT/STLExtras.h | 4 +-
include/llvm/CodeGen/MachineValueType.h | 4 +-
include/llvm/CodeGen/ValueTypes.h | 6 +--
include/llvm/Support/Compiler.h | 6 ---
include/llvm/Support/MathExtras.h | 62 ++++++++++++----------------
include/llvm/Support/RandomNumberGenerator.h | 2 +-
include/llvm/Support/TrailingObjects.h | 60 +++++----------------------
include/llvm/Support/UnicodeCharRanges.h | 2 +-
lib/CodeGen/AsmPrinter/DwarfAccelTable.h | 3 +-
11 files changed, 54 insertions(+), 111 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 46cc20f [AVX-512] Replace 512-bit pmovzx/sx builtins with native IR.
new c807626 Remove LLVM_CONSTEXPR.
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/Parse/Parser.h | 4 ++--
1 file changed, 2 insertions(+), 2 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 libcxx.
from 6547b4f Fix libc++ specific assertion in permissions(...) tests
new 1e836f0 Fix breakage introduced by adding -Wshadow.
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/list | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 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 libcxx.
from c8e7821 Turn on -Wshadow so I find occurances before STL does
new 6547b4f Fix libc++ specific assertion in permissions(...) tests
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:
.../filesystem/fs.op.funcs/fs.op.permissions/permissions.pass.cpp | 3 ++-
1 file changed, 2 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 libcxx.
from 26cbb8d Make make_from_tuple tests more portable. Patch from STL@micr [...]
new c8e7821 Turn on -Wshadow so I find occurances before STL does
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 libcxx.
from e2c4227 Fix shadowing warning. Patch from STL(a)microsoft.com
new 3171202 Fix unreferenced parameters. Patch from STL(a)microsoft.com
new 26cbb8d Make make_from_tuple tests more portable. Patch from STL@micr [...]
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:
.../optional.object/optional.object.ctor/in_place_t.pass.cpp | 2 +-
.../optional.object/optional.object.swap/swap.pass.cpp | 2 +-
test/std/utilities/optional/optional.specalg/swap.pass.cpp | 2 +-
.../tuple/tuple.tuple/tuple.apply/make_from_tuple.pass.cpp | 8 ++++----
test/support/archetypes.hpp | 12 ++++++------
5 files changed, 13 insertions(+), 13 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 libcxx.
from 741cb8b [libcxx] Support std::regex_constants::match_not_null
new e2c4227 Fix shadowing warning. Patch from STL(a)microsoft.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:
.../optional/optional.object/optional.object.assign/emplace.pass.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 e8a0965 [X86][SSE] Add SSE41/AVX1 costs for vector shifts.
new 27ae3e8 [CostModel][X86] Added tests for current integer signed/unsig [...]
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/Analysis/CostModel/X86/rem.ll | 116 +++++++++++++++++++++++++++++++++++++
1 file changed, 116 insertions(+)
create mode 100644 test/Analysis/CostModel/X86/rem.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.