1. f15ede3 Eliminate the use of MAP_FIXED. by Logan · 14 years ago
  2. 069b331 Add log information for bcc context deallocation. by Logan · 14 years ago
  3. fd91a24 Change the ownership of CodeMemMgr. by Logan · 14 years ago
  4. 8706627 Add build time for debugging. by Logan · 14 years ago
  5. 3973641 Rename bccError -> mErrorCode and encapsulate it. by Logan · 14 years ago
  6. 0647e9e Rename bcc::BCCscript -> bcc::Script. by Logan · 14 years ago
  7. 38d0607 Eliminate the unnecessary const cast. by Logan · 14 years ago
  8. d161309 Make caching work in terms of the following: by Shih-wei Liao · 14 years ago
  9. 829c24d Force the turn-off of caching when it's a cache-hit but by Shih-wei Liao · 14 years ago
  10. 8f77997 Implement the short-term solution outlined in b/3304773. by Shih-wei Liao · 14 years ago
  11. 474d323 For resource entry in ZipArchive, the mod time seems to be wrong by Shih-wei Liao · 14 years ago
  12. 6466b84 Re-deploy caching. by Shih-wei Liao · 14 years ago
  13. be65a48 Stale cache management: Upgrade the MAGIC version. by Shih-wei Liao · 14 years ago
  14. 8ec6fb8 Return that is bailing. by Shih-wei Liao · 14 years ago
  15. 8b77a77 Add sha1sum check for bitcode. by Logan · 14 years ago
  16. 1fdeb27 is_threadable: "present" to "set" by Shih-wei Liao · 14 years ago
  17. b9b0416 Add modify time and crc32 to bccReadBC and cache header. by Logan · 14 years ago
  18. 8e695a9 Change caching default to off. by Jason Sams · 14 years ago
  19. 2417cef Add property debug.bcc.nocache in Compiler.cpp. Set to 1 if by Shih-wei Liao · 14 years ago
  20. 931501a When we hit the cache, check if some Script instance is still using this cache. by Shih-wei Liao · 14 years ago
  21. e728cb8 Interworking with possible GCC-generated code fixed. by Shih-wei Liao · 14 years ago
  22. c5eec48 Remove tailing spaces. by Logan · 14 years ago
  23. eb3d12b Add context manager (which manages code and data block of each script.) by Logan · 14 years ago
  24. 4ea118f Change software float point to hardware float point. by Logan · 14 years ago
  25. 19ee311 2 scripts shouldn't use the same area such as global variable region. I.e., fixed the code right after mmap(). by Shih-wei Liao · 14 years ago
  26. 72f67a6 Aggressive optimization (Initial run). by Shih-wei Liao · 14 years ago
  27. e6a1851 1. New caching deployment mechanism: Now use per-app cache directory. by Shih-wei Liao · 14 years ago
  28. db69c55 ScriptC's mEnvironment.mIsThreadable needs to survive caching and then caching-reloading. by Shih-wei Liao · 14 years ago
  29. 9d94f16 Add modify timestamp check for libbcc and libRS. by Logan · 14 years ago
  30. cd045f9 Change the variable name. by Logan · 14 years ago
  31. a21958a Typecast to llvm::raw_fd_ostream* by Shih-wei Liao · 14 years ago
  32. d6d488c Add debug. by Shih-wei Liao · 14 years ago
  33. 3f3e87b Load cached file if bccReadBC returns negative int. by Logan · 14 years ago
  34. d80e65b Propogate return code of Compiler::compile() to caller of bccCompileBC. by Logan · 14 years ago
  35. 139dc3c readBC should return negative number if cache file exists. by Logan · 14 years ago
  36. 9ea54b5 Successful mmap is not an error. Checksum passing is no longer an error. by Shih-wei Liao · 14 years ago
  37. 7cc1baf Add export pragma table for caching. And fix the bug which breaks Ball and Fountain. by Logan · 14 years ago
  38. de2ca79 Re-order the member. (variables first method later) by Logan · 14 years ago
  39. 59318b8 Synchronize README with the code. by Logan · 14 years ago
  40. c439523 Rename the file name (looks more similar to LLVM). by Logan · 14 years ago
  41. e57b332 Cleanup the code for Disassemble(). by Logan · 14 years ago
  42. 9b504eb Code cleanup. by Logan · 14 years ago
  43. bce48b9 Move lookup from bcc_code_emitter.h to bcc_code_emitter.cpp in order to minimize the header dependency. by Logan · 14 years ago
  44. 1db37e3 Rename EmittedFunctionCode to EmittedFuncEntry. by Logan · 14 years ago
  45. 2037d72 Move BufferMemoryObject to static namespace. by Logan · 14 years ago
  46. 61cb230 Cleanup Android.mk. by Logan · 14 years ago
  47. a4994f5 Cleanup the code. by Logan · 14 years ago
  48. 3f3d31f Extract BCCscript from bcc.cpp. by Logan · 14 years ago
  49. 0dbc497 Remove hashmap.c (we are not using them). by Logan · 14 years ago
  50. 8141665 Include android cutils/log.h to get the prototype. by Logan · 14 years ago
  51. 7e182e7 Remove useless code and define. by Logan · 14 years ago
  52. df23afa Cleanup included header. by Logan · 14 years ago
  53. 5079c88 Mark virtual for the inherited virtual function. And remove inline keyword for inline-by-default function. by Logan · 14 years ago
  54. e3f0ca9 Update build rules. by Logan · 14 years ago
  55. 1f17b25 CodeMemoryManager code cleanup. by Logan · 14 years ago
  56. f2b79d0 Fill in the missing function. Qualify Triple with Compiler. by Logan · 14 years ago
  57. 39a2ca5 Remove Compiler class from bcc.cpp. by Logan · 14 years ago
  58. 1f028c0 Extract Compiler from bcc.cpp. by Logan · 14 years ago
  59. 4eea119 Add bcc_runtime.h include dependency. by Logan · 14 years ago
  60. 95d0e4e Add build rules for bcc_code_emitter.cpp and bcc_code_mem_manager.cpp. by Logan · 14 years ago
  61. 30a3616 Remove CodeEmitter and CodeMemManager from bcc.cpp. by Logan · 14 years ago
  62. aae8f2c Extract oBCCHeader and oBCCRelocEntry from bcc.cpp. by Logan · 14 years ago
  63. 2aaaee8 Extract CodeMemoryManager from bcc.cpp by Logan · 14 years ago
  64. 28325bf Extract CodeEmitter from bcc.cpp. by Logan · 14 years ago
  65. a9c089d Use C standard header with *.h by Logan · 14 years ago
  66. f2dbef8 Extract bcc::BufferMemoryObject class from bcc.cpp. by Logan · 14 years ago
  67. a252845 Add comment when bcc namespace ends. by Logan · 14 years ago
  68. fc9530e Split out EmittedFunctionCode. by Logan · 14 years ago
  69. 9f6a10d Add checksum verified message for developement. by Logan · 14 years ago
  70. 2ad855d Add simple even parity check. by Logan · 14 years ago
  71. 43830d5 Reset all of the private variable if loadCacheFile failed. by Logan · 14 years ago
  72. f49c9e3 MMAP_PRIVATE in its own line. by Shih-wei Liao · 14 years ago
  73. efd637b Ensure codeOffset and cachedCodeDataAddr aligned to pagesize. by Logan · 14 years ago
  74. 82e6701 Cleanup mmap and pointer arithematic code. Fix one overflow. by Logan · 14 years ago
  75. c0b9f65 Add multiple cache file support (without relocation) by Logan · 14 years ago
  76. eac346d Remove end of line spaces. by Logan · 14 years ago
  77. bc5ed67 Minimize the need to having to relocate. by Shih-wei Liao · 14 years ago
  78. 0ea73a8 Guard against double free via checking mCodeMemMgr.get() first. by Shih-wei Liao · 14 years ago
  79. 1c6ac2b oBCC caching design that minimizes the need to do relocation. by Shih-wei Liao · 14 years ago
  80. ad7e8e1 Rewrite 1 cache + recompilation code. by Logan · 14 years ago
  81. 30a5150 1. Enforce the turn-off of caching for now. 2. LOGE -> LOGW. 3. mmap bug. by Shih-wei Liao · 14 years ago
  82. 1f45b86 Add mBccCodeAddrTaken. Now BCC_CODE_ADDR should always be defined. by Shih-wei Liao · 14 years ago
  83. 3d77c42 Make loader() seek to the beginning first. Focus on BCC_CODE_ADDR path. by Shih-wei Liao · 14 years ago
  84. cc7f143 Add message for the non-working disassembler. by Shih-wei Liao · 14 years ago
  85. 6180069 Remove temporary debug code. by Shih-wei Liao · 14 years ago
  86. fdc568d In loader, add Disassemble functionality. by Shih-wei Liao · 14 years ago
  87. 634bd83 Add fprintf to show relocation information at first compile time. by Logan · 14 years ago
  88. 798280d Fix mCacheMapAddr typo. by Logan · 14 years ago
  89. d1e5e44 Remove mNeverCache true in order to test caching. by Logan · 14 years ago
  90. 7f00bef Add address check before adding mCacheDiff. by Logan · 14 years ago
  91. 824dd0a Add relocation support. by Logan · 14 years ago
  92. 7f941bb Testing on the Books, Youtube, and other RenderScript apps pass. Add mCacheSize and add munmap when Compile destructs by Shih-wei Liao · 14 years ago
  93. 420c73d Add README. by Shih-wei Liao · 14 years ago
  94. 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
  95. 4c335b1 hashmap and logd_write. by Shih-wei Liao · 14 years ago
  96. e64c287 Add host-side cross-compile aka bcc. by Shih-wei Liao · 14 years ago
  97. bfda6c9 Improve JIT time. by Shih-wei Liao · 14 years ago
  98. 21ef307 Use D0-D15 instead of D0-D31. by Shih-wei Liao · 14 years ago
  99. e5c7a54 Expand llvm::createStandardLTOPasses(). by Zonr Chang · 14 years ago
  100. 5d35b97 Bug fix & add internalize pass to LTO. by Zonr Chang · 14 years ago