1. 4dcd679 Create DebugHelper.h by Logan · 14 years ago
  2. d64e1e2 Remove dirty hack. libRS will use bccLinkFile. by Shih-wei Liao · 15 years ago
  3. c1d2743 Add dirty hack for libRS backward compatibility. by Logan · 15 years ago
  4. 474cbd2 Add bccReadFile, bccLinkFile. by Logan · 15 years ago
  5. 39ebe2c For b/3381327: Save 159+ms for every launch of Books, YouTube, Movie Studio... by Shih-wei Liao · 15 years ago
  6. 071288a Add BCC support for rs_object_slots metadata. by Stephen Hines · 15 years ago
  7. ce82d49 Handle fatal errors for bccRegisterSymbolCallback. by Shih-wei Liao · 15 years ago
  8. 3584900 Introduce Config.h. So that libbcc will rebuild on config change. by Logan · 15 years ago
  9. f340bf7 Redesign libbcc api. by Logan · 15 years ago
  10. be79ada Rewrite the internal code of get functions. by Logan · 15 years ago
  11. e132399 Check libbcc build time instead of sha1sum. by Logan · 15 years ago
  12. 4079b59 bccLinkBC returns int. by Shih-wei Liao · 15 years ago
  13. 25e7da4 Remove bccLoadBinary and remove the outdated comments (Now, invoking by Shih-wei Liao · 15 years ago
  14. f6267d1 Rename bccCompileBC as bccPrepareExecutable. Reason: caching case doesn't perform by Shih-wei Liao · 15 years ago
  15. f30a671 Remove the deprecated parameter (internally). by Logan · 15 years ago
  16. ecf4cbd Remove cachine mechanism. by Logan · 15 years ago
  17. 9d54769 Rename the deprecated parameter name. by Logan · 15 years ago
  18. eaa0cc3 Encapsulate Script::compiler -> Script::mCompiler. by Logan · 15 years ago
  19. 707a294 Tune the logging info. by Shih-wei Liao · 15 years ago
  20. 3c01aaa Add bcc function logger to ease debug. by Logan · 15 years ago
  21. 38d0607 Eliminate the unnecessary const cast. by Logan · 15 years ago
  22. 8f77997 Implement the short-term solution outlined in b/3304773. by Shih-wei Liao · 15 years ago
  23. b9b0416 Add modify time and crc32 to bccReadBC and cache header. by Logan · 15 years ago
  24. e6a1851 1. New caching deployment mechanism: Now use per-app cache directory. by Shih-wei Liao · 15 years ago
  25. d6d488c Add debug. by Shih-wei Liao · 15 years ago
  26. d80e65b Propogate return code of Compiler::compile() to caller of bccCompileBC. by Logan · 15 years ago
  27. c439523 Rename the file name (looks more similar to LLVM). by Logan · 15 years ago[Renamed (98%) from bcc.cpp]
  28. 3f3d31f Extract BCCscript from bcc.cpp. by Logan · 15 years ago
  29. 7e182e7 Remove useless code and define. by Logan · 15 years ago
  30. 39a2ca5 Remove Compiler class from bcc.cpp. by Logan · 15 years ago
  31. 30a3616 Remove CodeEmitter and CodeMemManager from bcc.cpp. by Logan · 15 years ago
  32. f2dbef8 Extract bcc::BufferMemoryObject class from bcc.cpp. by Logan · 15 years ago
  33. fc9530e Split out EmittedFunctionCode. by Logan · 15 years ago
  34. 9f6a10d Add checksum verified message for developement. by Logan · 15 years ago
  35. 2ad855d Add simple even parity check. by Logan · 15 years ago
  36. 43830d5 Reset all of the private variable if loadCacheFile failed. by Logan · 15 years ago
  37. f49c9e3 MMAP_PRIVATE in its own line. by Shih-wei Liao · 15 years ago
  38. efd637b Ensure codeOffset and cachedCodeDataAddr aligned to pagesize. by Logan · 15 years ago
  39. 82e6701 Cleanup mmap and pointer arithematic code. Fix one overflow. by Logan · 15 years ago
  40. c0b9f65 Add multiple cache file support (without relocation) by Logan · 15 years ago
  41. bc5ed67 Minimize the need to having to relocate. by Shih-wei Liao · 15 years ago
  42. 0ea73a8 Guard against double free via checking mCodeMemMgr.get() first. by Shih-wei Liao · 15 years ago
  43. 1c6ac2b oBCC caching design that minimizes the need to do relocation. by Shih-wei Liao · 15 years ago
  44. ad7e8e1 Rewrite 1 cache + recompilation code. by Logan · 15 years ago
  45. 30a5150 1. Enforce the turn-off of caching for now. 2. LOGE -> LOGW. 3. mmap bug. by Shih-wei Liao · 15 years ago
  46. 1f45b86 Add mBccCodeAddrTaken. Now BCC_CODE_ADDR should always be defined. by Shih-wei Liao · 15 years ago
  47. 3d77c42 Make loader() seek to the beginning first. Focus on BCC_CODE_ADDR path. by Shih-wei Liao · 15 years ago
  48. 6180069 Remove temporary debug code. by Shih-wei Liao · 15 years ago
  49. fdc568d In loader, add Disassemble functionality. by Shih-wei Liao · 15 years ago
  50. 634bd83 Add fprintf to show relocation information at first compile time. by Logan · 15 years ago
  51. 798280d Fix mCacheMapAddr typo. by Logan · 15 years ago
  52. d1e5e44 Remove mNeverCache true in order to test caching. by Logan · 15 years ago
  53. 7f00bef Add address check before adding mCacheDiff. by Logan · 15 years ago
  54. 824dd0a Add relocation support. by Logan · 15 years ago
  55. 7f941bb Testing on the Books, Youtube, and other RenderScript apps pass. Add mCacheSize and add munmap when Compile destructs by Shih-wei Liao · 15 years ago
  56. 7c5a5f7 Add caching framework of binaries. Caching is not turned on for now. ARM & relocation (todo) of logan by Shih-wei Liao · 15 years ago
  57. e64c287 Add host-side cross-compile aka bcc. by Shih-wei Liao · 15 years ago
  58. bfda6c9 Improve JIT time. by Shih-wei Liao · 15 years ago
  59. 21ef307 Use D0-D15 instead of D0-D31. by Shih-wei Liao · 15 years ago
  60. e5c7a54 Expand llvm::createStandardLTOPasses(). by Zonr Chang · 15 years ago
  61. 5d35b97 Bug fix & add internalize pass to LTO. by Zonr Chang · 15 years ago
  62. 6e1d6c3 Advanced on-device linking: LTO enabled! by Zonr Chang · 15 years ago
  63. 97f5e61 Implement basic version of on-device linking. by Zonr Chang · 15 years ago
  64. dbee68b Add inteface to libbcc for llvm::Module input. by Zonr Chang · 15 years ago
  65. 932648d Coding style fix, legal announcement. by Zonr Chang · 15 years ago
  66. c7c9cd5 1. Remove PROT_EXEC for global variables, per srhines' suggestion. by Shih-wei Liao · 15 years ago
  67. 78db12e Fix build in Mac OS. by Ying Wang · 15 years ago
  68. c4e4ddf Here is the second attempt to push CL after separating out the Globals... by Shih-wei Liao · 15 years ago
  69. 1601601 Apply changes on libbcc such that it can work with LLVM upstream r112364. by Shih-wei Liao · 15 years ago
  70. fc97e9f Get rid of warnings when compiled with -Wformat-security by Nick Kralevich · 15 years ago
  71. 7a0e42a load_module by Shih-wei Liao · 15 years ago
  72. 066d5ef Fix ErrorHandler by Shih-wei Liao · 15 years ago
  73. c561199 mError by Shih-wei Liao · 15 years ago
  74. be5c531 atomics.h by Shih-wei Liao · 15 years ago
  75. 6bfd542 Multiple LLVM context. by Shih-wei Liao · 15 years ago
  76. 5bde66c Make compiler class reentrant within a single process by Shih-wei Liao · 15 years ago
  77. 3cf39d1 1. Default disassembler is on. 2. + hardfloat. 3. + vfp3 by Shih-wei Liao · 15 years ago
  78. bb0782b Don't do +neonfp etc. by Shih-wei Liao · 15 years ago
  79. cd61af3 Add disassembler by Shih-wei Liao · 15 years ago
  80. abd1e3d Sync upstream to r102410. Re-turn on sdk. by Shih-wei Liao · 15 years ago
  81. 800e9c2 branch_to_sub issue resolved. turn off sdk. by Shih-wei Liao · 15 years ago
  82. 5065e17 Branch to 0 bug fixed by Shih-wei Liao · 15 years ago
  83. 77ed614 libbcc by Shih-wei Liao · 15 years ago