1. 9f73de0 Clean up #if directives. by Shih-wei Liao · 14 years ago
  2. d3c551f Enhance the disassembler for MCJIT codegen. by Shih-wei Liao · 14 years ago
  3. 2ca6e57 Fix the libbcc SHA1 checksum dependency by Joseph Wen · 14 years ago
  4. d18a3df Revert "Fix the libbcc SHA1 checksum dependency" by Stephen Hines · 14 years ago
  5. 89175b9 Fix the libbcc SHA1 checksum dependency by Joseph Wen · 14 years ago
  6. f9a2043 Merge "Turn on NEON support for Nexus S" by Joseph Wen · 14 years ago
  7. 51001b8 Turn on NEON support for Nexus S by Joseph Wen · 14 years ago
  8. a5865c6 Merge "Fixbug libbcc cache variable relocation." by Joseph Wen · 14 years ago
  9. 4e199de Fixbug libbcc cache variable relocation. by Joseph Wen · 14 years ago
  10. 33f8af8 Move divsi3, modsi3, udivsi3, umodsi3 to libbcc. by Stephen Hines · 14 years ago
  11. 2d4c5f6 Fix soju runtime. (Tablet is fine, but phone now requires __aeabi_memset.) by Shih-wei Liao · 14 years ago
  12. 3cafd22 Add missing Config.h (for USE_MCJIT) by Shih-wei Liao · 14 years ago
  13. 5de1adf Use SHA1 to verify libbcc is consistent with cache by Joseph Wen · 14 years ago
  14. 320b549 Add missing #if USE_MCJIT header guard. Clean up debugging message. by Shih-wei Liao · 14 years ago
  15. f12077c Fix MCJIT LTO breakage problem. by Shih-wei Liao · 14 years ago
  16. e201976 Add more MC JIT Debugging. by Shih-wei Liao · 14 years ago
  17. 90cd3d1 Add DEBUG_MCJIT_REFLECT and DEBUG_MCJIT_DISASSEMBLE. by Shih-wei Liao · 14 years ago
  18. 6d0804b Fix coding style by Shih-wei Liao · 14 years ago
  19. b65410d Style in using #if USE_MCJIT and #if USE_OLD_JIT by Shih-wei Liao · 14 years ago
  20. 749a51c Add BCC_REFLECT_TO_LIBRS debugging switch. by Shih-wei Liao · 14 years ago
  21. 5e3e0ce josephwen Adds caching for MC JIT. by Shih-wei Liao · 14 years ago
  22. 7d1bf58 Add fine-grain debug message. by Logan Chien · 14 years ago
  23. 70dd998 Fix bug: Use same algorithm to generate export var list. by Logan Chien · 14 years ago
  24. 2d37d30 Code cleanup: Print better-looking LOGD message. by Logan Chien · 14 years ago
  25. da5e0c3 Add MC-based code generation support (experimental) by Logan Chien · 14 years ago
  26. 4cc0033 Extract LTO related code from compile function. by Logan Chien · 14 years ago
  27. b0ceca2 Rename to USE_OLD_JIT and USE_MCJIT. by Logan Chien · 14 years ago
  28. f0b0d97 Keep the onwership of TargetData. Dont give it to CodeGenPasses. by Logan Chien · 14 years ago
  29. 09b6c1c Fix Android.mk and namespace prefix std. by Nowar Gu · 14 years ago
  30. 6c0c7b0 Use FileHandle for MC object file by Shih-wei Liao · 14 years ago
  31. 4fdaa3e Set up the file permission correctly. by Shih-wei Liao · 14 years ago
  32. 5c00f4f Remove mResName and remove the hardwire pathname "/data/data". by Shih-wei Liao · 14 years ago
  33. de0ba06 MC should use cache directory cache/ as oBCC does. by Shih-wei Liao · 14 years ago
  34. 898c5a9 Integrate from jush MC Assembler is done. by Shih-wei Liao · 14 years ago
  35. 27b3510 Log LLVM error messages in libbcc. by Stephen Hines · 14 years ago
  36. bbcef8a Properly handle asserts for libbcc. by Stephen Hines · 14 years ago
  37. 40b7fba Re-enable warnings as errors. by Stephen Hines · 14 years ago
  38. c4ea07f Apply changes to sync with llvm upstream. by Logan Chien · 14 years ago
  39. 45e84be Rename bcc -> ExecutionEngine , runtime -> ScriptCRT by Logan · 14 years ago