1. 9347e0b Extract duplicated disassembler. by Logan Chien · 13 years ago
  2. 7f69f02 Remove debug information by Joseph Wen · 13 years ago
  3. 320b549 Add missing #if USE_MCJIT header guard. Clean up debugging message. by Shih-wei Liao · 13 years ago
  4. 90cd3d1 Add DEBUG_MCJIT_REFLECT and DEBUG_MCJIT_DISASSEMBLE. by Shih-wei Liao · 13 years ago
  5. 5e3e0ce josephwen Adds caching for MC JIT. by Shih-wei Liao · 13 years ago
  6. da5e0c3 Add MC-based code generation support (experimental) by Logan Chien · 13 years ago
  7. 4cc0033 Extract LTO related code from compile function. by Logan Chien · 13 years ago
  8. 5c00f4f Remove mResName and remove the hardwire pathname "/data/data". by Shih-wei Liao · 13 years ago
  9. de0ba06 MC should use cache directory cache/ as oBCC does. by Shih-wei Liao · 13 years ago
  10. 898c5a9 Integrate from jush MC Assembler is done. by Shih-wei Liao · 13 years ago
  11. 45e84be Rename bcc -> ExecutionEngine , runtime -> ScriptCRT by Logan · 13 years ago[Renamed from lib/bcc/Compiler.h]
  12. 474cbd2 Add bccReadFile, bccLinkFile. by Logan · 13 years ago
  13. 39ebe2c For b/3381327: Save 159+ms for every launch of Books, YouTube, Movie Studio... by Shih-wei Liao · 13 years ago
  14. 071288a Add BCC support for rs_object_slots metadata. by Stephen Hines · 13 years ago
  15. f340bf7 Redesign libbcc api. by Logan · 13 years ago
  16. 44882e1 Remove the unused variables. by Logan · 13 years ago
  17. 25e7da4 Remove bccLoadBinary and remove the outdated comments (Now, invoking by Shih-wei Liao · 13 years ago
  18. f6267d1 Rename bccCompileBC as bccPrepareExecutable. Reason: caching case doesn't perform by Shih-wei Liao · 13 years ago
  19. 75cc8a5 Reorganize SHA1 checksum code. by Logan · 13 years ago
  20. 02286cb Rename Compiler::mCodeDataAddr -> ScriptCompiled::mContext. by Logan · 13 years ago
  21. f30a671 Remove the deprecated parameter (internally). by Logan · 13 years ago
  22. ecf4cbd Remove cachine mechanism. by Logan · 13 years ago
  23. 7dcaac9 Extract lookup, getFunctions, getFunctionBinary out of Compiler. by Logan · 13 years ago
  24. 2a6dc82 Extract getExportVars, getExportFuncs, getPragmas out of Compiler. by Logan · 13 years ago
  25. e4fe887 Remove the unused variables. And cleanup the code. by Logan · 13 years ago
  26. e2ad139 Remove bitcode timestamp and crc32 check. by Logan · 14 years ago
  27. 8391349 Remove strange resName slot check. by Logan · 14 years ago
  28. 38d0607 Eliminate the unnecessary const cast. by Logan · 14 years ago
  29. 8b77a77 Add sha1sum check for bitcode. by Logan · 14 years ago
  30. b9b0416 Add modify time and crc32 to bccReadBC and cache header. by Logan · 14 years ago
  31. 2417cef Add property debug.bcc.nocache in Compiler.cpp. Set to 1 if by Shih-wei Liao · 14 years ago
  32. 931501a When we hit the cache, check if some Script instance is still using this cache. by Shih-wei Liao · 14 years ago
  33. eb3d12b Add context manager (which manages code and data block of each script.) by Logan · 14 years ago
  34. e6a1851 1. New caching deployment mechanism: Now use per-app cache directory. by Shih-wei Liao · 14 years ago
  35. de2ca79 Re-order the member. (variables first method later) by Logan · 14 years ago
  36. c439523 Rename the file name (looks more similar to LLVM). by Logan · 14 years ago[Renamed (98%) from bcc_compiler.h]
  37. 9b504eb Code cleanup. by Logan · 14 years ago
  38. 7e182e7 Remove useless code and define. by Logan · 14 years ago
  39. 1f028c0 Extract Compiler from bcc.cpp. by Logan · 14 years ago