1. eaa0cc3 Encapsulate Script::compiler -> Script::mCompiler. by Logan · 14 years ago
  2. e4fe887 Remove the unused variables. And cleanup the code. by Logan · 13 years ago
  3. 4b7ac51 Change %x -> %p to eliminate warning. by Logan · 13 years ago
  4. 707a294 Tune the logging info. by Shih-wei Liao · 14 years ago
  5. 18dede7 Debugging destructor of Compiler. by Shih-wei Liao · 14 years ago
  6. 5a765f7 Rename EmittedFuncEntry -> EmittedFuncInfo. by Logan · 14 years ago
  7. e2ad139 Remove bitcode timestamp and crc32 check. by Logan · 14 years ago
  8. 6dba3fb Enhance the close mCacheFd code when loadCacheFile fails. by Logan · 14 years ago
  9. 8391349 Remove strange resName slot check. by Logan · 14 years ago
  10. 3c01aaa Add bcc function logger to ease debug. by Logan · 14 years ago
  11. f15ede3 Eliminate the use of MAP_FIXED. by Logan · 14 years ago
  12. 069b331 Add log information for bcc context deallocation. by Logan · 14 years ago
  13. fd91a24 Change the ownership of CodeMemMgr. by Logan · 14 years ago
  14. 8706627 Add build time for debugging. by Logan · 14 years ago
  15. 3973641 Rename bccError -> mErrorCode and encapsulate it. by Logan · 14 years ago
  16. 0647e9e Rename bcc::BCCscript -> bcc::Script. by Logan · 14 years ago
  17. 38d0607 Eliminate the unnecessary const cast. by Logan · 14 years ago
  18. d161309 Make caching work in terms of the following: by Shih-wei Liao · 14 years ago
  19. 829c24d Force the turn-off of caching when it's a cache-hit but by Shih-wei Liao · 14 years ago
  20. 8f77997 Implement the short-term solution outlined in b/3304773. by Shih-wei Liao · 14 years ago
  21. 474d323 For resource entry in ZipArchive, the mod time seems to be wrong by Shih-wei Liao · 14 years ago
  22. 6466b84 Re-deploy caching. by Shih-wei Liao · 14 years ago
  23. 8ec6fb8 Return that is bailing. by Shih-wei Liao · 14 years ago
  24. 8b77a77 Add sha1sum check for bitcode. by Logan · 14 years ago
  25. 1fdeb27 is_threadable: "present" to "set" by Shih-wei Liao · 14 years ago
  26. b9b0416 Add modify time and crc32 to bccReadBC and cache header. by Logan · 14 years ago
  27. 8e695a9 Change caching default to off. by Jason Sams · 14 years ago
  28. 2417cef Add property debug.bcc.nocache in Compiler.cpp. Set to 1 if by Shih-wei Liao · 14 years ago
  29. 931501a When we hit the cache, check if some Script instance is still using this cache. by Shih-wei Liao · 14 years ago
  30. e728cb8 Interworking with possible GCC-generated code fixed. by Shih-wei Liao · 14 years ago
  31. c5eec48 Remove tailing spaces. by Logan · 14 years ago
  32. eb3d12b Add context manager (which manages code and data block of each script.) by Logan · 14 years ago
  33. 4ea118f Change software float point to hardware float point. by Logan · 14 years ago
  34. 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
  35. 72f67a6 Aggressive optimization (Initial run). by Shih-wei Liao · 14 years ago
  36. e6a1851 1. New caching deployment mechanism: Now use per-app cache directory. by Shih-wei Liao · 14 years ago
  37. db69c55 ScriptC's mEnvironment.mIsThreadable needs to survive caching and then caching-reloading. by Shih-wei Liao · 14 years ago
  38. 9d94f16 Add modify timestamp check for libbcc and libRS. by Logan · 14 years ago
  39. cd045f9 Change the variable name. by Logan · 14 years ago
  40. a21958a Typecast to llvm::raw_fd_ostream* by Shih-wei Liao · 14 years ago
  41. d6d488c Add debug. by Shih-wei Liao · 14 years ago
  42. d80e65b Propogate return code of Compiler::compile() to caller of bccCompileBC. by Logan · 14 years ago
  43. 139dc3c readBC should return negative number if cache file exists. by Logan · 14 years ago
  44. 9ea54b5 Successful mmap is not an error. Checksum passing is no longer an error. by Shih-wei Liao · 14 years ago
  45. 7cc1baf Add export pragma table for caching. And fix the bug which breaks Ball and Fountain. by Logan · 14 years ago
  46. de2ca79 Re-order the member. (variables first method later) by Logan · 14 years ago
  47. c439523 Rename the file name (looks more similar to LLVM). by Logan · 14 years ago