This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3d3b6e3 Start using shouldAssumeDSOLocal on ARM.
new 5683aa8 [asan] Add option to enable asan-use-after-scope from clang.
new c465f6c Update the stack coloring pass to remove lifetime intrinsics [...]
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/Transforms/Instrumentation.h | 3 ++-
lib/CodeGen/StackColoring.cpp | 6 ++----
.../Instrumentation/AddressSanitizer.cpp | 15 ++++++++++-----
test/Feature/optnone-llc.ll | 1 -
test/Other/opt-bisect-legacy-pass-manager.ll | 22 ++++++++++++++++++++++
5 files changed, 36 insertions(+), 11 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 329be24 [PM] Port the Sample FDO to new PM (part-1)
new 7ac928f [Kaleidoscope][BuildingAJIT] Add stub chapter text for Buildi [...]
new 3d3b6e3 Start using shouldAssumeDSOLocal on ARM.
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:
docs/tutorial/BuildingAJIT4.rst | 48 +++++++++++++++++++++++++++++++++++++++++
lib/Target/ARM/ARMSubtarget.cpp | 38 ++++++++------------------------
2 files changed, 57 insertions(+), 29 deletions(-)
create mode 100644 docs/tutorial/BuildingAJIT4.rst
--
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 7515c69 Tolerate incorrect return type for 'isinf' and 'isnan' in tests.
new 1f21fcd Guard testing of tuple extensions to make tests portable
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/std/utilities/tuple/tuple.tuple/tuple.cnstr/UTypes.pass.cpp | 7 ++++++-
.../utilities/tuple/tuple.tuple/tuple.cnstr/alloc_copy.pass.cpp | 3 +++
.../utilities/tuple/tuple.tuple/tuple.cnstr/alloc_move.pass.cpp | 3 +++
.../utilities/tuple/tuple.tuple/tuple.cnstr/const_Types.pass.cpp | 4 +++-
.../tuple/tuple.tuple/tuple.helper/tuple.include.utility.pass.cpp | 1 +
5 files changed, 16 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 fe7405c [Kaleidoscope][Orc] Remove the reference to the Orc directory [...]
new 329be24 [PM] Port the Sample FDO to new PM (part-1)
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/InitializePasses.h | 2 +-
lib/Transforms/IPO/IPO.cpp | 2 +-
lib/Transforms/IPO/SampleProfile.cpp | 56 ++++++++++++++++++++++++------------
3 files changed, 39 insertions(+), 21 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 515ac7a [Driver] Fix driver support for color diagnostics
new a4b432f docs: Clarify that LTO visibility is based on source-level sy [...]
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:
docs/LTOVisibility.rst | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 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 b2f9f8e Don't discard errors
new da265fc AArch64Subtarget: Use default member initializers
new a827bf1 MachineScheduler: Introduce ONLY1 reason to improve debug output
new 7a21775 [Kaleidoscope] Remove the old Kaleidoscope/ORC tutorial series.
new fe7405c [Kaleidoscope][Orc] Remove the reference to the Orc directory [...]
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:
examples/Kaleidoscope/CMakeLists.txt | 1 -
examples/Kaleidoscope/Orc/CMakeLists.txt | 4 -
.../Kaleidoscope/Orc/fully_lazy/CMakeLists.txt | 13 -
examples/Kaleidoscope/Orc/fully_lazy/README.txt | 21 -
examples/Kaleidoscope/Orc/fully_lazy/toy.cpp | 1461 --------------------
examples/Kaleidoscope/Orc/initial/CMakeLists.txt | 12 -
examples/Kaleidoscope/Orc/initial/README.txt | 13 -
examples/Kaleidoscope/Orc/initial/toy.cpp | 1356 ------------------
.../Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt | 12 -
examples/Kaleidoscope/Orc/lazy_codegen/README.txt | 13 -
examples/Kaleidoscope/Orc/lazy_codegen/toy.cpp | 1361 ------------------
.../Kaleidoscope/Orc/lazy_irgen/CMakeLists.txt | 12 -
examples/Kaleidoscope/Orc/lazy_irgen/README.txt | 16 -
examples/Kaleidoscope/Orc/lazy_irgen/toy.cpp | 1390 -------------------
include/llvm/CodeGen/MachineScheduler.h | 4 +-
lib/CodeGen/MachineScheduler.cpp | 19 +-
lib/Target/AArch64/AArch64Subtarget.cpp | 8 +-
lib/Target/AArch64/AArch64Subtarget.h | 26 +-
18 files changed, 30 insertions(+), 5712 deletions(-)
delete mode 100644 examples/Kaleidoscope/Orc/CMakeLists.txt
delete mode 100644 examples/Kaleidoscope/Orc/fully_lazy/CMakeLists.txt
delete mode 100644 examples/Kaleidoscope/Orc/fully_lazy/README.txt
delete mode 100644 examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
delete mode 100644 examples/Kaleidoscope/Orc/initial/CMakeLists.txt
delete mode 100644 examples/Kaleidoscope/Orc/initial/README.txt
delete mode 100644 examples/Kaleidoscope/Orc/initial/toy.cpp
delete mode 100644 examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt
delete mode 100644 examples/Kaleidoscope/Orc/lazy_codegen/README.txt
delete mode 100644 examples/Kaleidoscope/Orc/lazy_codegen/toy.cpp
delete mode 100644 examples/Kaleidoscope/Orc/lazy_irgen/CMakeLists.txt
delete mode 100644 examples/Kaleidoscope/Orc/lazy_irgen/README.txt
delete mode 100644 examples/Kaleidoscope/Orc/lazy_irgen/toy.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 libcxx.
from 5163e46 [libcxx] Allow explicit pthread opt-in
new 7515c69 Tolerate incorrect return type for 'isinf' and 'isnan' in 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:
test/std/depr/depr.c.headers/math_h.pass.cpp | 51 ++++++++++++++++++++--
test/std/depr/depr.c.headers/math_h_isinf.pass.cpp | 30 -------------
test/std/depr/depr.c.headers/math_h_isnan.pass.cpp | 30 -------------
test/std/numerics/c.math/cmath.pass.cpp | 51 ++++++++++++++++++++--
test/std/numerics/c.math/cmath_isinf.pass.cpp | 30 -------------
test/std/numerics/c.math/cmath_isnan.pass.cpp | 30 -------------
6 files changed, 96 insertions(+), 126 deletions(-)
delete mode 100644 test/std/depr/depr.c.headers/math_h_isinf.pass.cpp
delete mode 100644 test/std/depr/depr.c.headers/math_h_isnan.pass.cpp
delete mode 100644 test/std/numerics/c.math/cmath_isinf.pass.cpp
delete mode 100644 test/std/numerics/c.math/cmath_isnan.pass.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 b0acadc [Kaleidoscope][BuildingAJIT] Add code for chapter 4.
new b2f9f8e Don't discard errors
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/DebugInfo/PDB/Raw/InfoStream.cpp | 6 ++++--
1 file changed, 4 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 glibc.
from f6ef065 Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160).
new d6af238 Count number of logical processors sharing L2 cache
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 | 6 ++
sysdeps/x86/cacheinfo.c | 150 +++++++++++++++++++++++++++++++++++++-----------
2 files changed, 122 insertions(+), 34 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 compiler-rt.
from e87fd27 [sanitizers] trying to fix Windows build
new eaa4331 [sanitizer] Move termination functions in their own file
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/sanitizer_common/CMakeLists.txt | 11 +++-
lib/sanitizer_common/sanitizer_common.cc | 66 --------------------
lib/sanitizer_common/sanitizer_termination.cc | 86 +++++++++++++++++++++++++++
lib/tsan/go/build.bat | 2 +-
lib/tsan/go/buildgo.sh | 1 +
5 files changed, 98 insertions(+), 68 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_termination.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.