Changes between Initial Version and Version 1 of Ticket #36681


Ignore:
Timestamp:
Oct 21, 2012, 7:36:51 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36681

    • Property Cc jeremyhu@… removed
    • Property Owner changed from macports-tickets@… to jeremyhu@…
  • Ticket #36681 – Description

    initial v1  
    1 The llvm-3.2 release will officially support polly...[[BR]]
    2 [[BR]]
    3 http://llvm.org/docs/ReleaseNotes.html [[BR]]
    4 [[BR]]
    5 It would be helpful to add polly support to the existing llvm-3.2 package as it will allow[[BR]]
    6 debugging of http://llvm.org/bugs/show_bug.cgi?id=14140 by the Apple programmers.[[BR]]
    7 [[BR]]
    8 The instructions for building polly under llvm are at http://polly.llvm.org/get_started.html and[[BR]]
    9 will require an isl and cloog-isl package as well as gmp. As I mentioned before in the gcc48 tickets[[BR]]
    10 MacPorts really should provide isl/cloog-isl because ppl/cloog-ppl support is deprecated now in[[BR]]
    11 FSF gcc trunk.I would also note that Polly does work in llvm-3.2 under clang by using...[[BR]]
    12 [[BR]]
     1The llvm-3.2 release will officially support polly...
     2
     3http://llvm.org/docs/ReleaseNotes.html
     4
     5It would be helpful to add polly support to the existing llvm-3.2 package as it will allow
     6debugging of http://llvm.org/bugs/show_bug.cgi?id=14140 by the Apple programmers.
     7
     8The instructions for building polly under llvm are at http://polly.llvm.org/get_started.html and
     9will require an isl and cloog-isl package as well as gmp. As I mentioned before in the gcc48 tickets
     10MacPorts really should provide isl/cloog-isl because ppl/cloog-ppl support is deprecated now in
     11FSF gcc trunk.I would also note that Polly does work in llvm-3.2 under clang by using...
     12
     13{{{
    1314/sw/opt/llvm-3.2/bin/clang -Xclang -load -Xclang /sw/opt/llvm-3.2/lib/LLVMPolly.so -O3 -mllvm -polly himenoBMTxpa.c
     15}}}