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 f9885f5602 Automatic date update in version.in
new 629dabe3b7 Fix hidden visibility compiler 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:
bfd/ChangeLog | 5 +++++
bfd/configure | 3 +++
bfd/configure.ac | 3 +++
3 files changed, 11 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 84a74917968 Revert r333226 "[ValueTracking] Teach computeKnownBits that [...]
new 96dd58bd6cd AMDGPU: Remove AMDGPUMCInstLower.h
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/AMDGPU/AMDGPUMCInstLower.cpp | 24 +++++++++++++++-
lib/Target/AMDGPU/AMDGPUMCInstLower.h | 46 ------------------------------
lib/Target/AMDGPU/SIShrinkInstructions.cpp | 1 -
3 files changed, 23 insertions(+), 48 deletions(-)
delete mode 100644 lib/Target/AMDGPU/AMDGPUMCInstLower.h
--
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 77818507224 Restore the LoopInstSimplify pass, reverting r327329 that r [...]
new 84a74917968 Revert r333226 "[ValueTracking] Teach computeKnownBits that [...]
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/Analysis/ValueTracking.cpp | 6 ------
test/Transforms/InstCombine/abs-1.ll | 11 -----------
test/Transforms/InstCombine/abs_abs.ll | 16 ++++++++--------
3 files changed, 8 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 libcxx.
from 2fac2d790 Add deduction guides for optional
new 756163dbc Add one more test for optional
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.object.ctor/deduct.pass.cpp | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 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 7e4ede49d Do not define template specialization __libcpp_is_floating_po [...]
new 2fac2d790 Add deduction guides for optional
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/optional | 9 +++++
.../optional.object.ctor/deduct.fail.cpp | 38 +++++++++++++++++++
.../optional.object.ctor/deduct.pass.cpp | 44 ++++++++++++++++++++++
3 files changed, 91 insertions(+)
create mode 100644 test/std/utilities/optional/optional.object/optional.object.cto [...]
create mode 100644 test/std/utilities/optional/optional.object/optional.object.cto [...]
--
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 14186e8d1f Remove sysdeps/powerpc/soft-fp directory.
new c1dc1e1b34 powerpc: Move around math-related Implies
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 | 8 ++++++++
sysdeps/powerpc/{Implies => powerpc32/Implies-after} | 0
sysdeps/powerpc/{Implies => powerpc64/be/Implies-after} | 0
sysdeps/powerpc/powerpc64/le/Implies-before | 5 +++++
4 files changed, 13 insertions(+)
copy sysdeps/powerpc/{Implies => powerpc32/Implies-after} (100%)
rename sysdeps/powerpc/{Implies => powerpc64/be/Implies-after} (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 llvm.
from 7feb37bec20 Use quoteattr to ensure we make well formed attributes
new 77818507224 Restore the LoopInstSimplify pass, reverting r327329 that r [...]
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 | 1 +
include/llvm/Transforms/Scalar.h | 6 +
.../{IndVarSimplify.h => LoopInstSimplify.h} | 14 +-
lib/Passes/PassBuilder.cpp | 6 +-
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Scalar/CMakeLists.txt | 1 +
lib/Transforms/Scalar/LoopInstSimplify.cpp | 223 +++++++++++++++++++++
lib/Transforms/Scalar/Scalar.cpp | 1 +
test/Feature/optnone-opt.ll | 3 +-
9 files changed, 246 insertions(+), 10 deletions(-)
copy include/llvm/Transforms/Scalar/{IndVarSimplify.h => LoopInstSimplify.h} (62%)
create mode 100644 lib/Transforms/Scalar/LoopInstSimplify.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 86df7c70f71 [llvm-symbolizer] Simplify. NFC
new 7feb37bec20 Use quoteattr to ensure we make well formed attributes
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:
utils/lit/lit/Test.py | 11 ++++----
utils/lit/lit/main.py | 15 ++++++-----
utils/lit/tests/shtest-xunit-output.py | 48 +++++++++++++++++-----------------
utils/lit/tests/xunit-output.py | 4 +--
4 files changed, 40 insertions(+), 38 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 lldb.
from 8ef078cd1 Add DWARFBaseDie.{h,cpp} to the Xcode build.
new dd1044b4d HostInfoMacOSX: Support finding the clang resource directory [...]
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/Host/macosx/HostInfoMacOSX.mm | 22 +++++++++++++---------
unittests/Host/HostInfoTest.cpp | 8 ++++++++
2 files changed, 21 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 646a736e7b4 [Debugify] Set a DI version module flag for llc compatibility
new 86df7c70f71 [llvm-symbolizer] Simplify. NFC
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:
tools/llvm-symbolizer/llvm-symbolizer.cpp | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.