Displaying 3 results from an estimated 3 matches for "asplos06".
Did you mean:
asplos09
2009 Dec 14
1
[LLVMdev] project idea: llvm superoptimizer
Here's an idea for a research project that I thought I'd put out there
since probably nobody in my group will have time to follow up on it.
It would be interesting to take ideas from this superoptimizer for x86:
http://theory.stanford.edu/~aiken/publications/papers/asplos06.pdf
http://theory.stanford.edu/~sbansal/superoptimizer.html
and adapt them to run on LLVM code.
It would seem that operating on LLVM code would save a lot of time
because its semantics are much simpler than x86. The cost of operating
on LLVM is that target-specific tricks would be missed....
2012 Jun 20
0
[LLVMdev] Work in your project
Hi Guys,
I checked the open projects on LLVM site, and superoptimizer theme
seems to be quite interesting for me. So im going to write the LLVM
superoptimizer (http://theory.stanford.edu/~aiken/publications/papers/asplos06.pdf)
:) Is this theme still actual? Could you please advise me some usefull
articles?
--
Best regards,
Sergey
2012/5/26 Serg Anohovsky <serg.anohovsky at gmail.com>:
> Hi guys,
>
> In next three years I'm going to get the scientific degree in System
> programming.
> That...
2012 May 26
3
[LLVMdev] Work in your project
Hi guys,
In next three years I'm going to get the scientific degree in System
programming.
That's why I'm looking for the interesting and actual theme not like a new
bicycle with square rings.
My degree work in university was connected with value range propagation
(VRP) functionality in clang static analyzer based on AST.
I founded it rather interesting and want to follow this