1. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  2. 9ebae1f Concurrent class linker and intern table root marking by Mathieu Chartier · 12 years ago
  3. 0051be6 Add parsed options for heap min free, heap max free, target utilization. by Mathieu Chartier · 12 years ago
  4. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  5. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  6. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  7. 1b09b09 Syntax clean up to make clang happy. by Ian Rogers · 12 years ago
  8. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  9. 034f76b Check for null thread groups at initialization by Brian Carlstrom · 12 years ago
  10. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 12 years ago
  11. 78a5e15 Add missed check in thread group getters. by Ian Rogers · 12 years ago
  12. 971bf3f Compile method one-by-one. by Logan Chien · 12 years ago
  13. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  14. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  15. 069387a Enable / disable CMS runtime options. by Mathieu Chartier · 12 years ago
  16. 225f5a1 Don't pre-allocate one OOME per thread. by Elliott Hughes · 12 years ago
  17. 7664f5c Fix GC performance regression by Mathieu Chartier · 12 years ago
  18. 9af209c Move simple runtime accessors to header file by Ian Rogers · 12 years ago
  19. 8593fdb Clean up host aborts (and simplify the code). by Elliott Hughes · 12 years ago
  20. 457005c Add signal handlers for host builds to imitate debuggerd. by Elliott Hughes · 12 years ago
  21. c967f78 Include a new heap summary line in the SIGQUIT output. by Elliott Hughes · 12 years ago
  22. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  23. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 12 years ago
  24. 462c944 Fix AttachCurrentThread to use the right thread group. by Elliott Hughes · 12 years ago
  25. b5e8185 Added code to allow method tracing from command line. by jeffhao · 12 years ago
  26. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  27. fb6adba Sharpen virtual calls to final methods. by Ian Rogers · 12 years ago
  28. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 12 years ago
  29. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 12 years ago
  30. f1a5adc Reduce StringPiece usage a bit. by Elliott Hughes · 12 years ago
  31. 223f20f Remove old code to support multiple images by Brian Carlstrom · 12 years ago
  32. d9c67be Start parallelizing dex2oat. by Elliott Hughes · 12 years ago
  33. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  34. 131aef8 Only allow one thread to abort at a time. by Elliott Hughes · 12 years ago
  35. ff17f1f Remove various bits of lint. by Elliott Hughes · 12 years ago
  36. 6b35575 Make pthread_mutex_t destruction safer during shutdown. by Elliott Hughes · 12 years ago
  37. 2692b57 Changed tracer to use an instance to hold state instead of statics. by jeffhao · 13 years ago
  38. 29e7ac7 Moving from libdvm to libart (1 of 5) by Brian Carlstrom · 13 years ago
  39. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  40. 21a5bf2 Detect over-long thread suspends and time out fatally. by Elliott Hughes · 13 years ago
  41. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  42. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 13 years ago
  43. c116070 Added support for -XX:HeapGrowthLimit switch by jeffhao · 13 years ago
  44. d1cc836 Wire up enough of the pieces that we can connect ddms or jdb. by Elliott Hughes · 13 years ago
  45. 94ce37a Implement -Xstacktracefile. by Elliott Hughes · 13 years ago
  46. bb1e8f0 Implement -Xjnigreflimit. by Elliott Hughes · 13 years ago
  47. fc86162 Implement lock contention event logging. by Elliott Hughes · 13 years ago
  48. 47a0d5a Move art content to /data by Brian Carlstrom · 13 years ago
  49. 307f75d Add a C++ equivalent of Android's TimingLogger, and use it for the heap. by Elliott Hughes · 13 years ago
  50. caabb1b Implement Zygote_nativeForkSystemServer by Brian Carlstrom · 13 years ago
  51. c33a32b Sweep the monitor list. by Elliott Hughes · 13 years ago
  52. 9ca7a1f Add -Xzygote to suppress starting the signal catcher thread. by Elliott Hughes · 13 years ago
  53. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  54. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 13 years ago
  55. 1cb0a1d Support for resolving unknown direct/static methods. by Ian Rogers · 13 years ago
  56. ad25ac5 Static and direct resolution stub. by Ian Rogers · 13 years ago
  57. 34f426c Make class roots an image root by Brian Carlstrom · 13 years ago
  58. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  59. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  60. 0a5b14d Add -verbose:startup by Brian Carlstrom · 13 years ago
  61. 2a20cfd Implement java.lang.reflect.Constructor.constructNative. by Elliott Hughes · 13 years ago
  62. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  63. 9d5ccec Implement as much of VMDebug as we can reasonably do right now. by Elliott Hughes · 13 years ago
  64. 038a806 Thread.join, GC daemons, suspend daemons on shutdown, and wait for non-daemon threads to exit. by Elliott Hughes · 13 years ago
  65. f867b6f Filling in some Class, Method, and Field native code needed during startup and I/O by Brian Carlstrom · 13 years ago
  66. 85d1545 Add packing to class Thread. by Elliott Hughes · 13 years ago
  67. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  68. 7ede61e Implement VMRuntime. by Elliott Hughes · 13 years ago
  69. 8daa092 More threads work. by Elliott Hughes · 13 years ago
  70. be759c6 Add a heap HWM to the Thread*, for compiled code. by Elliott Hughes · 13 years ago
  71. 5fe594f A bit further along the track of multiple threads. by Elliott Hughes · 13 years ago
  72. dcc2474 A little bit more of the threads implementation. by Elliott Hughes · 13 years ago
  73. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  74. d92bec4 More SIGQUIT handling, various Thread fixes. by Elliott Hughes · 13 years ago
  75. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  76. a095764 Add back the dalvik-style JNI logging and tracing. by Elliott Hughes · 13 years ago
  77. 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
  78. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  79. bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 13 years ago
  80. ad7c2a3 Add infrastructure for registering built-in native methods. by Elliott Hughes · 13 years ago
  81. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  82. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  83. e27955c Add the signal catcher (for SIGQUIT and SIGUSR1). by Elliott Hughes · 13 years ago
  84. c1674ed Make valgrind happier and stop us leaking so much we can can't run the tests on a device. by Elliott Hughes · 13 years ago
  85. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 13 years ago
  86. 7577075 Finish off the new JNI implementation. by Elliott Hughes · 13 years ago
  87. c5f7c91 Switch to indirect references rather than direct pointers. by Elliott Hughes · 13 years ago
  88. 44753c3 Add unordered_set by Brian Carlstrom · 13 years ago
  89. b765be0 Alloc stack using MemMap and -Xss by Brian Carlstrom · 13 years ago
  90. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  91. 0af5543 Code for loading shared libraries and calling JNI_OnLoad. by Elliott Hughes · 13 years ago
  92. 515a5bc Add the -Xcheck:jni option. by Elliott Hughes · 13 years ago
  93. 6ea095a Parse required options by Brian Carlstrom · 13 years ago
  94. 8a43659 Work on option parsing as prelude to image loading by Brian Carlstrom · 13 years ago
  95. f2682d5 Fix the invocation interface. by Elliott Hughes · 13 years ago
  96. 40ef99e Start implementing JNI. by Elliott Hughes · 13 years ago
  97. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago
  98. fc322c7 Initialize the bootstrap class path from standard sources. by Carl Shapiro · 13 years ago
  99. 2ed144c Preliminary implementation of the JNI invocation interface. by Carl Shapiro · 13 years ago
  100. 7a90959 Make the RuntimeTest use Runtime instances instead of its constituents. by Carl Shapiro · 13 years ago