search for: 2fpnacl

Displaying 4 results from an estimated 4 matches for "2fpnacl".

2012 Dec 05
2
[LLVMdev] Proposal: Adding aligned instruction bundle support to MC
...b, sorry). That repo has pointers to a bunch of other repos which make pnacl (LLVM, clang, binutils, and a few others. see the file pnacl/DEPS for more). But if you just want to see the code and the diff against upstream, our LLVM repo is in https://gerrit.chromium.org/gerrit/gitweb?p=native_client%2Fpnacl-llvm.git;a=shortlog;h=refs%2Fheads%2Fmaster All of our clang changes are upstream already. -Derek On Tue, Dec 4, 2012 at 5:23 PM, Greg Fitzgerald <garious at gmail.com> wrote: > Hi Eli, > >> we are splitting the effort to manageable chunks that can >> be committed, tested...
2012 Dec 06
0
[LLVMdev] Proposal: Adding aligned instruction bundle support to MC
...ers to a bunch of other repos > which make pnacl (LLVM, clang, binutils, and a few others. see the > file pnacl/DEPS for more). > But if you just want to see the code and the diff against upstream, > our LLVM repo is in > > https://gerrit.chromium.org/gerrit/gitweb?p=native_client%2Fpnacl-llvm.git;a=shortlog;h=refs%2Fheads%2Fmaster > All of our clang changes are upstream already. > > -Derek > > On Tue, Dec 4, 2012 at 5:23 PM, Greg Fitzgerald <garious at gmail.com> wrote: > > Hi Eli, > > > >> we are splitting the effort to manageable chunks t...
2012 Dec 05
0
[LLVMdev] Proposal: Adding aligned instruction bundle support to MC
Hi Eli, > we are splitting the effort to manageable chunks that can > be committed, tested and reviewed separately as > independently as feasible I'd be interested in experimenting with this stuff sooner than later. Could you dump all the patches in a publicly accessible repo? How about Github? Thanks, Greg On Tue, Dec 4, 2012 at 3:53 PM, Eli Bendersky <eliben at
2012 Dec 04
5
[LLVMdev] Proposal: Adding aligned instruction bundle support to MC
Hello, We (the Portable Native Client team) would like to start upstreaming our LLVM modifications which contain support for Software Fault Isolation (SFI) as required for sandboxing programs to run under Native Client. Since the "total patch size" is quite big, we are splitting the effort to manageable chunks that can be committed, tested and reviewed separately as independently as