1. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  2. 055d46c Add missing SIRT to LoadNativeLibrary. by Mathieu Chartier · 11 years ago
  3. 6c2270b Fix GC options to make the setting available by lzang1 · 12 years ago
  4. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 12 years ago
  5. 938a03b Fix heap verification and add runtime options. by Mathieu Chartier · 12 years ago
  6. 0f875ef Revert accidental default collector type change. by Mathieu Chartier · 12 years ago
  7. 6f4ffe4 Improve the generational mode. by Hiroshi Yamauchi · 12 years ago
  8. e6da9af Background compaction support. by Mathieu Chartier · 12 years ago
  9. 0aded08 Add sampling profiler by Dave Allison · 12 years ago
  10. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 12 years ago
  11. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 12 years ago
  12. c528dba Enable moving classes. by Mathieu Chartier · 12 years ago
  13. 501668a Fix a rosalloc check failure in a test. by Hiroshi Yamauchi · 12 years ago
  14. 0de9f73 Add -xGc: MS, CMS, SS options to specify which GC to use. by Mathieu Chartier · 12 years ago
  15. 2e899a9 Fix a crash with -XX:DumpGCPerformanceOnShutdown. by Hiroshi Yamauchi · 12 years ago
  16. ff3b24a Add developer option for dumping GC cumulative timings on shutdown. by Mathieu Chartier · 12 years ago
  17. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 12 years ago
  18. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  19. fa82427 Fix oatdump and valgrind. by Ian Rogers · 12 years ago
  20. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 12 years ago
  21. 1eb512d Fast JNI support. by Ian Rogers · 12 years ago
  22. 775c496 resolved conflicts for merge of b926b3c6 to dalvik-dev by Brian Carlstrom · 12 years ago
  23. ce88853 Have JNI FindClass fall back to system ClassLoader Bug: 10994325 by Brian Carlstrom · 12 years ago
  24. 9f69b62 Merge "Fix an Art debug build boot failure." into dalvik-dev by Hiroshi Yamauchi · 12 years ago
  25. 253ea07 Fix an Art debug build boot failure. by Hiroshi Yamauchi · 12 years ago
  26. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 12 years ago
  27. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 12 years ago
  28. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 12 years ago
  29. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 12 years ago
  30. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 12 years ago
  31. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 12 years ago
  32. dab23d0 am 5b0daf5c: am ff6cff9e: am ab482f5e: Merge "Allow traversal into /storage paths." into klp-dev by Jeff Sharkey · 12 years ago
  33. ab482f5 Merge "Allow traversal into /storage paths." into klp-dev by Jeff Sharkey · 12 years ago
  34. 8c7ec8c Merge "Refactor system weak sweeping, add support for modification." into dalvik-dev by Mathieu Chartier · 12 years ago
  35. 52cd1e8 Allow traversal into /storage paths. by Jeff Sharkey · 12 years ago
  36. 6aa3df9 Refactor system weak sweeping, add support for modification. by Mathieu Chartier · 12 years ago
  37. b307052 resolved conflicts for merge of 613eae4a to dalvik-dev by Mathieu Chartier · 12 years ago
  38. c462198 Fix race in root marking. by Mathieu Chartier · 12 years ago
  39. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 12 years ago
  40. a436fde Handle OOMEs in class linker with grace. by Ian Rogers · 12 years ago
  41. 23009dc Add art support for sample profiling from traceview gui. by Jeff Hao · 12 years ago
  42. ee23f85 Merge "Add more runtime options." into dalvik-dev by Mathieu Chartier · 12 years ago
  43. 2775ee4 Add more runtime options. by Mathieu Chartier · 12 years ago
  44. fe9ca40 Compiler filter update by buzbee · 12 years ago
  45. bc93966 Prevent segvs in JNI. by Ian Rogers · 12 years ago
  46. 8718359 Add -XX:+DisableExplicitGC option for Art by Anwar Ghuloum · 12 years ago
  47. 1d1e267 Merge "Refactor java.lang.reflect implementation" into dalvik-dev by Ian Rogers · 12 years ago
  48. 75a43f1 Clean up logcat spam from compiler and verifier by Anwar Ghuloum · 12 years ago
  49. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  50. a024a06 Compilation filter by buzbee · 12 years ago
  51. e0a53e9 Add low memory mode option to ART. by Mathieu Chartier · 12 years ago
  52. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago
  53. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 12 years ago
  54. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  55. 4d4adb1 Prevent verifier from creating unused compilation data. by Sebastien Hertz · 12 years ago
  56. 63a5434 Add option for changing number of GC threads. by Mathieu Chartier · 12 years ago
  57. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 12 years ago
  58. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  59. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/runtime.cc]
  60. 2010a60 Disable -Xjnigreflimit: in art too. by Elliott Hughes · 12 years ago
  61. e53ebbc Merge changes I3b33358e,I7467ee05 into dalvik-dev by Anwar Ghuloum · 12 years ago
  62. 78b3888 am fb67b724: Make art adapt to BOOTCLASSPATH containing dalvik core.jar by Brian Carlstrom · 12 years ago
  63. 7467ee0 Added support for SEA IR. by Dragos Sbirlea · 12 years ago
  64. fb67b72 Make art adapt to BOOTCLASSPATH containing dalvik core.jar by Brian Carlstrom · 12 years ago
  65. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  66. e4c891a am fa42b441: Move to new art dalvikvm by Brian Carlstrom · 12 years ago
  67. fa42b44 Move to new art dalvikvm by Brian Carlstrom · 12 years ago
  68. dd623db Now that abort(3) is fixed, Runtime::Abort() can be simplified. by Elliott Hughes · 12 years ago
  69. 0aba0ba Created compiled stubs in image. by Jeff Hao · 12 years ago
  70. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 12 years ago
  71. 862cedb Merge "Fixing Small_Art Default" into dalvik-dev by Anwar Ghuloum · 12 years ago
  72. b3eb9eb Fixing Small_Art Default by Anwar Ghuloum · 12 years ago
  73. cf9773a Merge "Compile filter for small applications and methods" into dalvik-dev by Anwar Ghuloum · 12 years ago
  74. 8447d84 Compile filter for small applications and methods by Anwar Ghuloum · 12 years ago
  75. 1f3bc2f Fix MIPS jni stub and save gp as part of ref only saves. by Jeff Hao · 12 years ago
  76. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 12 years ago
  77. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 12 years ago
  78. f08e473 Fix abort regression. by Ian Rogers · 12 years ago
  79. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  80. 51a5fb7 Refactoring type verification in Art. by Sameer Abu Asal · 12 years ago
  81. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 12 years ago
  82. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 12 years ago
  83. bd86bcc Tracking rebase to jb-mr1-release by Brian Carlstrom · 12 years ago
  84. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 13 years ago
  85. 4c1c283 Move compiler_llvm to art::llvm. by Ian Rogers · 12 years ago
  86. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  87. 64f574f Implement EnableCollection, DisableCollection, IsCollected, and fix Exit. by Elliott Hughes · 12 years ago
  88. c0fa3ad Improve performance of JNI field operations. by Ian Rogers · 12 years ago
  89. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  90. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 13 years ago
  91. 56edc43 Support for contention logging with ART futexes. by Ian Rogers · 13 years ago
  92. 7331813 Remove now unused RelocateExecutable by Brian Carlstrom · 13 years ago
  93. ef28b14 Remove some SOA from JNI internal. by Ian Rogers · 13 years ago
  94. cfaa455 Turn the thread peer_ into a Object*. by Ian Rogers · 13 years ago
  95. 50ffee2 Introduce -Xint flag for ART. by Ian Rogers · 13 years ago
  96. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 13 years ago
  97. 35883cc Ensure ThreadPool constructor does not return until fully initialized. by Mathieu Chartier · 13 years ago
  98. 664bebf Fix occasional deadlock caused by checkpoint root marking. by Mathieu Chartier · 13 years ago
  99. a0a641c Merge "Parellel mark stack processing" into dalvik-dev by Ian Rogers · 13 years ago
  100. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 13 years ago