1. b7f0511 Restore missing min and max API. by Jean-Luc Brouillet · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. d477771 Fix missing call to setLinkRuntimeCallback() from compat path. by Stephen Hines · 9 years ago
  3. 6052c40 Fix rs_kernel_context_t type mismatch in call to kernel. by David Gross · 9 years ago
  4. a38e29b Fix a bug where kernels could modify the input allocation. by Matt Wala · 9 years ago
  5. 531d08c bcc kernel fusion: Fixed checks and added better error messages by Yang Ni · 9 years ago
  6. 25c7dfc Fix cases where RSInvariant pass might miss marking some loads as invariant. by David Gross · 9 years ago
  7. 983411b Fix check for literal types by Pirama Arumuga Nainar · 9 years ago
  8. 881d97e Get struct names only for non-literal structs by Pirama Arumuga Nainar · 9 years ago
  9. 8c12d61 Check kernels before fusing by Yang Ni · 9 years ago
  10. cb6c159 Screen bitcode for non-RS functions before linking with runtime lib by Pirama Arumuga Nainar · 9 years ago
  11. 7a00a15 Update RSStubsWhiteList.cpp with a generated list by Pirama Arumuga Nainar · 9 years ago
  12. 95ff0e9 RSGlobalInfoPass: Fix types in global info tables by Matt Wala · 9 years ago
  13. 6b43a63 X86_64: Set small CodeModel if use PIC_ relocation by Yong Chen · 9 years ago
  14. 8e3b7f3 bcc changes for fp16 by Pirama Arumuga Nainar · 9 years ago
  15. 86acf1f Fix x86_64 issue with a missing "." in structure names. by Stephen Hines · 9 years ago
  16. e6795bc Provide additional information about global variables. by Stephen Hines · 9 years ago
  17. ec02944 Add missing functions to RenderScript whitelist by Pirama Arumuga Nainar · 9 years ago
  18. bc65668 Update libbcc for rebase to LLVM r235153 by Pirama Arumuga Nainar · 9 years ago
  19. e67dab4 Provide a pass that creates information about global variables in RS. by Stephen Hines · 9 years ago
  20. a108bc5 Make better use of getStringOperand() for MetadataExtractor. by Stephen Hines · 9 years ago
  21. 65fb05f Merge "Embed a real chesksum in script group .so" by Yang Ni · 9 years ago
  22. 8c24f8d Undo AArch64 pass-by-pointer for X86-64 by Pirama Arumuga Nainar · 10 years ago
  23. 60b76aa Merge "Update libbcc for LLVM rebase to r233350." by Pirama Arumuga Nainar · 9 years ago
  24. 0a3df65 Merge "Remove obsolete entry points." by Jean-Luc Brouillet · 9 years ago
  25. a8adba1 Remove obsolete entry points. by Jean-Luc Brouillet · 9 years ago
  26. 186d2f3 Embed a real chesksum in script group .so by Yang Ni · 9 years ago
  27. 5cb1f39 Update libbcc for LLVM rebase to r233350. by Stephen Hines · 9 years ago
  28. 6a91ad0 Remove the rs_path APIs from the white list. by Jean-Luc Brouillet · 9 years ago
  29. 354d1c1 Fix TBAA by using an additional distinct node for swapping. by Stephen Hines · 9 years ago
  30. 1bd9f62 Update libbcc for LLVM rebase to r230699. by Stephen Hines · 10 years ago
  31. be42b8a Merge "Add bitcast to invoke helper pass." by Tim Murray · 10 years ago
  32. 4100e8e Add bitcast to invoke helper pass. by Tim Murray · 10 years ago
  33. 1d93a19 Add RSInvariant pass to recognize Load from RsExpandKernelDriverInfo as invariant. by David Gross · 10 years ago
  34. a65fba6 Remove RSInfo by Pirama Arumuga Nainar · 10 years ago
  35. e44a352 Expect RsExpandKernelDriverInfo not RsExpandKernelParams. by David Gross · 10 years ago
  36. 6da4e25 Handle FP precision in kernel fusion by Yang Ni · 10 years ago
  37. 0ab50b8 Create one single module for a script group by Yang Ni · 10 years ago
  38. 3b43c36 Merge "Backend support for new special kernel params ctxt and z." by David Gross · 10 years ago
  39. 33cda5c Backend support for new special kernel params ctxt and z. by David Gross · 10 years ago
  40. b9cf06e Merge "Add a -build-checksum flag to bcc" by Pirama Arumuga Nainar · 10 years ago
  41. 51ee77b Add a -build-checksum flag to bcc by Pirama Arumuga Nainar · 10 years ago
  42. f27f126 Track removal of refcounts from FileMap. by Narayan Kamath · 10 years ago
  43. e7ba6d0 Add exp2f, sqrtf, fabsf to whitelist by Pirama Arumuga Nainar · 10 years ago
  44. 7f59b5f Disable autovectorization for now because of a scalarizer bug. by Tim Murray · 10 years ago
  45. 9fe081b Mark whether a script is threadable by Pirama Arumuga Nainar · 10 years ago
  46. 0b104d6 Merge "Embed pragmas into object files" by Pirama Arumuga Nainar · 10 years ago
  47. a99ef64 Embed pragmas into object files by Pirama Arumuga Nainar · 10 years ago
  48. 77c1d55 Fix -emit-llvm with shared object compilation. by Tim Murray · 10 years ago
  49. a4ded13 Compiler kernel fusion for RenderScript. by Yang Ni · 10 years ago
  50. 107f50d Remove linkloader from frameworks/compile/libbcc. by Stephen Hines · 10 years ago
  51. c754d49 Add proper getAnalysisUsage() implementations to each Pass. by Stephen Hines · 10 years ago
  52. c46a3f5 Fix bcc initialization and shutdown issues. by Tim Murray · 10 years ago
  53. 50f5eb4 Enable autovectorization. by Tim Murray · 10 years ago
  54. 5db508c Fix a few bugs in RSScreenFunctionsPass. by Stephen Hines · 10 years ago
  55. 1e0557a BCC updates to handle linkloader removal by Pirama Arumuga Nainar · 10 years ago
  56. 5793613 Update libbcc for LLVM rebase to r222494. by Stephen Hines · 10 years ago
  57. bb73b74 Modify RSForEachExpand to move casting of pointer types outside the inner loop. by Tim Murray · 10 years ago
  58. b7bce74 generate calls to rsSetObject inside .helper invoke functions by Tim Murray · 10 years ago
  59. b4447cd De-cruft the libbcc compiler infrastructure. by Chris Wailes · 10 years ago
  60. 4d93866 Merge "[MIPS] Set default MIPS64 ISA revision to R6" by Stephen Hines · 10 years ago
  61. 429d94a Disable step opt for 12-byte structs on 64-bit. by Tim Murray · 10 years ago
  62. d426b8a Merge "Fix format-string-related warnings for size of various types." by Stephen Hines · 10 years ago
  63. 4cb4c55 Fix format-string-related warnings for size of various types. by Stephen Hines · 10 years ago
  64. b70f27a am 4c94acac: Merge "Revert "Fix format-string-related warnings for size of various types."" by Stephen Hines · 10 years ago
  65. 741d9e1 am 8b63df9e: Merge "Fix format-string-related warnings for size of various types." by Stephen Hines · 10 years ago
  66. 288ad8e Revert "Fix format-string-related warnings for size of various types." by Stephen Hines · 10 years ago
  67. 4418cf1 Fix format-string-related warnings for size of various types. by Stephen Hines · 10 years ago
  68. 4171e69 [MIPS] Set default MIPS64 ISA revision to R6 by Petar Jovanovic · 10 years ago
  69. 14ed738 Merge "Ensure that we only compile the proper bitwidth bitcode for an architecture." by Stephen Hines · 10 years ago
  70. 2e94687 am 5c7849c8: Merge "Fix some broken debug statements and asserts." by Dan Albert · 10 years ago
  71. 81c6c7e am 10ee6af6: Ensure that we only compile the proper bitwidth bitcode for an architecture. by Stephen Hines · 10 years ago
  72. ab2e6c3 Ensure that we only compile the proper bitwidth bitcode for an architecture. by Stephen Hines · 10 years ago
  73. 10ee6af Ensure that we only compile the proper bitwidth bitcode for an architecture. by Stephen Hines · 10 years ago
  74. f1568f8 Fix some broken debug statements and asserts. by Dan Albert · 10 years ago
  75. 8cb6cc6 am ea6b1c5a: Merge "Replace NULL macros with nullptr literals." by Stephen Hines · 10 years ago
  76. ffb7afb am def585e3: Merge "Replace android::String8 with std::string in libbcc" by Stephen Hines · 10 years ago
  77. 900c6c1 Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  78. 23431e8 am 963a73ca: Merge "Replaced android::Vector with std::vector." by Stephen Hines · 10 years ago
  79. 35978e7 Replace android::String8 with std::string in libbcc by Chris Wailes · 10 years ago
  80. e3fef7a am 9330a6ab: Merge "Remove the instep parameter from expanded kernels." by Stephen Hines · 10 years ago
  81. 5e7d876 Replaced android::Vector with std::vector. by Chris Wailes · 10 years ago
  82. 5010f64 Remove the instep parameter from expanded kernels. by Chris Wailes · 10 years ago
  83. d41d217 am 5d312ea1: Merge "Collapse the code paths for single- and multi-input kernels." by Stephen Hines · 10 years ago
  84. e10b864 Collapse the code paths for single- and multi-input kernels. by Chris Wailes · 10 years ago
  85. 4cea01f resolved conflicts for merge of 2f2f7737 to lmp-dev-plus-aosp by Tim Murray · 10 years ago
  86. 326d02a Fixes AArch64 struct calling convention issue. by Chris Wailes · 10 years ago
  87. d94735a am 0fff908e: Merge "Enable MIPS64 triples" by Stephen Hines · 10 years ago
  88. 27f734f Merge "Revert "Collapse the code paths for single- and multi-input kernels."" by Stephen Hines · 10 years ago
  89. efcede6 Revert "Collapse the code paths for single- and multi-input kernels." by Stephen Hines · 10 years ago
  90. e47cc8f Merge "Collapse the code paths for single- and multi-input kernels." by Stephen Hines · 10 years ago
  91. 0fff908 Merge "Enable MIPS64 triples" by Stephen Hines · 10 years ago
  92. 4ca0fbf Collapse the code paths for single- and multi-input kernels. by Chris Wailes · 10 years ago
  93. ec190b9 am c43e1ba9: Fixes AArch64 struct calling convention issue. by Chris Wailes · 10 years ago
  94. c43e1ba Fixes AArch64 struct calling convention issue. by Chris Wailes · 10 years ago
  95. 590257e am 3fc91521: Merge "Re-do the layout of the RsForEachKernelStruct." by Stephen Hines · 10 years ago
  96. f21590e Update libbcc for LLVM rebase to r212749. by Stephen Hines · 10 years ago
  97. 3fc9152 Merge "Re-do the layout of the RsForEachKernelStruct." by Stephen Hines · 10 years ago
  98. 5a9ed45 am 4566d155: Merge "Update libbcc for LLVM rebase to r212749." by Stephen Hines · 10 years ago
  99. 4566d15 Merge "Update libbcc for LLVM rebase to r212749." by Stephen Hines · 10 years ago
  100. 539e298 am 0dd6efbc: Merge "Deprecate rs_fp_imprecise." by Jean-Luc Brouillet · 10 years ago