d5c690148285e5c3a396ff0a48a3c20bdd833dd5 |
|
10-Jan-2017 |
Mark Salyzyn <salyzyn@google.com> |
liblog: use log/log.h when utilizing ALOG macros Test: compile Bug: 30465923 Change-Id: I5dcef0e7708f018d3dea2a8184115b7aeb941686
/frameworks/compile/libbcc/bcinfo/Wrap/bitcode_wrapperer.cpp
|
b5517abca2dc8bbc49a4bebeb618c7c657ba8cd7 |
|
29-Sep-2016 |
Mark Salyzyn <salyzyn@google.com> |
libbcc: Replace cutils/log.h with android/log.h Should use android/log.h instead. Test: compile Bug: 26552300 Bug: 31289077 Change-Id: I932dcd8b71d0e2d3a4c908ee96e00afdda7713c6
/frameworks/compile/libbcc/bcinfo/Wrap/bitcode_wrapperer.cpp
|
900c6c1f08f7c572125d7d39abe0f0f9eafbfa14 |
|
14-Aug-2014 |
Chris Wailes <chriswailes@google.com> |
Replace NULL macros with nullptr literals. Change-Id: Id2311cda59dd42c74b3ed54d3ff6cfd509012738
/frameworks/compile/libbcc/bcinfo/Wrap/bitcode_wrapperer.cpp
|
1ad35fbd78f6965bb59572e1cf6a2223ee767c57 |
|
26-Mar-2012 |
Stephen Hines <srhines@google.com> |
Check infile arguments for BitcodeWrapperer. It would be better to use a const reference for infile, but unfortunately, we must mutate it during the lifetime of BitcodeWrapperer - Seek() is the primary issue here. Since we don't want to use a non-const reference, we instead insert appropriate NULL checks into the various functions where infile is used. Change-Id: Ic408c9dba684b57237cc8e29fff61c103161f7b3
/frameworks/compile/libbcc/bcinfo/Wrap/bitcode_wrapperer.cpp
|
7cd4c49d575478b2380f129dcd376a4e5e37939c |
|
14-Mar-2012 |
Stephen Hines <srhines@google.com> |
Update support for BitcodeWrapper using BitcodeWrapperer. This change uses a common helper library created for PNaCl, and adapts it for use with Android. We also add some new fields to the wrapper for the offline compiler version used to generate the bitcode. Change-Id: I04c4ee20b7b09a68a35cdda1891616ee482a0072
/frameworks/compile/libbcc/bcinfo/Wrap/bitcode_wrapperer.cpp
|