Displaying 6 results from an estimated 6 matches for "hlide".
Did you mean:
hide
2007 Jul 19
4
[LLVMdev] LLVM-MIPS
On 19/07/2007 01:29:18, Seung Jae Lee (lee225 at uiuc.edu) wrote:
> Somebody in this dev-list alreday did it with LLVM.
I guess you are speaking about Bruno Cardoso Lopes ? I can see there is
a MIPS implementation in LLVM repository but it looks like uncomplete
(that is, I'm not even sure it can compile any source). What I hope is
to have a complete MIPS implementation so I can adapt
2007 Jul 18
0
[LLVMdev] LLVM-MIPS
Somebody in this dev-list alreday did it with LLVM.
He seems to consult you.
---- Original message ----
>Date: Wed, 18 Jul 2007 22:29:02 +0200
>From: Hlide <hlide at free.fr>
>Subject: [LLVMdev] LLVM-MIPS
>To: llvmdev at cs.uiuc.edu
>
>Hi,
>
>I would like to know if a MIPS back-end of LLVM would be done soon or we
>may never see one.
>
>I'm looking for an alternative to psp-gcc and llvm-gcc4.2 seems to be a
&...
2007 Jul 19
0
[LLVMdev] LLVM-MIPS
Hi Hidle,
2007/7/19, Hlide <hlide at free.fr>:
>
> On 19/07/2007 01:29:18, Seung Jae Lee (lee225 at uiuc.edu) wrote:
> > Somebody in this dev-list alreday did it with LLVM.
>
> I guess you are speaking about Bruno Cardoso Lopes ? I can see there is
> a MIPS implementation in LLVM repository but it...
2016 Feb 27
1
X86 assembler cannot jump NEAR?
Is there any reason to prefer a NEAR jump to a SHORT jump if the
assembler deemed it is okay to keep it as a SHORT one?
The only reason you may want to have it as a NEAR jump is because you
need to alter the target of this jump to another address which may be
out of a byte range.
Regards
On 27/02/2016 06:00:54, Jun Koi via llvm-dev (llvm-dev at lists.llvm.org)
wrote:
> Hi,
>
>
2007 Jul 20
1
[LLVMdev] LLVM-MIPS
Selon Bruno Cardoso Lopes <bruno.cardoso at gmail.com>:
> Hi Hidle,
>
> Yes, it's not complete yet but i'm working on it.
> I can compile simple sources. As it's on a experimental
> stage i did not added the patch to the llvm autoconf files.
>
Right now, I tried the last mingwin binaries of llvm-gcc (downloaded from your
official website) : I compared the
2007 Jul 18
0
[LLVMdev] LLVM-MIPS
Hi,
I would like to know if a MIPS back-end of LLVM would be done soon or we
may never see one.
I'm looking for an alternative to psp-gcc and llvm-gcc4.2 seems to be a
good candidate.
Regards.