aboutsummaryrefslogtreecommitdiff
path: root/bcinfo/MetadataExtractor.cpp
AgeCommit message (Expand)Author
2018-04-24Fix a memory leakGeorge Burgess IV
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-01-11liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn
2016-10-26libbcc: fix memory leak warnings.Luis Lozano
2016-10-03libbcc: Replace cutils/log.h with android/log.hMark Salyzyn
2016-06-02Delete simple reduction implementation.nougat-devDavid Gross
2016-03-20Update libbcc for LLVM rebase to r256229Pirama Arumuga Nainar
2016-02-19Metadata 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-08-12Lose HAVE_ANDROID_OS from frameworks/compile/libbcc.Elliott Hughes
2015-07-21libbcc: Add support for reduce kernel metadata.Matt Wala
2015-05-21Provide additional information about global variables.Stephen Hines
2015-04-17Make better use of getStringOperand() for MetadataExtractor.Stephen Hines
2015-04-02Add MetadataExtractor::getTargetAPI().Stephen Hines
2015-03-30Update libbcc for LLVM rebase to r230699.Stephen Hines
2015-03-10Merge "Backend support for new special kernel params ctxt and z."David Gross
2015-03-10Backend support for new special kernel params ctxt and z.David Gross
2015-03-03Add a -build-checksum flag to bccPirama Arumuga Nainar
2015-01-28Mark whether a script is threadablePirama Arumuga Nainar
2014-11-26Update libbcc for LLVM rebase to r222494.Stephen Hines
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2014-07-24Merge "Add support for extracting input counts from bitcode files."Stephen Hines
2014-07-23Merge "Update libbcc for LLVM rebase to r212749."Stephen Hines
2014-07-15Update libbcc for LLVM rebase to r212749.Stephen Hines
2014-07-11Add support for extracting input counts from bitcode files.Chris Wailes
2014-07-09Deprecate rs_fp_imprecise.Jean-Luc Brouillet
2014-05-13Switch to use rs_version.mk for consistency.Stephen Hines
2014-04-23Update libbcc for 64-bit support.Tim Murray
2013-06-07Only generate fake root signature for ancient compilers.Stephen Hines
2013-05-22bcinfo: Don't call property_get on hostNick Kralevich
2013-01-21Updates for LLVM merge to r171906 on 20130108.Stephen Hines
2012-06-07am e52f0466: am 3e4cac48: Fix mac build breakage.Stephen Hines
2012-06-07Fix mac build breakage.android-cts-4.1_r1Stephen Hines
2012-06-06Fix subtle bug with legacy bitcode files + forEach signatures.Stephen Hines
2012-06-06Fix subtle bug with legacy bitcode files + forEach signatures.Stephen Hines
2012-06-01Add a property for overriding FP precision.Stephen Hines
2012-05-03Update to new llvm::MemoryBuffer::getMemBuffer() interface.Stephen Hines
2012-04-06Fix missing initializer in MetadataExtractor constructor.Stephen Hines
2012-03-28resolved conflicts for merge of f46fa664 to masterStephen Hines
2012-03-27Parse pragmas for floating point precision requirements.Stephen Hines
2012-03-24Switch optimization level from metadata to bitcode wrapper.Stephen Hines
2012-03-10Switch libbcc to start using MetadataExtractor.Stephen Hines
2012-03-01resolved conflicts for merge of 7c75d915 to masterStephen Hines
2012-03-01Enable debugging of RS code under GDBDaniel Malea
2012-02-22Support ForEachExpand on non-root functions.Stephen Hines
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-10-10Handle legacy RS root functions.Stephen Hines