Displaying 6 results from an estimated 6 matches for "vfp2".
Did you mean:
vfp
2016 Oct 12
3
Dragon egg not recognizing Target ARM machine
...ided
In file included from
/gaia/class/student/seerangv/DRAGONEGG_DIR/src/Backend.cpp:28:0:
/gaia/class/student/seerangv/DRAGONEGG_DIR/include/arm/dragonegg/Target.h:256:59:
error: no matching function for call to
‘llvm::SubtargetFeatures::AddFeature(const char [5], bool)’
F.AddFeature("vfp2", TARGET_VFP && TARGET_HARD_FLOAT);
\
^
/gaia/class/student/seerangv/DRAGONEGG_DIR/src/Backend.cpp:464:3: note: in
expansion of macro ‘LLVM_SET_SUBTARGET_FEATURES’
LLVM_SET_SUBTARGET_FEATURES(CPU, Features);
^
/gaia/c...
2007 Sep 19
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
On Wed, Sep 19, 2007 at 05:24:12PM +1000, Emil Mikulic wrote:
> http://goanna.cs.rmit.edu.au/~emil/llvm2.1-check-debug.txt
Here's an ARM test that cores:
$ llvm-as < /home/emil/ll/llvm-2.1/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll | llc -march=arm -mattr=+v6,+vfp2
Segmentation fault (core dumped)
$ gdb `which llc` llc.core
[...]
(gdb) where
#0 0x0853d606 in llvm::ilist_traits<llvm::MachineInstr>::getNext (
N=0x5a5a5a5a) at MachineBasicBlock.h:37
#1 0x0854d807 in llvm::ilist_iterator<llvm::MachineInstr>::operator-- (
this=0xbfbfe880) at...
2007 Sep 19
4
[LLVMdev] 2.1 Pre-Release Available (testers needed)
On Tue, Sep 18, 2007 at 06:41:38PM +1000, Emil Mikulic wrote:
> The "make check" produced:
> === Summary ===
>
> # of expected passes 2209
> # of unexpected failures 41
> # of expected failures 5
> gmake[1]: *** [check-local] Error 1
> gmake[1]: Leaving directory `/home/emil/ll/objdir-llvm/test'
> gmake: ***
2009 Sep 25
0
[LLVMdev] LLVM Development on ARM
The Compilation error I am getting:
"Error while compiling ARMJITInfo.cpp..
Selected processor does not support fstmfdd
sp!,{d0,d1,d2,d3,d4,d5,d6,d7}....
On Thu, Sep 24, 2009 at 8:45 PM, kapil anand <kapilanand2 at gmail.com> wrote:
> Hi all,
>
> I have an ARM virtual machine with ubuntu and want to port LLVM over that.
> In release documents, ARM is not in the list of
2007 Sep 19
2
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...Wed, Sep 19, 2007 at 05:24:12PM +1000, Emil Mikulic wrote:
>> http://goanna.cs.rmit.edu.au/~emil/llvm2.1-check-debug.txt
>
> Here's an ARM test that cores:
>
> $ llvm-as < /home/emil/ll/llvm-2.1/test/CodeGen/ARM/2007-01-19-
> InfiniteLoop.ll | llc -march=arm -mattr=+v6,+vfp2
> Segmentation fault (core dumped)
>
> $ gdb `which llc` llc.core
> [...]
> (gdb) where
> #0 0x0853d606 in llvm::ilist_traits<llvm::MachineInstr>::getNext (
> N=0x5a5a5a5a) at MachineBasicBlock.h:37
> #1 0x0854d807 in
> llvm::ilist_iterator<llvm::MachineI...
2009 Sep 25
3
[LLVMdev] LLVM Development on ARM
Hi all,
I have an ARM virtual machine with ubuntu and want to port LLVM over that.
In release documents, ARM is not in the list of supported platforms. I tried
to compile LLVM on ARM platform and ran into an error.
Has anyone tried to port LLVM onto ARM before? Is it going to require lots
of changes?
Thanks
--Kapil
-------------- next part --------------
An HTML attachment was scrubbed...