1. 3d0be77 am e323991d: Merge "Start to add X86/SSE2+ optimized clcore library" by Jason Sams · 12 years ago
  2. 4b77872 Build with libLLVM.so instead of static libraries. by Stephen Hines · 12 years ago
  3. ba8d7ce Move host dependencies to libLLVM.so instead of static libs. by Stephen Hines · 12 years ago
  4. dd57b53 Fix missing dependency on ARMAsmPrinter. by Stephen Hines · 12 years ago
  5. 8314662 Remove BCCRuntimeSymbolResolver. by Shih-wei Liao · 12 years ago
  6. f7401ab Add libcompiler_rt.so as built-in dependencies for RS. by Shih-wei Liao · 12 years ago
  7. 6297382 Don't build libbcc/libbcinfo in unbundled branches. by Tim Murray · 12 years ago
  8. cdcce32 Start to add X86/SSE2+ optimized clcore library by Michael Liao · 12 years ago
  9. 52acbab Apply changes to migrate on MCLinker 2.0.1. by Shih-wei Liao · 12 years ago
  10. e198abe Rename RenderScript -> Renderscript. by Stephen Hines · 12 years ago
  11. 52aefd8 Add a bitcode compiler driver. BUG=6886348. by Shih-wei Liao · 12 years ago
  12. 590a249 Expose LLVM and MCLinker APIs currently. by Shih-wei Liao · 12 years ago
  13. 9cb69f6 Include MIPS target disassembler. BUG=6841435. by Shih-wei Liao · 12 years ago
  14. aa42792 Fix Mac build by exposing LLVM APIs. by Shih-wei Liao · 12 years ago
  15. e636266 Add MCLinker hooks to libbcc. by Shih-wei Liao · 12 years ago
  16. 7ea913c Revert "Add MCLinker hooks to libbcc." by Shih-wei Liao · 12 years ago
  17. c441933 Add MCLinker hooks to libbcc. by Shih-wei Liao · 12 years ago
  18. b1cc74f Add libclcore_neon.bc as a built-in dependency. by Shih-wei Liao · 12 years ago
  19. 1f4de3d LOCAL_REQUIRED_MODULES accepts module names, not file names. by Ying Wang · 12 years ago
  20. 2665c2f Link libclcore.bc for RenderScript by default. by Shih-wei Liao · 12 years ago
  21. f290793 Refine SHA-1 related stuffs. by Zonr Chang · 12 years ago
  22. 7a5d423 Get build information in C++ way. by Zonr Chang · 12 years ago
  23. c72c4dd Make libbcc public. by Zonr Chang · 12 years ago
  24. ddf5661 Refine the makefiles. by Zonr Chang · 12 years ago
  25. 7a66e6c Merge lib/Transforms into lib/ExecutionEngine. by Shih-wei Liao · 12 years ago
  26. 43b3727 Support building a NEON-enabled libclcore.bc. by Stephen Hines · 12 years ago
  27. 09ebd17 Revert "Merge lib/Transforms into lib/ExecutionEngine." by Stephen Hines · 12 years ago
  28. b8ef690 Revert "Refine the makefiles." by Stephen Hines · 12 years ago
  29. 2f6a493 Revert "Make libbcc public." by Stephen Hines · 12 years ago
  30. aa72a21 Revert "Get build information in C++ way." by Stephen Hines · 12 years ago
  31. 6975a66 Revert "Refine SHA-1 related stuffs." by Stephen Hines · 12 years ago
  32. c4fba31 Revert "Link libclcore.bc for RenderScript by default." by Stephen Hines · 12 years ago
  33. 34cd767 LOCAL_REQUIRED_MODULES accepts module names, not file names. by Ying Wang · 12 years ago
  34. 0467d9a Link libclcore.bc for RenderScript by default. by Shih-wei Liao · 12 years ago
  35. 6378d8f Refine SHA-1 related stuffs. by Zonr Chang · 12 years ago
  36. 44d9916 Get build information in C++ way. by Zonr Chang · 12 years ago
  37. 80232dd Make libbcc public. by Zonr Chang · 12 years ago
  38. fa52e20 Refine the makefiles. by Zonr Chang · 12 years ago
  39. cd52b55 Merge lib/Transforms into lib/ExecutionEngine. by Shih-wei Liao · 12 years ago
  40. c989dce Fix the order of libraries in linking. by Zonr Chang · 12 years ago
  41. 6d99712 Migrate to upstream-153224-20120321. by Shih-wei Liao · 13 years ago
  42. 3699962 Remove USE_MCJIT configuration flags, since MC is the only path. by Stephen Hines · 13 years ago
  43. 9ddeb6b Remove OLD_JIT support from libbcc. by Stephen Hines · 13 years ago
  44. 569986d Switch libbcc to start using MetadataExtractor. by Stephen Hines · 13 years ago
  45. b4db722 Move the build-related script under tools/build. by Zonr Chang · 13 years ago
  46. db16918 Add ForEach expansion optimization to libbcc. by Stephen Hines · 13 years ago
  47. 21392f0 Add MIPS as build target. by Logan Chien · 13 years ago
  48. 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
  49. 9d9d6bd Cherry-pick the useful part of Icf882af (Android.mk) and address earlier comments. by Shih-wei Liao · 13 years ago
  50. 6fb71c5 Hide unnecessary symbols. Save .4MB. by Shih-wei Liao · 13 years ago
  51. bb5df5c Apply changes to migrate to upstream API. by Shih-wei Liao · 13 years ago
  52. eb56784 Move configuration from Config.h to libbcc-config.mk by Logan Chien · 13 years ago
  53. f68882e Compile bcc.cpp with libbcc shared library by Logan Chien · 13 years ago
  54. 48dc01d Add build time and build revision support. by Logan Chien · 13 years ago
  55. 948b1a5 Merge "Split Android.mk into several Android.mk" by Shih-wei Liao · 13 years ago
  56. bd48570 Fix breakage of full_x86-eng build. by Logan Chien · 13 years ago
  57. 7439685 Split Android.mk into several Android.mk by Logan Chien · 13 years ago
  58. 6888aae Use python to calculate the sha1sum. by Logan Chien · 13 years ago
  59. 8d3b5e1 Cleanup LOCAL_C_INCLUDES. by Logan Chien · 13 years ago
  60. 41cb761 Cleanup and reorder LOCAL_STATIC_LIBRARIES. by Logan Chien · 13 years ago
  61. 3445f90 Remove unused variable from Android.mk. by Logan Chien · 13 years ago
  62. ca45a58 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  63. f11da30 Always print the disassembler output to file. by Logan Chien · 13 years ago
  64. 9347e0b Extract duplicated disassembler. by Logan Chien · 13 years ago
  65. 26fea10 Use 20-byte libbcc.so.sha1 to store checksum by Ying Wang · 13 years ago
  66. 0b48695 Refine the dependency. by Ying Wang · 13 years ago
  67. 5061c44 Bring up installation of sha1sum before libbcc_sha1.s generation. by Shih-wei Liao · 13 years ago
  68. 2ca6e57 Fix the libbcc SHA1 checksum dependency by Joseph Wen · 13 years ago
  69. d18a3df Revert "Fix the libbcc SHA1 checksum dependency" by Stephen Hines · 13 years ago
  70. 89175b9 Fix the libbcc SHA1 checksum dependency by Joseph Wen · 13 years ago
  71. ce13b66 Fix build. by Ying Wang · 13 years ago
  72. 5de1adf Use SHA1 to verify libbcc is consistent with cache by Joseph Wen · 13 years ago
  73. 34499f4 Fix Android library dependency order. by Shih-wei Liao · 13 years ago
  74. a883314 Reorder LLVMAnalysis and LLVMSupport. by Shih-wei Liao · 13 years ago
  75. be857c0 Fix missing LOCAL_STATIC_LIBRARIES. by Shih-wei Liao · 13 years ago
  76. ddfd1ad Take care of the host-side of Android.mk too. by Shih-wei Liao · 13 years ago
  77. a6ced2a Fix MAC build. by Shih-wei Liao · 13 years ago
  78. ad39be4 Fix MAC build. by Shih-wei Liao · 13 years ago
  79. 5e3e0ce josephwen Adds caching for MC JIT. by Shih-wei Liao · 13 years ago
  80. da5e0c3 Add MC-based code generation support (experimental) by Logan Chien · 13 years ago
  81. f8d9012 Fix typo: Cache.h -> Config.h by Logan Chien · 13 years ago
  82. 09b6c1c Fix Android.mk and namespace prefix std. by Nowar Gu · 13 years ago
  83. bbcef8a Properly handle asserts for libbcc. by Stephen Hines · 13 years ago
  84. 40b7fba Re-enable warnings as errors. by Stephen Hines · 14 years ago
  85. 63ef306 -Werror was triggering errors on mac by Joe Onorato · 14 years ago
  86. 2df88ed Merge "All warnings should be enabled/errors in libbcc." by Stephen Hines · 14 years ago
  87. 97bd44d frameworks/compile/libbcc: remove LOCAL_PRELINK_MODULE by Iliyan Malchev · 14 years ago
  88. 3b910a5 All warnings should be enabled/errors in libbcc. by Stephen Hines · 14 years ago
  89. 9b96b18 Move libLLVMX86AsmPrinter to the next line of libLLVMX86Utils. by Shih-wei Liao · 14 years ago
  90. 6228f9d libbcc host needs to have STATIC library libLLVMX86Utils. by Shih-wei Liao · 14 years ago
  91. dbadbf4 Fix x86 build. by Shih-wei Liao · 14 years ago
  92. c4ea07f Apply changes to sync with llvm upstream. by Logan Chien · 14 years ago
  93. 8f5389a Fix x86 builds. by Shih-wei Liao · 14 years ago
  94. 45e84be Rename bcc -> ExecutionEngine , runtime -> ScriptCRT by Logan · 14 years ago
  95. 2f789f3 Move DebugHelper files to helper directory. by Logan · 14 years ago
  96. a6f41a7 Extract runtime stub and update 2 runtime function by Logan · 14 years ago
  97. 34678ab Add x86 target support by Kenny Root · 14 years ago
  98. 474cbd2 Add bccReadFile, bccLinkFile. by Logan · 14 years ago
  99. 937a0bc Fix concurrency bugs in BCC JIT cache. by Jeff Brown · 14 years ago
  100. 77643ba Add rule to build librclcore.bc as replacement for libruntime.bc. by Ying Wang · 14 years ago