search for: rl218078

Displaying 20 results from an estimated 23 matches for "rl218078".

2015 May 14
2
[LLVMdev] RFC: ThinLTO Impementation Plan
...in ELF-wrapped bitcode to enable ThinLTO at the full link step). > > I will send a separate design document for these changes, but the > > following is a high-level overview. > > > > Support was added to LLVM for reading ELF-wrapped bitcode > > (http://reviews.llvm.org/rL218078), but there does not yet exist > > support in LLVM/Clang for emitting bitcode wrapped in ELF. I plan to > > add support for optionally generating bitcode in an ELF file > > containing a single .llvmbc section holding the bitcode. Specifically, > > the patch would add new opt...
2015 May 14
2
[LLVMdev] RFC: ThinLTO Impementation Plan
...he full link step). > >> > I will send a separate design document for these changes, but the > >> > following is a high-level overview. > >> > > >> > Support was added to LLVM for reading ELF-wrapped bitcode > >> > (http://reviews.llvm.org/rL218078), but there does not yet exist > >> > support in LLVM/Clang for emitting bitcode wrapped in ELF. I plan to > >> > add support for optionally generating bitcode in an ELF file > >> > containing a single .llvmbc section holding the bitcode. Specifically, > >&...
2015 May 14
5
[LLVMdev] RFC: ThinLTO Impementation Plan
...t; I will send a separate design document for these changes, but the > >> >> > following is a high-level overview. > >> >> > > >> >> > Support was added to LLVM for reading ELF-wrapped bitcode > >> >> > (http://reviews.llvm.org/rL218078), but there does not yet exist > >> >> > support in LLVM/Clang for emitting bitcode wrapped in ELF. I plan > to > >> >> > add support for optionally generating bitcode in an ELF file > >> >> > containing a single .llvmbc section holding the b...
2015 May 14
2
[LLVMdev] RFC: ThinLTO Impementation Plan
...document for these changes, but the >>> >> >> > following is a high-level overview. >>> >> >> > >>> >> >> > Support was added to LLVM for reading ELF-wrapped bitcode >>> >> >> > (http://reviews.llvm.org/rL218078), but there does not yet exist >>> >> >> > support in LLVM/Clang for emitting bitcode wrapped in ELF. I >>> plan to >>> >> >> > add support for optionally generating bitcode in an ELF file >>> >> >> > containing a sing...
2015 May 14
4
[LLVMdev] RFC: ThinLTO Impementation Plan
...document for these changes, but the >>> >> >> > following is a high-level overview. >>> >> >> > >>> >> >> > Support was added to LLVM for reading ELF-wrapped bitcode >>> >> >> > (http://reviews.llvm.org/rL218078), but there does not yet exist >>> >> >> > support in LLVM/Clang for emitting bitcode wrapped in ELF. I plan >>> >> >> > to >>> >> >> > add support for optionally generating bitcode in an ELF file >>> >> >>...
2015 May 14
2
[LLVMdev] RFC: ThinLTO Impementation Plan
...>> >>> >> >> > following is a high-level overview. >> >>> >> >> > >> >>> >> >> > Support was added to LLVM for reading ELF-wrapped bitcode >> >>> >> >> > (http://reviews.llvm.org/rL218078), but there does not yet >> exist >> >>> >> >> > support in LLVM/Clang for emitting bitcode wrapped in ELF. I >> plan >> >>> >> >> > to >> >>> >> >> > add support for optionally generating bitcode...
2015 May 13
10
[LLVMdev] RFC: ThinLTO Impementation Plan
...i.e. the resulting object file should still contain ELF-wrapped bitcode to enable ThinLTO at the full link step). I will send a separate design document for these changes, but the following is a high-level overview. Support was added to LLVM for reading ELF-wrapped bitcode (http://reviews.llvm.org/rL218078), but there does not yet exist support in LLVM/Clang for emitting bitcode wrapped in ELF. I plan to add support for optionally generating bitcode in an ELF file containing a single .llvmbc section holding the bitcode. Specifically, the patch would add new options “emit-llvm-bc-elf” (object file) an...
2015 Aug 15
3
[LLVMdev] Updated RFC: ThinLTO Implementation Plan
...red for ThinLTO. The I/O for some build tools and build steps can > > actually be reduced as there is no need to read the bitcode, as > > described above. > > > > > > Support was added to LLVM for reading native object-wrapped bitcode > > (http://reviews.llvm.org/rL218078), but there does not yet exist > > support in LLVM/Clang for emitting bitcode wrapped in native object > > format. I plan to add support for optionally generating bitcode in an > > native object file containing a single .llvmbc section holding the > > bitcode. Specifically,...
2015 May 14
5
[LLVMdev] RFC: ThinLTO Impementation Plan
...gt;> >> > following is a high-level overview. >>>> >>> >> >> > >>>> >>> >> >> > Support was added to LLVM for reading ELF-wrapped bitcode >>>> >>> >> >> > (http://reviews.llvm.org/rL218078), but there does not yet >>>> >>> >> >> > exist >>>> >>> >> >> > support in LLVM/Clang for emitting bitcode wrapped in ELF. I >>>> >>> >> >> > plan >>>> >>> >> >...
2015 May 14
2
[LLVMdev] RFC: ThinLTO Impementation Plan
...wing is a high-level overview. >> >>>> >>> >> >> > >> >>>> >>> >> >> > Support was added to LLVM for reading ELF-wrapped bitcode >> >>>> >>> >> >> > (http://reviews.llvm.org/rL218078), but there does not >> >>>> >>> >> >> > yet >> >>>> >>> >> >> > exist >> >>>> >>> >> >> > support in LLVM/Clang for emitting bitcode wrapped in >> >>>> &g...
2015 May 14
3
[LLVMdev] RFC: ThinLTO Impementation Plan
...wing is a high-level overview. >> >>>> >>> >> >> > >> >>>> >>> >> >> > Support was added to LLVM for reading ELF-wrapped bitcode >> >>>> >>> >> >> > (http://reviews.llvm.org/rL218078), but there does not >> yet >> >>>> >>> >> >> > exist >> >>>> >>> >> >> > support in LLVM/Clang for emitting bitcode wrapped in >> ELF. I >> >>>> >>> >> >> > pla...
2015 May 28
5
[LLVMdev] Updated RFC: ThinLTO Implementation Plan
...e symtab is leveraged to hold function indexing info required for ThinLTO. The I/O for some build tools and build steps can actually be reduced as there is no need to read the bitcode, as described above. Support was added to LLVM for reading native object-wrapped bitcode (http://reviews.llvm.org/rL218078), but there does not yet exist support in LLVM/Clang for emitting bitcode wrapped in native object format. I plan to add support for optionally generating bitcode in an native object file containing a single .llvmbc section holding the bitcode. Specifically, the patch would add new options “emit-ll...
2015 Aug 16
2
[LLVMdev] Updated RFC: ThinLTO Implementation Plan
...for some build tools and build steps can >> > actually be reduced as there is no need to read the bitcode, as >> > described above. >> > >> > >> > Support was added to LLVM for reading native object-wrapped bitcode >> > (http://reviews.llvm.org/rL218078), but there does not yet exist >> > support in LLVM/Clang for emitting bitcode wrapped in native object >> > format. I plan to add support for optionally generating bitcode in an >> > native object file containing a single .llvmbc section holding the >> > bitcode...
2015 May 15
0
[LLVMdev] RFC: ThinLTO Impementation Plan
...>>>> >>> >> >> > >>> >> >>>> >>> >> >> > Support was added to LLVM for reading ELF-wrapped >>> bitcode >>> >> >>>> >>> >> >> > (http://reviews.llvm.org/rL218078), but there does >>> not >>> >> >>>> >>> >> >> > yet >>> >> >>>> >>> >> >> > exist >>> >> >>>> >>> >> >> > support in LLVM/Clang for emit...
2015 May 15
4
[LLVMdev] RFC: ThinLTO Impementation Plan
...t;> >>>> >>> >> >> > >>>> >>>> >>> >> >> > Support was added to LLVM for reading ELF-wrapped >>>> bitcode >>>> >>>> >>> >> >> > (http://reviews.llvm.org/rL218078), but there does >>>> not yet >>>> >>>> >>> >> >> > exist >>>> >>>> >>> >> >> > support in LLVM/Clang for emitting bitcode wrapped in >>>> ELF. I >>>> >>>>...
2015 May 29
0
[LLVMdev] Updated RFC: ThinLTO Implementation Plan
...ion indexing info > required for ThinLTO. The I/O for some build tools and build steps can > actually be reduced as there is no need to read the bitcode, as > described above. > > > Support was added to LLVM for reading native object-wrapped bitcode > (http://reviews.llvm.org/rL218078), but there does not yet exist > support in LLVM/Clang for emitting bitcode wrapped in native object > format. I plan to add support for optionally generating bitcode in an > native object file containing a single .llvmbc section holding the > bitcode. Specifically, the patch would add...
2015 May 29
4
[LLVMdev] Updated RFC: ThinLTO Implementation Plan
...required for ThinLTO. The I/O for some build tools and build steps can >> actually be reduced as there is no need to read the bitcode, as >> described above. >> >> >> Support was added to LLVM for reading native object-wrapped bitcode >> (http://reviews.llvm.org/rL218078), but there does not yet exist >> support in LLVM/Clang for emitting bitcode wrapped in native object >> format. I plan to add support for optionally generating bitcode in an >> native object file containing a single .llvmbc section holding the >> bitcode. Specifically, the...
2015 Jun 03
2
[LLVMdev] Updated RFC: ThinLTO Implementation Plan
...t;>>>> actually be reduced as there is no need to read the bitcode, as >>>>> described above. >>>>> >>>>> >>>>> Support was added to LLVM for reading native object-wrapped bitcode >>>>> (http://reviews.llvm.org/rL218078), but there does not yet exist >>>>> support in LLVM/Clang for emitting bitcode wrapped in native object >>>>> format. I plan to add support for optionally generating bitcode in an >>>>> native object file containing a single .llvmbc section holding the...
2015 May 30
2
[LLVMdev] Updated RFC: ThinLTO Implementation Plan
...for some build tools and build steps can > >> actually be reduced as there is no need to read the bitcode, as > >> described above. > >> > >> > >> Support was added to LLVM for reading native object-wrapped bitcode > >> (http://reviews.llvm.org/rL218078), but there does not yet exist > >> support in LLVM/Clang for emitting bitcode wrapped in native object > >> format. I plan to add support for optionally generating bitcode in an > >> native object file containing a single .llvmbc section holding the > >> bitcode...
2015 May 15
0
[LLVMdev] RFC: ThinLTO Impementation Plan
...gt;>> >>> >> >> > >>>>> >>>> >>> >> >> > Support was added to LLVM for reading ELF-wrapped >>>>> bitcode >>>>> >>>> >>> >> >> > (http://reviews.llvm.org/rL218078), but there does >>>>> not yet >>>>> >>>> >>> >> >> > exist >>>>> >>>> >>> >> >> > support in LLVM/Clang for emitting bitcode wrapped in >>>>> ELF. I >>>>&...