[RFC v2] BPF backend

Alexei Starovoitov alexei.starovoitov at gmail.com
Tue Dec 16 17:30:55 PST 2014


On Fri, Dec 12, 2014 at 7:28 PM, Alexei Starovoitov
<alexei.starovoitov at gmail.com> wrote:
> On Mon, Dec 8, 2014 at 8:57 PM, Alexei Starovoitov
> <alexei.starovoitov at gmail.com> wrote:
>> V1->V2:
>> - addressed feedback from Tom and Matt
>> - removed top level change to configure (now everything via 'experimental-backend')
>> - reworked error reporting via DiagnosticInfo (similar to R600)
>> - added few more tests
>> - added cmake build
>> - added Triple::bpf
>> - tested on linux and darwin
>>
>> cc-ing everyone from previous thread.
>> Thanks!
>>
>> http://reviews.llvm.org/D6494
>
> ping
> what should be the next step?

ping #2

btw this patch is not the end of development,
rather are solid base that folks can start using now.
I'm still working on better error handling, more tests,
fixes for some corner cases, debug gen, few optimizations, etc.
I can keep posting next versions, but the patch will
only get bigger which is against 'incremental changes' policy.
I would prefer to get this base in and keep working
in the tree. What is the way forward here?
Since it's not build by default and doesn't touch core,
it shouldn't cause any breakage, but
may be someone can trigger buildbot run for this patch?



More information about the llvm-commits mailing list