1. c72c4dd Make libbcc public. by Zonr Chang · 12 years ago
  2. ade9277 Switch to use RSCompilerDriver. by Zonr Chang · 12 years ago
  3. 7a66e6c Merge lib/Transforms into lib/ExecutionEngine. by Shih-wei Liao · 12 years ago
  4. 1e2adce Introduce RSInfo and its reader/extractor/writer. by Zonr Chang · 12 years ago
  5. 0f6b1d3 Revert "Introduce RSInfo and its reader/extractor/writer." by Stephen Hines · 12 years ago
  6. 09ebd17 Revert "Merge lib/Transforms into lib/ExecutionEngine." by Stephen Hines · 12 years ago
  7. 4a68b1c Revert "Switch to use RSCompilerDriver." by Stephen Hines · 12 years ago
  8. 2f6a493 Revert "Make libbcc public." by Stephen Hines · 12 years ago
  9. aa72a21 Revert "Get build information in C++ way." by Stephen Hines · 12 years ago
  10. 5b94819 Revert "Refine DebugHelper.h into Log.h." by Stephen Hines · 12 years ago
  11. 6975a66 Revert "Refine SHA-1 related stuffs." by Stephen Hines · 12 years ago
  12. c4fba31 Revert "Link libclcore.bc for RenderScript by default." by Stephen Hines · 12 years ago
  13. 7dfc4d8 Revert "Remove all deprecated BCC C APIs." by Stephen Hines · 12 years ago
  14. 170d420 Remove all deprecated BCC C APIs. by Shih-wei Liao · 12 years ago
  15. 0467d9a Link libclcore.bc for RenderScript by default. by Shih-wei Liao · 12 years ago
  16. 6378d8f Refine SHA-1 related stuffs. by Zonr Chang · 12 years ago
  17. b519fe3 Refine DebugHelper.h into Log.h. by Zonr Chang · 12 years ago
  18. 44d9916 Get build information in C++ way. by Zonr Chang · 12 years ago
  19. 80232dd Make libbcc public. by Zonr Chang · 12 years ago
  20. fef9a1b Switch to use RSCompilerDriver. by Zonr Chang · 12 years ago
  21. cd52b55 Merge lib/Transforms into lib/ExecutionEngine. by Shih-wei Liao · 12 years ago
  22. 255cbc8 Introduce RSInfo and its reader/extractor/writer. by Zonr Chang · 12 years ago
  23. 0e56786 Remove USE_CACHE support, since we only need MC support. by Stephen Hines · 13 years ago
  24. 88d93c6 Use ALOGE instead of fprintf() for logging. by Stephen Hines · 13 years ago
  25. 6934174 Change the API of bccPrepareSharedObject(). by Shih-wei Liao · 13 years ago
  26. d8ed6a9 Change the API of bccPrepareRelocatable(). by Shih-wei Liao · 13 years ago
  27. cc366e5 Support ForEachExpand on non-root functions. by Stephen Hines · 13 years ago
  28. a471ebb Refactoring interface. by Shih-wei Liao · 13 years ago
  29. 6a60f4e Follow the ELF spec. Use the terms relocatable. by Shih-wei Liao · 13 years ago
  30. 8afed38 Have separate prepareSharedObject and prepareObject. by Shih-wei Liao · 13 years ago
  31. 7890d43 Add bccMarkExternalSymbol (to specify external symbol.) by Logan Chien · 13 years ago
  32. bd76bc9 Finish the refactor work of bccPrepareExecutable. by Logan Chien · 13 years ago
  33. 4928104 Fixbug remove symbol lookup at MCCacheWriter by Joseph Wen · 13 years ago
  34. 16c9b36 Remove unused APIs from libbcc. by Stephen Hines · 13 years ago
  35. c2be0a1 Change the argument of bccPrepareExecutable. by Logan Chien · 13 years ago
  36. 03a2e30 Split JIT image from oBCC. by Logan Chien · 13 years ago
  37. 48dc01d Add build time and build revision support. by Logan Chien · 13 years ago
  38. e475ef0 Remove unused bcc_checksum.h by Logan Chien · 13 years ago
  39. d9db38a Update documentation and add deprecate attribute. by Logan Chien · 13 years ago
  40. 311c26f Add new libbcc API bccPrepareExecutableEx by Logan Chien · 13 years ago
  41. 8eabcbf Remove unused code in MCCacheReader/Writer by Joseph Wen · 13 years ago
  42. f36637f Fixbug 4995931 by Joseph Wen · 13 years ago
  43. 2ca6e57 Fix the libbcc SHA1 checksum dependency by Joseph Wen · 13 years ago
  44. d18a3df Revert "Fix the libbcc SHA1 checksum dependency" by Stephen Hines · 13 years ago
  45. 89175b9 Fix the libbcc SHA1 checksum dependency by Joseph Wen · 13 years ago
  46. 5de1adf Use SHA1 to verify libbcc is consistent with cache by Joseph Wen · 13 years ago
  47. 5e3e0ce josephwen Adds caching for MC JIT. by Shih-wei Liao · 13 years ago
  48. bbcef8a Properly handle asserts for libbcc. by Stephen Hines · 13 years ago
  49. 4dcd679 Create DebugHelper.h by Logan · 14 years ago
  50. 474cbd2 Add bccReadFile, bccLinkFile. by Logan · 14 years ago
  51. 071288a Add BCC support for rs_object_slots metadata. by Stephen Hines · 14 years ago
  52. 9099ddc Change the Cache Version to 1, after those on-device linking CLs. by Shih-wei Liao · 14 years ago
  53. ce82d49 Handle fatal errors for bccRegisterSymbolCallback. by Shih-wei Liao · 14 years ago
  54. f340bf7 Redesign libbcc api. by Logan · 14 years ago
  55. e132399 Check libbcc build time instead of sha1sum. by Logan · 14 years ago
  56. 4079b59 bccLinkBC returns int. by Shih-wei Liao · 14 years ago
  57. 25e7da4 Remove bccLoadBinary and remove the outdated comments (Now, invoking by Shih-wei Liao · 14 years ago
  58. f6267d1 Rename bccCompileBC as bccPrepareExecutable. Reason: caching case doesn't perform by Shih-wei Liao · 14 years ago
  59. a27a83f Add CacheWriter. by Logan · 14 years ago
  60. f3c83ce Add __isThreadable libRS hack. by Logan · 14 years ago
  61. 75cc8a5 Reorganize SHA1 checksum code. by Logan · 14 years ago
  62. 856ceb2 Complete CacheReader. by Logan · 14 years ago
  63. b349a98 Correct typo: Dependancy -> Dependency. by Logan · 14 years ago
  64. f7f0ac5 Add the CacheReader. (incomplete) by Logan · 14 years ago
  65. 9d54769 Rename the deprecated parameter name. by Logan · 14 years ago
  66. 5a943b6 Bump the version number. by Shih-wei Liao · 14 years ago
  67. e2ad139 Remove bitcode timestamp and crc32 check. by Logan · 14 years ago
  68. 0647e9e Rename bcc::BCCscript -> bcc::Script. by Logan · 14 years ago
  69. be65a48 Stale cache management: Upgrade the MAGIC version. by Shih-wei Liao · 14 years ago
  70. 8b77a77 Add sha1sum check for bitcode. by Logan · 14 years ago
  71. b9b0416 Add modify time and crc32 to bccReadBC and cache header. by Logan · 14 years ago
  72. e6a1851 1. New caching deployment mechanism: Now use per-app cache directory. by Shih-wei Liao · 14 years ago
  73. d80e65b Propogate return code of Compiler::compile() to caller of bccCompileBC. by Logan · 14 years ago
  74. 7cc1baf Add export pragma table for caching. And fix the bug which breaks Ball and Fountain. by Logan · 14 years ago
  75. 3f3d31f Extract BCCscript from bcc.cpp. by Logan · 14 years ago
  76. aae8f2c Extract oBCCHeader and oBCCRelocEntry from bcc.cpp. by Logan · 14 years ago
  77. 7c5a5f7 Add caching framework of binaries. Caching is not turned on for now. ARM & relocation (todo) of logan by Shih-wei Liao · 14 years ago
  78. 5d35b97 Bug fix & add internalize pass to LTO. by Zonr Chang · 14 years ago
  79. 97f5e61 Implement basic version of on-device linking. by Zonr Chang · 14 years ago
  80. dbee68b Add inteface to libbcc for llvm::Module input. by Zonr Chang · 14 years ago
  81. 932648d Coding style fix, legal announcement. by Zonr Chang · 14 years ago
  82. 6bfd542 Multiple LLVM context. by Shih-wei Liao · 14 years ago
  83. abd1e3d Sync upstream to r102410. Re-turn on sdk. by Shih-wei Liao · 14 years ago
  84. 77ed614 libbcc by Shih-wei Liao · 14 years ago