Re: mips patch for devel/llvm

2012-08-30 Thread Brad Smith
On Tue, Aug 21, 2012 at 02:48:59PM -0400, Brian Callahan wrote: > I noticed that devel/llvm now has target support for mips64 and > mips64el. The following patch is needed for those two archs. LLVM > builds and seems to work OK from my admittedly basic testing on > mips64el. > > Clang builds only

Re: mips patch for devel/llvm

2012-08-23 Thread Brian Callahan
On Thu, 23 Aug 2012, Brad Smith wrote: On Thu, Aug 23, 2012 at 11:24:36AM -0400, Brian Callahan wrote: To comment on my other build issue: when building src/lib/Target/Mips/MipsJITInfo.cpp I get a whole lot of assembler messages with illegal operands. Yes, this is where Jasper had reported

Re: mips patch for devel/llvm

2012-08-23 Thread Brad Smith
On Thu, Aug 23, 2012 at 11:24:36AM -0400, Brian Callahan wrote: > To comment on my other build issue: > when building src/lib/Target/Mips/MipsJITInfo.cpp > I get a whole lot of assembler messages with illegal operands. Yes, this is where Jasper had reported an issue when I had asked him to build o

Re: mips patch for devel/llvm

2012-08-23 Thread Brian Callahan
On Thu, 23 Aug 2012, Brad Smith wrote: On Thu, Aug 23, 2012 at 09:37:44PM +1000, Jonathan Gray wrote: On Thu, Aug 23, 2012 at 07:33:37AM -0400, Brad Smith wrote: On Thu, Aug 23, 2012 at 09:30:03PM +1000, Jonathan Gray wrote: On Thu, Aug 23, 2012 at 01:11:24AM -0400, Brad Smith wrote: On Th

Re: mips patch for devel/llvm

2012-08-23 Thread Brad Smith
On Thu, Aug 23, 2012 at 09:37:44PM +1000, Jonathan Gray wrote: > On Thu, Aug 23, 2012 at 07:33:37AM -0400, Brad Smith wrote: > > On Thu, Aug 23, 2012 at 09:30:03PM +1000, Jonathan Gray wrote: > > > On Thu, Aug 23, 2012 at 01:11:24AM -0400, Brad Smith wrote: > > > > On Thu, Aug 23, 2012 at 02:56:16P

Re: mips patch for devel/llvm

2012-08-23 Thread Jonathan Gray
On Thu, Aug 23, 2012 at 07:33:37AM -0400, Brad Smith wrote: > On Thu, Aug 23, 2012 at 09:30:03PM +1000, Jonathan Gray wrote: > > On Thu, Aug 23, 2012 at 01:11:24AM -0400, Brad Smith wrote: > > > On Thu, Aug 23, 2012 at 02:56:16PM +1000, Jonathan Gray wrote: > > > > On Tue, Aug 21, 2012 at 02:48:59P

Re: mips patch for devel/llvm

2012-08-23 Thread Brad Smith
On Thu, Aug 23, 2012 at 09:30:03PM +1000, Jonathan Gray wrote: > On Thu, Aug 23, 2012 at 01:11:24AM -0400, Brad Smith wrote: > > On Thu, Aug 23, 2012 at 02:56:16PM +1000, Jonathan Gray wrote: > > > On Tue, Aug 21, 2012 at 02:48:59PM -0400, Brian Callahan wrote: > > > > I noticed that devel/llvm now

Re: mips patch for devel/llvm

2012-08-23 Thread Jonathan Gray
On Thu, Aug 23, 2012 at 01:11:24AM -0400, Brad Smith wrote: > On Thu, Aug 23, 2012 at 02:56:16PM +1000, Jonathan Gray wrote: > > On Tue, Aug 21, 2012 at 02:48:59PM -0400, Brian Callahan wrote: > > > I noticed that devel/llvm now has target support for mips64 and > > > mips64el. The following patch

Re: mips patch for devel/llvm

2012-08-22 Thread Brad Smith
On Thu, Aug 23, 2012 at 02:56:16PM +1000, Jonathan Gray wrote: > On Tue, Aug 21, 2012 at 02:48:59PM -0400, Brian Callahan wrote: > > I noticed that devel/llvm now has target support for mips64 and > > mips64el. The following patch is needed for those two archs. LLVM > > builds and seems to work OK

Re: mips patch for devel/llvm

2012-08-22 Thread Jonathan Gray
On Tue, Aug 21, 2012 at 02:48:59PM -0400, Brian Callahan wrote: > I noticed that devel/llvm now has target support for mips64 and > mips64el. The following patch is needed for those two archs. LLVM > builds and seems to work OK from my admittedly basic testing on > mips64el. > > Clang builds only

Re: mips patch for devel/llvm

2012-08-22 Thread Brad Smith
On Tue, Aug 21, 2012 at 02:48:59PM -0400, Brian Callahan wrote: > I noticed that devel/llvm now has target support for mips64 and > mips64el. The following patch is needed for those two archs. LLVM > builds and seems to work OK from my admittedly basic testing on > mips64el. Ya, that patch is good