1. 5d29677 Fix class redeclared as struct. by Kevin Schoedel · 12 years ago
  2. 4544533 Revert "Remove unnecessary metadata duplication in Script*." by Stephen Hines · 12 years ago
  3. 1680fe1 Add a property for overriding FP precision. by Stephen Hines · 12 years ago
  4. d7034fe Merge "Add missing min function to neon.ll" by Stephen Hines · 12 years ago
  5. 63257a4 Add missing min function to neon.ll by Rajeev Sharma · 12 years ago
  6. 3097748 Fix typo in generic.c. by Rajeev Sharma · 12 years ago
  7. cb6dda3 Fix return range for rsSample. by Jason Sams · 12 years ago
  8. 28e661a Wire up LLVM intrinsics for sqrt and pow. by Rajeev Sharma · 12 years ago
  9. 2e3a024 Add missing conversion functions to convert.ll by Rajeev Sharma · 12 years ago
  10. 43afabe NEON optimized min and max. Fix single-element fmin and fmax. by Rajeev Sharma · 12 years ago
  11. af3f1dd Improve existing convert functions (remove unnecessary shuffles/widenings) by Rajeev Sharma · 12 years ago
  12. 2c7a6ec Add NEON fmin and fmax functions. Refactor previous files for clamp into general architecture files. by Rajeev Sharma · 12 years ago
  13. ca1904d am 1957e34d: Merge "Add missed compiler support function for "/" and "%"" by Jean-Baptiste Queru · 12 years ago
  14. b416472 Add missed compiler support function for "/" and "%" by xqian6 · 13 years ago
  15. e35a905 Fix mad performance. by Jason Sams · 12 years ago
  16. fc27477 Properly handle turning off NEON on ARM devices. by Stephen Hines · 12 years ago
  17. 43b3727 Support building a NEON-enabled libclcore.bc. by Stephen Hines · 12 years ago
  18. e708ffe Update to new llvm::MemoryBuffer::getMemBuffer() interface. by Stephen Hines · 12 years ago
  19. 802d138 Revert "Remove USE_LOGGER and DebugHelper.c." by Stephen Hines · 12 years ago
  20. 274926b Revert "Add BCCContext." by Stephen Hines · 12 years ago
  21. ead5ccb Revert "Refactor SourceInfo into Source." by Stephen Hines · 12 years ago
  22. 97c92c2 Revert "Introduce new Script class." by Stephen Hines · 12 years ago
  23. 758d00c Revert "Introduce InputFile/OutputFile and FileMutex." by Stephen Hines · 12 years ago
  24. 5fb1474 Revert "Introduce SymbolResolver and its subclasses." by Stephen Hines · 12 years ago
  25. 0f6b1d3 Revert "Introduce RSInfo and its reader/extractor/writer." by Stephen Hines · 12 years ago
  26. addca8f Revert "Introduce ObjectLoader and RSExecutable." by Stephen Hines · 12 years ago
  27. ffbfa10 Revert "Introduce CompilerConfig." by Stephen Hines · 12 years ago
  28. 91efcb0 Revert "Introduce RSCompilerDriver." by Stephen Hines · 12 years ago
  29. 09ebd17 Revert "Merge lib/Transforms into lib/ExecutionEngine." by Stephen Hines · 12 years ago
  30. 4a68b1c Revert "Switch to use RSCompilerDriver." by Stephen Hines · 12 years ago
  31. b8ef690 Revert "Refine the makefiles." by Stephen Hines · 12 years ago
  32. 2f6a493 Revert "Make libbcc public." by Stephen Hines · 12 years ago
  33. aa72a21 Revert "Get build information in C++ way." by Stephen Hines · 12 years ago
  34. 5b94819 Revert "Refine DebugHelper.h into Log.h." by Stephen Hines · 12 years ago
  35. 6975a66 Revert "Refine SHA-1 related stuffs." by Stephen Hines · 12 years ago
  36. c4fba31 Revert "Link libclcore.bc for RenderScript by default." by Stephen Hines · 12 years ago
  37. 7dfc4d8 Revert "Remove all deprecated BCC C APIs." by Stephen Hines · 12 years ago
  38. 8709b1e Revert "Refactoring into lib/RenderScript/runtime." by Stephen Hines · 12 years ago
  39. a34cc2a Fix assert. by Stephen Hines · 12 years ago
  40. 03c5eed Fix bug in pixel packing code. by Jason Sams · 12 years ago
  41. a624616 Fix RSExpandForEach pass. by Stephen Hines · 13 years ago
  42. eee91d7 Fix MAC build. Format requires %zu. by Shih-wei Liao · 13 years ago
  43. cff7ac2 Fix MAC build. Use %zu. by Shih-wei Liao · 13 years ago
  44. 1708c42 Refactoring into lib/RenderScript/runtime. by Shih-wei Liao · 13 years ago
  45. 170d420 Remove all deprecated BCC C APIs. by Shih-wei Liao · 13 years ago
  46. 0467d9a Link libclcore.bc for RenderScript by default. by Shih-wei Liao · 13 years ago
  47. 6378d8f Refine SHA-1 related stuffs. by Zonr Chang · 13 years ago
  48. b519fe3 Refine DebugHelper.h into Log.h. by Zonr Chang · 13 years ago
  49. 44d9916 Get build information in C++ way. by Zonr Chang · 13 years ago
  50. 80232dd Make libbcc public. by Zonr Chang · 13 years ago
  51. fa52e20 Refine the makefiles. by Zonr Chang · 13 years ago
  52. fef9a1b Switch to use RSCompilerDriver. by Zonr Chang · 13 years ago
  53. cd52b55 Merge lib/Transforms into lib/ExecutionEngine. by Shih-wei Liao · 13 years ago
  54. 64a2af1 Introduce RSCompilerDriver. by Zonr Chang · 13 years ago
  55. 8b2c3e7 Introduce CompilerConfig. by Zonr Chang · 13 years ago
  56. bf6498e Introduce ObjectLoader and RSExecutable. by Zonr Chang · 13 years ago
  57. 255cbc8 Introduce RSInfo and its reader/extractor/writer. by Zonr Chang · 13 years ago
  58. ee69009 Introduce SymbolResolver and its subclasses. by Zonr Chang · 13 years ago
  59. d670be7 Introduce InputFile/OutputFile and FileMutex. by Zonr Chang · 13 years ago
  60. 19218c0 Introduce new Script class. by Zonr Chang · 13 years ago
  61. 4ce024b Refactor SourceInfo into Source. by Shih-wei Liao · 13 years ago
  62. c09dee6 Add BCCContext. by Zonr Chang · 13 years ago
  63. 57b9333 Remove USE_LOGGER and DebugHelper.c. by Zonr Chang · 13 years ago
  64. d3095c9 fixing api rename by Alex Sakhartchouk · 13 years ago
  65. eb157ab Merge "Fix correctness bug for rootn(x, n) with negative x, odd n." by Stephen Hines · 13 years ago
  66. 998462c Fix correctness bug for rootn(x, n) with negative x, odd n. by Stephen Hines · 13 years ago
  67. 17930e1 Implement optimized clamp. by Jason Sams · 13 years ago
  68. 08ee60c Add sampler support for strides in lod0. by Jason Sams · 13 years ago
  69. ce5cb89 Add support for width != stride by Jason Sams · 13 years ago
  70. 74785ec Remove unnecessary metadata duplication in Script*. by Stephen Hines · 13 years ago
  71. 23999ef implement nan by Jason Sams · 13 years ago
  72. 5ba99e4 Merge "Moving libRS" by Alex Sakhartchouk · 13 years ago
  73. a7e5c8f resolved conflicts for merge of f46fa664 to master by Stephen Hines · 13 years ago
  74. e784c1b Moving libRS by Alex Sakhartchouk · 13 years ago
  75. a75396f NEON cannot be used if we require full precision FP. by Stephen Hines · 13 years ago
  76. b67c9e7 Switch optimization level from metadata to bitcode wrapper. by Stephen Hines · 13 years ago
  77. 9d0c4ac Add surface texture to keep allocation structure in sync. by Jason Sams · 13 years ago
  78. 2bde5ea Merge "Adding RS_VERSION to libbcc" by Alex Sakhartchouk · 13 years ago
  79. 9f545cb Merge "More renaming." by Alex Sakhartchouk · 13 years ago
  80. 592adb5 Adding RS_VERSION to libbcc by Alex Sakhartchouk · 13 years ago
  81. 3cbc3da More renaming. by Alex Sakhartchouk · 13 years ago
  82. f2f743b am e7483737: am 98265568: Merge "Fix (GDB) debugging of code loaded from cache" by Stephen Hines · 13 years ago
  83. 76a57ea Fix (GDB) debugging of code loaded from cache by Daniel Malea · 13 years ago
  84. db6604f Merge "Changing rsg to rs because functions don't rely on graphics. Renaming one of the includes for clarity." by Alex Sakhartchouk · 13 years ago
  85. ff52255 Changing rsg to rs because functions don't rely on graphics. by Alex Sakhartchouk · 13 years ago
  86. 6fc18a1 Merge "Organizing libcore by logical components." by Alex Sakhartchouk · 13 years ago
  87. 4a048eb Organizing libcore by logical components. by Alex Sakhartchouk · 13 years ago
  88. 6db1a2d Merge "Fixing some bugs and inefficiencies" by Alex Sakhartchouk · 13 years ago
  89. 7187724 Fixing some bugs and inefficiencies by Alex Sakhartchouk · 13 years ago
  90. cb892c5 Merge "Adding 1D sampling to the library." by Alex Sakhartchouk · 13 years ago
  91. 8e7b283 Adding 1D sampling to the library. by Alex Sakhartchouk · 13 years ago
  92. a76d6c8 Merge "First draft of allocation sampling." by Alex Sakhartchouk · 13 years ago
  93. 1d36409 First draft of allocation sampling. by Alex Sakhartchouk · 13 years ago
  94. 0e56786 Remove USE_CACHE support, since we only need MC support. by Stephen Hines · 13 years ago
  95. 3699962 Remove USE_MCJIT configuration flags, since MC is the only path. by Stephen Hines · 13 years ago
  96. 9ddeb6b Remove OLD_JIT support from libbcc. by Stephen Hines · 13 years ago
  97. 569986d Switch libbcc to start using MetadataExtractor. by Stephen Hines · 13 years ago
  98. 16e798d exposing lod offsets in type. by Alex Sakhartchouk · 13 years ago
  99. 9af1e4d Merge "Turn off NEON until we fix potential alignment issues." by Stephen Hines · 13 years ago
  100. 2270591 Registers targets etc. before looking up targets. by Shih-wei Liao · 13 years ago