1. 77c1d55 Fix -emit-llvm with shared object compilation. by Tim Murray · 10 years ago
  2. a4ded13 Compiler kernel fusion for RenderScript. by Yang Ni · 10 years ago
  3. 107f50d Remove linkloader from frameworks/compile/libbcc. by Stephen Hines · 10 years ago
  4. c754d49 Add proper getAnalysisUsage() implementations to each Pass. by Stephen Hines · 10 years ago
  5. c46a3f5 Fix bcc initialization and shutdown issues. by Tim Murray · 10 years ago
  6. 96627fc Make bcc-compat use Small CodeModel. by Miao Wang · 10 years ago
  7. 1e0557a BCC updates to handle linkloader removal by Pirama Arumuga Nainar · 10 years ago
  8. 5793613 Update libbcc for LLVM rebase to r222494. by Stephen Hines · 10 years ago
  9. b4447cd De-cruft the libbcc compiler infrastructure. by Chris Wailes · 10 years ago
  10. 9c66e13 am 40990623: Merge "Remove Atom workaround." by Tim Murray · 10 years ago
  11. a834fe4 Remove Atom workaround. by Tim Murray · 10 years ago
  12. 4f20f86 am 2d112c02: Merge "Set x86 SSE features explicitly in bcc" by Stephen Hines · 10 years ago
  13. 602ce03 Set x86 SSE features explicitly in bcc by Jian Li · 10 years ago
  14. 8cb6cc6 am ea6b1c5a: Merge "Replace NULL macros with nullptr literals." by Stephen Hines · 10 years ago
  15. 900c6c1 Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  16. 8d01bd8 Exclude only modules with prebuilt in prebuilts/sdk. by Ying Wang · 10 years ago
  17. f21590e Update libbcc for LLVM rebase to r212749. by Stephen Hines · 10 years ago
  18. d0993af Update libbcc for LLVM rebase to r212749. by Stephen Hines · 10 years ago
  19. f2ac317 Use build fingerprint and compile command for caching. by Jean-Luc Brouillet · 10 years ago
  20. c5e607a Change cache dependency tracking. by Jean-Luc Brouillet · 10 years ago
  21. 52031f2 Remove unnecessary stlport dependency. by Stephen Hines · 10 years ago
  22. 634ac6c Turn off Atom code generation for bcc_compat. by Stephen Hines · 10 years ago
  23. a630078 Update libbcc for LLVM 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  24. bde1a25 Remove unnecessary inheritance for CompilerConfig, as we switch to offline bcc. by Stephen Hines · 10 years ago
  25. 1ae3fd6 Fix some minor issues picked up by valgrind. by Stephen Hines · 10 years ago
  26. 002f467 Add options to device bcc for specifying the target architecture. by Stephen Hines · 10 years ago
  27. ce73d6f Remove Makefile->Header code generation from libbcc. by Stephen Hines · 10 years ago
  28. c3437f0 Improve standalone bcc for on-device compilation. by Stephen Hines · 11 years ago
  29. c2074ca Update libbcc for 64-bit support. by Tim Murray · 10 years ago
  30. c6e6ee4 Add DISABLE_LLVM_DEVICE_BUILDS to libbcc. by Tim Murray · 10 years ago
  31. 0a78b11 Remove unused static function in tools/bcc/Main by Narayan Kamath · 10 years ago
  32. 4470813 Don't compile libbcc on ARM64 targets yet (need ARM64 librsloader). by Tim Murray · 10 years ago
  33. b10c3a7 Update libbcc for LLVM merge to r187914. by Stephen Hines · 11 years ago
  34. 1a36fca am a08768d4: am 48cd7454: Fix Windows build issues for libbcc. by Stephen Hines · 11 years ago
  35. 48cd745 Fix Windows build issues for libbcc. by Stephen Hines · 11 years ago
  36. baa6b9d Remove libbcc's dependence on mclinker. by Stephen Hines · 11 years ago
  37. d5a0f13 Remove ABCC and associated components. by Stephen Hines · 11 years ago
  38. 7e9c185 Fix up a few minor issues with bcc standalone executable. by Stephen Hines · 11 years ago
  39. 7b980e1 bcc: Add option -emit-llvm by Tobias Grosser · 11 years ago
  40. 8be8dba Make bcc produce RS-compatible ELF objects. by Stephen Hines · 11 years ago
  41. 13a105a Merge "Remove libbcc's dependence on mclinker." by Stephen Hines · 11 years ago
  42. 3d747ba .align behaves differently on ARM and x86. by Stephen Hines · 11 years ago
  43. bec0ac6 Fix assembly directives for SHA data generation. by Stephen Hines · 11 years ago
  44. 4e98648 Remove libbcc's dependence on mclinker. by Stephen Hines · 11 years ago
  45. 88f8c52 Update libbcc for LLVM merge to r183849. by Stephen Hines · 11 years ago
  46. 47f0d5a Further separate build (compile) and load in libbcc. by Stephen Hines · 11 years ago
  47. 2a0e339 Remove ABCC and associated components. by Stephen Hines · 11 years ago
  48. 029a762 Stop using libcutils in abcc by Nick Kralevich · 11 years ago
  49. 86e4506 Adapt libbcc for LLVM/Clang/mclinker update. by Stephen Hines · 11 years ago
  50. 2edf6d6 Add liblog by Ying Wang · 11 years ago
  51. e87e661 Explicitly set up ARM feature vector for compatibility library. by Stephen Hines · 11 years ago
  52. bfa9fc9 Add bcc_strip_attr to remove target-specific function attributes. by Stephen Hines · 11 years ago
  53. 221efde Force atom codegen on x86 bcc_compat. by Stephen Hines · 11 years ago
  54. 4b77872 Build with libLLVM.so instead of static libraries. by Stephen Hines · 11 years ago
  55. 921dde4 Fix the Darwin build by Romain Guy · 11 years ago
  56. 3ab9da1 Fix bcc_compat symbol resolution with libcompiler_rt.so. by Stephen Hines · 12 years ago
  57. 8314662 Remove BCCRuntimeSymbolResolver. by Shih-wei Liao · 12 years ago
  58. 09ca954 Switch to use libcompiler_rt for compiler runtimes. by Shih-wei Liao · 12 years ago
  59. b220e48 Allow bcc_compat and related libs to be built in PDK. by Tim Murray · 12 years ago
  60. 3059d3f Don't build bcc_compat for PDK or unbundled builds. by Stephen Hines · 12 years ago
  61. ca4f96c Apply changes to migrate on MCLinker 2.0.2-1. by Shih-wei Liao · 12 years ago
  62. 52acbab Apply changes to migrate on MCLinker 2.0.1. by Shih-wei Liao · 12 years ago
  63. f8e9aaa am 0db248b8: Merge "libbcc: Fix build with ISO C++ 11 compilers" by Stephen Hines · 12 years ago
  64. 98375a7 libbcc: Fix build with ISO C++ 11 compilers by Bernhard Rosenkraenzer · 12 years ago
  65. 331310e bcc_compat - convert bitcode to shared object files. by Stephen Hines · 12 years ago
  66. 9ad640a Compile for Thumb by default in abcc. by Shih-wei Liao · 12 years ago
  67. a03671c Fix build warning. by Ying Wang · 12 years ago
  68. b2039f5 am 837cea4b: fix bad merge by Joe Onorato · 12 years ago
  69. 837cea4 fix bad merge by Joe Onorato · 12 years ago
  70. 3e231a0 resolved conflicts for merge of fcd0ce39 to master by Joe Onorato · 12 years ago
  71. fcd0ce3 resolved conflicts for merge of 5836d3b3 to jb-mr1-dev by Joe Onorato · 12 years ago
  72. c3bdd2f Host modules are automatically installed. Can't have tags anymore. by Joe Onorato · 12 years ago
  73. f482fa6 host modules don't need LOCAL_MODULE_TAGS by Joe Onorato · 12 years ago
  74. 3928c62 Refactor ABCCompilerDriver to allow target-dependent settings. by Shih-wei Liao · 12 years ago
  75. 3e46aee host modules don't need LOCAL_MODULE_TAGS by Joe Onorato · 12 years ago
  76. 33a5659 Fix Mac breakage. Unsigned vs. Signed. by Shih-wei Liao · 12 years ago
  77. 7727153 A bitcode compiler tool. BUG=6886348. by Shih-wei Liao · 12 years ago
  78. 8fe71dd Fix McLinker and bcc::Linker default library search path. by Shih-wei Liao · 12 years ago
  79. 590a249 Expose LLVM and MCLinker APIs currently. by Shih-wei Liao · 12 years ago
  80. c02eae6 Add kTruncate in FileBase. BUG=6841435. by Shih-wei Liao · 12 years ago
  81. 3f566e3 Mac breakage: Fix undefined symbols "llvm::SmallVectorBase::grow_pod" bug. by Shih-wei Liao · 12 years ago
  82. 49e6b46 Fix Mac build breakage: Remove 2nd, redundant including of llvm. by Shih-wei Liao · 12 years ago
  83. 193898d Add mcld system tool. by Shih-wei Liao · 12 years ago
  84. d577d11 Rewrite the command line tool "bcc." by Shih-wei Liao · 12 years ago
  85. f290793 Refine SHA-1 related stuffs. by Zonr Chang · 12 years ago
  86. 7a5d423 Get build information in C++ way. by Zonr Chang · 12 years ago
  87. ddf5661 Refine the makefiles. by Zonr Chang · 12 years ago
  88. ade9277 Switch to use RSCompilerDriver. by Zonr Chang · 12 years ago
  89. 18f79a1 am 4a68b1cb: Revert "Switch to use RSCompilerDriver." by Stephen Hines · 12 years ago
  90. 79f23f1 Merge commit 'b8ef6908' into manualmerge by Stephen Hines · 12 years ago
  91. 82d4e62 am aa72a210: Revert "Get build information in C++ way." by Stephen Hines · 12 years ago
  92. 0b344ff am 6975a665: Revert "Refine SHA-1 related stuffs." by Stephen Hines · 12 years ago
  93. c31f308 am 3fb139a6: Revert "Rewrite the command line tool "bcc."" by Stephen Hines · 12 years ago
  94. 4a68b1c Revert "Switch to use RSCompilerDriver." by Stephen Hines · 12 years ago
  95. b8ef690 Revert "Refine the makefiles." by Stephen Hines · 12 years ago
  96. aa72a21 Revert "Get build information in C++ way." by Stephen Hines · 12 years ago
  97. 6975a66 Revert "Refine SHA-1 related stuffs." by Stephen Hines · 12 years ago
  98. 3fb139a Revert "Rewrite the command line tool "bcc."" by Stephen Hines · 12 years ago
  99. 59a24ea Turn on the bcc build on Mac. by Shih-wei Liao · 12 years ago
  100. 284d652 Fix Mac build. Don't build bcc on Mac for now. by Shih-wei Liao · 12 years ago