search for: release_400

Displaying 16 results from an estimated 16 matches for "release_400".

2017 Jun 03
2
building llvm_Rel400 on Scientific Linux (RHEL) 7.3 x86_64
...collections/yum-conf-softwarecollections-2.0-1.el7.noarch.rpm sudo yum install devtoolset-6 # See <http://linux.web.cern.ch/linux/centos7/docs/softwarecollections.shtml> scl enable devtoolset-6 bash mkdir $HOME/build export BASE=$HOME/build svn co http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_400/final/ $BASE/llvm_Rel400 cd $BASE/llvm_Rel400/tools svn co http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_400/final/ clang svn co http://llvm.org/svn/llvm-project/lld/tags/RELEASE_400/final/ lld svn co http://llvm.org/svn/llvm-project/polly/tags/RELEASE_400/final/ polly cd $BASE/llvm_Rel400/tool...
2017 Mar 25
5
Modules Maintaining or Removing
Hallo all, I was trying to Build LLVM with the cmake option LLVM_ENABLE_MODULES just out of curiosity. I used the RELEASE_400/final tag. It didn't work as I almost expected. So I'm wondering if the modulemaps aren't maintained anymore? If they aren't maintained anymore, why aren't they removed and that cmake option also removed?
2018 May 07
2
Compiling 3.13.2 under FreeBSD 11.1?
...ine-argument] cc: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument] fatal error: error in backend: A @@ version cannot be undefined cc: error: clang frontend command failed with exit code 70 (use -v to see invocation) FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0) Target: x86_64-unknown-freebsd11.1 # uname -a FreeBSD int-smtp-03 11.1-RELEASE-p8 FreeBSD 11.1-RELEASE-p8 #0 r330926: Wed Mar 14 13:45:45 CET 2018 root at int-build:/usr/obj/usr/src/sys/BSD112017110501VM amd64 # pkg info argp-standalone-1.3_3 Standalo...
2017 Jun 08
4
DICompileUnit duplication in LLVM 4.0.0?
...ng. Would someone be willing to point me in the right direction? The below minimized pass reproduces my issue in 4.0 with the following error: DICompileUnit not listed in llvm.dbg.cu !1707 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 4.0.0 (tags/RELEASE_400/final)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, imports: !1708) dsc-opt: /home/moconnor/Source/carte.git/llvm-carte/llvm-4.0.0/llvm/lib/IR/Verifier.cpp:4500: virtual bool {anonymous}::VerifierLegacyPass::doFinalization(llvm::Module&): Assertion `!V->ha...
2017 Jun 08
2
DICompileUnit duplication in LLVM 4.0.0?
...on? >> >> The below minimized pass reproduces my issue in 4.0 with the following >> error: >> >> DICompileUnit not listed in llvm.dbg.cu >> !1707 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, >> producer: "clang version 4.0.0 (tags/RELEASE_400/final)", isOptimized: >> true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, imports: !1708) >> dsc-opt: /home/moconnor/Source/carte.git/llvm-carte/llvm-4.0.0/llvm/lib/IR/Verifier.cpp:4500: >> virtual bool {anonymous}::VerifierLegacyPass::doFinalization(llvm::Module&...
2017 Aug 17
4
unable to emit vectorized code in LLVM IR
...ase,+fxsr,+lzcnt,+mmx,+movbe,+pclmul,+popcnt,+prefetchwt1,+rdrnd,+rdseed,+rtm,+sse,+sse2,+sse3,+sse4.1,+sse4.2,+ssse3,+x87,+xsave,+xsaveopt" "unsafe-fp-math"="false" "use-soft-float"="false" } !llvm.ident = !{!0} !0 = !{!"clang version 4.0.0 (tags/RELEASE_400/final)"} what to do? please help. On Thu, Aug 17, 2017 at 9:57 PM, Nemanja Ivanovic <nemanja.i.ibm at gmail.com> wrote: > Move the printf out of the loop and it should vectorize just fine. > > On Thu, Aug 17, 2017 at 6:52 PM, hameeza ahmed <hahmed2305 at gmail.com> &gt...
2018 May 07
0
Compiling 3.13.2 under FreeBSD 11.1?
...: argument unused during compilation: '-rdynamic' > [-Wunused-command-line-argument] > fatal error: error in backend: A @@ version cannot be undefined > cc: error: clang frontend command failed with exit code 70 (use -v to > see invocation) > FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on > LLVM 4.0.0) > Target: x86_64-unknown-freebsd11.1 > > # uname -a > FreeBSD int-smtp-03 11.1-RELEASE-p8 FreeBSD 11.1-RELEASE-p8 #0 > r330926: Wed Mar 14 13:45:45 CET 2018 > root at int-build:/usr/obj/usr/src/sys/BSD112017110501VM amd64 > > # pkg...
2017 Aug 17
2
unable to emit vectorized code in LLVM IR
...hwt1,+rdrnd,+ >> rdseed,+rtm,+sse,+sse2,+sse3,+sse4.1,+sse4.2,+ssse3,+x87,+xsave,+xsaveopt" >> "unsafe-fp-math"="false" "use-soft-float"="false" } >> >> !llvm.ident = !{!0} >> >> !0 = !{!"clang version 4.0.0 (tags/RELEASE_400/final)"} >> >> what to do? please help. >> >> >> On Thu, Aug 17, 2017 at 9:57 PM, Nemanja Ivanovic < >> nemanja.i.ibm at gmail.com> wrote: >> >>> Move the printf out of the loop and it should vectorize just fine. >>> >>&gt...
2017 Aug 17
4
unable to emit vectorized code in LLVM IR
...+sse2,+sse3,+sse4.1,+sse4.2,+ssse3,+x87,+xsave,+xsaveopt" >>>> "unsafe-fp-math"="false" "use-soft-float"="false" } >>>> >>>> !llvm.ident = !{!0} >>>> >>>> !0 = !{!"clang version 4.0.0 (tags/RELEASE_400/final)"} >>>> >>>> what to do? please help. >>>> >>>> >>>> On Thu, Aug 17, 2017 at 9:57 PM, Nemanja Ivanovic < >>>> nemanja.i.ibm at gmail.com> wrote: >>>> >>>>> Move the printf out of the...
2017 Aug 17
2
unable to emit vectorized code in LLVM IR
...+xsave,+xsaveopt" >>>>>> "unsafe-fp-math"="false" "use-soft-float"="false" } >>>>>> >>>>>> !llvm.ident = !{!0} >>>>>> >>>>>> !0 = !{!"clang version 4.0.0 (tags/RELEASE_400/final)"} >>>>>> >>>>>> what to do? please help. >>>>>> >>>>>> >>>>>> On Thu, Aug 17, 2017 at 9:57 PM, Nemanja Ivanovic < >>>>>> nemanja.i.ibm at gmail.com> wrote: >>>>&...
2017 Aug 17
2
unable to emit vectorized code in LLVM IR
...gt;>>> "unsafe-fp-math"="false" "use-soft-float"="false" } >>>>>>>> >>>>>>>> !llvm.ident = !{!0} >>>>>>>> >>>>>>>> !0 = !{!"clang version 4.0.0 (tags/RELEASE_400/final)"} >>>>>>>> >>>>>>>> what to do? please help. >>>>>>>> >>>>>>>> >>>>>>>> On Thu, Aug 17, 2017 at 9:57 PM, Nemanja Ivanovic < >>>>>>>> nemanja...
2017 Jan 18
19
[4.0.0 Release] Relase Candidate 1 has been tagged
Dear testers, 4.0.0-rc1 was just tagged from the branch, with r292377. There are still open merge requests and bugs, but I'd like to get the testing started to see what issues come up. Please build, test, and upload binaries to the sftp. Let me know how it goes. I'll upload source, docs, and your binaries to the web site once their ready. Thanks, Hans
2018 Aug 03
3
[7.0.0 Release] The release branch is open; trunk is now 8.0.0
On Fri, 3 Aug 2018 at 11:42, Martin J. O'Riordan via llvm-dev <llvm-dev at lists.llvm.org> wrote: > A few months ago I switched from using SVN for the LLVM project to using the GIT mono-repo, but I am still not particularly good at using GIT. How can I use the GIT command-line interface to select to the exact same set of sources used for the v7.0.0 branch, Do you mean the commit
2017 Aug 17
3
unable to emit vectorized code in LLVM IR
I want to vectorize the user given inputs. when opt does vectorization user supplied inputs (from a text file) will be added using AVX vector instructions. as you pointed; When i changed my code to following: int main(int argc, char** argv) { int a[1000], b[1000], c[1000]; int aa=atoi(argv[1]), bb=atoi(argv[2]); for (int i=0; i<1000; i++) { a[i]=aa, b[i]=bb; c[i]=a[i] + b[i];
2017 Sep 29
2
Trouble when suppressing a portion of fast-math-transformations
...le the transformation in this example, so the fact that the other ones didn't disable it is correct/desired.) Here is the old behavior for the above test-case, when some example sub-fast-math aspects are individually disabled: $ old/bin/clang --version | grep version clang version 4.0.0 (tags/RELEASE_400/final) $ old/bin/clang -c -O2 -o x.o assoc.cpp $ llvm-objdump -d x.o | grep "^ .*: " 0: f3 0f 58 c1 addss %xmm1, %xmm0 4: f3 0f 5c c1 subss %xmm1, %xmm0 8: c3 retq $ old/bin/clang -c -O2 -ffast-math -o x.o assoc.cpp $ llvm-objdump...
2017 Sep 29
0
Trouble when suppressing a portion of fast-math-transformations
...fact that the other ones didn't disable it is correct/desired.) > Here is > > the old behavior for the above test-case, when some example sub-fast-math > > aspects are individually disabled: > > $ old/bin/clang --version | grep version > > clang version 4.0.0 (tags/RELEASE_400/final) > > $ old/bin/clang -c -O2 -o x.o assoc.cpp > > $ llvm-objdump -d x.o | grep "^ .*: " > > 0: f3 0f 58 c1 addss %xmm1, %xmm0 > > 4: f3 0f 5c c1 subss %xmm1, %xmm0 > > 8: c3 retq > > $ old/bin/clang -c -O2 -ffa...