1. efde1ff Remove unused code by Tobias Grosser · 11 years ago
  2. b10c3a7 Update libbcc for LLVM merge to r187914. by Stephen Hines · 11 years ago
  3. c1567c0 Merge "Decode RenderScript kernel signatures using bcinfo::MetadataExtractor." by Stephen Hines · 11 years ago
  4. 1a36fca am a08768d4: am 48cd7454: Fix Windows build issues for libbcc. by Stephen Hines · 11 years ago
  5. d881775 Decode RenderScript kernel signatures using bcinfo::MetadataExtractor. by Stephen Hines · 11 years ago
  6. 48cd745 Fix Windows build issues for libbcc. by Stephen Hines · 11 years ago
  7. baa6b9d Remove libbcc's dependence on mclinker. by Stephen Hines · 11 years ago
  8. d5a0f13 Remove ABCC and associated components. by Stephen Hines · 11 years ago
  9. 6a5fa14 Remove beforeExecuteLTOPasses callback by Tobias Grosser · 11 years ago
  10. 5b7f52a Improve error code to error string translation by Tobias Grosser · 11 years ago
  11. c06cd06 Only support EnableGlobalMerge on ARM architectures. by Stephen Hines · 11 years ago
  12. ad69476 Provide a way to disable LLVM's global merge optimization. by Stephen Hines · 11 years ago
  13. 27fb7ed Dump LLVM-IR before generating target code by Tobias Grosser · 11 years ago
  14. 7b980e1 bcc: Add option -emit-llvm by Tobias Grosser · 11 years ago
  15. 4e98648 Remove libbcc's dependence on mclinker. by Stephen Hines · 11 years ago
  16. 124296a Merge "Further separate build (compile) and load in libbcc." by Stephen Hines · 11 years ago
  17. 01195ba Detect and enable hardware divisions by Tobias Grosser · 11 years ago
  18. 47f0d5a Further separate build (compile) and load in libbcc. by Stephen Hines · 11 years ago
  19. 2a0e339 Remove ABCC and associated components. by Stephen Hines · 11 years ago
  20. 01f05d4 Load scripts from cached files every time. by Stephen Hines · 11 years ago
  21. 86e4506 Adapt libbcc for LLVM/Clang/mclinker update. by Stephen Hines · 11 years ago
  22. 1d4a9e4 Improve caching for debug contexts. by Stephen Hines · 11 years ago
  23. 8ee82d4 Build debug version version of runtime (libclcore_debug.bc). by Stephen Hines · 11 years ago
  24. 3d0be77 am e323991d: Merge "Start to add X86/SSE2+ optimized clcore library" by Jason Sams · 11 years ago
  25. e323991 Merge "Start to add X86/SSE2+ optimized clcore library" by Jason Sams · 11 years ago
  26. bb05edd Merge "Add LinkRuntimeCallback() and supporting functions to RS compiler." by Stephen Hines · 11 years ago
  27. c96e497 am b7e1ce28: Merge "[MIPS] Configure code generator to emit static code" by Stephen Hines · 11 years ago
  28. 162dba1 [MIPS] Configure code generator to emit static code by Chris Dearman · 12 years ago
  29. 06731a6 Add LinkRuntimeCallback() and supporting functions to RS compiler. by Stephen Hines · 11 years ago
  30. 7233dca Increase RSInfo version number. by Shih-wei Liao · 11 years ago
  31. 3ab9da1 Fix bcc_compat symbol resolution with libcompiler_rt.so. by Stephen Hines · 11 years ago
  32. 8314662 Remove BCCRuntimeSymbolResolver. by Shih-wei Liao · 11 years ago
  33. 09ca954 Switch to use libcompiler_rt for compiler runtimes. by Shih-wei Liao · 11 years ago
  34. f7401ab Add libcompiler_rt.so as built-in dependencies for RS. by Shih-wei Liao · 11 years ago
  35. b730e23 Updates for LLVM merge to r171906 on 20130108. by Stephen Hines · 11 years ago
  36. ca4f96c Apply changes to migrate on MCLinker 2.0.2-1. by Shih-wei Liao · 11 years ago
  37. cdcce32 Start to add X86/SSE2+ optimized clcore library by Michael Liao · 12 years ago
  38. 52acbab Apply changes to migrate on MCLinker 2.0.1. by Shih-wei Liao · 12 years ago
  39. 86a0b79 Embed RS metadata info directly in emitted object code. by Stephen Hines · 12 years ago
  40. 331310e bcc_compat - convert bitcode to shared object files. by Stephen Hines · 12 years ago
  41. f3eb9b8 Support -z options in bcc::Linker. by Shih-wei Liao · 12 years ago
  42. 60ca7e1 No need to run more LTO in ABCCompiler. by Shih-wei Liao · 12 years ago
  43. 6556916 No need to specify triple to ABCCompilerDriver. by Shih-wei Liao · 12 years ago
  44. a1d5d79 Introduce ThumbCompilerConfig to compile for Thumb. BUG=6996910 by Shih-wei Liao · 12 years ago
  45. 894a232 am 655dc2b8: am a5868783: Merge "Removed unused private member variable." by Stephen Hines · 12 years ago
  46. 0a04898 Removed unused private member variable. by Tareq A. Siraj · 12 years ago
  47. 99c8a6b Add DEFAULT_THUMB_TRIPLE_STRING. BUG=6996910 by Shih-wei Liao · 12 years ago
  48. 42b88c3 Handle variable arguments for ARM/Mips/X86. by Shih-wei Liao · 12 years ago
  49. 3f64f76 A BCCompiler that supports "lowering" (target-defined) before codegen by Shih-wei Liao · 12 years ago
  50. 31b7c56 Separate function list for each target. by Shih-wei Liao · 12 years ago
  51. 3928c62 Refactor ABCCompilerDriver to allow target-dependent settings. by Shih-wei Liao · 12 years ago
  52. 805a5e2 ARM/x86 agreeing: .init_array. by Shih-wei Liao · 12 years ago
  53. 2b04086 Use known strides instead of input args when possible. by Stephen Hines · 12 years ago
  54. 6e9e89d Add back support for bccAssert. by Stephen Hines · 12 years ago
  55. e198abe Rename RenderScript -> Renderscript. by Stephen Hines · 12 years ago
  56. 40b9ba0 Add const. by Shih-wei Liao · 12 years ago
  57. 52aefd8 Add a bitcode compiler driver. BUG=6886348. by Shih-wei Liao · 12 years ago
  58. 0dbd4fb Provide a way to obtain TargetMachine. BUG=6886348. by Shih-wei Liao · 12 years ago
  59. 6202dda Add Source::CreateFromFd(). BUG=6886348. by Shih-wei Liao · 12 years ago
  60. f040779 Remove MCLinker headers dependency. by Shih-wei Liao · 12 years ago
  61. 8fe71dd Fix McLinker and bcc::Linker default library search path. by Shih-wei Liao · 12 years ago
  62. d7f1bd6 Use USE_DISASSEMBLER and drop the letters "MC". by Shih-wei Liao · 12 years ago
  63. 6d01af6 Dump disassembly in RS after the compilation. BUG=6841435. by Shih-wei Liao · 12 years ago
  64. b2b8c64 Add a flag kAppend in FileBase. BUG=6841435. by Shih-wei Liao · 12 years ago
  65. c02eae6 Add kTruncate in FileBase. BUG=6841435. by Shih-wei Liao · 12 years ago
  66. 388fec1 bcc::Disassemble() API. BUG=6841435. by Shih-wei Liao · 12 years ago
  67. b23b156 Remove HAVE_BCC_CONFIG_MK_H. by Shih-wei Liao · 12 years ago
  68. 9795754 Add APIs to get symbol size and symbol name list. BUG=6841435. by Shih-wei Liao · 12 years ago
  69. 93c8832 Linker funtionality based on MCLinker. by Shih-wei Liao · 12 years ago
  70. 1216f36 Fix mesa3d. by Shih-wei Liao · 12 years ago
  71. ed7fffb Add a property for overriding FP precision. by Shih-wei Liao · 12 years ago
  72. ba42064 Refactor linking RS runtime after having RSInfo. by Shih-wei Liao · 12 years ago
  73. b1cc74f Add libclcore_neon.bc as a built-in dependency. by Shih-wei Liao · 12 years ago
  74. 7bcec85 Remove all deprecated BCC C APIs. by Shih-wei Liao · 12 years ago
  75. 2665c2f Link libclcore.bc for RenderScript by default. by Shih-wei Liao · 12 years ago
  76. f290793 Refine SHA-1 related stuffs. by Zonr Chang · 12 years ago
  77. ef73a24 Refine DebugHelper.h into Log.h. by Zonr Chang · 12 years ago
  78. 7a5d423 Get build information in C++ way. by Zonr Chang · 12 years ago
  79. c72c4dd Make libbcc public. by Zonr Chang · 12 years ago
  80. ade9277 Switch to use RSCompilerDriver. by Zonr Chang · 12 years ago
  81. 7a66e6c Merge lib/Transforms into lib/ExecutionEngine. by Shih-wei Liao · 12 years ago
  82. 1e2adce Introduce RSInfo and its reader/extractor/writer. by Zonr Chang · 12 years ago
  83. 0f6b1d3 Revert "Introduce RSInfo and its reader/extractor/writer." by Stephen Hines · 12 years ago
  84. 09ebd17 Revert "Merge lib/Transforms into lib/ExecutionEngine." by Stephen Hines · 12 years ago
  85. 4a68b1c Revert "Switch to use RSCompilerDriver." by Stephen Hines · 12 years ago
  86. 2f6a493 Revert "Make libbcc public." by Stephen Hines · 12 years ago
  87. aa72a21 Revert "Get build information in C++ way." by Stephen Hines · 12 years ago
  88. 5b94819 Revert "Refine DebugHelper.h into Log.h." by Stephen Hines · 12 years ago
  89. 6975a66 Revert "Refine SHA-1 related stuffs." by Stephen Hines · 12 years ago
  90. c4fba31 Revert "Link libclcore.bc for RenderScript by default." by Stephen Hines · 12 years ago
  91. 7dfc4d8 Revert "Remove all deprecated BCC C APIs." by Stephen Hines · 12 years ago
  92. 170d420 Remove all deprecated BCC C APIs. by Shih-wei Liao · 12 years ago
  93. 0467d9a Link libclcore.bc for RenderScript by default. by Shih-wei Liao · 12 years ago
  94. 6378d8f Refine SHA-1 related stuffs. by Zonr Chang · 12 years ago
  95. b519fe3 Refine DebugHelper.h into Log.h. by Zonr Chang · 12 years ago
  96. 44d9916 Get build information in C++ way. by Zonr Chang · 12 years ago
  97. 80232dd Make libbcc public. by Zonr Chang · 12 years ago
  98. fef9a1b Switch to use RSCompilerDriver. by Zonr Chang · 12 years ago
  99. cd52b55 Merge lib/Transforms into lib/ExecutionEngine. by Shih-wei Liao · 12 years ago
  100. 255cbc8 Introduce RSInfo and its reader/extractor/writer. by Zonr Chang · 12 years ago