Re: [lldb-dev] [Release-testers] LLVM 11.0.1-final has been tagged

2021-01-08 Thread Ahsan Saghir via lldb-dev
Hi,

I finished testing llvm-11.0.1 on Power PC 64-bit Little Endian for
- Ubuntu 18.04
- Red Hat 7.4
I have uploaded the binaries from IBM. The sha1 files are attached.


Thanks,
Ahsan Saghir.

On Tue, 5 Jan 2021 at 22:21, Tom Stellard via Release-testers <
release-test...@lists.llvm.org> wrote:

> Hi,
>
> I've tagged LLVM 11.0.1-final.  Testers can upload the final binaries now.
>
> -Tom
>
> ___
> Release-testers mailing list
> release-test...@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
>


clang+llvm-11.0.1-powerpc64le-linux-rhel-7.4.sha1
Description: Binary data


clang+llvm-11.0.1-powerpc64le-linux-ubuntu-18.04.sha1
Description: Binary data
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] [Release-testers] LLVM 11.0.1-rc2 has been tagged

2020-12-23 Thread Ahsan Saghir via lldb-dev
Hi,

I finished testing llvm-11.0.1-rc2 on Power PC 64-bit Little Endian for
- Ubuntu 18.04
- Red Hat 7.4
I have uploaded the binaries from IBM. The sha1 files are attached.


Thanks,
Ahsan Saghir.

On Sat, 19 Dec 2020 at 01:33, Tom Stellard via Release-testers <
release-test...@lists.llvm.org> wrote:

> Hi,
>
> I've just tagged LLVM 11.0.1-rc2, hopefully this will be the last
> release candidate.  Testers can begin testing and uploading binaries.
>
> -Tom
>
> ___
> Release-testers mailing list
> release-test...@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
>


clang+llvm-11.0.1-rc2-powerpc64le-linux-rhel-7.4.sha1
Description: Binary data


clang+llvm-11.0.1-rc2-powerpc64le-linux-ubuntu-18.04.sha1
Description: Binary data
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] [Release-testers] LLVM 11.0.1-rc1 has been tagged

2020-12-03 Thread Ahsan Saghir via lldb-dev
Hi,

I finished testing llvm-11.0.1-rc1 on Power PC 64bit Little Endian for
- Ubuntu 18.04
- Red Hat 7.4
I have uploaded the binaries from IBM. The sha1 files are attached.


Thanks,
Ahsan Saghir.

On Thu, 26 Nov 2020 at 02:21, Tom Stellard via Release-testers <
release-test...@lists.llvm.org> wrote:

> Hi,
>
> I've tagged LLVM 11.0.1-rc1.  Testers may begin testing and uploading
> binaries.  If you still have bugs you want fixed in LLVM 11.0.1, you
> have until Dec. 8 to request backports.  You can make these requests by
> filing a bug at bugs.llvm.org and putting release-11.0.1 in the 'blocks'
> field.
>
> -Tom
>
> ___
> Release-testers mailing list
> release-test...@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
>


clang+llvm-11.0.1-rc1-powerpc64le-linux-rhel-7.4.sha1
Description: Binary data


clang+llvm-11.0.1-rc1-powerpc64le-linux-ubuntu-18.04.sha1
Description: Binary data
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] [Release-testers] [11.0.0 Release] Please help writing release notes!

2020-09-15 Thread Ahsan Saghir via lldb-dev
Hi Hans,
 Here are the PowerPC release notes for 11.0.0:

Optimization:

   - Improved Loop Unroll-and-Jam legality checks, allowing it to handle
   more than two level loop nests
   - Improved Loop Unroll to be able to unroll more loops
   - Implemented an option to allow loop fusion to work on loops with
   different constant trip counts

Codegen:

   - POWER10 support
  - Added PC Relative addressing
  - Added __int128 vector bool support
   - Security enhancement via probe-stack attribute support to protect
   against stack clash
   - Floating point support enhancements
  - Improved half precision and quad precision support, including GLIBC
  - constrained FP operation support for arithmetic/rounding/max/min
  - cleaning up fast math flags checks in DAGCombine, Legalizer, and
  Lowering
   - Performance improvements from instruction exploitation, especially for
   vector permute on LE
   - Scheduling enhancements
  - Added MacroFusion for POWER8
  - Added post-ra heuristics for POWER9
   - Target dependent passes tuning
  - Updated LoopStrengthReduce to use instruction number as first
  priority
  - Enhanced MachineCombiner to expose more ILP
   - Code quality and maintenance enhancements
  - Enabled more machine verification passes
  - Added ability to parse and emit additional extended mnemonics
  - Numerous bug fixes

AIX Support Improvements:

   - Enabled compile and link such that a simple  "Hello World"
   program works with standard headers
   - Added support for the C calling convention for non-vector code
   - Implemented correct stack frame layout for functions
   - In llvm-objdump, added support for relocations, improved selection of
   symbol labels, and added the --symbol-description option


Thanks,

Regards,
Ahsan Saghir.

On Tue, 25 Aug 2020 at 14:00, Hans Wennborg via Release-testers <
release-test...@lists.llvm.org> wrote:

> Hello everyone,
>
> With the release drawing near, it would be great to get the release
> notes into better shape.
>
> You can see the notes from rc2 online here:
> https://prereleases.llvm.org/11.0.0/#rc2
>
> The release notes are typically the first thing people look at after
> the release, so it's a great opportunity to highlight the work that's
> been done since the last release.
>
> If you can think of anything interesting that happened over the last
> six months, please consider adding to the notes by sending me a patch,
> committing directly to the notes on the release/11.x branch, or just
> sending me some text in an email.
>
> Thanks,
> Hans
> ___
> Release-testers mailing list
> release-test...@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
>
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] [Release-testers] [11.0.0 Release] Release Candidate 1 is here

2020-08-14 Thread Ahsan Saghir via lldb-dev
Hi,

I finished testing llvm-11.0.0-rc1 on Power PC 64bit Little Endian for
- Ubuntu 18.04
- Red Hat 7.4
I have uploaded the binaries from IBM. The sha1 files are attached.

PR46995 opened for the bug found. Other than that I saw errors as reported
by others for matrix-types-spec.cpp (no matching function for call to
'initRandom').

Thanks,
Ahsan Saghir.

On Tue, 28 Jul 2020 at 13:50, Hans Wennborg via Release-testers <
release-test...@lists.llvm.org> wrote:

> Hello everyone,
>
> We're a little bit behind schedule, but RC1 is now here. It was tagged
> earlier today as llvmorg-11.0.0-rc1.
>
> Source code and docs are available at
> https://prereleases.llvm.org/11.0.0/#rc1 and
> https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc1
>
> Pre-built binaries will be added as they become available.
>
> Please file bug reports for any issues you find as blockers of
> https://llvm.org/pr46725
>
> Release testers: please start your engines, run the script, share your
> results, and upload binaries.
>
> RC2 was originally scheduled for Friday, but seeing as we just cut
> this one it will come a little later.
>
> Thanks,
> Hans
> ___
> Release-testers mailing list
> release-test...@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
>


clang+llvm-11.0.0-rc1-powerpc64le-linux-rhel-7.4.sha1
Description: Binary data


clang+llvm-11.0.0-rc1-powerpc64le-linux-ubuntu-18.04.sha1
Description: Binary data
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] [Release-testers] LLVM 10.0.1-final has been tagged

2020-07-22 Thread Ahsan Saghir via lldb-dev
Hi,

I have finished testing llvm-10.0.1-final on Power PC 64bit Little Endian
Red Hat 7.4 machine and have uploaded the binary from IBM.
The sha1 file is attached.

Thanks,
Ahsan Saghir.

On Tue, 21 Jul 2020 at 01:25, Tom Stellard via Release-testers <
release-test...@lists.llvm.org> wrote:

> Hi,
>
> I've tagged 10.0.1-final.  Testers, please begin uploading your binaries.
>
> Thanks,
> Tom
>
> ___
> Release-testers mailing list
> release-test...@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
>


clang+llvm-10.0.1-powerpc64le-linux-rhel-7.4.sha1
Description: Binary data
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev