search for: bcinfo

Displaying 6 results from an estimated 6 matches for "bcinfo".

Did you mean: b_info
2016 Aug 02
3
LLVM bc converter from LLVM 3.9 to LLVM 3.1
Hi mailing list, I has been working on a large project that is based on LLVM 3.1. Recently we are thinking to introduce an LLVM bc converter from LLVM 3.9 to LLVM 3.1, such that we can introduce some of the newest LLVM analyses and optimizations to our LLVM 3.1 based project. Have you worked on similar things that converting LLVM bc downward and has anything to share? Thanks Hongbin
2016 Aug 03
2
LLVM bc converter from LLVM 3.9 to LLVM 3.1
...ki+llvm at gmail.com> wrote: >>> >>>> Hi Hongbin, >>>> >>>> Android's RenderScript uses a tool like that. You can find the sources >>>> here: >>>> https://android.googlesource.com/platform/frameworks/compile/libbcc/+/master/bcinfo/ >>>> . >>>> >>>> Best, >>>> Jakub >>>> >>>> >>>> On 2 August 2016 at 11:10, Hongbin Zheng via llvm-dev < >>>> llvm-dev at lists.llvm.org> wrote: >>>> >>>>> Hi mailing l...
2016 Aug 03
2
LLVM bc converter from LLVM 3.9 to LLVM 3.1
Thanks Steve and Mehdi for the explanation. Steve, I am a little be confused by looking at the code in https://android.googlesource.com/platform/frameworks/compile/libbcc/+/master/bcinfo/BitReader_3_0/BitcodeReader.cpp. Looks like the BitcodeReader do some translation while reading the bitcode. If LLVM ToT can read the bitcode of LLVM 3.0, while can't we just use the bitcode reader in LLVM ToT? Also, the bitcode "downgrade" is done by : // Use the LLVM 3.2 bitcode wr...
2016 Aug 03
2
LLVM bc converter from LLVM 3.9 to LLVM 3.1
...> >>>>>> Hi Hongbin, >>>>>> >>>>>> Android's RenderScript uses a tool like that. You can find the >>>>>> sources here: >>>>>> https://android.googlesource.com/platform/frameworks/compile/libbcc/+/master/bcinfo/ >>>>>> . >>>>>> >>>>>> Best, >>>>>> Jakub >>>>>> >>>>>> >>>>>> On 2 August 2016 at 11:10, Hongbin Zheng via llvm-dev < >>>>>> llvm-dev at lists.llvm.o...
2016 Aug 03
3
LLVM bc converter from LLVM 3.9 to LLVM 3.1
...06 PM, Jakub Kuderski <kubakuderski+llvm at gmail.com <mailto:kubakuderski+llvm at gmail.com>> wrote: > Hi Hongbin, > > Android's RenderScript uses a tool like that. You can find the sources here: https://android.googlesource.com/platform/frameworks/compile/libbcc/+/master/bcinfo/ <https://android.googlesource.com/platform/frameworks/compile/libbcc/+/master/bcinfo/> . > > Best, > Jakub > > > On 2 August 2016 at 11:10, Hongbin Zheng via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > Hi mailing list...
2016 Aug 03
2
LLVM bc converter from LLVM 3.9 to LLVM 3.1
...Kuderski <kubakuderski+llvm at gmail.com <mailto:kubakuderski+llvm at gmail.com>> wrote: >> Hi Hongbin, >> >> Android's RenderScript uses a tool like that. You can find the sources here: https://android.googlesource.com/platform/frameworks/compile/libbcc/+/master/bcinfo/ <https://android.googlesource.com/platform/frameworks/compile/libbcc/+/master/bcinfo/> . >> >> Best, >> Jakub >> >> >> On 2 August 2016 at 11:10, Hongbin Zheng via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wro...