similar to: [LLVMdev] Suggestions for LLVM Developer's Conference 2012

Displaying 20 results from an estimated 4000 matches similar to: "[LLVMdev] Suggestions for LLVM Developer's Conference 2012"

2011 Nov 21
5
[LLVMdev] Suggestions for LLVM Developer's Conference 2012
On 11/20/2011 4:33 PM, Chris Lattner wrote: > One idea for a hacking session would be a "performance analysis > workshop". People could bring their apps, we could sample them track > down what part of the compiler would need to change and code it up (if > time allowed). > > Given the trade offs involved, it could be helpful to many folks, the > trick is to get
2011 Nov 21
0
[LLVMdev] Suggestions for LLVM Developer's Conference 2012
Hi John, While this is a good idea, wouldn't it logistically take longer to get the microphone to the person involved than for the presenter to repeat the question? Cheers, James From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of John Criswell Sent: 21 November 2011 05:07 To: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Suggestions for
2011 Nov 20
0
[LLVMdev] Suggestions for LLVM Developer's Conference 2012
One idea for a hacking session would be a "performance analysis workshop". People could bring their apps, we could sample them track down what part of the compiler would need to change and code it up (if time allowed). Given the trade offs involved, it could be helpful to many folks, the trick is to get the right people to show up. -Chris On Nov 20, 2011, at 2:10 PM, Joe Abbey
2011 Nov 28
0
[LLVMdev] Suggestions for LLVM Developer's Conference 2012
On Nov 20, 2011, at 9:06 PM, John Criswell wrote: > On 11/20/2011 4:33 PM, Chris Lattner wrote: >> >> One idea for a hacking session would be a "performance analysis workshop". People could bring their apps, we could sample them track down what part of the compiler would need to change and code it up (if time allowed). >> >> Given the trade offs involved,
2011 Nov 16
2
[LLVMdev] ARMv5 Thumb Support Hacking Session (and other topics)
I'll be attending the hacking session with the intent of understanding what needs to be done to improve ARMv5 Thumb support. With any amount of luck, we can start pounding away at the support. My initial understanding from the release notes are that http://llvm.org/bugs/show_bug.cgi?id=1388 has to be fixed first. Evan Cheng writes this in 2007: The proper fix is to model CC as explicit
2011 Oct 17
2
[LLVMdev] LLVM Euro Conf 2011 Videos?
Renato, I was wondering when the videos might be uploaded. The slide material is great! Thanks! Joe Abbey Software Architect Arxan Technologies, Inc. 1305 Cumberland Ave, Ste 215 West Lafayette, IN 47906 W: 765-889-4756 x2 C: 765-464-9893 jabbey at arxan.com<mailto:jabbey at arxan.com> www.arxan.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Oct 13
3
[LLVMdev] LLC ARM Backend maintainer
I'm the code owner of LLVM codegen and targets. I'm also the one of main developers on the original ARM target. That means, I would make the decisions on major development on ARM target if there are decisions to be made. But my role is very different from what people are looking for in this thread. To properly qualify a target like ARM which are supported on many different CPUs and
2011 Oct 17
1
[LLVMdev] LLVM Euro Conf 2011 Videos?
Legal... really? :( What a shame. I'll wait patiently, unless I can get a download link... :-D Don't wanna anger legal though... Joe Abbey Software Architect Arxan Technologies, Inc. 1305 Cumberland Ave, Ste 215 West Lafayette, IN 47906 W: 765-889-4756 x2 C: 765-464-9893 jabbey at arxan.com<mailto:jabbey at arxan.com> www.arxan.com On Oct 17, 2011, at 10:20 AM, James Molloy
2011 Oct 17
0
[LLVMdev] LLVM Euro Conf 2011 Videos?
Hi Joe, I can answer that, as I'm dealing with it J The videos are stuck currently with our legal department. They've gotten extremely sensitive over it and we have had to get Tanya/Chris to agree to a secure dropbox so we can send the videos to them to put on the website (binaries don't live in SVN). Obviously Tanya is very busy with the release at the moment, so it's
2011 Nov 21
0
[LLVMdev] Suggestions for LLVM Developer's Conference 2012
On Mon, Nov 21, 2011 at 1:41 AM, James Molloy <james.molloy at arm.com> wrote: > Hi John,**** > > ** ** > > While this is a good idea, wouldn’t it logistically take longer to get the > microphone to the person involved than for the presenter to repeat the > question? > Have folks queue up in front of a fixed microphone? -------------- next part -------------- An
2011 Nov 16
0
[LLVMdev] ARMv5 Thumb Support Hacking Session (and other topics)
Hi Joe, Not sure yet if I'll be able to make the hacking session or not, but either way, feel free to look me up at any time during the conference and I'd be happy to talk about the arm backend. Jim On Nov 16, 2011, at 7:24 AM, Joe Abbey <jabbey at arxan.com> wrote: > I'll be attending the hacking session with the intent of understanding what needs to be done to improve
2011 Oct 13
0
[LLVMdev] LLC ARM Backend maintainer
I think we need a group of maintainers rather than a single maintainer given the spectrum of ARM targets/ISAs/platforms required to support and the amount of people/system resources required. I & my team plan to actively participate in the bug-fixing process during the release cycle. If we can divide the bugs among the maintainers and establish a requirement that all open ARM bugs must be
2011 Oct 13
6
[LLVMdev] LLC ARM Backend maintainer
Admittedly we're very interested in becoming ARM backend maintainers as our product heavily relies on LLVM. However, we don't have testing resources to test both our product and LLVM on a host of target boards. We have some chumbys, beagleboards, iPhones, iPod Touches, tables, Android Phones, etc. And most of those are already booked solid with our own regression tests (most of which
2011 Oct 13
0
[LLVMdev] LLC ARM Backend maintainer
I see, so perhaps the LLVM ARM Backend is in need of a method of organizing volunteer qualifiers, as releases near? Has this generally been organized via this mailing list? Joe Joe Abbey Software Architect Arxan Technologies, Inc. 1305 Cumberland Ave, Ste 215 West Lafayette, IN 47906 W: 765-889-4756 x2 C: 765-464-9893 jabbey at arxan.com<mailto:jabbey at arxan.com>
2011 Oct 13
3
[LLVMdev] LLC ARM Backend maintainer
> The ARM Holdings emulator does this; I used it with great success to > profile an Advanced Encryption Standard encryptor a while back. It is indeed a useful piece of kit. We do a lot of our internal regression tests on it, and also run LLVM's regression tests every night on it (as well as PlumHall, EEMBC and SpecInt). Unfortunately it's not exactly software we can give away or
2011 Nov 21
0
[LLVMdev] Suggestions for LLVM Developer's Conference 2012
On 21.11.2011, at 10:43, James Molloy <james.molloy at arm.com> wrote: > While this is a good idea, wouldn’t it logistically take longer to get the microphone to the person involved than for the presenter to repeat the question? Have enough microphones and volunteers who deliver them so the mic for the next person arrives during the discussion of the previous question? Not sure how well
2011 Oct 14
1
[LLVMdev] LLC ARM Backend maintainer
On Oct 13, 2011, at 10:33 AM, Raja Venkateswaran wrote: > I think we need a group of maintainers rather than a single maintainer given the spectrum of ARM targets/ISAs/platforms required to support and the amount of people/system resources required. I & my team plan to actively participate in the bug-fixing process during the release cycle. If we can divide the bugs among the maintainers
2012 Nov 17
6
[LLVMdev] Purdue LLVM Social: GreyHouse 12/6 @ 8:30pm
First LLVM Social in West Lafayette, IN. When: Thursday, Dec 6th @ 8:30pm Where: GreyHouse Coffee 100 Northwestern Avenue West Lafayette, IN 47906 https://plus.google.com/102658466942690664690/about Please RSVP, so I can let GreyHouse know if we need a meeting room. Cheers, Joe ______________________________ Joe Abbey Director of Software Development Arxan Technologies jabbey at
2011 Oct 18
3
[LLVMdev] non-POD type with llvm-objdump
I'm so close to having LLVM build on PowerPC. If there's any PowerPC experts, help? Lines like this: outs() << "[" << format("%2d", i) << "]" << "(sec " << format("%2d", int16_t(symbol->SectionNumber)) << ")" << "(fl 0x" <<
2011 Oct 19
0
[LLVMdev] non-POD type with llvm-objdump
On Tue, Oct 18, 2011 at 4:25 PM, Joe Abbey <jabbey at arxan.com> wrote: > I'm so close to having LLVM build on PowerPC.  If there's any PowerPC > experts, help? > Lines like this: >       outs() << "[" << format("%2d", i) << "]" >              << "(sec " << format("%2d",