1. c9fa5ce am 9e81e37a: Add "const". And clean up. by Shih-wei Liao · 13 years ago
  2. 9e81e37 Add "const". And clean up. by Shih-wei Liao · 13 years ago
  3. f8e8922 am 4deffde5: Add Compiler::ArchType. And fix the CodeModel and NoFramePointerElim. by Shih-wei Liao · 13 years ago
  4. 4deffde Add Compiler::ArchType. And fix the CodeModel and NoFramePointerElim. by Shih-wei Liao · 13 years ago
  5. 5f49648 am 89e8490c: Using \%zu for size_t. by Shih-wei Liao · 13 years ago
  6. 9d277c7 am 6a60f4ee: Follow the ELF spec. Use the terms relocatable. by Shih-wei Liao · 13 years ago
  7. 89e8490 Using \%zu for size_t. by Shih-wei Liao · 13 years ago
  8. 6a60f4e Follow the ELF spec. Use the terms relocatable. by Shih-wei Liao · 13 years ago
  9. cb6c3b9 am 6692ab57: Use object filename (cacheName + extension) + ".info". by Zonr Chang · 13 years ago
  10. e3f23ac am 4ea08862: Refactoring. by Zonr Chang · 13 years ago
  11. 6692ab5 Use object filename (cacheName + extension) + ".info". by Zonr Chang · 13 years ago
  12. 4ea0886 Refactoring. by Zonr Chang · 13 years ago
  13. 852b841 am df3fee4c: Let SourceInfo take charage of and LLVM module. by Zonr Chang · 13 years ago
  14. df3fee4 Let SourceInfo take charage of and LLVM module. by Zonr Chang · 13 years ago
  15. 9c35df8 am 8afed380: Have separate prepareSharedObject and prepareObject. by Shih-wei Liao · 13 years ago
  16. 8afed38 Have separate prepareSharedObject and prepareObject. by Shih-wei Liao · 13 years ago
  17. 68a710e am 2fcbd020: Introduce CompilerOption for compile() interface. by Zonr Chang · 13 years ago
  18. 2fcbd02 Introduce CompilerOption for compile() interface. by Zonr Chang · 13 years ago
  19. 990077b am 92686fed: Add dependency for LLVM_LD. by Shih-wei Liao · 13 years ago
  20. 92686fe Add dependency for LLVM_LD. by Shih-wei Liao · 13 years ago
  21. 4281423 am e7371e11: Add llvm::Triple::thumb to __HOST__ cross-compiler discovery list by Andrew Hsieh · 13 years ago
  22. e7371e1 Add llvm::Triple::thumb to __HOST__ cross-compiler discovery list by Andrew Hsieh · 13 years ago
  23. 11bca83 am fbeb9b6e: Improve readability. Fix format. by Shih-wei Liao · 13 years ago
  24. fbeb9b6 Improve readability. Fix format. by Shih-wei Liao · 13 years ago
  25. 92fca56 am c0554e25: Determine Features based on Triple; Fix for Intel by Andrew Hsieh · 13 years ago
  26. c0554e2 Determine Features based on Triple; Fix for Intel by Andrew Hsieh · 13 years ago
  27. 08879f6 am 9ab98992: Fix mac warning about size_t and %d. by Stephen Hines · 13 years ago
  28. 9ab9899 Fix mac warning about size_t and %d. by Stephen Hines · 13 years ago
  29. db1e436 am db169187: Add ForEach expansion optimization to libbcc. by Stephen Hines · 13 years ago
  30. 0de77ff Merge "Add surface texture." into graphics-dev by Jason Sams · 13 years ago
  31. db16918 Add ForEach expansion optimization to libbcc. by Stephen Hines · 13 years ago
  32. 9f6a838 am 12c849b7: am eb4509bf: [MIPS] Include header file unistd.h by Bhanu Chetlapalli · 13 years ago
  33. 12c849b am eb4509bf: [MIPS] Include header file unistd.h by Bhanu Chetlapalli · 13 years ago
  34. cabd187 am 10c1412e: Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  35. eb4509b [MIPS] Include header file unistd.h by Bhanu Chetlapalli · 13 years ago
  36. 10c1412 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  37. ccd5277 Add surface texture. by Jason Sams · 13 years ago
  38. c91c6bd am 10c51459: Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  39. 10c5145 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  40. 5ca1725 am 440e031e: Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  41. cba23a3 Merge "Better error handling." into graphics-dev by Alex Sakhartchouk · 13 years ago
  42. 440e031 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  43. ec68e99 am b20498ea: Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  44. b20498e Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  45. d536473 Better error handling. by Alex Sakhartchouk · 13 years ago
  46. a6f221e Missing getter implementation. by Alex Sakhartchouk · 13 years ago
  47. 26301b4 Implementation to various getter types. by Alex Sakhartchouk · 13 years ago
  48. 9d723e5 am c7d67a70: Translate API 14 and 15 with BitReader 3.0 by Logan Chien · 13 years ago
  49. ff518a3 am 3bdc2a8f: Add bitcode reader 3.0 to libbcinfo. by Logan Chien · 13 years ago
  50. 2724972 am be81e107: Apply changes to migrate to upstream (Dec 16th 2011) by Logan Chien · 13 years ago
  51. c7d67a7 Translate API 14 and 15 with BitReader 3.0 by Logan Chien · 13 years ago
  52. 3bdc2a8 Add bitcode reader 3.0 to libbcinfo. by Logan Chien · 13 years ago
  53. be81e10 Apply changes to migrate to upstream (Dec 16th 2011) by Logan Chien · 13 years ago
  54. 46be5b9 Merge "Fix bug with inline allocation offsets." into graphics-dev by Jason Sams · 13 years ago
  55. dcf7fec Fix bug with inline allocation offsets. by Jason Sams · 13 years ago
  56. 3bf4495 am 5749a60d: am 63acc68f: Reconcile with ics-mr1-release by The Android Open Source Project · 13 years ago
  57. 5749a60 am 63acc68f: Reconcile with ics-mr1-release by The Android Open Source Project · 13 years ago
  58. 63acc68 Reconcile with ics-mr1-release by The Android Open Source Project · 13 years ago
  59. c5c8233 Merge "Revert "Removing changes not meant for MR1"" into graphics-dev by Alex Sakhartchouk · 13 years ago
  60. df67be6 Reconcile with ics-mr1-release by The Android Open Source Project · 13 years ago
  61. 31e50d6 merge in ics-mr1-release history after reset to ics-mr1 by The Android Automerger · 13 years ago
  62. 01fc553 Code cleanup. by Logan Chien · 13 years ago
  63. 7c0c78e Fix MIPS compiler utils runtime table. by Logan Chien · 13 years ago
  64. 7fd46c9 am 0164f464: Add support for handling a bitcode wrapper to bcinfo. by Stephen Hines · 13 years ago
  65. b0e2290 am 0164f464: Add support for handling a bitcode wrapper to bcinfo. by Stephen Hines · 13 years ago
  66. 0164f46 Add support for handling a bitcode wrapper to bcinfo. by Stephen Hines · 13 years ago
  67. 21392f0 Add MIPS as build target. by Logan Chien · 13 years ago
  68. 5bee8ef Add newline character to the end of LOG print. by Logan Chien · 13 years ago
  69. 4e4485d Apply changes to migrate to upstream. (Nov 25th 2011) by Logan Chien · 13 years ago
  70. 825b9ae Add support for handling a bitcode wrapper to bcinfo. by Stephen Hines · 13 years ago
  71. 3e88bf7 Forgot to update the HC->ICS translator too. by Stephen Hines · 13 years ago
  72. 998ec83 Enhance host bcc to allow cross-compilation (eg. debug arm codegen on host): by Andrew Hsieh · 13 years ago
  73. 7c8c59e Fix Disassmebler compilation for LLVM3.0 by Andrew Hsieh · 13 years ago
  74. 1704c74 Add __HOST__ for host bcc. Currently it's used to set disassembled file to /tmp instead of non-exisitence of dir /data/local/tmp on host. by Andrew Hsieh · 13 years ago
  75. aa08fd6 Revert "Removing changes not meant for MR1" by Alex Sakhartchouk · 13 years ago
  76. e1bff14 Apply changes to migrate to llvm upstream r144606. by Logan Chien · 13 years ago
  77. 7f079eb Make sure NEON is off for Xoom when ARCH_ARM_HAVE_NEON isn't set. by Stephen Hines · 13 years ago
  78. 58fa9d8 Merge "Change USE_ARM_NEON to !DISABLE_ARCH_ARM_HAVE_NEON." by Shih-wei Liao · 13 years ago
  79. 8612f1b Reconcile with ics-mr1-release by The Android Open Source Project · 13 years ago
  80. 044edf6 Merge remote branch 'goog/ics-mr1' into ics-aah by Ed Heyl · 13 years ago
  81. 9b8900c merge in ics-mr1-release history after reset to ics-mr1 by The Android Automerger · 13 years ago
  82. f1dcbbd keep previous history after reset to mr1 plus aah changes (ics-aah-wip) by Ed Heyl · 13 years ago
  83. 9bdede1 am 722846aa: Removing changes not meant for MR1 by Alex Sakhartchouk · 13 years ago
  84. 722846a Removing changes not meant for MR1 by Alex Sakhartchouk · 13 years ago
  85. 840c0ac undo reset to ics-mr1 until we have a better method by Ed Heyl · 13 years ago
  86. 7ae3019 reset to ics-mr1, but keep history by Ed Heyl · 13 years ago
  87. 8fe4727 am 7ef2cf48: (-s ours) Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  88. 7ef2cf4 Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  89. 48ec3fa merge in ics-release history after reset to master by The Android Automerger · 13 years ago
  90. 40bcd66 Change USE_ARM_NEON to !DISABLE_ARCH_ARM_HAVE_NEON. by Shih-wei Liao · 13 years ago
  91. d78601f am bc9eb8fa: Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  92. bc9eb8f Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  93. 6580e09 merge in ics-release history after reset to master by The Android Automerger · 13 years ago
  94. 0c8b44f am 9d9d6bd0: Cherry-pick the useful part of Icf882af (Android.mk) and address earlier comments. by Shih-wei Liao · 13 years ago
  95. 9d9d6bd Cherry-pick the useful part of Icf882af (Android.mk) and address earlier comments. by Shih-wei Liao · 13 years ago
  96. 9fcef08 am 3bb77072: Enhance target architecture selection rules. by Logan Chien · 13 years ago
  97. 3bb7707 Enhance target architecture selection rules. by Logan Chien · 13 years ago
  98. 2594411 merge in ics-release history after reset to master by The Android Automerger · 13 years ago
  99. 587dcfd am 41c91538: Remove unnecessary ARM-check for StopWatch. by Stephen Hines · 13 years ago
  100. 41c9153 Remove unnecessary ARM-check for StopWatch. by Stephen Hines · 13 years ago