aboutsummaryrefslogtreecommitdiff
path: root/bcinfo
AgeCommit message (Expand)Author
2022-03-08Tweak linux_glibc properties for musl builds in frameworks/compileColin Cross
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to frameworks/compile/libbccBob Badour
2020-08-21Remove conditional enabled status on libbccJeongik Cha
2020-07-02Make libbcinfo buildable for native_bridgeVictor Khimenko
2018-04-24Fix a memory leakGeorge Burgess IV
2017-11-06Make libbcc depend on libLLVM_android.soPirama Arumuga Nainar
2017-10-16Mark libbcinfo as VNDK-SPJiyong Park
2017-10-03Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]"Dan Willemsen
2017-10-02Use -Werror in frameworks/compile/libbccChih-Hung Hsieh
2017-10-02Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]Dan Willemsen
2017-09-28Remove default librariesDan Willemsen
2017-05-16Strip unknown attributes during bitcode translation.android-vts-8.0_r2android-vts-8.0_r1oreo-devDavid Gross
2017-03-22Make bitcode wrapper info available to MetadataExtractor.David Gross
2017-03-03Make libbcc, libbcinfo, bcc no longer depend on libcutils and libutils.Miao Wang
2017-02-22Merge "Disable static analyzer warning for google-runtime-int."Treehugger Robot
2017-02-22Disable static analyzer warning for google-runtime-int.Luis A. Lozano
2017-02-16Remove needless include for bcinfoJean-Luc Brouillet
2017-02-07Disable clang tidy checks under BitReader*.Luis A. Lozano
2017-01-24Export llvm_3_2::WriteBitcodeToFile from libbcinfo.soPirama Arumuga Nainar
2017-01-13liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn
2017-01-11liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn
2016-12-17Move bcinfo headers next to libraryColin Cross
2016-12-13Remove llvm-generated-headersColin Cross
2016-12-13Convert libbcc to Android.bpColin Cross
2016-12-13Revert "Convert libbcc to Android.bp"Colin Cross
2016-12-12Convert libbcc to Android.bpColin Cross
2016-11-28Merge "libbcc: fix memory leak warnings."Stephen Hines
2016-11-22Do not link libLLVM.so into libbcinfo.soPirama Arumuga Nainar
2016-10-26libbcc: fix memory leak warnings.Luis Lozano
2016-10-26Re-enable libbcc as a loadable plugin.Stephen Hines
2016-10-26Allow undefined symbols if we are loading libbcc dynamically.Stephen Hines
2016-10-24Fix libbcc to compile with LLVM r275480Pirama Arumuga Nainar
2016-10-03libbcc: Replace cutils/log.h with android/log.hMark Salyzyn
2016-08-23Fix clang-tidy warnings in libbcc.Chih-Hung Hsieh
2016-06-14Delete simple reduction implementation.David Gross
2016-04-29Fix google-explicit-constructor warnings.Chih-Hung Hsieh
2016-03-17Update libbcc for LLVM rebase to r256229Pirama Arumuga Nainar
2016-02-18Metadata extractor must tolerate missing accumulator function.David Gross
2016-02-03Rename #rs_export_reduce_new to #rs_export_reduce.David Gross
2016-01-30Deduce whether the module contains debug info.Dean De Leo
2016-01-15Metadata support for general reduction.David Gross
2015-09-02Stop using HOST_OS, whitelist windows modulesDan Willemsen
2015-08-15Merge "Update libbcc for LLVM rebase to r239765"Stephen Hines
2015-08-12Lose HAVE_ANDROID_OS from frameworks/compile/libbcc.Elliott Hughes
2015-08-07Merge "build: All paths are TOP-relative"Dan Willemsen
2015-08-06build: All paths are TOP-relativeDan Willemsen
2015-08-04If the host supports it, build libbcc as an LLVM loadable module.Matt Wala
2015-07-23Revert "Change libbcc so that it compiles as an LLVM loadable module (try 2)."Stephen Hines
2015-07-23Add libLLVM to LOCAL_LDLIBS so that the mac build can link correctly.Stephen Hines
2015-07-24Merge "Change libbcc so that it compiles as an LLVM loadable module (try 2)."Stephen Hines