1. c462198 Fix race in root marking. by Mathieu Chartier · 12 years ago
  2. a436fde Handle OOMEs in class linker with grace. by Ian Rogers · 12 years ago
  3. 23009dc Add art support for sample profiling from traceview gui. by Jeff Hao · 12 years ago
  4. ee23f85 Merge "Add more runtime options." into dalvik-dev by Mathieu Chartier · 12 years ago
  5. 2775ee4 Add more runtime options. by Mathieu Chartier · 12 years ago
  6. fe9ca40 Compiler filter update by buzbee · 12 years ago
  7. bc93966 Prevent segvs in JNI. by Ian Rogers · 12 years ago
  8. 8718359 Add -XX:+DisableExplicitGC option for Art by Anwar Ghuloum · 12 years ago
  9. 1d1e267 Merge "Refactor java.lang.reflect implementation" into dalvik-dev by Ian Rogers · 12 years ago
  10. 75a43f1 Clean up logcat spam from compiler and verifier by Anwar Ghuloum · 12 years ago
  11. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  12. a024a06 Compilation filter by buzbee · 12 years ago
  13. e0a53e9 Add low memory mode option to ART. by Mathieu Chartier · 12 years ago
  14. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago
  15. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 12 years ago
  16. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  17. 4d4adb1 Prevent verifier from creating unused compilation data. by Sebastien Hertz · 12 years ago
  18. 63a5434 Add option for changing number of GC threads. by Mathieu Chartier · 12 years ago
  19. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 12 years ago
  20. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  21. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/runtime.cc]
  22. 2010a60 Disable -Xjnigreflimit: in art too. by Elliott Hughes · 12 years ago
  23. e53ebbc Merge changes I3b33358e,I7467ee05 into dalvik-dev by Anwar Ghuloum · 12 years ago
  24. 78b3888 am fb67b724: Make art adapt to BOOTCLASSPATH containing dalvik core.jar by Brian Carlstrom · 12 years ago
  25. 7467ee0 Added support for SEA IR. by Dragos Sbirlea · 12 years ago
  26. fb67b72 Make art adapt to BOOTCLASSPATH containing dalvik core.jar by Brian Carlstrom · 12 years ago
  27. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  28. e4c891a am fa42b441: Move to new art dalvikvm by Brian Carlstrom · 12 years ago
  29. fa42b44 Move to new art dalvikvm by Brian Carlstrom · 12 years ago
  30. dd623db Now that abort(3) is fixed, Runtime::Abort() can be simplified. by Elliott Hughes · 12 years ago
  31. 0aba0ba Created compiled stubs in image. by Jeff Hao · 12 years ago
  32. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 12 years ago
  33. 862cedb Merge "Fixing Small_Art Default" into dalvik-dev by Anwar Ghuloum · 12 years ago
  34. b3eb9eb Fixing Small_Art Default by Anwar Ghuloum · 12 years ago
  35. cf9773a Merge "Compile filter for small applications and methods" into dalvik-dev by Anwar Ghuloum · 12 years ago
  36. 8447d84 Compile filter for small applications and methods by Anwar Ghuloum · 12 years ago
  37. 1f3bc2f Fix MIPS jni stub and save gp as part of ref only saves. by Jeff Hao · 12 years ago
  38. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 12 years ago
  39. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 12 years ago
  40. f08e473 Fix abort regression. by Ian Rogers · 12 years ago
  41. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  42. 51a5fb7 Refactoring type verification in Art. by Sameer Abu Asal · 12 years ago
  43. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 12 years ago
  44. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 12 years ago
  45. bd86bcc Tracking rebase to jb-mr1-release by Brian Carlstrom · 12 years ago
  46. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 13 years ago
  47. 4c1c283 Move compiler_llvm to art::llvm. by Ian Rogers · 12 years ago
  48. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  49. 64f574f Implement EnableCollection, DisableCollection, IsCollected, and fix Exit. by Elliott Hughes · 12 years ago
  50. c0fa3ad Improve performance of JNI field operations. by Ian Rogers · 13 years ago
  51. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  52. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 13 years ago
  53. 56edc43 Support for contention logging with ART futexes. by Ian Rogers · 13 years ago
  54. 7331813 Remove now unused RelocateExecutable by Brian Carlstrom · 13 years ago
  55. ef28b14 Remove some SOA from JNI internal. by Ian Rogers · 13 years ago
  56. cfaa455 Turn the thread peer_ into a Object*. by Ian Rogers · 13 years ago
  57. 50ffee2 Introduce -Xint flag for ART. by Ian Rogers · 13 years ago
  58. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 13 years ago
  59. 35883cc Ensure ThreadPool constructor does not return until fully initialized. by Mathieu Chartier · 13 years ago
  60. 664bebf Fix occasional deadlock caused by checkpoint root marking. by Mathieu Chartier · 13 years ago
  61. a0a641c Merge "Parellel mark stack processing" into dalvik-dev by Ian Rogers · 13 years ago
  62. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 13 years ago
  63. 81b8871 Broaden scope of gAborting. Fixes hang in HandleUnexpectedSignal. by Brian Carlstrom · 13 years ago
  64. 2fa6b2e Interpreter. by Ian Rogers · 13 years ago
  65. 858f1c5 Check point root marking. by Mathieu Chartier · 13 years ago
  66. 4eb68ed More MIPS fixes. Fibonacci and ExceptionTest work. by jeffhao · 13 years ago
  67. 9ebae1f Concurrent class linker and intern table root marking by Mathieu Chartier · 13 years ago
  68. fbd2291 Attempt to always dump all threads when aborting. by Ian Rogers · 13 years ago
  69. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 13 years ago
  70. 0051be6 Add parsed options for heap min free, heap max free, target utilization. by Mathieu Chartier · 13 years ago
  71. fa147e2 Numerous fixes to MIPS. Basic oatexec works. by jeffhao · 13 years ago
  72. 2f7f9b6 DumpAllThreads in abort when locks are held. by Ian Rogers · 13 years ago
  73. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 13 years ago
  74. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  75. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 13 years ago
  76. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 13 years ago
  77. 81d425b Pass self to lock methods. by Ian Rogers · 13 years ago
  78. 0703060 Fixes to make jni_compiler_test work on MIPS. by jeffhao · 13 years ago
  79. dbe6f46 Change Thread::peer_ to be a jobject instead of an Object* by Mathieu Chartier · 13 years ago
  80. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  81. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  82. 7fbee07 Preliminary changes to allow mips target to build. by jeffhao · 13 years ago
  83. 1b09b09 Syntax clean up to make clang happy. by Ian Rogers · 13 years ago
  84. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  85. 034f76b Check for null thread groups at initialization by Brian Carlstrom · 13 years ago
  86. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 13 years ago
  87. 206c20d Don't ignore -Xstacktracefile: in debug builds. by Elliott Hughes · 13 years ago
  88. 971bf3f Compile method one-by-one. by Logan Chien · 13 years ago
  89. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  90. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 13 years ago
  91. 069387a Enable / disable CMS runtime options. by Mathieu Chartier · 13 years ago
  92. 6cf2388 Simplify the default stack size handling. by Elliott Hughes · 13 years ago
  93. 0a1038b Make tsan happy. by Elliott Hughes · 13 years ago
  94. a639903 Fix and re-enable CMS by Mathieu Chartier · 13 years ago
  95. 225f5a1 Don't pre-allocate one OOME per thread. by Elliott Hughes · 13 years ago
  96. 7664f5c Fix GC performance regression by Mathieu Chartier · 13 years ago
  97. 9af209c Move simple runtime accessors to header file by Ian Rogers · 13 years ago
  98. 058a6de Switch completely over to libcorkscrew for Mac OS. by Elliott Hughes · 13 years ago
  99. d06a6c7 [DO NOT MERGE] Improve signal catching and native stack dumps. by Elliott Hughes · 13 years ago
  100. e94d9b2 Add dex_lang as common frontend to lir and LLVM. dex_lang + bc2lir = Greenland by Shih-wei Liao · 13 years ago