search for: deeppatel1987

Displaying 20 results from an estimated 76 matches for "deeppatel1987".

2009 Mar 17
4
[LLVMdev] Consumer ARM platform suitable for LLVM development?
What change did you need? deep 2009/3/17 Misha Brukman <brukman at gmail.com>: > On Thu, Mar 12, 2009 at 8:39 PM, Sandeep Patel <deeppatel1987 at gmail.com> > wrote: >> >> Attached is the patch I've been building arm-eabi with, which might >> help with linux-gnueabi. I disable multilib to get around several bugs >> with thumb. I build cross binutils first, then llvm, then llvm-gcc >> with newlib mer...
2009 Mar 17
0
[LLVMdev] Consumer ARM platform suitable for LLVM development?
On Tue, Mar 17, 2009 at 4:17 PM, Sandeep Patel <deeppatel1987 at gmail.com>wrote: > What change did you need? Even with your change, it was still complaining about not having a definition of MACHO_DYNAMIC_NO_PIC_P somewhere, so I took the easy way out with inserting this in arm.h: /* Overridden by arm/darwin.h, whether it is included first or not....
2010 Jan 26
2
[LLVMdev] ambiguity of .align
2010/1/25 Sandeep Patel <deeppatel1987 at gmail.com>: > Assuming you're working with an ARM target, you may also hit a problem > with the alignment option on the .comm directive. > > Attached is a first-cut patch for this latter problem. I have updated your patch to reflect the recent changes. I have also updated the...
2010 Nov 17
1
[LLVMdev] Fwd: Build Attributes Proposal
Forgot to reply all to include the list. deep ---------- Forwarded message ---------- From: Sandeep Patel <deeppatel1987 at gmail.com> Date: 2010/11/17 Subject: Re: [LLVMdev] Build Attributes Proposal To: Rafael EspĂ­ndola <rafael.espindola at gmail.com> 2010/11/17 Rafael EspĂ­ndola <rafael.espindola at gmail.com>: >> Another use for build attributes would be as a means to record the >> bui...
2009 Jul 22
2
[LLVMdev] ARM backend failures from (gcc) c torture suite
I have run the torture test again svn head rev 76522 (2009/07/20) there are now 2 compilation and 23 runtime failure. A tarball with reproducers is attached. Most problems are still vargs related. Robert On Fri, Jun 12, 2009 at 11:09 AM, Sandeep Patel <deeppatel1987 at gmail.com>wrote: > I don't have a target in front of me to run these tests at the moment, > but walking manually through va-arg-1.c, it's pretty clear that > there's some disconnect between the register spilling that happens in > LowerFORMAL_ARGUMENTS and what happens...
2008 Dec 06
2
[LLVMdev] anybody working on ARM Cortex support?
Is anybody actively working on additional ARM target support? I need Cortex support (ARMv7, VFPv3, and Neon). Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081205/3756d719/attachment.html>
2008 Dec 19
0
[LLVMdev] anybody working on ARM Cortex support?
...I will have to start at the beginning. One of the first changes I'd like to try is adding the additional registers and the AAPCS VFP variant calling conventions. Is there a reason why the ARM Target isn't using the CCState machinery? Deep On Fri, Dec 5, 2008 at 5:22 PM, Sandeep Patel <deeppatel1987 at gmail.com> wrote: > > Is anybody actively working on additional ARM target support? > > I need Cortex support (ARMv7, VFPv3, and Neon). > > Thank you.
2008 Dec 20
1
[LLVMdev] anybody working on ARM Cortex support?
...registers and the AAPCS VFP variant calling conventions. Is there a > reason why the ARM Target isn't using the CCState machinery? Please clarify. I am not sure what you mean by CCState machinery. Evan > > > Deep > > On Fri, Dec 5, 2008 at 5:22 PM, Sandeep Patel > <deeppatel1987 at gmail.com> wrote: >> >> Is anybody actively working on additional ARM target support? >> >> I need Cortex support (ARMv7, VFPv3, and Neon). >> >> Thank you. > _______________________________________________ > LLVM Developers mailing list > LLVMdev...
2009 Mar 17
1
[LLVMdev] Consumer ARM platform suitable for LLVM development?
On Mar 17, 2009, at 1:52 PMPDT, Misha Brukman wrote: > On Tue, Mar 17, 2009 at 4:17 PM, Sandeep Patel <deeppatel1987 at gmail.com > > wrote: > What change did you need? > > Even with your change, it was still complaining about not having a > definition of MACHO_DYNAMIC_NO_PIC_P somewhere, so I took the easy > way out with inserting this in arm.h: > > /* Overridden by arm/darwin.h,...
2010 Sep 17
1
[LLVMdev] Support for ARM Run-Time ABI
Hi Sandeep, On 17 September 2010 18:52, Sandeep Patel <deeppatel1987 at gmail.com> wrote: > * Only these few renamed libcalls are set as AAPCS because other > libcalls may still want to be AAPCS-VFP. Even the F32 ones? Anton, As discussed, we might better put the FP helpers first, then deal with the REM and Memset later. If Sandeep's patch passes all...
2010 Nov 17
0
[LLVMdev] Fwd: Build Attributes Proposal
On 17 November 2010 23:13, Sandeep Patel <deeppatel1987 at gmail.com> wrote: > I suppose per-function is best. I'd argue that the ARM attributes are > all per-function as well. My favorite example is > __attribute__((pcs("aapcs-vfp"))) as a function attribute to select > the calling convention. > > Maybe these attribut...
2010 Nov 17
1
[LLVMdev] Fwd: Build Attributes Proposal
On Wed, Nov 17, 2010 at 11:33 PM, Renato Golin <rengolin at systemcall.org> wrote: > On 17 November 2010 23:13, Sandeep Patel <deeppatel1987 at gmail.com> wrote: >> I suppose per-function is best. I'd argue that the ARM attributes are >> all per-function as well. My favorite example is >> __attribute__((pcs("aapcs-vfp"))) as a function attribute to select >> the calling convention. >> >&...
2009 Mar 17
0
[LLVMdev] Consumer ARM platform suitable for LLVM development?
On Thu, Mar 12, 2009 at 8:39 PM, Sandeep Patel <deeppatel1987 at gmail.com>wrote: > Attached is the patch I've been building arm-eabi with, which might > help with linux-gnueabi. I disable multilib to get around several bugs > with thumb. I build cross binutils first, then llvm, then llvm-gcc > with newlib merged in. > > The followin...
2009 Oct 05
0
[LLVMdev] getting gold plugin to work?
2009/10/4 Sandeep Patel <deeppatel1987 at gmail.com>: > Attached is the start of a patch to make the gold plugin work on > Darwin for use as a cross-compiler. Nice. I checked that it still builds correctly on linux. I think it is fine, but Nick should probably have a look. > There needs to be a build step > somewhere in...
2009 Jul 24
0
[LLVMdev] ARM backend failures from (gcc) c torture suite
...I have run the torture test again svn head rev 76522 (2009/07/20) > there are now > 2 compilation and 23 runtime failure. A tarball with reproducers is > attached. > Most problems are still vargs related. > > Robert > > On Fri, Jun 12, 2009 at 11:09 AM, Sandeep Patel <deeppatel1987 at gmail.com > > wrote: > I don't have a target in front of me to run these tests at the moment, > but walking manually through va-arg-1.c, it's pretty clear that > there's some disconnect between the register spilling that happens in > LowerFORMAL_ARGUMENTS and what...
2009 Apr 17
0
[LLVMdev] Using CallingConvLower in ARM target
...#39;ve > updated the patch to the top of trunk changes as well. Thanks for doing the hard work! Can you document your journey somewhere? :-) Bob, can you review Deep's patch and commit it for him? Thanks, Evan > > deep > > On Fri, Feb 27, 2009 at 8:31 PM, Sandeep Patel <deeppatel1987 at gmail.com > > wrote: >> I'm not currently setup to be able to run the A/B comparison tests >> that test-suite relies upon. >> >> Fhourstones-3.1 looks to be the simplest. If you can send me the two >> .o files from either EABI or Darwin, I can dig into wh...
2009 Apr 16
2
[LLVMdev] Using CallingConvLower in ARM target
...o I could reproduce your results, attached is a patch that fixes the small copy&paste error of having 8-byte alignment for stack-allocated f64s instead of the proper 4-byte. I've updated the patch to the top of trunk changes as well. deep On Fri, Feb 27, 2009 at 8:31 PM, Sandeep Patel <deeppatel1987 at gmail.com> wrote: > I'm not currently setup to be able to run the A/B comparison tests > that test-suite relies upon. > > Fhourstones-3.1 looks to be the simplest. If you can send me the two > .o files from either EABI or Darwin, I can dig into why this went > wrong for...
2009 Jul 28
1
[LLVMdev] ARM backend failures from (gcc) c torture suite
...gt; I have run the torture test again svn head rev 76522 (2009/07/20) there are > now > 2 compilation and 23 runtime failure. A tarball with reproducers is > attached. > Most problems are still vargs related. > > Robert > > On Fri, Jun 12, 2009 at 11:09 AM, Sandeep Patel <deeppatel1987 at gmail.com>wrote: > >> I don't have a target in front of me to run these tests at the moment, >> but walking manually through va-arg-1.c, it's pretty clear that >> there's some disconnect between the register spilling that happens in >> LowerFORMAL_ARGUME...
2009 Mar 13
4
[LLVMdev] Consumer ARM platform suitable for LLVM development?
Attached is the patch I've been building arm-eabi with, which might help with linux-gnueabi. I disable multilib to get around several bugs with thumb. I build cross binutils first, then llvm, then llvm-gcc with newlib merged in. The following bugs need to be addressed for these non-Darwin ARM targets: 1388 2313 2545 2985 deep On Fri, Mar 13, 2009 at 12:30 AM, Misha Brukman <brukman at
2009 Apr 17
1
[LLVMdev] Using CallingConvLower in ARM target
...well. > > Thanks for doing the hard work! Can you document your journey > somewhere? :-) > > Bob, can you review Deep's patch and commit it for him? > > Thanks, > > Evan > >> >> deep >> >> On Fri, Feb 27, 2009 at 8:31 PM, Sandeep Patel <deeppatel1987 at gmail.com >> > wrote: >>> I'm not currently setup to be able to run the A/B comparison tests >>> that test-suite relies upon. >>> >>> Fhourstones-3.1 looks to be the simplest. If you can send me the two >>> .o files from either EABI or D...