search for: pandaboard

Displaying 20 results from an estimated 49 matches for "pandaboard".

2011 Jun 15
2
[LLVMdev] Inconsistency between LLVM Jit and pandaboard
Hi all, I'm one of the developers of the Jade project, a Jit decoder running with LLVM 2.9. We are currently testing our decoder on a pandaboard<http://pandaboard.org/> based on an OMAP 4430 and the Jit compilation seems to crash once there is a call to a function in the LLVM IR. We have already tested this issue with lli in its 2.9 version, and this bug still stays the same. LLVM 2.9, including lli, has been compiled on the board wit...
2011 Jun 27
1
[LLVMdev] Recommended GCC version for ARM/Linux platform for LLVM compilation.
...ad it from their website. > > cheers, > --renato > Hi Renato, I'm not sure if this is not misunderstanding. As far as I know, CodeSourcery provides cross-compilers for ARM platforms and not native compilers. In my case I'm talking about native compiler running on Cortex-A9 (PandaBoard) and compiling LLVM directly on PandaBoard... The test cases I'm talking about are those which are directly packed in LLVM (test subdirectory) so you compile LLVM and then just invoke `make check' to test the build ... Thanks, Karel
2011 Jul 08
3
[LLVMdev] LLVM on ARM testing.
...> revision when it started failing. (We have an ARM buildbot at > http://google1.osuosl.org:8011/builders/clang-native-arm-cortex-a9 , > but the JIT was already broken when it was set up.) I've used my i.MX53 board to get this, but I'm returning it today back to Freescale and my pandaboard is testing GHC performance so I'll not be able to get to this again earlier than next week. Anyway, JIT failures happens somewhere between 131458 (which is OK) and 131466 (where JIT tests fail). Let me know if this is enough or I shall continue to point to the culprit revision directly. Th...
2012 Apr 14
2
[LLVMdev] About LLVM 3.1 ARM testing
Hi all, Since the 3.1 testing day is coming and be a ARM tester, I would like to make sure everything is O.K. so that we don't waste the precious time. As discussed on the ML before, I plan to cross compile LLVM/Clang first, then run regression test and test suite on the pandaboards. Could someone help me check to see if I miss something? Thanks! Here is the pandaboard configuration, --- $ uname -a Linux arm2 2.6.38-1208-omap4 #11-Ubuntu SMP PREEMPT Fri Apr 15 16:34:35 UTC 2011 armv7l armv7l armv7l GNU/Linux $ gcc -v gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) $ ld -...
2012 Sep 11
2
[LLVMdev] Stuck on linking llc on ARM
Hi Óscar, On Tue, Sep 11, 2012 at 04:45:23AM +0200, Óscar Fuentes wrote: > "陳韋任 (Wei-Ren Chen)" <chenwj at iis.sinica.edu.tw> writes: > > > I have been stuck on compiling LLVM/Clang (r163485) on pandaboard which has > > following configuration, > > > > - Ubuntu 11.04 + 1G Mem + 1G Swap + 32G SD card > > - GCC 4.5.2 > > - GNU gold (GNU Binutils for Ubuntu 2.21.0.20110327) 1.11 > > > > The compiling process stucks on linking llc, I am pretty surprised on...
2011 Jul 08
0
[LLVMdev] LLVM on ARM testing.
...started failing.  (We have an ARM buildbot at >> http://google1.osuosl.org:8011/builders/clang-native-arm-cortex-a9 , >> but the JIT was already broken when it was set up.) > > I've used my i.MX53 board to get this, but I'm returning it today back to > Freescale and my pandaboard is testing GHC performance so I'll not be able > to get to this again earlier than next week. > > Anyway, JIT failures happens somewhere between 131458 (which is OK) and > 131466 (where JIT tests fail). Let me know if this is enough or I shall > continue to point to the culprit r...
2012 Sep 11
2
[LLVMdev] Stuck on linking llc on ARM
Hi all, I have been stuck on compiling LLVM/Clang (r163485) on pandaboard which has following configuration, - Ubuntu 11.04 + 1G Mem + 1G Swap + 32G SD card - GCC 4.5.2 - GNU gold (GNU Binutils for Ubuntu 2.21.0.20110327) 1.11 The compiling process stucks on linking llc, I am pretty surprised on this. Anyone has similar issue or any idea? Thanks! Regards, chenwj...
2013 Oct 01
3
[LLVMdev] Implementing the ARM NEON Intrinsics for PowerPC
Hello LLVM Devs, Thanks for helping me previously to cross-compile for ARM, I managed to get a working toolchain and am currently having fun compiling different toy problems and running them on a pandaboard. As part of my research I am trying to implement the ARM NEON Intrinsics in the PowerPC LLVM backend. I am still at the beginning of my efforts and am not yet familiar with either the ARM or the PowerPC backends. After I started investigating the code and found out that in total it is more than 10...
2012 Sep 19
4
[LLVMdev] How to use MCJIT by default for a target
...ld-bots (assert in lli), |perhaps this is what you are referring to. | |If I can verify that the tests pass when using MCJIT is there any |interest in fixing it? Obviously if they still break with MCJIT there |is something which definitely needs fixed. Yep, this is the issue. Running on an ARM pandaboard I can confirm that it's due to issues with the old JIT in general which are fixed in MCJIT, and nothing to do with the profiling code being tested, as discussed in this thread: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120910/150406. html As you can see, I'm very inter...
2014 Dec 11
2
[LLVMdev] Debugging on unavailable hardware
Hi Renato, Thank you very much for the directions, I am going to recommit my fix. What are hardware used in buildbots? Are these common boards like PandaBoard or some thing special? What is RAM installed? Thanks, --Serge 2014-12-11 2:36 GMT+06:00 Renato Golin <renato.golin at linaro.org>: > On 10 December 2014 at 19:06, Serge Pavlov <sepavloff at gmail.com> wrote: > > In revision 223114 I committed a fix to clang project. It cause...
2013 Sep 26
2
[LLVMdev] ARM NEON intrinsics in clang
...Renato, It turned out I just didn't do the cross-compilation correctly, and Tim Northover already pointed me to a guide you have written on it ( http://clang.llvm.org/docs/CrossCompilation.html), so I will read that before continuing with my efforts. To answer your question I am testing on a pandaboard currently, which has an arm cortex-a9 processor, which I think is 64-bit. I am much happy to compile the latest code and am successfully doing so. I tried to compile release 2.9, as I (wrongly) believed that I need llvm-gcc in order to compile NEON code on LLVM. Tim's minimalist example worke...
2011 May 26
1
[LLVMdev] New clang builder
Hello, A new clang builder added to osusl buildbot: http://google1.osuosl.org:8011/builders/clang-native-arm-cortex-a9 It's pandaboard with cortex-a9 runnibg Ubuntu 11.04. It builds Ok, but few test fail and need attention. Please take a look and let me know if someone will need more information or intermediate files to fix that. Thanks Galina
2011 Jun 26
2
[LLVMdev] Recommended GCC version for ARM/Linux platform for LLVM compilation.
Hello, I'm trying to find myself, but anyway, I'm curious what's the recommended GNU C++ version for LLVM compilation on ARM/Linux platform? I'm using various version of Ubuntu and so far the best compiler I found was 4.4.1 (Ubuntu 4.4.1-4ubuntu9)[1]. With this and with just -O1 as optimize option I've been able to get to 1 failing testcase. Other tested were 4.4.3 and
2011 Jun 27
0
[LLVMdev] Recommended GCC version for ARM/Linux platform for LLVM compilation.
On 26 June 2011 10:16, Karel Gardas <karel.gardas at centrum.cz> wrote: > So I'm curious what's *the* recommended compiler on this platform which > LLVM development is using? Hi Karel, I'm not sure what test cases you're talking about, but we use CodeSourcery's GCC and binutils (latests, not stable, because of new core support) and it works a treat. You can
2012 Apr 14
0
[LLVMdev] About LLVM 3.1 ARM testing
...Since the 3.1 testing day is coming and be a ARM tester, I would like to > make > sure everything is O.K. so that we don't waste the precious time. As > discussed > on the ML before, I plan to cross compile LLVM/Clang first, then run > regression > test and test suite on the pandaboards. Could someone help me check to see > if I > miss something? Thanks! > Ubuntu on ARM is softfp, right? How about testing hardfp with a distribution like ArchLinuxArm? > Here is the pandaboard configuration, > > --- > $ uname -a > Linux arm2 2.6.38-1208-omap4 #11-Ubuntu...
2012 May 13
1
[LLVMdev] Request for Help: Teach ARM target to auto-detect cpu / subtarget features
...ib/Support/Host.cpp. X86 has an implementation of sys::getHostCPUName(), but everything else just uses the: > > std::string sys::getHostCPUName() { > return "generic"; > } > > implementation. I tried to let it return "armv7l" or "cortex-a9" on pandaboard, but the bitcode output by clang still has target triple = "armv4t-unknown-linux-gnueabi" not what I expect target triple = "armv7l-unknown-linux-gnueabi" Do I miss something? Thanks. Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Informati...
2012 Sep 11
0
[LLVMdev] Stuck on linking llc on ARM
"陳韋任 (Wei-Ren Chen)" <chenwj at iis.sinica.edu.tw> writes: > I have been stuck on compiling LLVM/Clang (r163485) on pandaboard which has > following configuration, > > - Ubuntu 11.04 + 1G Mem + 1G Swap + 32G SD card > - GCC 4.5.2 > - GNU gold (GNU Binutils for Ubuntu 2.21.0.20110327) 1.11 > > The compiling process stucks on linking llc, I am pretty surprised on > this. Anyone has similar issue...
2012 Sep 21
0
[LLVMdev] How to use MCJIT by default for a target
> Yep, this is the issue. Running on an ARM pandaboard I can confirm that it's > due > to issues with the old JIT in general which are fixed in MCJIT, and nothing > to do > with the profiling code being tested, as discussed in this thread: > > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120910/150406. > html...
2012 Sep 11
0
[LLVMdev] Stuck on linking llc on ARM
On Tue, Sep 11, 2012 at 04:45:23AM +0200, Óscar Fuentes wrote: > "陳韋任 (Wei-Ren Chen)" <chenwj at iis.sinica.edu.tw> writes: > > > I have been stuck on compiling LLVM/Clang (r163485) on pandaboard which has > > following configuration, > > > > - Ubuntu 11.04 + 1G Mem + 1G Swap + 32G SD card > > - GCC 4.5.2 > > - GNU gold (GNU Binutils for Ubuntu 2.21.0.20110327) 1.11 > > > > The compiling process stucks on linking llc, I am pretty surprised on...
2013 Sep 26
0
[LLVMdev] ARM NEON intrinsics in clang
On 26 September 2013 17:52, Stanislav Manilov <stanislav.manilov at gmail.com>wrote: > To answer your question I am testing on a pandaboard currently, which has > an arm cortex-a9 processor, which I think is 64-bit. > Cortex-A9 is still 32-bits, so you'll have all support you need. ;) however it doesn't if I remove the -ffreestanding flag. I need to figure > this out next. > Can you at least assemble the file to...