Displaying 9 results from an estimated 9 matches for "m88k".
Did you mean:
m68k
2010 Oct 07
2
[LLVMdev] libcpu with m88k
...es llvm as the backend on my linux machine. I have a piece of
Motorola 88100 code (essentially the output of the 176.gcc benchmark
from SPEC CPU 2000) that I am trying to run using this emulator, but I
am running into errors when trying to run it.
Has anyone been able to successfully use the m88k emulator from
libcpu? Any suggestions/tips on how to get it working would be greatly
appreciated.
Thanks,
Pradeep.
2010 Oct 07
0
[LLVMdev] libcpu with m88k
...kend on my linux machine. I have a piece of
> Motorola 88100 code (essentially the output of the 176.gcc benchmark
> from SPEC CPU 2000) that I am trying to run using this emulator, but I
> am running into errors when trying to run it.
>
> Has anyone been able to successfully use the m88k emulator from
> libcpu? Any suggestions/tips on how to get it working would be greatly
> appreciated.
>
> Thanks,
> Pradeep.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://...
2013 Apr 16
1
update config.guess and config.sub to support aarch64
Hello,
would it be possible to update config.sub and config.guess to the latest versions (or at least version
from automake-1.13.1) in order to support new architectures based on the ARM 64 bit CPU?
Patch: http://plautrba.fedorapeople.org/openssh/openssh-latest-config.sub-config.guess.patch
Related Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=926284
Thanks,
Petr
2011 Oct 08
0
[LLVMdev] Recommended cpu emulator for OS X
Is there a recommended cpu emulator that I can use as a backend?
I just finish porting the libcpu project to llvm tot (3.0) enough so that it builds
without warnings, however I'm not sure if the result works (on OS X 10.7.1).
Seems like the fibonacci test only works for m88k, the others seem to continually
dump the module. Regardless since the project does not seem too active, I don't
want to bother going forward in my debugging effort; especially if project no longer
being used. Is libcpu recommended as a backend emulator? My purposes are
pedagogical in that I...
2004 May 05
0
[LLVMdev] Testing LLVM on OS X
...ontend/ppc/llvm-gcc/bin/gcc -c -o
insn-emit.o -DHOST_WORDS_BIG_ENDIAN -O3 insn-emit.c
/Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/gcc -c -o
insn-attrtab.o -DHOST_WORDS_BIG_ENDIAN -O3 insn-attrtab.c
/Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/gcc -c -o m88k.o
-DHOST_WORDS_BIG_ENDIAN -O3 m88k.c
/Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/gcc -c -o
getpwd.o -DHOST_WORDS_BIG_ENDIAN -O3 getpwd.c
/Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/gcc -c -o
convert.o -DHOST_WORDS_BIG_ENDIAN -O3 convert....
2017 Aug 23
1
[PATCH supermin] bin2s: make sure the data is aligned
Not all the architectures can cope correctly with unaligned data, and
thus the embedded init written is bogus (since it will contain random
padding at the beginning, and truncated of the same amount at the end).
To overcome that, make sure the rodata section with the embedded init
is always aligned to 8 bytes, which should work fine for both 32bit and
64bit architectures.
---
src/bin2s.pl | 1 +
2000 Apr 07
3
DG/UX R4.20MU03
Has anyone had any experience with ssh and DG/UX? I tried the ./configure and
it could not determine the hosttype. After that problem was worked-arounded I
get a LOT of warnings about declaring functions multiple times and then the
compile fails with:
packet.c: In function `packet_set_interactive':
packet.c:803: `IPTOS_LOWDELAY' undeclared (first use this function)
packet.c:803: (Each
2004 May 04
6
[LLVMdev] Testing LLVM on OS X
On Tue, 4 May 2004, Chris Lattner wrote:
> I suspect that a large reason that LLVM does worst than a native C
> compiler with the CBE+GCC is that LLVM generates very low-level C code,
> and I'm not convinced that GCC is doing a very good job (ie, without
> syntactic loops).
Yup, this is EXACTLY what is going on.
I took this very simple C function:
int Array[1000];
void test(int
2004 May 05
2
[LLVMdev] Testing LLVM on OS X
...c/bin/gcc -c -o
> insn-emit.o -DHOST_WORDS_BIG_ENDIAN -O3 insn-emit.c
> /Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/gcc -c -o
> insn-attrtab.o -DHOST_WORDS_BIG_ENDIAN -O3 insn-attrtab.c
> /Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/gcc -c -o m88k.o
> -DHOST_WORDS_BIG_ENDIAN -O3 m88k.c
> /Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/gcc -c -o
> getpwd.o -DHOST_WORDS_BIG_ENDIAN -O3 getpwd.c
> /Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/gcc -c -o
> convert.o -DHOST_WORDS_BIG_ENDIAN...