1. 10ee6af Ensure that we only compile the proper bitwidth bitcode for an architecture. by Stephen Hines · 10 years ago
  2. f1568f8 Fix some broken debug statements and asserts. by Dan Albert · 10 years ago
  3. 8cb6cc6 am ea6b1c5a: Merge "Replace NULL macros with nullptr literals." by Stephen Hines · 10 years ago
  4. ffb7afb am def585e3: Merge "Replace android::String8 with std::string in libbcc" by Stephen Hines · 10 years ago
  5. 900c6c1 Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  6. 23431e8 am 963a73ca: Merge "Replaced android::Vector with std::vector." by Stephen Hines · 10 years ago
  7. 35978e7 Replace android::String8 with std::string in libbcc by Chris Wailes · 10 years ago
  8. e3fef7a am 9330a6ab: Merge "Remove the instep parameter from expanded kernels." by Stephen Hines · 10 years ago
  9. 5e7d876 Replaced android::Vector with std::vector. by Chris Wailes · 10 years ago
  10. 5010f64 Remove the instep parameter from expanded kernels. by Chris Wailes · 10 years ago
  11. d41d217 am 5d312ea1: Merge "Collapse the code paths for single- and multi-input kernels." by Stephen Hines · 10 years ago
  12. e10b864 Collapse the code paths for single- and multi-input kernels. by Chris Wailes · 10 years ago
  13. 4cea01f resolved conflicts for merge of 2f2f7737 to lmp-dev-plus-aosp by Tim Murray · 10 years ago
  14. 326d02a Fixes AArch64 struct calling convention issue. by Chris Wailes · 10 years ago
  15. d94735a am 0fff908e: Merge "Enable MIPS64 triples" by Stephen Hines · 10 years ago
  16. 27f734f Merge "Revert "Collapse the code paths for single- and multi-input kernels."" by Stephen Hines · 10 years ago
  17. efcede6 Revert "Collapse the code paths for single- and multi-input kernels." by Stephen Hines · 10 years ago
  18. e47cc8f Merge "Collapse the code paths for single- and multi-input kernels." by Stephen Hines · 10 years ago
  19. 0fff908 Merge "Enable MIPS64 triples" by Stephen Hines · 10 years ago
  20. 4ca0fbf Collapse the code paths for single- and multi-input kernels. by Chris Wailes · 10 years ago
  21. ec190b9 am c43e1ba9: Fixes AArch64 struct calling convention issue. by Chris Wailes · 10 years ago
  22. c43e1ba Fixes AArch64 struct calling convention issue. by Chris Wailes · 10 years ago
  23. 590257e am 3fc91521: Merge "Re-do the layout of the RsForEachKernelStruct." by Stephen Hines · 10 years ago
  24. f21590e Update libbcc for LLVM rebase to r212749. by Stephen Hines · 10 years ago
  25. 3fc9152 Merge "Re-do the layout of the RsForEachKernelStruct." by Stephen Hines · 10 years ago
  26. 5a9ed45 am 4566d155: Merge "Update libbcc for LLVM rebase to r212749." by Stephen Hines · 10 years ago
  27. 4566d15 Merge "Update libbcc for LLVM rebase to r212749." by Stephen Hines · 10 years ago
  28. 539e298 am 0dd6efbc: Merge "Deprecate rs_fp_imprecise." by Jean-Luc Brouillet · 10 years ago
  29. ef40696 Deprecate rs_fp_imprecise. by Jean-Luc Brouillet · 10 years ago
  30. d0993af Update libbcc for LLVM rebase to r212749. by Stephen Hines · 10 years ago
  31. 8d254fd Add override to force the CPU variant. by Tim Murray · 10 years ago
  32. 097ca14 Re-do the layout of the RsForEachKernelStruct. by Chris Wailes · 10 years ago
  33. 55e1178 Enable MIPS64 triples by Petar Jovanovic · 10 years ago
  34. 5f2e6b9 Deprecate rs_fp_imprecise. by Jean-Luc Brouillet · 10 years ago
  35. 6fe275e Merge "Adds support for multi-input kernels to libbcc." by Stephen Hines · 10 years ago
  36. 881cda4 Adds support for multi-input kernels to libbcc. by Chris Wailes · 10 years ago
  37. 2df3448 Merge "Fix 64 bit issue in sha1.c" by Jean-Luc Brouillet · 10 years ago
  38. 73775bb Fix 64 bit issue in sha1.c by Jean-Luc Brouillet · 10 years ago
  39. f2ac317 Use build fingerprint and compile command for caching. by Jean-Luc Brouillet · 10 years ago
  40. c5e607a Change cache dependency tracking. by Jean-Luc Brouillet · 10 years ago
  41. ca5135e Merge "Fix build break caused by missing ifdefs." by Tim Murray · 10 years ago
  42. 37dc23b Fix build break caused by missing ifdefs. by Tim Murray · 10 years ago
  43. fd3f8c6 Merge "Don't require libclcore_neon.bc on AArch64." by Tim Murray · 10 years ago
  44. c1c2e6f Merge "Don't use bionic's sha1 functionality." by Dan Albert · 10 years ago
  45. 18f5eb9 Don't use bionic's sha1 functionality. by Dan Albert · 10 years ago
  46. bdbff6e Simple cleanups in RSForEachExpand.cpp by Chris Wailes · 10 years ago
  47. a5b1343 Don't require libclcore_neon.bc on AArch64. by Tim Murray · 10 years ago
  48. d66c04c Merge "Update libbcc for ARM64." by Tim Murray · 10 years ago
  49. a630078 Update libbcc for LLVM 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  50. a16a916 Only force MIPS to static relocation if they were using the default. by Stephen Hines · 10 years ago
  51. 4f7fdd4 Update libbcc for ARM64. by Tim Murray · 10 years ago
  52. 373f5e7 Fix foreach func vector resize issue. by Tim Murray · 10 years ago
  53. b39557e Separate out the symbol resolver from RSCompilerDriver. by Stephen Hines · 10 years ago
  54. 060bd2d Fix missing include of Config.h. by Stephen Hines · 10 years ago
  55. 350d9a6 Remove unused define from makefile. by Stephen Hines · 10 years ago
  56. bde1a25 Remove unnecessary inheritance for CompilerConfig, as we switch to offline bcc. by Stephen Hines · 10 years ago
  57. 1ae3fd6 Fix some minor issues picked up by valgrind. by Stephen Hines · 10 years ago
  58. 25eb586 Switch RSForEachExpandPass to use MetadataExtractor. by Stephen Hines · 10 years ago
  59. 1253c19 Switch to MetadataExtractor path. by Stephen Hines · 10 years ago
  60. 2d201e5 Refactor RSEmbedInfo pass. by Stephen Hines · 10 years ago
  61. 1c4d30c ARCH_ARM_HAVE_NEON should be consistent for aarch64 targets. by Stephen Hines · 10 years ago
  62. c37e97e Use ARCH_ARM_HAVE_NEON define instead of cpuinfo to detect NEON support. by Stephen Hines · 10 years ago
  63. ce73d6f Remove Makefile->Header code generation from libbcc. by Stephen Hines · 10 years ago
  64. c3437f0 Improve standalone bcc for on-device compilation. by Stephen Hines · 10 years ago
  65. c2074ca Update libbcc for 64-bit support. by Tim Murray · 10 years ago
  66. e524a6f Enable 64bit elf object handling. by WeiTang · 10 years ago
  67. 70a7671 Merge "Change 64bit library path from /system/lib/ to /system/lib64" by Tim Murray · 10 years ago
  68. 36e642c Change 64bit library path from /system/lib/ to /system/lib64 by WeiTang · 10 years ago
  69. c6e6ee4 Add DISABLE_LLVM_DEVICE_BUILDS to libbcc. by Tim Murray · 10 years ago
  70. 8f7345d libbcc: disable more modules for arm64 by Colin Cross · 10 years ago
  71. 3cd3ec8 Fix incorrect memcmp in RSInfoReader. by Jean-Luc Brouillet · 10 years ago
  72. 14588cf Fix TBAA: Set path tag metadata to instruction. by Logan Chien · 10 years ago
  73. 9c5263e Provide a flag to disable TBAA for RS (and disable TBAA temporarily). by Stephen Hines · 10 years ago
  74. b316f58 Run verifier on RenderScript .bc modules by Tobias Grosser · 11 years ago
  75. 045558b Fix disabling global merge option with standalone bcc. by Stephen Hines · 10 years ago
  76. be07e23 Fix a pointer cast for 64bit. by Ian Rogers · 10 years ago
  77. 4face7b resolved conflicts for merge of 8d972a6f to klp-dev-plus-aosp by Stephen Hines · 11 years ago
  78. 8d972a6 resolved conflicts for merge of 4293770c to stage-aosp-master by Stephen Hines · 11 years ago
  79. 77e2f0f DO NOT MERGE: Refactor the libbcc runtime for x86 platform by Jun Tian · 11 years ago
  80. 5aa70e1 Remove references/use of ARCH_X86_HAVE_*. by Stephen Hines · 11 years ago
  81. acf9c9e resolved conflicts for merge of b9a4701b to klp-dev by Stephen Hines · 11 years ago
  82. c9cdca6 Fix windows line ending bug. by Stephen Hines · 11 years ago
  83. bc9a422 DO NOT MERGE - x86_64/x32: Add targets by Pavel Chupin · 12 years ago
  84. 3d74078 DO NOT MERGE - Only support EnableGlobalMerge on ARM architectures. by Stephen Hines · 11 years ago
  85. 957c9bc DO NOT MERGE - Provide a way to disable LLVM's global merge optimization. by Stephen Hines · 11 years ago
  86. b441caf DO NOT MERGE: Refactor the libbcc runtime for x86 platform by Jun Tian · 11 years ago
  87. 0784365 resolved conflicts for merge of 8607272a to klp-dev by Stephen Hines · 11 years ago
  88. b10c3a7 Update libbcc for LLVM merge to r187914. by Stephen Hines · 11 years ago
  89. d7a9526 Remove locking code on Windows builds. by Stephen Hines · 11 years ago
  90. c1567c0 Merge "Decode RenderScript kernel signatures using bcinfo::MetadataExtractor." by Stephen Hines · 11 years ago
  91. 1a36fca am a08768d4: am 48cd7454: Fix Windows build issues for libbcc. by Stephen Hines · 11 years ago
  92. d881775 Decode RenderScript kernel signatures using bcinfo::MetadataExtractor. by Stephen Hines · 11 years ago
  93. 18a38a3 Annotate allocations with Renderscript TBAA metadata by Tobias Grosser · 11 years ago
  94. d06574b Use BUILD instead of HOST for bcc_strip_attr. by Stephen Hines · 11 years ago
  95. 48cd745 Fix Windows build issues for libbcc. by Stephen Hines · 11 years ago
  96. baa6b9d Remove libbcc's dependence on mclinker. by Stephen Hines · 11 years ago
  97. d5a0f13 Remove ABCC and associated components. by Stephen Hines · 11 years ago
  98. 6a5fa14 Remove beforeExecuteLTOPasses callback by Tobias Grosser · 11 years ago
  99. 5b7f52a Improve error code to error string translation by Tobias Grosser · 11 years ago
  100. c06cd06 Only support EnableGlobalMerge on ARM architectures. by Stephen Hines · 11 years ago