aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-30Merge "Remove Atom workaround."android-l-preview_r2l-previewTim Murray
2014-09-30Remove Atom workaround.Tim Murray
2014-09-11Merge "Ensure that we only compile the proper bitwidth bitcode for an archite...Stephen Hines
2014-09-10Merge "Fix some broken debug statements and asserts."Dan Albert
2014-09-09Ensure that we only compile the proper bitwidth bitcode for an architecture.Stephen Hines
2014-09-08Merge "Fix typo: __arch64__ -> __aarch64__."Stephen Hines
2014-09-08Fix some broken debug statements and asserts.Dan Albert
2014-09-04Merge "Set x86 SSE features explicitly in bcc"Stephen Hines
2014-09-03Fix typo: __arch64__ -> __aarch64__.Logan Chien
2014-09-03Set x86 SSE features explicitly in bccJian Li
2014-08-22Merge "Replace NULL macros with nullptr literals."Stephen Hines
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2014-08-20Merge "Replace android::String8 with std::string in libbcc"Stephen Hines
2014-08-20Replace android::String8 with std::string in libbccChris Wailes
2014-08-20Merge "Replaced android::Vector with std::vector."Stephen Hines
2014-08-19Merge "Remove the instep parameter from expanded kernels."Stephen Hines
2014-08-18Replaced android::Vector with std::vector.Chris Wailes
2014-08-18Remove the instep parameter from expanded kernels.Chris Wailes
2014-08-16Merge "Collapse the code paths for single- and multi-input kernels."Stephen Hines
2014-08-15Collapse the code paths for single- and multi-input kernels.Chris Wailes
2014-08-12Merge "Fixes AArch64 struct calling convention issue."Tim Murray
2014-08-13Fixes AArch64 struct calling convention issue.Chris Wailes
2014-08-12Merge "Revert "Collapse the code paths for single- and multi-input kernels.""Stephen Hines
2014-08-13Revert "Collapse the code paths for single- and multi-input kernels."Stephen Hines
2014-08-12Merge "Collapse the code paths for single- and multi-input kernels."Stephen Hines
2014-08-12Merge "Enable MIPS64 triples"Stephen Hines
2014-08-07Collapse the code paths for single- and multi-input kernels.Chris Wailes
2014-07-24Merge "Re-do the layout of the RsForEachKernelStruct."Stephen Hines
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-16Merge "Deprecate rs_fp_imprecise."Jean-Luc Brouillet
2014-07-15Update libbcc for LLVM rebase to r212749.Stephen Hines
2014-07-11Re-do the layout of the RsForEachKernelStruct.Chris Wailes
2014-07-11Add support for extracting input counts from bitcode files.Chris Wailes
2014-07-10Enable MIPS64 triplesPetar Jovanovic
2014-07-09Deprecate rs_fp_imprecise.Jean-Luc Brouillet
2014-07-07Merge "Adds support for multi-input kernels to libbcc."Stephen Hines
2014-06-30Adds support for multi-input kernels to libbcc.Chris Wailes
2014-06-30Merge "Fix 64 bit issue in sha1.c"Jean-Luc Brouillet
2014-06-30Fix 64 bit issue in sha1.cJean-Luc Brouillet
2014-06-26Merge "Use build fingerprint and compile command for caching."Jean-Luc Brouillet
2014-06-26Use build fingerprint and compile command for caching.Jean-Luc Brouillet
2014-06-20Merge "Change cache dependency tracking."Jean-Luc Brouillet
2014-06-19Change cache dependency tracking.Jean-Luc Brouillet
2014-06-17Merge "Replace libdvm reference with libart"Brian Carlstrom
2014-06-19Replace libdvm reference with libartBrian Carlstrom
2014-06-18Merge "Fix build break caused by missing ifdefs."Tim Murray
2014-06-18Fix build break caused by missing ifdefs.Tim Murray
2014-06-17Merge "Don't require libclcore_neon.bc on AArch64."Tim Murray
2014-06-17Merge "Use gcc instead of clang when building Windows SDK."Andrew Hsieh