Krzysztof Parzyszek via llvm-dev
2016-Jul-26 17:00 UTC
[llvm-dev] [RFC] Make Lanai backend non-experimental
On 7/25/2016 1:46 PM, Chandler Carruth via llvm-dev wrote:> And perhaps there is a spec for AMDGPU or Hexagon, but even when I've > asked developers on those backends about problems, they've not pointed > be at the published ISA documentation.The Hexagon ISA is now available at https://developer.qualcomm.com/software/hexagon-dsp-sdk/tools It's the "Programmer's Reference Manual". You need to create an account to get it, but it's there now. -Krzysztof -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
Renato Golin via llvm-dev
2016-Jul-26 17:13 UTC
[llvm-dev] [RFC] Make Lanai backend non-experimental
On 26 July 2016 at 18:00, Krzysztof Parzyszek via llvm-dev <llvm-dev at lists.llvm.org> wrote:> The Hexagon ISA is now available at > https://developer.qualcomm.com/software/hexagon-dsp-sdk/toolsNice! Maybe we should have a list of those resources, for the targets we support officially... cheers, --renato
Matthias Braun via llvm-dev
2016-Jul-26 18:02 UTC
[llvm-dev] [RFC] Make Lanai backend non-experimental
Nice, put the link in docs/CompilerWriterInfo.rst please. - Matthias> On Jul 26, 2016, at 10:00 AM, Krzysztof Parzyszek via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 7/25/2016 1:46 PM, Chandler Carruth via llvm-dev wrote: >> And perhaps there is a spec for AMDGPU or Hexagon, but even when I've >> asked developers on those backends about problems, they've not pointed >> be at the published ISA documentation. > > The Hexagon ISA is now available at > https://developer.qualcomm.com/software/hexagon-dsp-sdk/tools > > It's the "Programmer's Reference Manual". You need to create an account to get it, but it's there now. > > -Krzysztof > > -- > Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Renato Golin via llvm-dev
2016-Jul-26 18:25 UTC
[llvm-dev] [RFC] Make Lanai backend non-experimental
On 26 July 2016 at 19:02, Matthias Braun via llvm-dev <llvm-dev at lists.llvm.org> wrote:> Nice, put the link in docs/CompilerWriterInfo.rst please.What do you know... Maybe I should read the docs more often than I want to write them... :) cheers, --renato
Krzysztof Parzyszek via llvm-dev
2016-Jul-26 18:49 UTC
[llvm-dev] [RFC] Make Lanai backend non-experimental
On 7/26/2016 1:02 PM, Matthias Braun wrote:> Nice, put the link in docs/CompilerWriterInfo.rst please. >Done in r276788. -Krzysztof -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation