1. 7187724 Fixing some bugs and inefficiencies by Alex Sakhartchouk · 12 years ago
  2. 8e7b283 Adding 1D sampling to the library. by Alex Sakhartchouk · 12 years ago
  3. 1d36409 First draft of allocation sampling. by Alex Sakhartchouk · 12 years ago
  4. 569986d Switch libbcc to start using MetadataExtractor. by Stephen Hines · 12 years ago
  5. 88d93c6 Use ALOGE instead of fprintf() for logging. by Stephen Hines · 12 years ago
  6. 16e798d exposing lod offsets in type. by Alex Sakhartchouk · 12 years ago
  7. 9af1e4d Merge "Turn off NEON until we fix potential alignment issues." by Stephen Hines · 13 years ago
  8. 8a1ca2c Merge "Apply changes to migrate to upstream" by Stephen Hines · 13 years ago
  9. 2270591 Registers targets etc. before looking up targets. by Shih-wei Liao · 13 years ago
  10. e063d50 Fix a bug of -C in bcc command. by Shih-wei Liao · 13 years ago
  11. f6b202b Turn off NEON until we fix potential alignment issues. by Stephen Hines · 13 years ago
  12. c73b521 Apply changes to migrate to upstream by Shih-wei Liao · 13 years ago
  13. 3e36c69 Fix spelling, grammar, and formatting issues. by Stephen Hines · 13 years ago
  14. 8454a3a Change the meaning of member Script::mObjectType. by Shih-wei Liao · 13 years ago
  15. 01d3432 Add -or option to bcc command. by Shih-wei Liao · 13 years ago
  16. b0fe1ba Announce that bcc cannot generate executable. by Shih-wei Liao · 13 years ago
  17. 6934174 Change the API of bccPrepareSharedObject(). by Shih-wei Liao · 13 years ago
  18. d8ed6a9 Change the API of bccPrepareRelocatable(). by Shih-wei Liao · 13 years ago
  19. a0ed34e Refactor cache writing out from internalCompile(). by Shih-wei Liao · 13 years ago
  20. a8cfeed Minor changes on bcc command. by Shih-wei Liao · 13 years ago
  21. bc76dfb Clean up. by Shih-wei Liao · 13 years ago
  22. b378cf0 Capitalize the name of global variables. by Shih-wei Liao · 13 years ago
  23. c7d7a89 Add -shared option to bcc command. by Zonr Chang · 13 years ago
  24. cf9b2d2 Add -fPIC option to command bcc. by Zonr Chang · 13 years ago
  25. 422aa9e Refactoring. by Zonr Chang · 13 years ago
  26. c3dd75e Rename the option processing functions. by Zonr Chang · 13 years ago
  27. 4c05648 Add -c option to command bcc. by Zonr Chang · 13 years ago
  28. ac1a24e No need to check the dependency in bcc command. by Zonr Chang · 13 years ago
  29. c12ca21 Refactor. by Zonr Chang · 13 years ago
  30. 05655c5 Add -o option to bcc command. by Zonr Chang · 13 years ago
  31. 937eb87 Clean. by Zonr Chang · 13 years ago
  32. ee2286c Add help page for command bcc. by Zonr Chang · 13 years ago
  33. eea4a71 Rewrite parseOption in command bcc. by Zonr Chang · 13 years ago
  34. 1a03e1c Using bccReadFile() in bcc command. by Zonr Chang · 13 years ago
  35. 33157f4 Fix memory leak. by Zonr Chang · 13 years ago
  36. 02f3438 Remove printPragma(). by Zonr Chang · 13 years ago
  37. 411ced0 Remove unsed and also unusable -T option. by Zonr Chang · 13 years ago
  38. f3fad04 Remove code for disassembly in bcc command. by Zonr Chang · 13 years ago
  39. 5eecbfa Include bcc command to be as a system tool. by Zonr Chang · 13 years ago
  40. 458d4d8 Move bcc command from tests/ to tools/bcc/. by Zonr Chang · 13 years ago
  41. b4db722 Move the build-related script under tools/build. by Zonr Chang · 13 years ago
  42. 4adbcb2 Add a non-null guard in ~SourceInfo(). by Zonr Chang · 13 years ago
  43. e0918ac resolved conflicts for merge of 7c75d915 to master by Stephen Hines · 13 years ago
  44. 7c75d91 am f581ac45: Merge "Enable debugging of RS code under GDB" by Stephen Hines · 13 years ago
  45. f581ac4 Merge "Enable debugging of RS code under GDB" by Stephen Hines · 13 years ago
  46. 094881f Enable debugging of RS code under GDB by Daniel Malea · 13 years ago
  47. 208fbc2 Fix llvm codegen hints by Jason Sams · 13 years ago
  48. f7ab377 Handcode pixel packing and unpacking. by Jason Sams · 13 years ago
  49. bde378e Merge "llvm matrix ops" by Jason Sams · 13 years ago
  50. 5bc951c llvm matrix ops by Jason Sams · 13 years ago
  51. f7d573d Force signed chars since Clang defaults Arm to unsigned. by Stephen Hines · 13 years ago
  52. 85b860c Support handwritten LLVM bitcode in libclcore.bc. by Stephen Hines · 13 years ago
  53. 60307ed Libbcc should really require llvm-as/llvm-dis. by Stephen Hines · 13 years ago
  54. cc366e5 Support ForEachExpand on non-root functions. by Stephen Hines · 13 years ago
  55. 8c504fb Maintain compatibility with the structures in rsAllocation.h by Jason Sams · 13 years ago
  56. a416d2c Merge commit 'a0b6c068' into manualmerge by Jason Sams · 13 years ago
  57. a0b6c06 Add surface texture. by Jason Sams · 13 years ago
  58. 618edc6 am a471ebb0: Refactoring interface. by Shih-wei Liao · 13 years ago
  59. 930bcf4 am 32ef88bd: Minor refactoring. by Shih-wei Liao · 13 years ago
  60. 6fb3485 am 743dd714: Refactoring into Script::internalLoadCache() by Zonr Chang · 13 years ago
  61. a471ebb Refactoring interface. by Shih-wei Liao · 13 years ago
  62. 32ef88b Minor refactoring. by Shih-wei Liao · 13 years ago
  63. 743dd71 Refactoring into Script::internalLoadCache() by Zonr Chang · 13 years ago
  64. b260d40 am 90fe84bb: am 3f140994: am 2e1c9443: Reconcile with ics-mr1-release by The Android Open Source Project · 13 years ago
  65. 90fe84b am 3f140994: am 2e1c9443: Reconcile with ics-mr1-release by The Android Open Source Project · 13 years ago
  66. 3f14099 am 2e1c9443: Reconcile with ics-mr1-release by The Android Open Source Project · 13 years ago
  67. 2e1c944 Reconcile with ics-mr1-release by The Android Open Source Project · 13 years ago
  68. 20ecdfe am 04261e0b: Update bcinfo to do automatic translation. by Stephen Hines · 13 years ago
  69. 04261e0 Update bcinfo to do automatic translation. by Stephen Hines · 13 years ago
  70. 6f9ae04 am abc7f516: Don\'t have the string “debug.bcc.nocache” scattered in Script.cpp. by Shih-wei Liao · 13 years ago
  71. abc7f51 Don't have the string “debug.bcc.nocache” scattered in Script.cpp. by Shih-wei Liao · 13 years ago
  72. 99f7955 am 4bcfaa8d: Fix the build. by Shih-wei Liao · 13 years ago
  73. 4bcfaa8 Fix the build. by Shih-wei Liao · 13 years ago
  74. e7f12cd am 16e84cff: Minor clean up. by Shih-wei Liao · 13 years ago
  75. 16e84cf Minor clean up. by Shih-wei Liao · 13 years ago
  76. cefe1ed am d88c0d14: Check the ability to link library during setup. by Shih-wei Liao · 13 years ago
  77. d88c0d1 Check the ability to link library during setup. by Shih-wei Liao · 13 years ago
  78. 71c297c am 2b7db0e9: Typo and clean up. by Shih-wei Liao · 13 years ago
  79. 2b7db0e Typo and clean up. by Shih-wei Liao · 13 years ago
  80. c9fa5ce am 9e81e37a: Add "const". And clean up. by Shih-wei Liao · 13 years ago
  81. 9e81e37 Add "const". And clean up. by Shih-wei Liao · 13 years ago
  82. f8e8922 am 4deffde5: Add Compiler::ArchType. And fix the CodeModel and NoFramePointerElim. by Shih-wei Liao · 13 years ago
  83. 4deffde Add Compiler::ArchType. And fix the CodeModel and NoFramePointerElim. by Shih-wei Liao · 13 years ago
  84. 5f49648 am 89e8490c: Using \%zu for size_t. by Shih-wei Liao · 13 years ago
  85. 9d277c7 am 6a60f4ee: Follow the ELF spec. Use the terms relocatable. by Shih-wei Liao · 13 years ago
  86. 89e8490 Using \%zu for size_t. by Shih-wei Liao · 13 years ago
  87. 6a60f4e Follow the ELF spec. Use the terms relocatable. by Shih-wei Liao · 13 years ago
  88. cb6c3b9 am 6692ab57: Use object filename (cacheName + extension) + ".info". by Zonr Chang · 13 years ago
  89. e3f23ac am 4ea08862: Refactoring. by Zonr Chang · 13 years ago
  90. 6692ab5 Use object filename (cacheName + extension) + ".info". by Zonr Chang · 13 years ago
  91. 4ea0886 Refactoring. by Zonr Chang · 13 years ago
  92. 852b841 am df3fee4c: Let SourceInfo take charage of and LLVM module. by Zonr Chang · 13 years ago
  93. df3fee4 Let SourceInfo take charage of and LLVM module. by Zonr Chang · 13 years ago
  94. 9c35df8 am 8afed380: Have separate prepareSharedObject and prepareObject. by Shih-wei Liao · 13 years ago
  95. 8afed38 Have separate prepareSharedObject and prepareObject. by Shih-wei Liao · 13 years ago
  96. 68a710e am 2fcbd020: Introduce CompilerOption for compile() interface. by Zonr Chang · 13 years ago
  97. 2fcbd02 Introduce CompilerOption for compile() interface. by Zonr Chang · 13 years ago
  98. 990077b am 92686fed: Add dependency for LLVM_LD. by Shih-wei Liao · 13 years ago
  99. 92686fe Add dependency for LLVM_LD. by Shih-wei Liao · 13 years ago
  100. 4281423 am e7371e11: Add llvm::Triple::thumb to __HOST__ cross-compiler discovery list by Andrew Hsieh · 13 years ago