• Home
  • History
  • Annotate
  • only in /frameworks/compile/libbcc/bcinfo/Wrap/
History log of /frameworks/compile/libbcc/bcinfo/Wrap/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c6e6ee4392390c0888f808220adf33334e1f64a4 07-Apr-2014 Tim Murray <timmurray@google.com> Add DISABLE_LLVM_DEVICE_BUILDS to libbcc.

Change-Id: Iaad7b2ea8eea6c89c1c1a3d0e145bbb7bf60c6b9
ndroid.mk
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
itcode_wrapperer.cpp
3f782a74b1a44bdf6e13aa1ddd5aea11ece1f12c 22-Mar-2012 Stephen Hines <srhines@google.com> Add in missing NULL pointer checks.

Change-Id: Ib19c9dc4db7e09525ea42eed9086e6fdb94c3648
ile_wrapper_output.cpp
n_memory_wrapper_input.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
ndroid.mk
LVMBuild.txt
akefile
itcode_wrapperer.cpp
ile_wrapper_input.cpp
ile_wrapper_output.cpp
n_memory_wrapper_input.cpp
rapper_output.cpp