1. b7bce74 generate calls to rsSetObject inside .helper invoke functions by Tim Murray · 10 years ago
  2. b4447cd De-cruft the libbcc compiler infrastructure. by Chris Wailes · 10 years ago
  3. 81c6c7e am 10ee6af6: Ensure that we only compile the proper bitwidth bitcode for an architecture. by Stephen Hines · 10 years ago
  4. 10ee6af Ensure that we only compile the proper bitwidth bitcode for an architecture. by Stephen Hines · 10 years ago
  5. 900c6c1 Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  6. f21590e Update libbcc for LLVM rebase to r212749. by Stephen Hines · 10 years ago
  7. d0993af Update libbcc for LLVM rebase to r212749. by Stephen Hines · 10 years ago
  8. a630078 Update libbcc for LLVM 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  9. c2074ca Update libbcc for 64-bit support. by Tim Murray · 10 years ago
  10. 6a5fa14 Remove beforeExecuteLTOPasses callback by Tobias Grosser · 11 years ago
  11. 5b7f52a Improve error code to error string translation by Tobias Grosser · 11 years ago
  12. 2f6103b Remove manually inlined populateLTOPassManager() by Tobias Grosser · 11 years ago
  13. 27fb7ed Dump LLVM-IR before generating target code by Tobias Grosser · 11 years ago
  14. b730e23 Updates for LLVM merge to r171906 on 20130108. by Stephen Hines · 11 years ago
  15. ef73a24 Refine DebugHelper.h into Log.h. by Zonr Chang · 12 years ago
  16. c72c4dd Make libbcc public. by Zonr Chang · 12 years ago[Renamed (98%) from lib/ExecutionEngine/Compiler.cpp]
  17. ade9277 Switch to use RSCompilerDriver. by Zonr Chang · 12 years ago
  18. 7a66e6c Merge lib/Transforms into lib/ExecutionEngine. by Shih-wei Liao · 12 years ago
  19. 862f3ba Introduce SymbolResolver and its subclasses. by Zonr Chang · 12 years ago
  20. 4f94c52 Introduce InputFile/OutputFile and FileMutex. by Zonr Chang · 12 years ago
  21. d2a5a0e Refactor SourceInfo into Source. by Shih-wei Liao · 12 years ago
  22. fc27477 Properly handle turning off NEON on ARM devices. by Stephen Hines · 12 years ago
  23. ead5ccb Revert "Refactor SourceInfo into Source." by Stephen Hines · 12 years ago
  24. 758d00c Revert "Introduce InputFile/OutputFile and FileMutex." by Stephen Hines · 12 years ago
  25. 5fb1474 Revert "Introduce SymbolResolver and its subclasses." by Stephen Hines · 12 years ago
  26. 09ebd17 Revert "Merge lib/Transforms into lib/ExecutionEngine." by Stephen Hines · 12 years ago
  27. 4a68b1c Revert "Switch to use RSCompilerDriver." by Stephen Hines · 12 years ago
  28. 2f6a493 Revert "Make libbcc public." by Stephen Hines · 12 years ago[Renamed (98%) from lib/Core/Compiler.cpp]
  29. 5b94819 Revert "Refine DebugHelper.h into Log.h." by Stephen Hines · 12 years ago
  30. b519fe3 Refine DebugHelper.h into Log.h. by Zonr Chang · 12 years ago
  31. 80232dd Make libbcc public. by Zonr Chang · 12 years ago[Renamed (98%) from lib/ExecutionEngine/Compiler.cpp]
  32. fef9a1b Switch to use RSCompilerDriver. by Zonr Chang · 12 years ago
  33. cd52b55 Merge lib/Transforms into lib/ExecutionEngine. by Shih-wei Liao · 12 years ago
  34. ee69009 Introduce SymbolResolver and its subclasses. by Zonr Chang · 12 years ago
  35. d670be7 Introduce InputFile/OutputFile and FileMutex. by Zonr Chang · 12 years ago
  36. 4ce024b Refactor SourceInfo into Source. by Shih-wei Liao · 12 years ago
  37. a7e5c8f resolved conflicts for merge of f46fa664 to master by Stephen Hines · 12 years ago
  38. a75396f NEON cannot be used if we require full precision FP. by Stephen Hines · 12 years ago
  39. b67c9e7 Switch optimization level from metadata to bitcode wrapper. by Stephen Hines · 12 years ago
  40. 0e56786 Remove USE_CACHE support, since we only need MC support. by Stephen Hines · 12 years ago
  41. 3699962 Remove USE_MCJIT configuration flags, since MC is the only path. by Stephen Hines · 12 years ago
  42. 9ddeb6b Remove OLD_JIT support from libbcc. by Stephen Hines · 12 years ago
  43. 569986d Switch libbcc to start using MetadataExtractor. by Stephen Hines · 12 years ago
  44. 9af1e4d Merge "Turn off NEON until we fix potential alignment issues." by Stephen Hines · 12 years ago
  45. 2270591 Registers targets etc. before looking up targets. by Shih-wei Liao · 12 years ago
  46. f6b202b Turn off NEON until we fix potential alignment issues. by Stephen Hines · 12 years ago
  47. e0918ac resolved conflicts for merge of 7c75d915 to master by Stephen Hines · 12 years ago
  48. 094881f Enable debugging of RS code under GDB by Daniel Malea · 13 years ago
  49. cc366e5 Support ForEachExpand on non-root functions. by Stephen Hines · 12 years ago
  50. d88c0d1 Check the ability to link library during setup. by Shih-wei Liao · 12 years ago
  51. 9e81e37 Add "const". And clean up. by Shih-wei Liao · 12 years ago
  52. 4deffde Add Compiler::ArchType. And fix the CodeModel and NoFramePointerElim. by Shih-wei Liao · 12 years ago
  53. df3fee4 Let SourceInfo take charage of and LLVM module. by Zonr Chang · 12 years ago
  54. 2fcbd02 Introduce CompilerOption for compile() interface. by Zonr Chang · 12 years ago
  55. e7371e1 Add llvm::Triple::thumb to __HOST__ cross-compiler discovery list by Andrew Hsieh · 12 years ago
  56. fbeb9b6 Improve readability. Fix format. by Shih-wei Liao · 12 years ago
  57. c0554e2 Determine Features based on Triple; Fix for Intel by Andrew Hsieh · 12 years ago
  58. db16918 Add ForEach expansion optimization to libbcc. by Stephen Hines · 12 years ago
  59. 10c1412 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 12 years ago
  60. b20498e Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  61. be81e10 Apply changes to migrate to upstream (Dec 16th 2011) by Logan Chien · 13 years ago
  62. 21392f0 Add MIPS as build target. by Logan Chien · 13 years ago
  63. 4e4485d Apply changes to migrate to upstream. (Nov 25th 2011) by Logan Chien · 13 years ago
  64. 998ec83 Enhance host bcc to allow cross-compilation (eg. debug arm codegen on host): by Andrew Hsieh · 13 years ago
  65. e1bff14 Apply changes to migrate to llvm upstream r144606. by Logan Chien · 13 years ago
  66. 7f079eb Make sure NEON is off for Xoom when ARCH_ARM_HAVE_NEON isn't set. by Stephen Hines · 13 years ago
  67. 40bcd66 Change USE_ARM_NEON to !DISABLE_ARCH_ARM_HAVE_NEON. by Shih-wei Liao · 13 years ago
  68. bc9eb8f Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  69. 3bb7707 Enhance target architecture selection rules. by Logan Chien · 13 years ago
  70. a12d2f3 Add proper build-time configs for VFP/NEON/... by Stephen Hines · 13 years ago
  71. 6416010 Don't forget to export .rs.dtor() for Renderscript. by Stephen Hines · 13 years ago
  72. 2558ae4 Initialize required component. by Logan Chien · 13 years ago
  73. 7890d43 Add bccMarkExternalSymbol (to specify external symbol.) by Logan Chien · 13 years ago
  74. d548e00 Remove unused code. by Logan Chien · 13 years ago
  75. 34c600a Add bccPrepareSharedObject by Joseph Wen · 13 years ago
  76. d3fe15c Apply changes to migrate to llvm upstream r135568. by Logan Chien · 13 years ago
  77. 4885cf8 Refine the disassembler config code. by Logan Chien · 13 years ago
  78. b9ef9ab Initialize AsmPrinter for compiler. by Logan Chien · 13 years ago
  79. d2a5f30 Separate OLD_JIT code. by Logan Chien · 13 years ago
  80. c2e23c3 Register MCAsmInfo. by Shih-wei Liao · 13 years ago
  81. 9347e0b Extract duplicated disassembler. by Logan Chien · 13 years ago
  82. 7691907 Add run-time hash check for libRS.so by Joseph Wen · 13 years ago
  83. afa4e90 Merge "Use 20-byte libbcc.so.sha1 to store checksum" by Ying Wang · 13 years ago
  84. f36637f Fixbug 4995931 by Joseph Wen · 13 years ago
  85. 26fea10 Use 20-byte libbcc.so.sha1 to store checksum by Ying Wang · 13 years ago
  86. 029057e Fix API changes of llvm::SubtargetFeatures. by Shih-wei Liao · 13 years ago
  87. 873aa90 Merge "Clean up #if directives." by Shih-wei Liao · 13 years ago
  88. 587e1e8 Merge "Enhance the disassembler for MCJIT codegen." by Shih-wei Liao · 13 years ago
  89. 9f73de0 Clean up #if directives. by Shih-wei Liao · 13 years ago
  90. d3c551f Enhance the disassembler for MCJIT codegen. by Shih-wei Liao · 13 years ago
  91. 7f69f02 Remove debug information by Joseph Wen · 13 years ago
  92. 2ca6e57 Fix the libbcc SHA1 checksum dependency by Joseph Wen · 13 years ago
  93. d18a3df Revert "Fix the libbcc SHA1 checksum dependency" by Stephen Hines · 13 years ago
  94. 89175b9 Fix the libbcc SHA1 checksum dependency by Joseph Wen · 13 years ago
  95. 51001b8 Turn on NEON support for Nexus S by Joseph Wen · 13 years ago
  96. 5de1adf Use SHA1 to verify libbcc is consistent with cache by Joseph Wen · 13 years ago
  97. 320b549 Add missing #if USE_MCJIT header guard. Clean up debugging message. by Shih-wei Liao · 13 years ago
  98. f12077c Fix MCJIT LTO breakage problem. by Shih-wei Liao · 13 years ago
  99. e201976 Add more MC JIT Debugging. by Shih-wei Liao · 13 years ago
  100. 90cd3d1 Add DEBUG_MCJIT_REFLECT and DEBUG_MCJIT_DISASSEMBLE. by Shih-wei Liao · 13 years ago