1. 3699962 Remove USE_MCJIT configuration flags, since MC is the only path. by Stephen Hines · 12 years ago
  2. 9ddeb6b Remove OLD_JIT support from libbcc. by Stephen Hines · 12 years ago
  3. 569986d Switch libbcc to start using MetadataExtractor. by Stephen Hines · 12 years ago
  4. b4db722 Move the build-related script under tools/build. by Zonr Chang · 13 years ago
  5. db16918 Add ForEach expansion optimization to libbcc. by Stephen Hines · 13 years ago
  6. 21392f0 Add MIPS as build target. by Logan Chien · 13 years ago
  7. 1704c74 Add __HOST__ for host bcc. Currently it's used to set disassembled file to /tmp instead of non-exisitence of dir /data/local/tmp on host. by Andrew Hsieh · 13 years ago
  8. 9d9d6bd Cherry-pick the useful part of Icf882af (Android.mk) and address earlier comments. by Shih-wei Liao · 13 years ago
  9. 6fb71c5 Hide unnecessary symbols. Save .4MB. by Shih-wei Liao · 13 years ago
  10. bb5df5c Apply changes to migrate to upstream API. by Shih-wei Liao · 13 years ago
  11. eb56784 Move configuration from Config.h to libbcc-config.mk by Logan Chien · 13 years ago
  12. f68882e Compile bcc.cpp with libbcc shared library by Logan Chien · 13 years ago
  13. 48dc01d Add build time and build revision support. by Logan Chien · 13 years ago
  14. 948b1a5 Merge "Split Android.mk into several Android.mk" by Shih-wei Liao · 13 years ago
  15. bd48570 Fix breakage of full_x86-eng build. by Logan Chien · 13 years ago
  16. 7439685 Split Android.mk into several Android.mk by Logan Chien · 13 years ago
  17. 6888aae Use python to calculate the sha1sum. by Logan Chien · 13 years ago
  18. 8d3b5e1 Cleanup LOCAL_C_INCLUDES. by Logan Chien · 13 years ago
  19. 41cb761 Cleanup and reorder LOCAL_STATIC_LIBRARIES. by Logan Chien · 13 years ago
  20. 3445f90 Remove unused variable from Android.mk. by Logan Chien · 13 years ago
  21. ca45a58 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  22. f11da30 Always print the disassembler output to file. by Logan Chien · 13 years ago
  23. 9347e0b Extract duplicated disassembler. by Logan Chien · 13 years ago
  24. 26fea10 Use 20-byte libbcc.so.sha1 to store checksum by Ying Wang · 13 years ago
  25. 0b48695 Refine the dependency. by Ying Wang · 13 years ago
  26. 5061c44 Bring up installation of sha1sum before libbcc_sha1.s generation. by Shih-wei Liao · 13 years ago
  27. 2ca6e57 Fix the libbcc SHA1 checksum dependency by Joseph Wen · 13 years ago
  28. d18a3df Revert "Fix the libbcc SHA1 checksum dependency" by Stephen Hines · 13 years ago
  29. 89175b9 Fix the libbcc SHA1 checksum dependency by Joseph Wen · 13 years ago
  30. ce13b66 Fix build. by Ying Wang · 13 years ago
  31. 5de1adf Use SHA1 to verify libbcc is consistent with cache by Joseph Wen · 13 years ago
  32. 34499f4 Fix Android library dependency order. by Shih-wei Liao · 13 years ago
  33. a883314 Reorder LLVMAnalysis and LLVMSupport. by Shih-wei Liao · 13 years ago
  34. be857c0 Fix missing LOCAL_STATIC_LIBRARIES. by Shih-wei Liao · 13 years ago
  35. ddfd1ad Take care of the host-side of Android.mk too. by Shih-wei Liao · 13 years ago
  36. a6ced2a Fix MAC build. by Shih-wei Liao · 13 years ago
  37. ad39be4 Fix MAC build. by Shih-wei Liao · 13 years ago
  38. 5e3e0ce josephwen Adds caching for MC JIT. by Shih-wei Liao · 13 years ago
  39. da5e0c3 Add MC-based code generation support (experimental) by Logan Chien · 13 years ago
  40. f8d9012 Fix typo: Cache.h -> Config.h by Logan Chien · 13 years ago
  41. 09b6c1c Fix Android.mk and namespace prefix std. by Nowar Gu · 13 years ago
  42. bbcef8a Properly handle asserts for libbcc. by Stephen Hines · 13 years ago
  43. 40b7fba Re-enable warnings as errors. by Stephen Hines · 13 years ago
  44. 63ef306 -Werror was triggering errors on mac by Joe Onorato · 13 years ago
  45. 2df88ed Merge "All warnings should be enabled/errors in libbcc." by Stephen Hines · 13 years ago
  46. 97bd44d frameworks/compile/libbcc: remove LOCAL_PRELINK_MODULE by Iliyan Malchev · 13 years ago
  47. 3b910a5 All warnings should be enabled/errors in libbcc. by Stephen Hines · 13 years ago
  48. 9b96b18 Move libLLVMX86AsmPrinter to the next line of libLLVMX86Utils. by Shih-wei Liao · 13 years ago
  49. 6228f9d libbcc host needs to have STATIC library libLLVMX86Utils. by Shih-wei Liao · 13 years ago
  50. dbadbf4 Fix x86 build. by Shih-wei Liao · 13 years ago
  51. c4ea07f Apply changes to sync with llvm upstream. by Logan Chien · 13 years ago
  52. 8f5389a Fix x86 builds. by Shih-wei Liao · 14 years ago
  53. 45e84be Rename bcc -> ExecutionEngine , runtime -> ScriptCRT by Logan · 14 years ago
  54. 2f789f3 Move DebugHelper files to helper directory. by Logan · 14 years ago
  55. a6f41a7 Extract runtime stub and update 2 runtime function by Logan · 14 years ago
  56. 34678ab Add x86 target support by Kenny Root · 14 years ago
  57. 474cbd2 Add bccReadFile, bccLinkFile. by Logan · 14 years ago
  58. 937a0bc Fix concurrency bugs in BCC JIT cache. by Jeff Brown · 14 years ago
  59. 77643ba Add rule to build librclcore.bc as replacement for libruntime.bc. by Ying Wang · 14 years ago
  60. 36a0f0c lib/runtime by Shih-wei Liao · 14 years ago
  61. 67d8f37 Fix the build. by Shih-wei Liao · 14 years ago
  62. 3584900 Introduce Config.h. So that libbcc will rebuild on config change. by Logan · 14 years ago
  63. 3ae8c2a Install rslib.bc into the device as a prebuilt target shared library. by Ying Wang · 14 years ago
  64. 50b13e7 Turn off on-device linking. by Shih-wei Liao · 14 years ago
  65. 52fb1e9 For on-device linking the rslib.bc. by Shih-wei Liao · 14 years ago
  66. 94bf1c1 Need sha1 for libbcc. by Shih-wei Liao · 14 years ago
  67. b8b7f2d Add libLLVMBitReader, libLLVMCore, libLLVMSupport by Shih-wei Liao · 14 years ago
  68. e132399 Check libbcc build time instead of sha1sum. by Logan · 14 years ago
  69. a27a83f Add CacheWriter. by Logan · 14 years ago
  70. 75cc8a5 Reorganize SHA1 checksum code. by Logan · 14 years ago
  71. f7f0ac5 Add the CacheReader. (incomplete) by Logan · 14 years ago
  72. 2a6dc82 Extract getExportVars, getExportFuncs, getPragmas out of Compiler. by Logan · 14 years ago
  73. ef9e4f7 Add file handle class (a simple file wrapper) by Logan · 14 years ago
  74. cf3e521 Make compiler independent of script. by Logan · 14 years ago
  75. 8b77a77 Add sha1sum check for bitcode. by Logan · 14 years ago
  76. eb3d12b Add context manager (which manages code and data block of each script.) by Logan · 14 years ago
  77. c439523 Rename the file name (looks more similar to LLVM). by Logan · 14 years ago
  78. 61cb230 Cleanup Android.mk. by Logan · 14 years ago
  79. 0dbc497 Remove hashmap.c (we are not using them). by Logan · 14 years ago
  80. e3f0ca9 Update build rules. by Logan · 14 years ago
  81. 95d0e4e Add build rules for bcc_code_emitter.cpp and bcc_code_mem_manager.cpp. by Logan · 14 years ago
  82. eac346d Remove end of line spaces. by Logan · 14 years ago
  83. bc5ed67 Minimize the need to having to relocate. by Shih-wei Liao · 14 years ago
  84. 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
  85. e64c287 Add host-side cross-compile aka bcc. by Shih-wei Liao · 14 years ago
  86. 6e1d6c3 Advanced on-device linking: LTO enabled! by Zonr Chang · 14 years ago
  87. 97f5e61 Implement basic version of on-device linking. by Zonr Chang · 14 years ago
  88. 932648d Coding style fix, legal announcement. by Zonr Chang · 14 years ago
  89. 2c06c3e Disable LLVM_ENABLE_ASSERTION by Ying Wang · 14 years ago
  90. 210a1ef Upgrade LLVM_ROOT_PATH from external/llvm/llvm to external/llvm. by Shih-wei Liao · 14 years ago
  91. 75dacc1 Hide symbols in libbcc.so to save 800k space. by Doug Kwan · 14 years ago
  92. cd61af3 Add disassembler by Shih-wei Liao · 14 years ago
  93. abd1e3d Sync upstream to r102410. Re-turn on sdk. by Shih-wei Liao · 14 years ago
  94. 800e9c2 branch_to_sub issue resolved. turn off sdk. by Shih-wei Liao · 14 years ago
  95. 105a9d2 Fix the sim-eng build. by Carl Shapiro · 14 years ago
  96. 77ed614 libbcc by Shih-wei Liao · 14 years ago