1. e728cb8 Interworking with possible GCC-generated code fixed. by Shih-wei Liao · 14 years ago
  2. eb3d12b Add context manager (which manages code and data block of each script.) by Logan · 14 years ago
  3. 4ea118f Change software float point to hardware float point. by Logan · 14 years ago
  4. 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
  5. 72f67a6 Aggressive optimization (Initial run). by Shih-wei Liao · 14 years ago
  6. e6a1851 1. New caching deployment mechanism: Now use per-app cache directory. by Shih-wei Liao · 14 years ago
  7. db69c55 ScriptC's mEnvironment.mIsThreadable needs to survive caching and then caching-reloading. by Shih-wei Liao · 14 years ago
  8. 9d94f16 Add modify timestamp check for libbcc and libRS. by Logan · 14 years ago
  9. cd045f9 Change the variable name. by Logan · 14 years ago
  10. 139dc3c readBC should return negative number if cache file exists. by Logan · 14 years ago
  11. 9ea54b5 Successful mmap is not an error. Checksum passing is no longer an error. by Shih-wei Liao · 14 years ago
  12. 7cc1baf Add export pragma table for caching. And fix the bug which breaks Ball and Fountain. by Logan · 14 years ago
  13. c439523 Rename the file name (looks more similar to LLVM). by Logan · 14 years ago[Renamed (99%) from bcc_compiler.cpp]
  14. a4994f5 Cleanup the code. by Logan · 14 years ago
  15. df23afa Cleanup included header. by Logan · 14 years ago
  16. 1f028c0 Extract Compiler from bcc.cpp. by Logan · 14 years ago