1. 4dc1d8e Update language to comply with Android’s inclusive language guidance by Stephen Hines · 3 years, 10 months ago
  2. 53f9a6d Make PROVIDE_xxx macro more robust by Victor Khimenko · 6 years ago
  3. 97e5099 Structure layout logic cleanup. by David Gross · 7 years ago
  4. 1544017 Revert "Structure layout logic cleanup." by David Gross · 7 years ago
  5. 8281b5d Structure layout logic cleanup. by David Gross · 7 years ago
  6. cf5afcb Make bitcode wrapper info available to MetadataExtractor. by David Gross · 7 years ago
  7. 22c6bd7 Merge "Remove OutputFile and Disassembler from libbcc." by Jean-Luc Brouillet · 7 years ago
  8. 295e50f Remove OutputFile and Disassembler from libbcc. by Jean-Luc Brouillet · 7 years ago
  9. fc9c55b Add back version info to Script in libbcc by Jean-Luc Brouillet · 7 years ago
  10. 0a2acce Merge RSScript.cpp and Script.cpp by Jean-Luc Brouillet · 7 years ago
  11. a2dd52f Flatten the libbcc directories. by Jean-Luc Brouillet · 7 years ago
  12. 6a07535 liblog: use log/log.h when utilizing ALOG macros by Mark Salyzyn · 7 years ago
  13. d5c6901 liblog: use log/log.h when utilizing ALOG macros by Mark Salyzyn · 7 years ago
  14. 1d3ac56 Convert libbcc to Android.bp by Colin Cross · 7 years ago
  15. 7e4c6d7 Revert "Convert libbcc to Android.bp" by Colin Cross · 7 years ago
  16. 5a2d24e Convert libbcc to Android.bp by Colin Cross · 7 years ago
  17. f5b49a0 Fix libbcc to compile with LLVM r275480 by Pirama Arumuga Nainar · 8 years ago
  18. b5517ab libbcc: Replace cutils/log.h with android/log.h by Mark Salyzyn · 8 years ago
  19. 8a019dd Fix clang-tidy warnings in libbcc. by Chih-Hung Hsieh · 8 years ago
  20. 9fa4d44 Delete simple reduction implementation. by David Gross · 8 years ago
  21. dd33eb8 If a general reduction kernel lacks a combiner function, synthesize one. by David Gross · 8 years ago
  22. d2d5ee3 Translate GEP instructions on structs to GEP on int8* by Pirama Arumuga Nainar · 8 years ago
  23. f039d98 X86: Fix kernel Input/Output GetElementPtr offset issue by Yong Chen · 9 years ago
  24. f229c40 Update libbcc for LLVM rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  25. efe1434 Remove dead argument from RSCompilerDriver(). by David Gross · 8 years ago
  26. 4165d29 Make RSKernelExpand use memory rather than registers. by Dean De Leo · 8 years ago
  27. 09c7a41 Initial version of debug info pass for RS. by Dean De Leo · 8 years ago
  28. c31e101 Fix invalid read of literal (anonymous) structure names on assertion builds. by Stephen Hines · 9 years ago
  29. 4e7a506 Expand reduce-style kernels. by Matt Wala · 9 years ago
  30. fe0de78 Lose HAVE_ANDROID_OS from frameworks/compile/libbcc. by Elliott Hughes · 9 years ago
  31. b971e8c Merge "Clean up Compiler::runPasses()." by David Gross · 9 years ago
  32. 5aefc98 Clean up Compiler::runPasses(). by David Gross · 9 years ago
  33. 656325b Stopped bcc from ignoring optimization level by Stephen McGroarty · 9 years ago
  34. 0768d38 Check kernels before fusing by Yang Ni · 9 years ago
  35. 23c2bfe Fix cases where RSInvariant pass might miss marking some loads as invariant. by David Gross · 9 years ago
  36. ebff2ea Screen bitcode for non-RS functions before linking with runtime lib by Pirama Arumuga Nainar · 9 years ago
  37. abfa785 Fix x86_64 issue with a missing "." in structure names. by Stephen Hines · 9 years ago
  38. fb81ec1 Provide additional information about global variables. by Stephen Hines · 9 years ago
  39. e57fde5 Merge "Update libbcc for rebase to LLVM r235153" by Pirama Arumuga Nainar · 9 years ago
  40. 98137cc Update libbcc for rebase to LLVM r235153 by Pirama Arumuga Nainar · 9 years ago
  41. 750ee65 Provide a pass that creates information about global variables in RS. by Stephen Hines · 9 years ago
  42. 65fb05f Merge "Embed a real chesksum in script group .so" by Yang Ni · 9 years ago
  43. 8c24f8d Undo AArch64 pass-by-pointer for X86-64 by Pirama Arumuga Nainar · 9 years ago
  44. 186d2f3 Embed a real chesksum in script group .so by Yang Ni · 9 years ago
  45. 5cb1f39 Update libbcc for LLVM rebase to r233350. by Stephen Hines · 9 years ago
  46. 1bd9f62 Update libbcc for LLVM rebase to r230699. by Stephen Hines · 9 years ago
  47. 1d93a19 Add RSInvariant pass to recognize Load from RsExpandKernelDriverInfo as invariant. by David Gross · 9 years ago
  48. 5525379 Include missing header by Pirama Arumuga Nainar · 9 years ago
  49. a65fba6 Remove RSInfo by Pirama Arumuga Nainar · 9 years ago
  50. 6da4e25 Handle FP precision in kernel fusion by Yang Ni · 9 years ago
  51. 0ab50b8 Create one single module for a script group by Yang Ni · 9 years ago
  52. 3b43c36 Merge "Backend support for new special kernel params ctxt and z." by David Gross · 9 years ago
  53. 33cda5c Backend support for new special kernel params ctxt and z. by David Gross · 9 years ago
  54. 51ee77b Add a -build-checksum flag to bcc by Pirama Arumuga Nainar · 9 years ago
  55. 9fe081b Mark whether a script is threadable by Pirama Arumuga Nainar · 9 years ago
  56. 77c1d55 Fix -emit-llvm with shared object compilation. by Tim Murray · 9 years ago
  57. a4ded13 Compiler kernel fusion for RenderScript. by Yang Ni · 10 years ago
  58. 107f50d Remove linkloader from frameworks/compile/libbcc. by Stephen Hines · 9 years ago
  59. 5db508c Fix a few bugs in RSScreenFunctionsPass. by Stephen Hines · 9 years ago
  60. 1e0557a BCC updates to handle linkloader removal by Pirama Arumuga Nainar · 9 years ago
  61. 5793613 Update libbcc for LLVM rebase to r222494. by Stephen Hines · 9 years ago
  62. b7bce74 generate calls to rsSetObject inside .helper invoke functions by Tim Murray · 10 years ago
  63. b4447cd De-cruft the libbcc compiler infrastructure. by Chris Wailes · 10 years ago
  64. 7dff8da am d18f72f9: Merge "Fix typo: __arch64__ -> __aarch64__." by Stephen Hines · 10 years ago
  65. 867e8dd Fix typo: __arch64__ -> __aarch64__. by Logan Chien · 10 years ago
  66. 8cb6cc6 am ea6b1c5a: Merge "Replace NULL macros with nullptr literals." by Stephen Hines · 10 years ago
  67. ffb7afb am def585e3: Merge "Replace android::String8 with std::string in libbcc" by Stephen Hines · 10 years ago
  68. 900c6c1 Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  69. 23431e8 am 963a73ca: Merge "Replaced android::Vector with std::vector." by Stephen Hines · 10 years ago
  70. 35978e7 Replace android::String8 with std::string in libbcc by Chris Wailes · 10 years ago
  71. 5e7d876 Replaced android::Vector with std::vector. by Chris Wailes · 10 years ago
  72. 5a9ed45 am 4566d155: Merge "Update libbcc for LLVM rebase to r212749." by Stephen Hines · 10 years ago
  73. 4566d15 Merge "Update libbcc for LLVM rebase to r212749." by Stephen Hines · 10 years ago
  74. 539e298 am 0dd6efbc: Merge "Deprecate rs_fp_imprecise." by Jean-Luc Brouillet · 10 years ago
  75. d0993af Update libbcc for LLVM rebase to r212749. by Stephen Hines · 10 years ago
  76. 5f2e6b9 Deprecate rs_fp_imprecise. by Jean-Luc Brouillet · 10 years ago
  77. 00a68f0 am e17454cf: am 17d3aed6: Merge "Use build fingerprint and compile command for caching." by Jean-Luc Brouillet · 10 years ago
  78. f2ac317 Use build fingerprint and compile command for caching. by Jean-Luc Brouillet · 10 years ago
  79. a4cd446 am 3108f9c6: am cd399bad: Merge "Change cache dependency tracking." by Jean-Luc Brouillet · 10 years ago
  80. c5e607a Change cache dependency tracking. by Jean-Luc Brouillet · 10 years ago
  81. 57f4351 am b08d77d9: am 74ced127: Merge "[MIPS64] Add missing MIPS64_CODEGEN flags" by Stephen Hines · 10 years ago
  82. d5a4204 [MIPS64] Add missing MIPS64_CODEGEN flags by Dragoslav Sicarov · 10 years ago
  83. 9ac48f2 am 79e8a844: am b579d30a: am da0c1ea4: Merge "Separate out the symbol resolver from RSCompilerDriver." by Stephen Hines · 10 years ago
  84. b39557e Separate out the symbol resolver from RSCompilerDriver. by Stephen Hines · 10 years ago
  85. d02e6b0 am 696b5f92: am 3828eced: am 508b17d6: Merge "Remove unnecessary inheritance for CompilerConfig, as we switch to offline bcc." by Stephen Hines · 10 years ago
  86. bde1a25 Remove unnecessary inheritance for CompilerConfig, as we switch to offline bcc. by Stephen Hines · 10 years ago
  87. bc362b6 am e995ae93: am 1a9b5b61: am d3493fab: Merge "Switch RSForEachExpandPass to use MetadataExtractor." by Stephen Hines · 10 years ago
  88. 0e6aad1 am f141a77c: am 16601acb: am 30bfe8cc: Merge "Switch to MetadataExtractor path." by Stephen Hines · 10 years ago
  89. 25eb586 Switch RSForEachExpandPass to use MetadataExtractor. by Stephen Hines · 10 years ago
  90. 1253c19 Switch to MetadataExtractor path. by Stephen Hines · 10 years ago
  91. a7cb053 am 3d9f6c20: am 5d7f5ca6: am 3a9e5b35: Merge "Provide target-specific defines for libbcc and other libraries." by Stephen Hines · 10 years ago
  92. 476fefb am f7c92d8b: am de089f3b: am cd3a9dca: Merge "Remove Makefile->Header code generation from libbcc." by Stephen Hines · 10 years ago
  93. 7dcd80d am af63dab4: am 76209885: am ef2ca310: Merge "Provide support for ARM on AArch64 builds as well." by Stephen Hines · 10 years ago
  94. 0467bc4 Provide target-specific defines for libbcc and other libraries. by Stephen Hines · 10 years ago
  95. ce73d6f Remove Makefile->Header code generation from libbcc. by Stephen Hines · 10 years ago
  96. 1e32475 Provide support for ARM on AArch64 builds as well. by Stephen Hines · 10 years ago
  97. 4215c36 am ccb44c38: am 4c694e07: am ca48f581: Merge "Improve standalone bcc for on-device compilation." by Stephen Hines · 10 years ago
  98. c3437f0 Improve standalone bcc for on-device compilation. by Stephen Hines · 10 years ago
  99. 9125696 am 522c3bac: am e2dd4a0b: Merge "Update libbcc for 64-bit support." by Stephen Hines · 10 years ago
  100. c2074ca Update libbcc for 64-bit support. by Tim Murray · 10 years ago