search for: 20compiler

Displaying 6 results from an estimated 6 matches for "20compiler".

2017 Mar 13
2
Job openings to work on LLVM, Clang, and LLDB at Apple
...variety of levels of experience. Select positions are highlighted below. Please send all responses to llvm-job-apply at group.apple.com, including the relevant job title and a CV. We look forward to meeting you at EuroLLVM! GPU Compiler Engineer https://jobs.apple.com/us/search?#specs&ss=GPU%20compiler%20engineer&t=1&so=&b=OS&lo=0*USA&pN=0&openJobId=55107714 <https://jobs.apple.com/us/search?#specs&ss=GPU compiler engineer&t=1&so=&b=OS&lo=0*USA&pN=0&openJobId=55107714> Clang Frontend Compiler Engineer https://jobs.apple.com/us/search?#spe...
2010 Mar 14
1
[LLVMdev] Seeking advice on Structural Analysis pass
On 03/13/2010 08:54 PM, James Stanier wrote: > > Hi folks, Hi James, I have also been working on such a pass for the last couple of month. The pass itself is finished and ether has written some further LLVM support implementing a RegionPass class, that can be used to implement region passes that work like the existing LoopPasses today, but use a region instead of a loop or function as
2010 Mar 19
1
[LLVMdev] Seeking advice on Structural Analysis pass
...> > If you want an overview of how structural analysis works, some of the pages > from Muchnick's textbook are available through Google Books. Diagrams of the > regions you can recognise are here: > > http://books.google.co.uk/books?id=Pq7pHwG1_OkC&lpg=PP1&dq=advanced%20compiler%20design%20and%20implementation&pg=PA203#v=onepage&q=&f=true > > With the reduction process of the CFG here: > > http://books.google.co.uk/books?id=Pq7pHwG1_OkC&lpg=PP1&dq=advanced%20compiler%20design%20and%20implementation&pg=PA211#v=onepage&q=&f=true &g...
2013 Sep 10
0
[LLVMdev] Intel Memory Protection Extensions (and types question)
Hi Kevin, Can you explain what kind of abstraction/support do you plan to implement over the MP instructions ? I imagine that you plan to add a few intrinsics, right ? I imagine that you don’t need the register allocator to allocate the BND registers or anything fancy like that. In that case the registers can be an immediate in the intrinsic. Maybe you can start by presenting the kind of
2012 Feb 26
3
Is there a way to _remove_ dependencies from an RPM built from source?
I'm building my own openmpi packages derived from upstream SRPMs. Problem: The ones built with Intel's compiler can only be installed by force, because Intel doesn't register their provided libs with rpm. Any idea how this can be done? (Alternative ideas are appreciated as well -- as long as they don't read as: make Intel fix this.) -Michael
2013 Sep 09
2
[LLVMdev] Intel Memory Protection Extensions (and types question)
Hi, On Monday, September 09, 2013 4:20 PM, Nadav Rotem [mailto:nrotem at apple.com] wrote: > Thanks for working on this. We usually try really hard to avoid adding new > types such as x86mmx. I don't know the memory-protection instruction set at > all but I imagine that you are not expecting other LLVM optimizations to > interact with them right ? (it looks that way from this