1. 634ac6c Turn off Atom code generation for bcc_compat. by Stephen Hines · 10 years ago
  2. a630078 Update libbcc for LLVM 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  3. bde1a25 Remove unnecessary inheritance for CompilerConfig, as we switch to offline bcc. by Stephen Hines · 10 years ago
  4. 1ae3fd6 Fix some minor issues picked up by valgrind. by Stephen Hines · 10 years ago
  5. 002f467 Add options to device bcc for specifying the target architecture. by Stephen Hines · 11 years ago
  6. ce73d6f Remove Makefile->Header code generation from libbcc. by Stephen Hines · 11 years ago
  7. c3437f0 Improve standalone bcc for on-device compilation. by Stephen Hines · 11 years ago
  8. c2074ca Update libbcc for 64-bit support. by Tim Murray · 11 years ago
  9. c6e6ee4 Add DISABLE_LLVM_DEVICE_BUILDS to libbcc. by Tim Murray · 11 years ago
  10. 0a78b11 Remove unused static function in tools/bcc/Main by Narayan Kamath · 11 years ago
  11. 4470813 Don't compile libbcc on ARM64 targets yet (need ARM64 librsloader). by Tim Murray · 11 years ago
  12. b10c3a7 Update libbcc for LLVM merge to r187914. by Stephen Hines · 11 years ago
  13. 1a36fca am a08768d4: am 48cd7454: Fix Windows build issues for libbcc. by Stephen Hines · 11 years ago
  14. 48cd745 Fix Windows build issues for libbcc. by Stephen Hines · 11 years ago
  15. baa6b9d Remove libbcc's dependence on mclinker. by Stephen Hines · 11 years ago
  16. d5a0f13 Remove ABCC and associated components. by Stephen Hines · 11 years ago
  17. 7e9c185 Fix up a few minor issues with bcc standalone executable. by Stephen Hines · 11 years ago
  18. 7b980e1 bcc: Add option -emit-llvm by Tobias Grosser · 11 years ago
  19. 8be8dba Make bcc produce RS-compatible ELF objects. by Stephen Hines · 11 years ago
  20. 13a105a Merge "Remove libbcc's dependence on mclinker." by Stephen Hines · 11 years ago
  21. 3d747ba .align behaves differently on ARM and x86. by Stephen Hines · 11 years ago
  22. bec0ac6 Fix assembly directives for SHA data generation. by Stephen Hines · 11 years ago
  23. 4e98648 Remove libbcc's dependence on mclinker. by Stephen Hines · 11 years ago
  24. 88f8c52 Update libbcc for LLVM merge to r183849. by Stephen Hines · 11 years ago
  25. 47f0d5a Further separate build (compile) and load in libbcc. by Stephen Hines · 11 years ago
  26. 2a0e339 Remove ABCC and associated components. by Stephen Hines · 11 years ago
  27. 029a762 Stop using libcutils in abcc by Nick Kralevich · 11 years ago
  28. 86e4506 Adapt libbcc for LLVM/Clang/mclinker update. by Stephen Hines · 12 years ago
  29. 2edf6d6 Add liblog by Ying Wang · 12 years ago
  30. e87e661 Explicitly set up ARM feature vector for compatibility library. by Stephen Hines · 12 years ago
  31. bfa9fc9 Add bcc_strip_attr to remove target-specific function attributes. by Stephen Hines · 12 years ago
  32. 221efde Force atom codegen on x86 bcc_compat. by Stephen Hines · 12 years ago
  33. 4b77872 Build with libLLVM.so instead of static libraries. by Stephen Hines · 12 years ago
  34. 921dde4 Fix the Darwin build by Romain Guy · 12 years ago
  35. 3ab9da1 Fix bcc_compat symbol resolution with libcompiler_rt.so. by Stephen Hines · 12 years ago
  36. 8314662 Remove BCCRuntimeSymbolResolver. by Shih-wei Liao · 12 years ago
  37. 09ca954 Switch to use libcompiler_rt for compiler runtimes. by Shih-wei Liao · 12 years ago
  38. b220e48 Allow bcc_compat and related libs to be built in PDK. by Tim Murray · 12 years ago
  39. 3059d3f Don't build bcc_compat for PDK or unbundled builds. by Stephen Hines · 12 years ago
  40. ca4f96c Apply changes to migrate on MCLinker 2.0.2-1. by Shih-wei Liao · 12 years ago
  41. 52acbab Apply changes to migrate on MCLinker 2.0.1. by Shih-wei Liao · 12 years ago
  42. f8e9aaa am 0db248b8: Merge "libbcc: Fix build with ISO C++ 11 compilers" by Stephen Hines · 12 years ago
  43. 98375a7 libbcc: Fix build with ISO C++ 11 compilers by Bernhard Rosenkraenzer · 12 years ago
  44. 331310e bcc_compat - convert bitcode to shared object files. by Stephen Hines · 12 years ago
  45. 9ad640a Compile for Thumb by default in abcc. by Shih-wei Liao · 12 years ago
  46. a03671c Fix build warning. by Ying Wang · 12 years ago
  47. b2039f5 am 837cea4b: fix bad merge by Joe Onorato · 12 years ago
  48. 837cea4 fix bad merge by Joe Onorato · 12 years ago
  49. 3e231a0 resolved conflicts for merge of fcd0ce39 to master by Joe Onorato · 12 years ago
  50. fcd0ce3 resolved conflicts for merge of 5836d3b3 to jb-mr1-dev by Joe Onorato · 12 years ago
  51. c3bdd2f Host modules are automatically installed. Can't have tags anymore. by Joe Onorato · 12 years ago
  52. f482fa6 host modules don't need LOCAL_MODULE_TAGS by Joe Onorato · 12 years ago
  53. 3928c62 Refactor ABCCompilerDriver to allow target-dependent settings. by Shih-wei Liao · 12 years ago
  54. 3e46aee host modules don't need LOCAL_MODULE_TAGS by Joe Onorato · 12 years ago
  55. 33a5659 Fix Mac breakage. Unsigned vs. Signed. by Shih-wei Liao · 12 years ago
  56. 7727153 A bitcode compiler tool. BUG=6886348. by Shih-wei Liao · 12 years ago
  57. 8fe71dd Fix McLinker and bcc::Linker default library search path. by Shih-wei Liao · 12 years ago
  58. 590a249 Expose LLVM and MCLinker APIs currently. by Shih-wei Liao · 12 years ago
  59. c02eae6 Add kTruncate in FileBase. BUG=6841435. by Shih-wei Liao · 12 years ago
  60. 3f566e3 Mac breakage: Fix undefined symbols "llvm::SmallVectorBase::grow_pod" bug. by Shih-wei Liao · 12 years ago
  61. 49e6b46 Fix Mac build breakage: Remove 2nd, redundant including of llvm. by Shih-wei Liao · 12 years ago
  62. 193898d Add mcld system tool. by Shih-wei Liao · 12 years ago
  63. d577d11 Rewrite the command line tool "bcc." by Shih-wei Liao · 13 years ago
  64. f290793 Refine SHA-1 related stuffs. by Zonr Chang · 13 years ago
  65. 7a5d423 Get build information in C++ way. by Zonr Chang · 13 years ago
  66. ddf5661 Refine the makefiles. by Zonr Chang · 13 years ago
  67. ade9277 Switch to use RSCompilerDriver. by Zonr Chang · 13 years ago
  68. 18f79a1 am 4a68b1cb: Revert "Switch to use RSCompilerDriver." by Stephen Hines · 13 years ago
  69. 79f23f1 Merge commit 'b8ef6908' into manualmerge by Stephen Hines · 13 years ago
  70. 82d4e62 am aa72a210: Revert "Get build information in C++ way." by Stephen Hines · 13 years ago
  71. 0b344ff am 6975a665: Revert "Refine SHA-1 related stuffs." by Stephen Hines · 13 years ago
  72. c31f308 am 3fb139a6: Revert "Rewrite the command line tool "bcc."" by Stephen Hines · 13 years ago
  73. 4a68b1c Revert "Switch to use RSCompilerDriver." by Stephen Hines · 13 years ago
  74. b8ef690 Revert "Refine the makefiles." by Stephen Hines · 13 years ago
  75. aa72a21 Revert "Get build information in C++ way." by Stephen Hines · 13 years ago
  76. 6975a66 Revert "Refine SHA-1 related stuffs." by Stephen Hines · 13 years ago
  77. 3fb139a Revert "Rewrite the command line tool "bcc."" by Stephen Hines · 13 years ago
  78. 59a24ea Turn on the bcc build on Mac. by Shih-wei Liao · 13 years ago
  79. 284d652 Fix Mac build. Don't build bcc on Mac for now. by Shih-wei Liao · 13 years ago
  80. 3684c68 Fix Mac build. Don't build bcc on Mac for now. by Shih-wei Liao · 13 years ago
  81. a7b5a26 Rewrite the command line tool "bcc." by Shih-wei Liao · 13 years ago
  82. 6378d8f Refine SHA-1 related stuffs. by Zonr Chang · 13 years ago
  83. 44d9916 Get build information in C++ way. by Zonr Chang · 13 years ago
  84. fa52e20 Refine the makefiles. by Zonr Chang · 13 years ago
  85. fef9a1b Switch to use RSCompilerDriver. by Zonr Chang · 13 years ago
  86. 6a09731 Fixed Mac compilation error by Andrew Hsieh · 13 years ago
  87. 0db6718 Fix unused variable bug. by Logan Chien · 13 years ago
  88. e063d50 Fix a bug of -C in bcc command. by Shih-wei Liao · 13 years ago
  89. 3e36c69 Fix spelling, grammar, and formatting issues. by Stephen Hines · 13 years ago
  90. 01d3432 Add -or option to bcc command. by Shih-wei Liao · 13 years ago
  91. b0fe1ba Announce that bcc cannot generate executable. by Shih-wei Liao · 13 years ago
  92. 6934174 Change the API of bccPrepareSharedObject(). by Shih-wei Liao · 13 years ago
  93. d8ed6a9 Change the API of bccPrepareRelocatable(). by Shih-wei Liao · 13 years ago
  94. a8cfeed Minor changes on bcc command. by Shih-wei Liao · 13 years ago
  95. bc76dfb Clean up. by Shih-wei Liao · 13 years ago
  96. b378cf0 Capitalize the name of global variables. by Shih-wei Liao · 13 years ago
  97. c7d7a89 Add -shared option to bcc command. by Zonr Chang · 13 years ago
  98. cf9b2d2 Add -fPIC option to command bcc. by Zonr Chang · 13 years ago
  99. 422aa9e Refactoring. by Zonr Chang · 13 years ago
  100. c3dd75e Rename the option processing functions. by Zonr Chang · 13 years ago