aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to frameworks/compile/libbccBob Badour
2019-05-24Provide a static libbcc and bcc binary rule for vendor useTim Klein
2017-11-06Make libbcc depend on libLLVM_android.soPirama Arumuga Nainar
2017-09-29Merge "Remove default libraries"Dan Willemsen
2017-09-28Remove default librariesDan Willemsen
2017-06-13bcc vendor plugin must be loaded from the sphal namespaceoreo-dr1-devJiyong Park
2017-03-29Structure layout logic cleanup.David Gross
2017-03-29Revert "Structure layout logic cleanup."David Gross
2017-03-28Structure layout logic cleanup.David Gross
2017-03-03Make libbcc, libbcinfo, bcc no longer depend on libcutils and libutils.Miao Wang
2017-02-20Merge RSScript.cpp and Script.cppJean-Luc Brouillet
2017-02-16Flatten the libbcc directories.Jean-Luc Brouillet
2017-01-11liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn
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-10-24Fix libbcc to compile with LLVM r275480Pirama Arumuga Nainar
2016-08-23Fix clang-tidy warnings in libbcc.Chih-Hung Hsieh
2016-03-17Update libbcc for LLVM rebase to r256229Pirama Arumuga Nainar
2016-02-18Remove dead argument from RSCompilerDriver().David Gross
2016-02-12Add missing liblog dependencyDimitry Ivanov
2015-11-13Fix code-generation on x86 targetsLuke Drummond
2015-09-02Stop using HOST_OS, whitelist windows modulesDan Willemsen
2015-07-17Stopped bcc from ignoring optimization levelStephen McGroarty
2015-05-05Provide a pass that creates information about global variables in RS.Stephen Hines
2015-04-24Merge "Explicitly set x86 SSE feature for bcc_compat"Pirama Arumuga Nainar
2015-04-08Embed a real chesksum in script group .soYang Ni
2015-04-06Make kernel fusion check OptEmitLLVM optionYang Ni
2015-03-30Update libbcc for LLVM rebase to r230699.Stephen Hines
2015-03-27Explicitly set x86 SSE feature for bcc_compatYong Chen
2015-03-24Remove RSInfoPirama Arumuga Nainar
2015-03-11Handle FP precision in kernel fusionYang Ni
2015-03-10Create one single module for a script groupYang Ni
2015-03-03Add a -build-checksum flag to bccPirama Arumuga Nainar
2015-01-22Fix -emit-llvm with shared object compilation.Tim Murray
2015-01-21Compiler kernel fusion for RenderScript.Yang Ni
2015-01-19Remove linkloader from frameworks/compile/libbcc.Stephen Hines
2015-01-08Add proper getAnalysisUsage() implementations to each Pass.Stephen Hines
2015-01-08Fix bcc initialization and shutdown issues.Tim Murray
2015-01-05Make bcc-compat use Small CodeModel.Miao Wang
2015-01-02BCC updates to handle linkloader removalPirama Arumuga Nainar
2014-11-26Update libbcc for LLVM rebase to r222494.Stephen Hines
2014-11-14De-cruft the libbcc compiler infrastructure.Chris Wailes
2014-09-30am 40990623: Merge "Remove Atom workaround."Tim Murray
2014-09-30Remove Atom workaround.Tim Murray
2014-09-04am 2d112c02: Merge "Set x86 SSE features explicitly in bcc"Stephen Hines
2014-09-03Set x86 SSE features explicitly in bccJian Li
2014-08-22am ea6b1c5a: Merge "Replace NULL macros with nullptr literals."Stephen Hines
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2014-08-07Exclude only modules with prebuilt in prebuilts/sdk.Ying Wang