This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fe3eab2 Fix type truncation warnings
new 94c692e GlobalISel: support zext & sext during translation phase.
new 814d8b3 GlobalISel: add translation support for shift operations.
new 789ee9f Remove empty file left by partial reversion.
The 3 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/GlobalISel/IRTranslator.h | 33 +++++++++-----
include/llvm/Target/GenericOpcodes.td | 43 ++++++++++++++++--
include/llvm/Target/TargetOpcodes.def | 15 +++++++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 52 ++++++++++++++++++++++
test/CodeGen/X86/MachineSink-SubReg.ll | 0
5 files changed, 129 insertions(+), 14 deletions(-)
delete mode 100644 test/CodeGen/X86/MachineSink-SubReg.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 lld.
from 4c948f9 Generate slightly more compressed binding opcodes when entrie [...]
new ec38744 Better compress lazy binding info to match ld64.
new d4a14ad Add comments.
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:
ELF/LinkerScript.cpp | 13 ++++++++++++-
.../MachO/MachONormalizedFileBinaryWriter.cpp | 19 +++++++++++--------
test/mach-o/bind-opcodes.yaml | 12 ------------
3 files changed, 23 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 topic/locales
in repository newlib.
discards 5dd9494 setlocale/localeconv are *not* POSIX-1.2008
discards db982ca setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...]
discards 97e5f9a __loadlocale: Set missing val when evaluating CP874
discards 7cf71bb Make sure alloca is called even when optimizing, fully init _REENT
discards d4c9f31 Fix multiple thinkos in newlocale
discards f0b8f74 Fix _REENT_INIT initialization of _locale
discards 5443e73 Fix typo in isalnum_l doc
discards ad6b226 Get rid of LCID, reformat type definitions in setlocale.h
discards e80ec7b Add sys/_locale.h header and fix up headers
discards d327254 Bump CygwinAPI minor.
discards b1829cc Implement strfmon_l
discards 37e1833 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
discards b4e7c99 Move lconv into struct __locale_t and implement __localeconv_l
discards 99a2329 Implement per-locale string functions
discards f40abd8 Implement all per-locale ctype functions
discards cb6f7f1 Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
discards b64a98f include/locale.h: Fix POSIX guards
discards 62dabe5 Remove non-working __part_load_locale function and any related code
discards c3b2691 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
discards 1fd8837 Fix memory handling in functions called from loadlocale
discards 9841330 newlocale, freelocale, duplocale, uselocale
discards c8d40e2 Use __get_global_locale function where appropriate
discards ca27d7e Rearrange struct __locale_t pointers into an array
discards 6a4c383 Change loadlocale to fill a __locale_t given as parameter
discards 4b7ab2e Consolidate wctomb/mbtowc calls for POSIX-1.2008
discards 8734561 groundwork part 2
discards 9a263c7 groundwork part 1
adds 05aca4d Feature test macros overhaul: wctype.h
new 8d5eea6 groundwork part 1
new 76217c9 groundwork part 2
new 7a0c112 Consolidate wctomb/mbtowc calls for POSIX-1.2008
new 9663cd8 Change loadlocale to fill a __locale_t given as parameter
new e0cfb57 Rearrange struct __locale_t pointers into an array
new bf160ab Use __get_global_locale function where appropriate
new b57d91b newlocale, freelocale, duplocale, uselocale
new 0c4aedd Fix memory handling in functions called from loadlocale
new 313a64a posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
new 66939bd Remove non-working __part_load_locale function and any related code
new ae8324a include/locale.h: Fix POSIX guards
new 4e68a4c Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
new 3209b73 Implement all per-locale ctype functions
new 34898c2 Implement per-locale string functions
new a2f3a53 Move lconv into struct __locale_t and implement __localeconv_l
new 93a14b6 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
new 3ed9a59 Implement strfmon_l
new 0e4ed62 Bump CygwinAPI minor.
new 89e907c Add sys/_locale.h header and fix up headers
new 0bdf797 Get rid of LCID, reformat type definitions in setlocale.h
new 0b9684b Fix typo in isalnum_l doc
new 7f26f80 Fix _REENT_INIT initialization of _locale
new a46f143 Fix multiple thinkos in newlocale
new f0f121e Make sure alloca is called even when optimizing, fully init _REENT
new 6dea206 __loadlocale: Set missing val when evaluating CP874
new 191c7d4 setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...]
new 7a60abf setlocale/localeconv are *not* POSIX-1.2008
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (5dd9494)
\
N -- N -- N refs/heads/topic/locales (7a60abf)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 27 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:
newlib/libc/include/wctype.h | 2 ++
1 file changed, 2 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 newlib.
from 86f79af kill(pid, sig) before waitpid() returns -1 for sig != 0
new 05aca4d Feature test macros overhaul: wctype.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:
newlib/libc/include/wctype.h | 2 ++
1 file changed, 2 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 4c26d96 [ADT] Add relation operators for Optional
new 828990c Fix PR 28933
new da956b9 Revert rL278384 which caused several buildbot failures (like [...]
new 2daf966 AMDGPU : Add intrinsic for instruction v_cvt_pk_u8_f32
new c9f97fc Move GVNHoist tests into their own directory since it is a se [...]
new fe3eab2 Fix type truncation warnings
The 5 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/IR/IntrinsicsAMDGPU.td | 4 ++
include/llvm/LTO/Config.h | 4 +-
include/llvm/LTO/LTO.h | 10 ++--
include/llvm/LTO/LTOBackend.h | 3 +-
include/llvm/Target/TargetInstrInfo.h | 5 +-
lib/LTO/LTO.cpp | 16 +++---
lib/LTO/LTOBackend.cpp | 11 ++--
lib/Target/AMDGPU/SIInstrInfo.td | 1 +
lib/Target/AMDGPU/SIInstructions.td | 5 ++
lib/Transforms/Scalar/GVNHoist.cpp | 16 ++++--
test/CodeGen/AMDGPU/v_cvt_pk_u8_f32.ll | 60 ++++++++++++++++++++++
test/CodeGen/X86/MachineSink-SubReg.ll | 37 -------------
test/Transforms/{GVN => GVNHoist}/hoist-call.ll | 0
.../{GVN => GVNHoist}/hoist-convergent.ll | 0
test/Transforms/{GVN => GVNHoist}/hoist-md.ll | 0
test/Transforms/{GVN => GVNHoist}/hoist-mssa.ll | 0
test/Transforms/{GVN => GVNHoist}/hoist-pr20242.ll | 0
test/Transforms/{GVN => GVNHoist}/hoist-pr22005.ll | 0
test/Transforms/{GVN => GVNHoist}/hoist-pr28606.ll | 0
test/Transforms/GVNHoist/hoist-pr28933.ll | 21 ++++++++
.../{GVN => GVNHoist}/hoist-recursive-geps.ll | 0
test/Transforms/{GVN => GVNHoist}/hoist.ll | 0
22 files changed, 128 insertions(+), 65 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/v_cvt_pk_u8_f32.ll
rename test/Transforms/{GVN => GVNHoist}/hoist-call.ll (100%)
rename test/Transforms/{GVN => GVNHoist}/hoist-convergent.ll (100%)
rename test/Transforms/{GVN => GVNHoist}/hoist-md.ll (100%)
rename test/Transforms/{GVN => GVNHoist}/hoist-mssa.ll (100%)
rename test/Transforms/{GVN => GVNHoist}/hoist-pr20242.ll (100%)
rename test/Transforms/{GVN => GVNHoist}/hoist-pr22005.ll (100%)
rename test/Transforms/{GVN => GVNHoist}/hoist-pr28606.ll (100%)
create mode 100644 test/Transforms/GVNHoist/hoist-pr28933.ll
rename test/Transforms/{GVN => GVNHoist}/hoist-recursive-geps.ll (100%)
rename test/Transforms/{GVN => GVNHoist}/hoist.ll (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 lld.
from 87cacb0 Add test for rebase opcodes. We didn't have one. NFC.
new 4c948f9 Generate slightly more compressed binding opcodes when entrie [...]
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:
.../MachO/MachONormalizedFileBinaryWriter.cpp | 49 ++++++++++++++++------
test/mach-o/bind-opcodes.yaml | 22 ++++------
2 files changed, 45 insertions(+), 26 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 lld.
from 2ea7270 Arm64 stubs alignment is 2, not 4.
new 754ed57 Add missing RUN line from r278398. This test works with this [...]
new 87cacb0 Add test for rebase opcodes. We didn't have one. NFC.
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:
test/mach-o/bind-opcodes.yaml | 161 +++++++++++++++++++++++++++++++++++++
test/mach-o/hello-world-arm64.yaml | 1 +
2 files changed, 162 insertions(+)
create mode 100644 test/mach-o/bind-opcodes.yaml
--
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 lld.
from 84e90e0 Change when we choose to add an LC_LOAD_DYLIB to the final image.
new 2ea7270 Arm64 stubs alignment is 2, not 4.
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/ReaderWriter/MachO/ArchHandler_arm64.cpp | 4 ++--
test/mach-o/hello-world-arm64.yaml | 7 +++++++
2 files changed, 9 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 44cd439 AMDGPU: Prune includes
new eeb1d4f CodeGen: Avoid dereferencing end() in MachineScheduler
new 4c26d96 [ADT] Add relation operators for Optional
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/ADT/Optional.h | 167 ++++++++++++++++++++++++++-------------
lib/CodeGen/MachineScheduler.cpp | 5 +-
unittests/ADT/OptionalTest.cpp | 150 ++++++++++++++++++++++++++++++++---
3 files changed, 256 insertions(+), 66 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 0882cc1 Pass in frame pointer omitting compiler flags for CloudABI as well.
new e5174ee Don't enable PIE on i686-unknown-cloudabi.
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/Driver/ToolChains.cpp | 13 +++++++++++++
lib/Driver/ToolChains.h | 3 +--
lib/Driver/Tools.cpp | 10 ++++++----
test/Driver/cloudabi.c | 10 ++++++++--
test/Driver/cloudabi.cpp | 12 +++++++++---
5 files changed, 37 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.