Displaying 8 results from an estimated 8 matches for "gorton".
Did you mean:
morton
2014 Sep 11
3
[LLVMdev] patch for DragonEgg 3.3
Hi - attached is a patch to enable building DragonEgg (x86_64) for LLVM3.3 and LLVM3.4. That is, add these changes to the 3.3 release, and it becomes possible to build DragonEgg against a llvm3.4 compiler.
Regards,
Richard Gorton
Cognitive Electronics
rcgorton at cog-e.com
----------
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: dragonegg_diff.txt
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140911/70d1a61c/attachment.txt>
2014 Sep 18
2
[LLVMdev] troubles with ISD::FPOWI
...llCallingConv(RTLIB::POWI_F32, CallingConv::C);
Which would seem to force the call to convert the i32 --> i64 just like any other call, but that did not work either
Any suggestions (is this a real bug? - when I give other 64-bit targets, they also bomb out (sparcv9, aarch64)
Regards,
Richard Gorton
Cognitive Electronics
www.cog-e.com
2015 Mar 12
2
[LLVMdev] Customize Standard C Library Using LLVM (to support llvm backend optimization)
2015-03-11 16:22 GMT-05:00 Richard Gorton <
rcgorton at cognitive-electronics.com>:
> I can confirm that musl builds and works correctly with clang/llvm. We
> are using musl as a libc for our architecture.
> It has a much smaller code footprint than newlib or glibc.
>
I successfully cross-compile the must-libc using c...
2015 Dec 11
0
Re: Which ISO format/layout does virt-builder expect?
[Please let's keep the replies on the list.]
On Fri, Dec 11, 2015 at 11:58:46AM +0000, Scott Gorton wrote:
> >ISOs are not modifiable by the Linux kernel :-( So none of the tools like guestfish,
> >virt-customize etc etc can work on them.
>
> I wasn't suggesting that virt-builder or any virt-* command attempt
> to manipulate the ISO. Instead, I was wondering if I shoul...
2015 Dec 10
3
Which ISO format/layout does virt-builder expect?
I'm running into a bit of trouble using virt-builder and I'm hoping that someone might be able to point in the right direction.
My build process creates a custom ISO image which is subsequently used to kickstart an Oracle X4-2 server using PXE. The ISO is a minimal install and contains a suite of packages and customization scripts to properly configure our box during first boot. The
2014 Jun 04
2
[LLVMdev] Guidance regarding a dummy project
Dear,
I am looking to build a compiler-assembler with a custom architecture.
I have a new Instruction set defined with me and I would like atleast my C
programs to get converted to assembly language corresponding to the custom
architecture.
I have been going through llvm and its resources on the web, Can any one of
you offer guidance about the above problem.
All I want is to develop a tool
2015 Mar 11
4
[LLVMdev] Customize Standard C Library Using LLVM (to support llvm backend optimization)
>
> FWIW, I build baremetal newlib for arm-eabi using clang, and it works. I
>> had to patch a few of the __attribute__((naked)) functions because they
>> were using pre-UAL asm syntax, but for the most part it "just works".
>>
>
I build the baremetal newlib using arm-none-eabi-gcc as well, but after
linking with the hello world program, it failed to run on
2014 Jun 08
1
Authentication Failure (newbie)
Greetings,
I'm am learning about running a mail server and I set up a brand new
Ubuntu 14.04 server with postfix and dovecot. I had some initial
problems with dovecot not starting, and then with not having proper
permissions/access to the various directories and files and pipes, etc,
and in the process starting to learn how this thing works.
After searching in web-land I seem to have