1. 8e157dc Merge "Move most zygote related code to frameworks/base." by Narayan Kamath · 10 years ago
  2. 8b2c8b9 Move most zygote related code to frameworks/base. by Narayan Kamath · 10 years ago
  3. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  4. d5307ec An empty collector skeleton for a read barrier-based collector. by Hiroshi Yamauchi · 10 years ago
  5. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 10 years ago
  6. 38e68e9 Use the card table to speed up the GSS collector. by Hiroshi Yamauchi · 10 years ago
  7. 737d7c3 Fix path for arch/mips/fault_handler_mips.cc by Brian Carlstrom · 10 years ago
  8. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 10 years ago
  9. 0d64958 Merge "Refactor immune region logic into its own file." by Mathieu Chartier · 10 years ago
  10. 8d56210 Refactor immune region logic into its own file. by Mathieu Chartier · 10 years ago
  11. e3e0260 Move inline method detection to runtime. by Vladimir Marko · 10 years ago
  12. 9719cd2 Support WITHOUT_CLANG builds by Brian Carlstrom · 10 years ago
  13. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  14. ed8dd49 AArch64: Add ARM64 Assembler by Serban Constantinescu · 10 years ago
  15. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 10 years ago
  16. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 10 years ago
  17. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  18. 659d87d art: Fix build errors for x86_64 target by Dmitry Petrochenko · 10 years ago
  19. c4a2ee4 Merge "art: convert makefiles to support multilib build" by Colin Cross · 10 years ago
  20. dc781a1 art: convert makefiles to support multilib build by Colin Cross · 11 years ago
  21. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  22. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  23. 3b878f9 [MIPS64] Temporary placeholder build, to allow other projects to build by Duane Sand · 11 years ago
  24. 9aeeeac Merge "Add zygote space as its own space type." by Mathieu Chartier · 11 years ago
  25. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  26. 43b2e0f Fix multi-line hex dumping and add unit test. by Ian Rogers · 11 years ago
  27. 81de680 art: rename aarch64 target to arm64 by Colin Cross · 11 years ago
  28. 4e3b284 Update ElfWriterMclinker for klp by Brian Carlstrom · 11 years ago
  29. 00e7f2e Merge "AArch64: Temporary workaround to build art" by Elliott Hughes · 11 years ago
  30. 6f4ffe4 Improve the generational mode. by Hiroshi Yamauchi · 11 years ago
  31. d45a1f5 Avoid instrumentation stack corruption. by Sebastien Hertz · 11 years ago
  32. 0aded08 Add sampling profiler by Dave Allison · 11 years ago
  33. 8c1d1ac AArch64: Temporary workaround to build art by Ashok Bhat · 11 years ago
  34. 9b14e04 Merge "x86_64: Updating makefile to avoid early fail of other projects build" by Brian Carlstrom · 11 years ago
  35. 9e0668f Add dependency on libutils for libziparchive by Narayan Kamath · 11 years ago
  36. 92572be Use libziparchive for art zip processing. by Narayan Kamath · 11 years ago
  37. 2ef411b x86_64: Updating makefile to avoid early fail of other projects build by Pavel Chupin · 11 years ago
  38. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  39. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  40. 39e3261 Refactor reference queues. by Mathieu Chartier · 11 years ago
  41. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  42. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  43. 6b98c91 am 7b5f0cf0: Use libbacktrace instead of libcorkscrew. by Christopher Ferris · 11 years ago
  44. 7b5f0cf Use libbacktrace instead of libcorkscrew. by Christopher Ferris · 11 years ago
  45. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 11 years ago
  46. 8f8389e am 59fe2a68: Add -Wl,--no-fatal-warnings to x86 build by Nick Kralevich · 11 years ago
  47. 59fe2a6 Add -Wl,--no-fatal-warnings to x86 build by Nick Kralevich · 11 years ago
  48. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  49. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  50. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  51. 7095c65 Merge "Add an interpreter using computed goto table." into dalvik-dev by Sebastien Hertz · 11 years ago
  52. 8ece050 Add an interpreter using computed goto table. by Sebastien Hertz · 11 years ago
  53. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 11 years ago
  54. 193bad9 Multi threaded hashed deduplication during compilation. by Mathieu Chartier · 11 years ago
  55. 0e480ca Move output_stream files out of runtime. by Ian Rogers · 11 years ago
  56. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  57. 08bf196 Work on SMALL_ART and PORTABLE working at the same time. by Dragos Sbirlea · 11 years ago
  58. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  59. f133479 am 025218c7: Clean up stlport usage. by Elliott Hughes · 11 years ago
  60. 025218c Clean up stlport usage. by Elliott Hughes · 11 years ago
  61. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  62. c95d6b1 Merge "Move vector output stream to compiler." into dalvik-dev by Ian Rogers · 11 years ago
  63. b07b8b7 Move vector output stream to compiler. by Ian Rogers · 11 years ago
  64. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago
  65. 0a9dc05 GC data structures allocation tracking by Mathieu Chartier · 11 years ago
  66. 8a7bc17 am 55c0ac85: Merge "Enable darwin target build for art." by Brian Carlstrom · 11 years ago
  67. 19e776c Enable darwin target build for art. by Brian Carlstrom · 11 years ago
  68. 0e260a3 Added code generation framework. by Dragos Sbirlea · 11 years ago
  69. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago