Displaying 3 results from an estimated 3 matches for "leandrosansilva".
2013 Sep 17
0
[LLVMdev] Doubts about register interferences in register allocators
On Sep 17, 2013, at 5:15 AM, Leandro Santiago <leandrosansilva at gmail.com> wrote:
> Hello to all. I'm trying to implement a simple register allocator using graph colouring (I know, everyone has already done that :-)) and I'm also using LLVM 3.4 from master branch.
>
> The algorithm I'm using is based on the one described on the &quo...
2013 Sep 17
2
[LLVMdev] Doubts about register interferences in register allocators
Hello to all. I'm trying to implement a simple register allocator using
graph colouring (I know, everyone has already done that :-)) and I'm also
using LLVM 3.4 from master branch.
The algorithm I'm using is based on the one described on the "Modern
Compiler Implementation in C". My implementation is totally experimental
and doesn't aim to be fast, eficient or even
2013 Aug 08
0
[LLVMdev] Inserting C++ code on tablegen to improve code generation statistics
Hello everyone.
I'm working in a project and my task right now is improving LLVM code
generation's statistics for X86 target.
Currently you can show statistics by passing the command-line parameter
-stats to any llvm program (I'm using llc to compile .bc to native code)
and it'll show something like this: