1. 4a9d40e Merge "Expect RsExpandKernelDriverInfo not RsExpandKernelParams." by David Gross · 9 years ago
  2. e44a352 Expect RsExpandKernelDriverInfo not RsExpandKernelParams. by David Gross · 9 years ago
  3. eb86025 Merge "Handle FP precision in kernel fusion" by Yang Ni · 9 years ago
  4. 6da4e25 Handle FP precision in kernel fusion by Yang Ni · 9 years ago
  5. 3b01618 Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by Bill Yi · 9 years ago
  6. 5cfc08a Merge "Create one single module for a script group" by Yang Ni · 9 years ago
  7. 0ab50b8 Create one single module for a script group by Yang Ni · 9 years ago
  8. f129f66 am 3b43c366: Merge "Backend support for new special kernel params ctxt and z." by David Gross · 9 years ago
  9. 3b43c36 Merge "Backend support for new special kernel params ctxt and z." by David Gross · 9 years ago
  10. 33cda5c Backend support for new special kernel params ctxt and z. by David Gross · 9 years ago
  11. e55c493 am b9cf06e4: Merge "Add a -build-checksum flag to bcc" by Pirama Arumuga Nainar · 9 years ago
  12. b9cf06e Merge "Add a -build-checksum flag to bcc" by Pirama Arumuga Nainar · 9 years ago
  13. 51ee77b Add a -build-checksum flag to bcc by Pirama Arumuga Nainar · 9 years ago
  14. 64d7528 am bfbe9285: Merge "Track removal of refcounts from FileMap." by Narayan Kamath · 9 years ago
  15. bfbe928 Merge "Track removal of refcounts from FileMap." by Narayan Kamath · 9 years ago
  16. f27f126 Track removal of refcounts from FileMap. by Narayan Kamath · 9 years ago
  17. 3257370 Merge commit 'd4a84d8e983db6256a0f293839e77e138cdcbaa6' into HEAD by Bill Yi · 9 years ago
  18. d0bbc02 Merge "Add exp2f, sqrtf, fabsf to whitelist" by Pirama Arumuga Nainar · 9 years ago
  19. e7ba6d0 Add exp2f, sqrtf, fabsf to whitelist by Pirama Arumuga Nainar · 9 years ago
  20. d4a84d8 am e147cd84: Merge "Make isThreadable const" by Pirama Arumuga Nainar · 9 years ago
  21. e147cd8 Merge "Make isThreadable const" by Pirama Arumuga Nainar · 9 years ago
  22. 9e2479e am d7e0f118: Merge "Disable autovectorization for now because of a scalarizer bug." by Tim Murray · 9 years ago
  23. d7e0f11 Merge "Disable autovectorization for now because of a scalarizer bug." by Tim Murray · 9 years ago
  24. 7f59b5f Disable autovectorization for now because of a scalarizer bug. by Tim Murray · 9 years ago
  25. 7de5fde Make isThreadable const by Pirama Arumuga Nainar · 9 years ago
  26. c6f6409 am 29f866bc: Merge "Mark whether a script is threadable" by Pirama Arumuga Nainar · 9 years ago
  27. 29f866b Merge "Mark whether a script is threadable" by Pirama Arumuga Nainar · 9 years ago
  28. 9fe081b Mark whether a script is threadable by Pirama Arumuga Nainar · 9 years ago
  29. 1908998 am 0b104d63: Merge "Embed pragmas into object files" by Pirama Arumuga Nainar · 9 years ago
  30. 0b104d6 Merge "Embed pragmas into object files" by Pirama Arumuga Nainar · 9 years ago
  31. a99ef64 Embed pragmas into object files by Pirama Arumuga Nainar · 9 years ago
  32. 6052b0c am 89d305e9: Merge "Fix -emit-llvm with shared object compilation." by Tim Murray · 9 years ago
  33. 89d305e Merge "Fix -emit-llvm with shared object compilation." by Tim Murray · 9 years ago
  34. 77c1d55 Fix -emit-llvm with shared object compilation. by Tim Murray · 9 years ago
  35. 6319a06 am 0743f576: Merge "Compiler kernel fusion for RenderScript." by Yang Ni · 9 years ago
  36. 0743f57 Merge "Compiler kernel fusion for RenderScript." by Yang Ni · 9 years ago
  37. a4ded13 Compiler kernel fusion for RenderScript. by Yang Ni · 10 years ago
  38. 8e9d6ba am 826137cc: Merge "Remove linkloader from frameworks/compile/libbcc." by Stephen Hines · 9 years ago
  39. 826137c Merge "Remove linkloader from frameworks/compile/libbcc." by Stephen Hines · 9 years ago
  40. 107f50d Remove linkloader from frameworks/compile/libbcc. by Stephen Hines · 9 years ago
  41. b346785 am 57620a1c: Merge "Add proper getAnalysisUsage() implementations to each Pass." by Stephen Hines · 9 years ago
  42. 57620a1 Merge "Add proper getAnalysisUsage() implementations to each Pass." by Stephen Hines · 9 years ago
  43. c754d49 Add proper getAnalysisUsage() implementations to each Pass. by Stephen Hines · 10 years ago
  44. d8647cf am 12882999: Merge "Fix bcc initialization and shutdown issues." by Tim Murray · 10 years ago
  45. c1298f1 am 933c29fb: Merge "Enable autovectorization." by Tim Murray · 10 years ago
  46. 1288299 Merge "Fix bcc initialization and shutdown issues." by Tim Murray · 10 years ago
  47. 933c29f Merge "Enable autovectorization." by Tim Murray · 10 years ago
  48. c46a3f5 Fix bcc initialization and shutdown issues. by Tim Murray · 10 years ago
  49. 50f5eb4 Enable autovectorization. by Tim Murray · 10 years ago
  50. 3676393 am f4843eab: Merge "Fix a few bugs in RSScreenFunctionsPass." by Stephen Hines · 10 years ago
  51. f48af89 am a642a8e5: Merge "Make bcc-compat use Small CodeModel." by Miao Wang · 10 years ago
  52. f4843ea Merge "Fix a few bugs in RSScreenFunctionsPass." by Stephen Hines · 10 years ago
  53. a642a8e Merge "Make bcc-compat use Small CodeModel." by Miao Wang · 10 years ago
  54. 5db508c Fix a few bugs in RSScreenFunctionsPass. by Stephen Hines · 10 years ago
  55. 96627fc Make bcc-compat use Small CodeModel. by Miao Wang · 10 years ago
  56. 2e4107f am af9ff018: Merge "BCC updates to handle linkloader removal" by Pirama Arumuga Nainar · 10 years ago
  57. af9ff01 Merge "BCC updates to handle linkloader removal" by Pirama Arumuga Nainar · 10 years ago
  58. 1e0557a BCC updates to handle linkloader removal by Pirama Arumuga Nainar · 10 years ago
  59. f9eed7a am daf78c5a: Merge "Remember to mark functions as materializable (or they are only "declared")." by Stephen Hines · 10 years ago
  60. 33ffcbf am 02950d34: Merge "After translation, the bitcode version is now the most up-to-date." by Stephen Hines · 10 years ago
  61. daf78c5 Merge "Remember to mark functions as materializable (or they are only "declared")." by Stephen Hines · 10 years ago
  62. 02950d3 Merge "After translation, the bitcode version is now the most up-to-date." by Stephen Hines · 10 years ago
  63. 34edb8a Remember to mark functions as materializable (or they are only "declared"). by Stephen Hines · 10 years ago
  64. dc31b1c After translation, the bitcode version is now the most up-to-date. by Stephen Hines · 10 years ago
  65. 8dab27f am d2a56182: Merge "libbcc doesn\'t use mclinker." by Elliott Hughes · 10 years ago
  66. d2a5618 Merge "libbcc doesn't use mclinker." by Elliott Hughes · 10 years ago
  67. 1b6bba4 libbcc doesn't use mclinker. by Elliott Hughes · 10 years ago
  68. 80b485e am 4b04c096: Merge "Update libbcc for LLVM rebase to r222494." by Stephen Hines · 10 years ago
  69. 4b04c09 Merge "Update libbcc for LLVM rebase to r222494." by Stephen Hines · 10 years ago
  70. 5793613 Update libbcc for LLVM rebase to r222494. by Stephen Hines · 10 years ago
  71. 3e459e3 am b14e8690: Merge "Modify RSForEachExpand to move casting of pointer types outside the inner loop." by Stephen Hines · 10 years ago
  72. f37bfb5 am 4b474b4a: Merge "generate calls to rsSetObject inside .helper invoke functions" by Stephen Hines · 10 years ago
  73. b14e869 Merge "Modify RSForEachExpand to move casting of pointer types outside the inner loop." by Stephen Hines · 10 years ago
  74. 4b474b4 Merge "generate calls to rsSetObject inside .helper invoke functions" by Stephen Hines · 10 years ago
  75. bb73b74 Modify RSForEachExpand to move casting of pointer types outside the inner loop. by Tim Murray · 10 years ago
  76. b7bce74 generate calls to rsSetObject inside .helper invoke functions by Tim Murray · 10 years ago
  77. cd88bdc am 2463de95: Merge "De-cruft the libbcc compiler infrastructure." by Stephen Hines · 10 years ago
  78. 2463de9 Merge "De-cruft the libbcc compiler infrastructure." by Stephen Hines · 10 years ago
  79. b4447cd De-cruft the libbcc compiler infrastructure. by Chris Wailes · 10 years ago
  80. 0fd2f0e am 4d938661: Merge "[MIPS] Set default MIPS64 ISA revision to R6" by Stephen Hines · 10 years ago
  81. 4d93866 Merge "[MIPS] Set default MIPS64 ISA revision to R6" by Stephen Hines · 10 years ago
  82. 44289f8 am 3932f6ce: Merge "Disable step opt for 12-byte structs on 64-bit." by Stephen Hines · 10 years ago
  83. 3932f6c Merge "Disable step opt for 12-byte structs on 64-bit." by Stephen Hines · 10 years ago
  84. 429d94a Disable step opt for 12-byte structs on 64-bit. by Tim Murray · 10 years ago
  85. dda22b1 am efa07f1f: Merge "Switch to 64-bit host builds for libbcc tools." by Dan Albert · 10 years ago
  86. efa07f1 Merge "Switch to 64-bit host builds for libbcc tools." by Dan Albert · 10 years ago
  87. 18fe430 am d426b8ad: Merge "Fix format-string-related warnings for size of various types." by Stephen Hines · 10 years ago
  88. 9b1fc3d Switch to 64-bit host builds for libbcc tools. by Stephen Hines · 10 years ago
  89. d426b8a Merge "Fix format-string-related warnings for size of various types." by Stephen Hines · 10 years ago
  90. 4cb4c55 Fix format-string-related warnings for size of various types. by Stephen Hines · 10 years ago
  91. b6110bf am b70f27af: am 4c94acac: Merge "Revert "Fix format-string-related warnings for size of various types."" by Stephen Hines · 10 years ago
  92. e7c9153 am 853161a8: am 39d5c2d5: Merge "Revert "Switch to 64-bit host builds for libbcc tools."" by Stephen Hines · 10 years ago
  93. d5dfb07 am 741d9e1a: am 8b63df9e: Merge "Fix format-string-related warnings for size of various types." by Stephen Hines · 10 years ago
  94. cbe5e8e am c1daf86d: am 8a016071: Merge "Switch to 64-bit host builds for libbcc tools." by Stephen Hines · 10 years ago
  95. b70f27a am 4c94acac: Merge "Revert "Fix format-string-related warnings for size of various types."" by Stephen Hines · 10 years ago
  96. 853161a am 39d5c2d5: Merge "Revert "Switch to 64-bit host builds for libbcc tools."" by Stephen Hines · 10 years ago
  97. 741d9e1 am 8b63df9e: Merge "Fix format-string-related warnings for size of various types." by Stephen Hines · 10 years ago
  98. c1daf86 am 8a016071: Merge "Switch to 64-bit host builds for libbcc tools." by Stephen Hines · 10 years ago
  99. 4c94aca Merge "Revert "Fix format-string-related warnings for size of various types."" by Stephen Hines · 10 years ago
  100. 39d5c2d Merge "Revert "Switch to 64-bit host builds for libbcc tools."" by Stephen Hines · 10 years ago