1. 76a57ea Fix (GDB) debugging of code loaded from cache by Daniel Malea · 12 years ago
  2. 094881f Enable debugging of RS code under GDB by Daniel Malea · 13 years ago
  3. eb4509b [MIPS] Include header file unistd.h by Bhanu Chetlapalli · 13 years ago
  4. 722846a Removing changes not meant for MR1 by Alex Sakhartchouk · 13 years ago
  5. bc9eb8f Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  6. 3bb7707 Enhance target architecture selection rules. by Logan Chien · 13 years ago
  7. 41c9153 Remove unnecessary ARM-check for StopWatch. by Stephen Hines · 13 years ago
  8. 5681ee6 RS getter implementation. by Alex Sakhartchouk · 13 years ago
  9. 9d3f8a7 Fix off by one error when converting between unorm8 and float. by Jason Sams · 13 years ago
  10. a12d2f3 Add proper build-time configs for VFP/NEON/... by Stephen Hines · 13 years ago
  11. 6416010 Don't forget to export .rs.dtor() for Renderscript. by Stephen Hines · 13 years ago
  12. 05f25d2 Include proper header files. by Stephen Hines · 13 years ago
  13. d4740c5 Migrate perf-critical functions to device bitcode. by Stephen Hines · 13 years ago
  14. 2558ae4 Initialize required component. by Logan Chien · 13 years ago
  15. 7890d43 Add bccMarkExternalSymbol (to specify external symbol.) by Logan Chien · 13 years ago
  16. d548e00 Remove unused code. by Logan Chien · 13 years ago
  17. bd76bc9 Finish the refactor work of bccPrepareExecutable. by Logan Chien · 13 years ago
  18. f9931b8 Add const variants to matrix x vector multiply. by Jason Sams · 13 years ago
  19. 4928104 Fixbug remove symbol lookup at MCCacheWriter by Joseph Wen · 13 years ago
  20. 34c600a Add bccPrepareSharedObject by Joseph Wen · 13 years ago
  21. 311cdf0 Merge "Fix Old JIT Disassembler" by Shih-wei Liao · 13 years ago
  22. e024ebd Merge "Apply changes to migrate to llvm upstream r135568." by Shih-wei Liao · 13 years ago
  23. a4745be Merge "Refine the disassembler config code." by Shih-wei Liao · 13 years ago
  24. 70b2e18 Fix Old JIT Disassembler by Logan Chien · 13 years ago
  25. e49a38f Merge "Remove unused APIs from libbcc." by Stephen Hines · 13 years ago
  26. d3fe15c Apply changes to migrate to llvm upstream r135568. by Logan Chien · 13 years ago
  27. 4885cf8 Refine the disassembler config code. by Logan Chien · 13 years ago
  28. b9ef9ab Initialize AsmPrinter for compiler. by Logan Chien · 13 years ago
  29. d2a5f30 Separate OLD_JIT code. by Logan Chien · 13 years ago
  30. 16c9b36 Remove unused APIs from libbcc. by Stephen Hines · 13 years ago
  31. c2be0a1 Change the argument of bccPrepareExecutable. by Logan Chien · 13 years ago
  32. c2e23c3 Register MCAsmInfo. by Shih-wei Liao · 13 years ago
  33. bb5df5c Apply changes to migrate to upstream API. by Shih-wei Liao · 13 years ago
  34. e756554 Remove the duplicated DebugHelper.h by Logan Chien · 13 years ago
  35. eb56784 Move configuration from Config.h to libbcc-config.mk by Logan Chien · 13 years ago
  36. f68882e Compile bcc.cpp with libbcc shared library by Logan Chien · 13 years ago
  37. 57991d7 Add LOCAL_IS_HOST_MODULE for host build. by Logan Chien · 13 years ago
  38. 6700527 Fix CFLAGS. (Should use libbcc_CFLAGS instead) by Logan Chien · 13 years ago
  39. 08f1f1c Fix compilation error when we disable the LOGCAT. by Logan Chien · 13 years ago
  40. 03a2e30 Split JIT image from oBCC. by Logan Chien · 13 years ago
  41. 3378a02 Print build time and revision to logcat. by Logan Chien · 13 years ago
  42. 7439685 Split Android.mk into several Android.mk by Logan Chien · 13 years ago
  43. 8d3b5e1 Cleanup LOCAL_C_INCLUDES. by Logan Chien · 13 years ago
  44. ca45a58 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  45. 0215393 Merge "Fix conversion from a bool value to a pointer." by Guozhi Wei · 13 years ago
  46. 311c26f Add new libbcc API bccPrepareExecutableEx by Logan Chien · 13 years ago
  47. ffb4b51 Remove the unused code for cache path. by Logan Chien · 13 years ago
  48. f11da30 Always print the disassembler output to file. by Logan Chien · 13 years ago
  49. 0c109fe Merge "Extract duplicated disassembler." by Guozhi Wei · 13 years ago
  50. deff739 Fix conversion from a bool value to a pointer. by Doug Kwan · 13 years ago
  51. 6789a81 Merge "Remove unused code in MCCacheReader/Writer" by Guozhi Wei · 13 years ago
  52. 9347e0b Extract duplicated disassembler. by Logan Chien · 13 years ago
  53. 7691907 Add run-time hash check for libRS.so by Joseph Wen · 13 years ago
  54. afa4e90 Merge "Use 20-byte libbcc.so.sha1 to store checksum" by Ying Wang · 13 years ago
  55. b5070f4 Merge "Temporarly disable the RS Cache while some issues are worked on." by Jason Sams · 13 years ago
  56. eeeccd9 Temporarly disable the RS Cache while some issues are worked on. by Jason Sams · 13 years ago
  57. 8eabcbf Remove unused code in MCCacheReader/Writer by Joseph Wen · 13 years ago
  58. f36637f Fixbug 4995931 by Joseph Wen · 13 years ago
  59. 26fea10 Use 20-byte libbcc.so.sha1 to store checksum by Ying Wang · 13 years ago
  60. 029057e Fix API changes of llvm::SubtargetFeatures. by Shih-wei Liao · 13 years ago
  61. d50be32 Code cleanup: Improve code readability and remove dead code. by Shih-wei Liao · 13 years ago
  62. 54bdd6f Fix problem building on Ubuntu Natty by Mike Lockwood · 13 years ago
  63. a61d501 Fix build. by Ying Wang · 13 years ago
  64. 873aa90 Merge "Clean up #if directives." by Shih-wei Liao · 13 years ago
  65. 587e1e8 Merge "Enhance the disassembler for MCJIT codegen." by Shih-wei Liao · 13 years ago
  66. 9f73de0 Clean up #if directives. by Shih-wei Liao · 13 years ago
  67. d3c551f Enhance the disassembler for MCJIT codegen. by Shih-wei Liao · 13 years ago
  68. 7f69f02 Remove debug information by Joseph Wen · 13 years ago
  69. 2ca6e57 Fix the libbcc SHA1 checksum dependency by Joseph Wen · 13 years ago
  70. d18a3df Revert "Fix the libbcc SHA1 checksum dependency" by Stephen Hines · 13 years ago
  71. 89175b9 Fix the libbcc SHA1 checksum dependency by Joseph Wen · 13 years ago
  72. f9a2043 Merge "Turn on NEON support for Nexus S" by Joseph Wen · 13 years ago
  73. 51001b8 Turn on NEON support for Nexus S by Joseph Wen · 13 years ago
  74. a5865c6 Merge "Fixbug libbcc cache variable relocation." by Joseph Wen · 13 years ago
  75. 4e199de Fixbug libbcc cache variable relocation. by Joseph Wen · 13 years ago
  76. 33f8af8 Move divsi3, modsi3, udivsi3, umodsi3 to libbcc. by Stephen Hines · 13 years ago
  77. 2d4c5f6 Fix soju runtime. (Tablet is fine, but phone now requires __aeabi_memset.) by Shih-wei Liao · 13 years ago
  78. 3cafd22 Add missing Config.h (for USE_MCJIT) by Shih-wei Liao · 13 years ago
  79. 5de1adf Use SHA1 to verify libbcc is consistent with cache by Joseph Wen · 13 years ago
  80. 320b549 Add missing #if USE_MCJIT header guard. Clean up debugging message. by Shih-wei Liao · 13 years ago
  81. f12077c Fix MCJIT LTO breakage problem. by Shih-wei Liao · 13 years ago
  82. e201976 Add more MC JIT Debugging. by Shih-wei Liao · 13 years ago
  83. 90cd3d1 Add DEBUG_MCJIT_REFLECT and DEBUG_MCJIT_DISASSEMBLE. by Shih-wei Liao · 13 years ago
  84. 6d0804b Fix coding style by Shih-wei Liao · 13 years ago
  85. b65410d Style in using #if USE_MCJIT and #if USE_OLD_JIT by Shih-wei Liao · 13 years ago
  86. 749a51c Add BCC_REFLECT_TO_LIBRS debugging switch. by Shih-wei Liao · 13 years ago
  87. 5e3e0ce josephwen Adds caching for MC JIT. by Shih-wei Liao · 13 years ago
  88. 7d1bf58 Add fine-grain debug message. by Logan Chien · 13 years ago
  89. 70dd998 Fix bug: Use same algorithm to generate export var list. by Logan Chien · 13 years ago
  90. 2d37d30 Code cleanup: Print better-looking LOGD message. by Logan Chien · 13 years ago
  91. da5e0c3 Add MC-based code generation support (experimental) by Logan Chien · 13 years ago
  92. 4cc0033 Extract LTO related code from compile function. by Logan Chien · 13 years ago
  93. b0ceca2 Rename to USE_OLD_JIT and USE_MCJIT. by Logan Chien · 13 years ago
  94. f0b0d97 Keep the onwership of TargetData. Dont give it to CodeGenPasses. by Logan Chien · 13 years ago
  95. 09b6c1c Fix Android.mk and namespace prefix std. by Nowar Gu · 13 years ago
  96. 6c0c7b0 Use FileHandle for MC object file by Shih-wei Liao · 13 years ago
  97. 4fdaa3e Set up the file permission correctly. by Shih-wei Liao · 13 years ago
  98. 5c00f4f Remove mResName and remove the hardwire pathname "/data/data". by Shih-wei Liao · 13 years ago
  99. de0ba06 MC should use cache directory cache/ as oBCC does. by Shih-wei Liao · 13 years ago
  100. 898c5a9 Integrate from jush MC Assembler is done. by Shih-wei Liao · 13 years ago