search for: robey

Displaying 20 results from an estimated 33 matches for "robey".

Did you mean: obey
2009 May 24
3
[LLVMdev] Building LLVM with cmake on FreeBSD
Óscar Fuentes wrote: > Chuck Robey <chuckr at telenix.org> writes: > >>> Just checked that the makefiles generated by cmake work with `make' on >>> FreeBSD 7.2 x86. The build fails while building `opt' because libdl is >>> missing. >> They absolutely do work, even on FreeBSD-current...
2009 May 24
0
[LLVMdev] Building LLVM with cmake on FreeBSD
On 2009-05-24 20:38, Chuck Robey wrote: > Óscar Fuentes wrote: > >> Chuck Robey <chuckr at telenix.org> writes: >> >> >>>> Just checked that the makefiles generated by cmake work with `make' on >>>> FreeBSD 7.2 x86. The build fails while building `opt' because l...
2009 May 25
1
[LLVMdev] Building LLVM with cmake on FreeBSD
Török Edwin wrote: > On 2009-05-24 20:38, Chuck Robey wrote: >> Óscar Fuentes wrote: >> >>> Chuck Robey <chuckr at telenix.org> writes: >>> >>> >>>>> Just checked that the makefiles generated by cmake work with `make' on >>>>> FreeBSD 7.2 x86. The build fails while...
2009 May 20
2
[LLVMdev] Arm port
Bob Wilson wrote: > On May 20, 2009, at 1:38 PM, Chuck Robey wrote: >> Hmm. Well, my motivation is that I recently bought a Pandora (it >> has the >> Cortex-A8). It's not going to arrive here for a couple more months, >> I think. >> When it does finally arrive, I want to be able to immediately begin >> work on...
2009 May 20
1
[LLVMdev] Arm port
.... Unfortunately, I concentrated in OSes when I was in school. I did get a piece of luck, and was able to pick up a copy of that great compiler book, cheaply, even (that guy didn't ever want to be reminded what compilers were!) > > deep > > On Wed, May 20, 2009 at 3:13 PM, Chuck Robey <chuckr at telenix.org> wrote: >> Bob Wilson wrote: >>> On May 20, 2009, at 1:38 PM, Chuck Robey wrote: >>>> Hmm. Well, my motivation is that I recently bought a Pandora (it >>>> has the >>>> Cortex-A8). It's not going to arrive here fo...
2009 May 20
0
[LLVMdev] Arm port
The Nokia N800 is an OMAP 2420 which is an ARM11. If you want an OMAP 3530 today, I think the cheapest route is the Beagleboard. deep On Wed, May 20, 2009 at 3:13 PM, Chuck Robey <chuckr at telenix.org> wrote: > Bob Wilson wrote: >> On May 20, 2009, at 1:38 PM, Chuck Robey wrote: >>> Hmm.  Well, my motivation is that I recently bought a Pandora (it >>> has the >>> Cortex-A8).  It's not going to arrive here for a couple more mont...
2009 May 22
3
[LLVMdev] Arm port
----- Original Message ---- > From: Chuck Robey <chuckr at telenix.org> > To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Sent: Friday, May 22, 2009 9:22:53 AM > Subject: Re: [LLVMdev] Arm port > > OK, I've got enough to go on with, and I'm getting ready right now to begin > reading the dragon bo...
2009 May 23
0
[LLVMdev] Building LLVM with cmake on FreeBSD
Chuck Robey <chuckr at telenix.org> writes: >> Just checked that the makefiles generated by cmake work with `make' on >> FreeBSD 7.2 x86. The build fails while building `opt' because libdl is >> missing. > > They absolutely do work, even on FreeBSD-current( I run that her...
2009 May 21
6
[LLVMdev] Arm port
...en tool and it's domain-specific language. Start by looking at llvm/lib/Target/ARM/ARMInstrInfo.td and seeing how the basic instructions are matched. For armv7/armv7a, a new file will want to be created similar to how ARMInstrVFP.td is sequestered. deep On Thu, May 21, 2009 at 2:40 PM, Chuck Robey <chuckr at telenix.org> wrote: > Christophe Avoinne wrote: >> Hi, >> >> - Cortex-A8 needs a specific instruction scheduler as dual issue forces >> you to interleave some instructions to allow to run two instructions in >> the same cycle for the best performanc...
2009 May 23
1
[LLVMdev] Arm port
On May 22, 2009, at 1:37 PM, Chuck Robey wrote: > I *really* hate the idea of getting into yet another discussion > about yet > another new make system I agree. While I too like 'make' (particularly with the gnu extensions :), it does not cut it for us on windows. If there are problems with cmake that are prevent...
2009 May 26
1
[LLVMdev] Building LLVM with cmake on FreeBSD
@Chuck Robey Before you pass judgment on CMake quit using those existing makefiles or the configure scripts. They are NOT GENERATED BY CMAKE. Start by downloading CMAKE from http://cmake.org/ and continue the process outlined in the build instructions that we keep trying to tell you to use and you keep ignor...
2009 May 23
3
[LLVMdev] Building LLVM with cmake on FreeBSD
Óscar Fuentes wrote: > [snip] > >> Just to clarify things: have you *tried* to build LLVM with the >> makefiles generated by cmake on your BSD system? > > Just checked that the makefiles generated by cmake work with `make' on > FreeBSD 7.2 x86. The build fails while building `opt' because libdl is > missing. > They absolutely do work, even on
2009 May 24
3
[LLVMdev] Building LLVM with cmake on FreeBSD
Hi, Óscar Fuentes wrote: > Chuck Robey <chuckr at telenix.org> writes: > > >>> Just checked that the makefiles generated by cmake work with `make' on >>> FreeBSD 7.2 x86. The build fails while building `opt' because libdl is >>> missing. >>> >> They absolutely do wo...
2009 May 20
0
[LLVMdev] Arm port
On May 20, 2009, at 1:38 PM, Chuck Robey wrote: > Hmm. Well, my motivation is that I recently bought a Pandora (it > has the > Cortex-A8). It's not going to arrive here for a couple more months, > I think. > When it does finally arrive, I want to be able to immediately begin > work on > replacing the Linux...
2009 May 21
0
[LLVMdev] Arm port
...having the problem of interfering dependencies, but I'm not sure it means that A8 support would be included in A9 support. For school once, I wrote a CPU emulator, and it had multiple issue. Hellacious dependency checking problems. > deep > > On Thu, May 21, 2009 at 2:40 PM, Chuck Robey <chuckr at telenix.org> wrote: >> Christophe Avoinne wrote: >>> Hi, >>> >>> - Cortex-A8 needs a specific instruction scheduler as dual issue forces >>> you to interleave some instructions to allow to run two instructions in >>> the same cycle...
2009 May 22
2
[LLVMdev] Arm port
Chuck Robey <chuckr at telenix.org> writes: [snip] > Someone said that maybe CMake is already compatible with BSD make, so > I quicly went into one of your Makefiles and took out the first > incompatibility I found. Means ONLY that CMake != BSD Make, that's > all. Looks to me to be a...
2009 May 21
2
[LLVMdev] Arm port
...the latter has no support ARMv7. The main advantage about LLVM is for its ability to produce in run-time a native code unlike GCC. But the result would be very suboptimal for some goals. On 20/05/2009 23:02:51, Bob Wilson (bob.wilson at apple.com) wrote: > On May 20, 2009, at 1:38 PM, Chuck Robey wrote: > > Hmm. Well, my motivation is that I recently bought a Pandora (it > > has the > > Cortex-A8). > It's not going to arrive here for a couple more months, > > I think. > > When it does finally arrive, I want to be able to immediately begin > &gt...
2009 May 25
0
[LLVMdev] Building LLVM with cmake on FreeBSD
Paul Melis wrote: > Hi, > > Óscar Fuentes wrote: >> Chuck Robey <chuckr at telenix.org> writes: >> >> >>>> Just checked that the makefiles generated by cmake work with `make' on >>>> FreeBSD 7.2 x86. The build fails while building `opt' because libdl is >>>> missing. >>>> >&g...
2009 May 20
2
[LLVMdev] Arm port
Sandeep Patel wrote: > I am currently working on support for the Cortex-A9, but as all > compiler testing is more easily done on an Cortex-A8 today, A8 support > is implicit. > > What specific ISA changes are you most interested in? Are you able to > develop patches if we coordinate which areas to work on? Hmm. Well, my motivation is that I recently bought a Pandora (it has
2009 May 22
0
[LLVMdev] Arm port
Samuel Crow wrote: > > > > > ----- Original Message ---- >> From: Chuck Robey <chuckr at telenix.org> >> To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> >> Sent: Friday, May 22, 2009 9:22:53 AM >> Subject: Re: [LLVMdev] Arm port >> >> OK, I've got enough to go on with, and I'm getting ready right now to begin >&g...