1. f5b49a0 Fix libbcc to compile with LLVM r275480 by Pirama Arumuga Nainar · 8 years ago
  2. 9f22fc1 Merge "Revert "Don't internalize __truncxfhf2 for x86"" by Pirama Arumuga Nainar · 8 years ago
  3. 73298cb Revert "Don't internalize __truncxfhf2 for x86" by Pirama Arumuga Nainar · 8 years ago
  4. 8a019dd Fix clang-tidy warnings in libbcc. by Chih-Hung Hsieh · 8 years ago
  5. 9fa4d44 Delete simple reduction implementation. by David Gross · 8 years ago
  6. dd33eb8 If a general reduction kernel lacks a combiner function, synthesize one. by David Gross · 8 years ago
  7. ba87381 Merge "Preserve generalized reduction combiner function for use by driver." by David Gross · 8 years ago
  8. f1855f7 Preserve generalized reduction combiner function for use by driver. by David Gross · 8 years ago
  9. d2d5ee3 Translate GEP instructions on structs to GEP on int8* by Pirama Arumuga Nainar · 8 years ago
  10. f229c40 Update libbcc for LLVM rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  11. 388e0ac Merge "General reduction initializer and outconverter functions must not be internalized." by David Gross · 9 years ago
  12. 688cf3f Avoid doing symbol internalization when compiling with -O0. by Dean De Leo · 9 years ago
  13. 79a19ce General reduction initializer and outconverter functions must not be internalized. by David Gross · 9 years ago
  14. 10f2a8f Don't internalize __truncxfhf2 for x86 by Pirama Arumuga Nainar · 9 years ago
  15. 09c7a41 Initial version of debug info pass for RS. by Dean De Leo · 9 years ago
  16. 1e32186 Split the libbcc pass manager into two phases. by Dean De Leo · 9 years ago
  17. 79e1a05 Metadata support for general reduction. by David Gross · 9 years ago
  18. 6af50b7 Stop using HOST_OS, whitelist windows modules by Dan Willemsen · 9 years ago
  19. 4e7a506 Expand reduce-style kernels. by Matt Wala · 9 years ago
  20. 5aefc98 Clean up Compiler::runPasses(). by David Gross · 9 years ago
  21. ebff2ea Screen bitcode for non-RS functions before linking with runtime lib by Pirama Arumuga Nainar · 9 years ago
  22. c2ca742 Replace assert() with project-specific version. by David Gross · 9 years ago
  23. d6dba60 Merge "Provide additional information about global variables." by Stephen Hines · 9 years ago
  24. fb81ec1 Provide additional information about global variables. by Stephen Hines · 9 years ago
  25. cf8b2d0 Sanitize Module's target information. by David Gross · 9 years ago
  26. e57fde5 Merge "Update libbcc for rebase to LLVM r235153" by Pirama Arumuga Nainar · 9 years ago
  27. 98137cc Update libbcc for rebase to LLVM r235153 by Pirama Arumuga Nainar · 9 years ago
  28. 750ee65 Provide a pass that creates information about global variables in RS. by Stephen Hines · 9 years ago
  29. e1c7d29 Make better use of getStringOperand() for MetadataExtractor. by Stephen Hines · 9 years ago
  30. 8c24f8d Undo AArch64 pass-by-pointer for X86-64 by Pirama Arumuga Nainar · 9 years ago
  31. 5cb1f39 Update libbcc for LLVM rebase to r233350. by Stephen Hines · 9 years ago
  32. 1bd9f62 Update libbcc for LLVM rebase to r230699. by Stephen Hines · 9 years ago
  33. 1d93a19 Add RSInvariant pass to recognize Load from RsExpandKernelDriverInfo as invariant. by David Gross · 9 years ago
  34. 51ee77b Add a -build-checksum flag to bcc by Pirama Arumuga Nainar · 10 years ago
  35. 7f59b5f Disable autovectorization for now because of a scalarizer bug. by Tim Murray · 10 years ago
  36. 9fe081b Mark whether a script is threadable by Pirama Arumuga Nainar · 10 years ago
  37. a4ded13 Compiler kernel fusion for RenderScript. by Yang Ni · 10 years ago
  38. 107f50d Remove linkloader from frameworks/compile/libbcc. by Stephen Hines · 10 years ago
  39. 50f5eb4 Enable autovectorization. by Tim Murray · 10 years ago
  40. 5db508c Fix a few bugs in RSScreenFunctionsPass. by Stephen Hines · 10 years ago
  41. 1e0557a BCC updates to handle linkloader removal by Pirama Arumuga Nainar · 10 years ago
  42. 5793613 Update libbcc for LLVM rebase to r222494. by Stephen Hines · 10 years ago
  43. bb73b74 Modify RSForEachExpand to move casting of pointer types outside the inner loop. by Tim Murray · 10 years ago
  44. b7bce74 generate calls to rsSetObject inside .helper invoke functions by Tim Murray · 10 years ago
  45. b4447cd De-cruft the libbcc compiler infrastructure. by Chris Wailes · 10 years ago
  46. 81c6c7e am 10ee6af6: Ensure that we only compile the proper bitwidth bitcode for an architecture. by Stephen Hines · 10 years ago
  47. 10ee6af Ensure that we only compile the proper bitwidth bitcode for an architecture. by Stephen Hines · 10 years ago
  48. 900c6c1 Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  49. f21590e Update libbcc for LLVM rebase to r212749. by Stephen Hines · 10 years ago
  50. d0993af Update libbcc for LLVM rebase to r212749. by Stephen Hines · 10 years ago
  51. a630078 Update libbcc for LLVM 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  52. ce73d6f Remove Makefile->Header code generation from libbcc. by Stephen Hines · 10 years ago
  53. c2074ca Update libbcc for 64-bit support. by Tim Murray · 10 years ago
  54. c6e6ee4 Add DISABLE_LLVM_DEVICE_BUILDS to libbcc. by Tim Murray · 10 years ago
  55. b316f58 Run verifier on RenderScript .bc modules by Tobias Grosser · 11 years ago
  56. b10c3a7 Update libbcc for LLVM merge to r187914. by Stephen Hines · 11 years ago
  57. 6a5fa14 Remove beforeExecuteLTOPasses callback by Tobias Grosser · 11 years ago
  58. 5b7f52a Improve error code to error string translation by Tobias Grosser · 11 years ago
  59. 2f6103b Remove manually inlined populateLTOPassManager() by Tobias Grosser · 11 years ago
  60. 27fb7ed Dump LLVM-IR before generating target code by Tobias Grosser · 11 years ago
  61. 4e98648 Remove libbcc's dependence on mclinker. by Stephen Hines · 11 years ago
  62. 86e4506 Adapt libbcc for LLVM/Clang/mclinker update. by Stephen Hines · 11 years ago
  63. 06731a6 Add LinkRuntimeCallback() and supporting functions to RS compiler. by Stephen Hines · 12 years ago
  64. b730e23 Updates for LLVM merge to r171906 on 20130108. by Stephen Hines · 12 years ago
  65. ca4f96c Apply changes to migrate on MCLinker 2.0.2-1. by Shih-wei Liao · 12 years ago
  66. 52acbab Apply changes to migrate on MCLinker 2.0.1. by Shih-wei Liao · 12 years ago
  67. 0354749 Apply changes to migrate on MCLinker 1.4.0-phoenix. by Shih-wei Liao · 12 years ago
  68. 6202dda Add Source::CreateFromFd(). BUG=6886348. by Shih-wei Liao · 12 years ago
  69. f040779 Remove MCLinker headers dependency. by Shih-wei Liao · 12 years ago
  70. 8fe71dd Fix McLinker and bcc::Linker default library search path. by Shih-wei Liao · 12 years ago
  71. 49e6b46 Fix Mac build breakage: Remove 2nd, redundant including of llvm. by Shih-wei Liao · 12 years ago
  72. 93c8832 Linker funtionality based on MCLinker. by Shih-wei Liao · 12 years ago
  73. e636266 Add MCLinker hooks to libbcc. by Shih-wei Liao · 12 years ago
  74. 7ea913c Revert "Add MCLinker hooks to libbcc." by Shih-wei Liao · 12 years ago
  75. c441933 Add MCLinker hooks to libbcc. by Shih-wei Liao · 12 years ago
  76. 7bcec85 Remove all deprecated BCC C APIs. by Shih-wei Liao · 12 years ago
  77. 2665c2f Link libclcore.bc for RenderScript by default. by Shih-wei Liao · 12 years ago
  78. f290793 Refine SHA-1 related stuffs. by Zonr Chang · 12 years ago
  79. ef73a24 Refine DebugHelper.h into Log.h. by Zonr Chang · 12 years ago
  80. 7a5d423 Get build information in C++ way. by Zonr Chang · 12 years ago
  81. c72c4dd Make libbcc public. by Zonr Chang · 12 years ago
  82. 2f6a493 Revert "Make libbcc public." by Stephen Hines · 12 years ago
  83. aa72a21 Revert "Get build information in C++ way." by Stephen Hines · 12 years ago
  84. 5b94819 Revert "Refine DebugHelper.h into Log.h." by Stephen Hines · 12 years ago
  85. 6975a66 Revert "Refine SHA-1 related stuffs." by Stephen Hines · 12 years ago
  86. c4fba31 Revert "Link libclcore.bc for RenderScript by default." by Stephen Hines · 12 years ago
  87. 7dfc4d8 Revert "Remove all deprecated BCC C APIs." by Stephen Hines · 12 years ago
  88. 170d420 Remove all deprecated BCC C APIs. by Shih-wei Liao · 12 years ago
  89. 0467d9a Link libclcore.bc for RenderScript by default. by Shih-wei Liao · 12 years ago
  90. 6378d8f Refine SHA-1 related stuffs. by Zonr Chang · 12 years ago
  91. b519fe3 Refine DebugHelper.h into Log.h. by Zonr Chang · 12 years ago
  92. 44d9916 Get build information in C++ way. by Zonr Chang · 12 years ago
  93. 80232dd Make libbcc public. by Zonr Chang · 12 years ago