search for: llmv

Displaying 20 results from an estimated 75 matches for "llmv".

2011 Oct 17
0
[LLVMdev] LLVM Build Bot failure on llmv-x86_64-ubuntu
Looks like pinsr is not being generated on llvm-x86_64-ubuntu... jabbey at davinci:~$ /home/jabbey/src/osuosl/buildbot/sandbox/llvm-x86_64-ubuntu/llvm-x86_64-ubuntu/llvm/Debug+Asserts/bin/llc < /home/jabbey/src/osuosl/buildbot/sandbox/llvm-x86_64-ubuntu/llvm-x86_64-ubuntu/llvm/test/CodeGen/X86/mmx-pinsrw.ll -mtriple=x86_64-linux -mattr=+mmx,+sse2 produces: .file "<stdin>"
2012 Nov 16
1
[LLVMdev] LLMV demo page
Hello all, I was playing with the demo and found that I couldn't use any c++11: warning: 'noexcept' is a keyword in C++11 [-Wc++11-compat] I was wondering if the demo will be updated to LLVM/Clang 3.2 once that finishes, and if it would be possible to enable c++11 support. Thanks, -Stephen -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Jan 13
2
Convert commands in make to llmv commands for code analysis
This URL mentions using LLVM IR to perform code analysis. https://stackoverflow.com/questions/9939794/how-to-use-llvm-to-generate-a-call-graph But the first problem to solve is how to convert the commands used in Makefiles to the corresponding LLVM commands. https://pastebin.com/RcnA14Qa The above URL shows the makefile screen output from the bash source code. Where `gcc -c`, `gcc` (link with
2010 Apr 19
4
[LLVMdev] Problem with the installation of llvm gcc
....2 from the svn I flow the instructions of this page http://llvm.org/docs/GCCFEBuildInstrs.html I did the installation of LLVM and LLVM GCC well but the problem is there is no llvm-gcc at the end of instalation !!! ?? I mean in the /usr/local/bin/ there are all the commands of llvm (lli llc llvmc llmv-mc .... ) execpt llvm-gcc !! Please can you tell me what I did wrong Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100419/685e6d73/attachment.html>
2008 Oct 30
4
[LLVMdev] global symbols converted to local symbols
I have a bitcode file x.bc. When I run llmv-nm on x.bc, it shows that a function f(), that I've written, is defined as a global function (text) object, i.e., llvm-nm shows it marked with a 'T'. I have converted x.bc to an executable with the following command: llvm-ld -native -o x.exe x.bc When I run nm on x.exe, it shows...
2016 Jun 13
3
LLVM APT packages - when will they be back?
Hi, Our tool SMACK (https://github.com/smackers/smack/) relies on installing LLMV from APT packages that used to be provided here: http://llvm.org/apt/ This link has been down for several weeks at this point (I think). Do you have a rough estimate for when you will bring this back? Our users are having trouble installing SMACK due to the above problem, and so I am wondering if...
2012 Jun 13
2
[LLVMdev] LLVM target specific built-ins
Hi all, Does someone knows if there is an easy way to list LLMV built-ins that are target specific ? For instance I would like to know all LLVM built-ins that are implemented for ARM NEON unit, how can I list them ? get their prototype ? Thanks for your answers Best Regards Seb -------------- next part -------------- An HTML attachment was scrubbed... URL: <...
2009 Feb 20
7
[LLVMdev] 2.5 Pre-release2 available for testing
...pile llvm-gcc source or use llvm-gcc binary (please compile llvm-gcc with fortran if you can). 2) Run make check, send me the testrun.log 3) Run "make TEST=nightly report" and send me the report.nightly.txt 4) Please provide details on what platform you compiled LLVM on, how you built LLMV (src == obj, or src != obj), gcc version, and if you compiled llvm-gcc with support for fortran. The more details, the better. Please COMPLETE ALL TESTING BY end of the day on Feb. 28th! We hope to have the final release out on 3/2/2009 (assuming no new regressions). Thanks, Tanya Lattner...
2013 Feb 08
2
[LLVMdev] Is there any llvm neon intrinsic that maps to vmla.f32 instruction ?
Hi all, Everything is in the tile, I would like to enforce generation of vmla.f32 instruction for scalar operations on cortex-a9, so is there a LLMV neon intrinsic available for that ? Thanks for your answers Best Regards Seb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130208/84f4d453/attachment.html>
2008 Oct 30
0
[LLVMdev] global symbols converted to local symbols
...if I first convert x.bc to a c file using llc -march=c -o x.c x.bc, and then I use normal gcc to convert x.c to an executable, f() remains a global symbol. Is llvm-nm incorrectly converting the global symbols to local symbols? Ryan M. Lefever wrote: > I have a bitcode file x.bc. When I run llmv-nm on x.bc, it shows that a > function f(), that I've written, is defined as a global function (text) > object, i.e., llvm-nm shows it marked with a 'T'. I have converted x.bc > to an executable with the following command: llvm-ld -native -o x.exe > x.bc When I run nm...
2008 May 19
2
[LLVMdev] 2.3 Pre-release available for testing
...1) Download/compile llvm source, and either compile llvm-gcc source or use llvm-gcc binary. 2) Run make check, send me the testrun.log 3) Run "make TEST=nightly report" and send me the report.nightly.txt 4) Please provide details on what platform you compiled LLVM on and how you built LLMV (src == obj, or src != obj) Right now, I am aware of several regression on Linux (x86) and Darwin (x86 and ppc). I'll be filing bugs for these shortly and the patches will be incorporated into the release branch. Please COMPLETE ALL TESTING BY end of the day on May 21st! Thanks, Tanya Latt...
2010 Apr 19
0
[LLVMdev] Problem with the installation of llvm gcc
...ctions of this page > http://llvm.org/docs/GCCFEBuildInstrs.html > > I did the installation of LLVM and LLVM GCC well but the problem is > there is no llvm-gcc at the end of instalation !!! ?? > I mean in the /usr/local/bin/ there are all the commands of llvm (lli > llc llvmc llmv-mc .... ) execpt llvm-gcc !! > > Please can you tell me what I did wrong 1) Did you type "make install" at the end of the llvm-gcc compilation? 2) What did you set the prefix to when configuring llvm-gcc? Was it /usr/local? 3) Did you use the -program-prefix=llvm- option when r...
2012 Jun 13
0
[LLVMdev] LLVM target specific built-ins
...ry. Micah From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Sebastien DELDON-GNB Sent: Wednesday, June 13, 2012 6:16 AM To: LLVMdev at cs.uiuc.edu Subject: [LLVMdev] LLVM target specific built-ins Hi all, Does someone knows if there is an easy way to list LLMV built-ins that are target specific ? For instance I would like to know all LLVM built-ins that are implemented for ARM NEON unit, how can I list them ? get their prototype ? Thanks for your answers Best Regards Seb -------------- next part -------------- An HTML attachment was scrubbed... URL: <...
2009 Feb 21
0
[LLVMdev] 2.5 Pre-release2 available for testing
...use > llvm-gcc binary *(please compile llvm-gcc with fortran if you can).* > 2) Run make check, send me the testrun.log > 3) Run "make TEST=nightly report" and send me the report.nightly.txt > 4) Please provide details on what platform you compiled LLVM on, how you > built LLMV (src == obj, or src != obj), gcc version, and if you compiled > llvm-gcc with support for fortran. The more details, the better. > Cygwin with GCC 3.4.4 is failing llvm-gcc-4.2-2.5 with :- cc1plus: error: unrecognized command line option "-Wno-variadic-macros" Is anyone test...
2013 Feb 11
3
[LLVMdev] Is there any llvm neon intrinsic that maps to vmla.f32 instruction ?
Hi Renato, Indeed problem is with generation of vmla.f64. Affected benchmark is MILC from SPEC 2006 suite and disabling vmlx forwarding gives a 10% speed-up on complete benchmark execution ! So it is worth a try. Now going back to vmla generation through LLMV intrinsic usage. I've looked at .td file and it seems to me that when there is a "pattern" to generate instruction, no intrinsic is defined to generate it, correct ? Is it possible for an instruction that is generated through a "pattern" to add also an LLVM intrinsic. My goa...
2009 Apr 28
3
[LLVMdev] how to resolve llvm exception IR?
...] 71 br i1 %4, label %bb, label %Unwind 72 73 Unwind: ; preds = %lpad 74 tail call void @_Unwind_Resume(i8* %eh_ptr) 75 unreachable 76 } here at line 48 can throw an exception? my another problem : are there any different of above two llmv-ir on handle c++ exception ? best regards zhangzw 2009-4-28
2008 May 20
2
[LLVMdev] 2.3 Pre-release available for testing
...source or use >> llvm-gcc binary. >> 2) Run make check, send me the testrun.log >> 3) Run "make TEST=nightly report" and send me the report.nightly.txt >> 4) Please provide details on what platform you compiled LLVM on >> and how >> you >> built LLMV (src == obj, or src != obj) >> >> Right now, I am aware of several regression on Linux (x86) and >> Darwin (x86 >> and >> ppc). I'll be filing bugs for these shortly and the patches will be >> incorporated into the release branch. >> >> Please C...
2013 Feb 08
0
[LLVMdev] Is there any llvm neon intrinsic that maps to vmla.f32 instruction ?
On 8 February 2013 10:40, Sebastien DELDON-GNB <sebastien.deldon at st.com>wrote: > Hi all,**** > > ** ** > > Everything is in the tile, I would like to enforce generation of vmla.f32 > instruction for scalar operations on cortex-a9, so is there a LLMV neon > intrinsic available for that ?**** > > Hi Sebastien, LLVM doesn't use intrinsics when there is a clear way of representing the same thing on standard IR. In the case of VMLA, it is generated from a pattern: %mul = mul <N x type> %a, %b %sum = add <N x type> %mul,...
2010 Apr 19
0
[LLVMdev] Problem with the installation of llvm gcc
...nstructions of this page > http://llvm.org/docs/GCCFEBuildInstrs.html > > I did the installation of LLVM and LLVM GCC well but the problem is there is > no llvm-gcc at the end of instalation !!! ?? > I mean in the /usr/local/bin/ there are all the commands of llvm (lli llc > llvmc llmv-mc .... ) execpt llvm-gcc !! > > Please can you tell me what I did wrong > > Thank you > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/l...
2008 May 20
0
[LLVMdev] 2.3 Pre-release available for testing
...urce, and either compile llvm-gcc source or use > llvm-gcc binary. > 2) Run make check, send me the testrun.log > 3) Run "make TEST=nightly report" and send me the report.nightly.txt > 4) Please provide details on what platform you compiled LLVM on and how > you > built LLMV (src == obj, or src != obj) > > Right now, I am aware of several regression on Linux (x86) and Darwin (x86 > and > ppc). I'll be filing bugs for these shortly and the patches will be > incorporated into the release branch. > > Please COMPLETE ALL TESTING BY end of the day...