1. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 10 years ago
  2. 02f0771 Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"" by Igor Murashkin · 10 years ago
  3. 90ef3db Address some comments and clean up by Mathieu Chartier · 10 years ago
  4. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago
  5. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 10 years ago
  6. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 10 years ago
  7. 3152c82 Bugfix: Java char is 16 bits, can not be treated as boolean. by Fredrik Roubert · 10 years ago
  8. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  9. 1123794 Merge "Change intern table to not use WaitHoldingLocks" by Mathieu Chartier · 10 years ago
  10. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 10 years ago
  11. c952ac9 ART: Fix System.arraycopy by Andreas Gampe · 10 years ago
  12. f182085 Add VMDebug.countInstancesOfClasses by Mathieu Chartier · 10 years ago
  13. 05b7226 Fix some java_lang_Class related moving GC bugs by Mathieu Chartier · 10 years ago
  14. 28c25d2 Merge "Let classloader provide correct LD_LIBRARY_PATH" by Dmitriy Ivanov · 10 years ago
  15. 281e500 Fix compaction bug in Class_getDeclaredMethodsUnchecked by Mathieu Chartier · 10 years ago
  16. 906846f Let classloader provide correct LD_LIBRARY_PATH by Dmitriy Ivanov · 10 years ago
  17. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 10 years ago
  18. 7323582 Merge "Revert "Revert "Modification to the way boot classpath resources are loaded""" by Neil Fuller · 10 years ago
  19. ef48605 Revert "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 10 years ago
  20. 91b01c5 Merge "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 10 years ago
  21. 1e27c5b Revert "Modification to the way boot classpath resources are loaded" by Neil Fuller · 10 years ago
  22. 9731395 Merge "Modification to the way boot classpath resources are loaded" by Neil Fuller · 10 years ago
  23. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  24. 8363c77 Add --generate-debug-info flag and remove the other two flags. by David Srbecky · 10 years ago
  25. 15efde2 Reset libc targetSdkVersion by Dmitriy Ivanov · 10 years ago
  26. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  27. 0e08b76 Modification to the way boot classpath resources are loaded by Neil Fuller · 10 years ago
  28. 4e06778 Also print class for NoSuchFieldException by Mathieu Chartier · 10 years ago
  29. b43390c Hold heap bitmap lock in Heap::GetObjectsAllocated by Mathieu Chartier · 10 years ago
  30. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 10 years ago
  31. 0ae9899 Request full/partial GC type from VMRuntime.requestConcurrentGC(). by Hiroshi Yamauchi · 10 years ago
  32. 2d2f2a9 Fix constructor access check through reflection by Sebastien Hertz · 10 years ago
  33. 69bdcb2 Fix java_lang_Class newInstance for strings; also quick entrypoints. by Jeff Hao · 10 years ago
  34. f0a3d3d Merge "ART: Fix constructor access checking" by Andreas Gampe · 10 years ago
  35. 8208bdd ART: Fix constructor access checking by Andreas Gampe · 10 years ago
  36. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 12 years ago
  37. e34a42c ART: Fix Trace types, check minimum buf size by Andreas Gampe · 10 years ago
  38. 0cd91f0 Merge "Move Class.newInstance to native" by Mathieu Chartier · 10 years ago
  39. f36cb5f Move Class.newInstance to native by Mathieu Chartier · 10 years ago
  40. 00bb878 ART: Add GENERATE_CFI to the ZygoteHooks debug flags by Andreas Gampe · 10 years ago
  41. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  42. 5988547 Class.forName(..., ..., null) fixes by Brian Carlstrom · 10 years ago
  43. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 10 years ago
  44. 40da286 ART: Streaming trace mode by Andreas Gampe · 10 years ago
  45. 0cbb4a8 Merge "ART: Make the PathClassLoader fast-path recursive" by Andreas Gampe · 10 years ago
  46. f865ea9 ART: Make the PathClassLoader fast-path recursive by Andreas Gampe · 10 years ago
  47. 1e6c489 Merge "getRuntimeStat() support (ART)." by Hiroshi Yamauchi · 10 years ago
  48. d3ed9a3 Fix DCHECK failures from Class::VisitFieldRoots by Mathieu Chartier · 10 years ago
  49. a1c9f01 getRuntimeStat() support (ART). by Hiroshi Yamauchi · 10 years ago
  50. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  51. e598e04 ART: Add Array.createObjectArray to unstarted runtime by Andreas Gampe · 10 years ago
  52. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  53. 1e7e85a Merge "Avoid using dex cache array pointers in libart." by Vladimir Marko · 10 years ago
  54. c136312 Avoid using dex cache array pointers in libart. by Vladimir Marko · 10 years ago
  55. a528e85 Merge "Rename isDexOptNeededInternal and add kSelfPatchOatNeeded" by Richard Uhler · 10 years ago
  56. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  57. 02d2f29 Fix the read barrier builds. by Hiroshi Yamauchi · 10 years ago
  58. 95abd04 Rename isDexOptNeededInternal and add kSelfPatchOatNeeded by Richard Uhler · 10 years ago
  59. a3d40d5 Merge "Fix some reflection errors" by Mathieu Chartier · 10 years ago
  60. ca239af Fix some reflection errors by Mathieu Chartier · 10 years ago
  61. af38d89 Merge "ART: Use enums in Trace" by Andreas Gampe · 10 years ago
  62. 7e7e0f4 ART: Use enums in Trace by Andreas Gampe · 10 years ago
  63. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  64. 785049f Add paths to apk!lib/<abi> to LD_LIBRARY_PATH by Dmitriy Ivanov · 11 years ago
  65. 455f67c Fix JIT options with late init by Mathieu Chartier · 10 years ago
  66. 6eff38d Add JIT zygote hook by Mathieu Chartier · 10 years ago
  67. 2af72de Merge "Remove ThrowLocation." by Nicolas Geoffray · 10 years ago
  68. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  69. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 11 years ago
  70. 324b9bb ART: Move DexFile vector to Java array by Andreas Gampe · 10 years ago
  71. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 10 years ago
  72. e4301ff ART: Make run-tests more verbose by Andreas Gampe · 10 years ago
  73. 0c8c303 Clean up the locks around Heap::VisitObjects(). by Hiroshi Yamauchi · 11 years ago
  74. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 11 years ago
  75. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 11 years ago
  76. 1de5324 Merge "Clean up some #ifdefs." by Elliott Hughes · 11 years ago
  77. 0a18df8 Clean up some #ifdefs. by Elliott Hughes · 11 years ago
  78. 379d09f Add clamp growth limit by Mathieu Chartier · 11 years ago
  79. 9851595 Mute common case DexFile.isDexOptNeeded log spam by Brian Carlstrom · 11 years ago
  80. 094368a Merge "ART: Use interpret-only for vmSafeMode" by Andreas Gampe · 11 years ago
  81. d2abbc9 ART: Use interpret-only for vmSafeMode by Andreas Gampe · 11 years ago
  82. a5eae69 Add heap task processor by Mathieu Chartier · 11 years ago
  83. 079101a Move GC daemon locking logic into heap by Mathieu Chartier · 11 years ago
  84. 08f1f50 Remove FieldHelper. by Ian Rogers · 11 years ago
  85. 9f612ff ART: Fix unused variables and functions by Andreas Gampe · 11 years ago
  86. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 11 years ago
  87. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 11 years ago
  88. e7c9a8c Add hash map, reduce excessive hashing by Mathieu Chartier · 11 years ago
  89. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  90. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  91. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 11 years ago
  92. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 11 years ago
  93. c7dd295 Tidy up logging. by Ian Rogers · 11 years ago
  94. 667ab7c Some additional verbose logging for DexFile_defineClassNative by Brian Carlstrom · 11 years ago
  95. 7223d44 Switch to C++11 style [[noreturn]]. by Ian Rogers · 11 years ago
  96. 647b1a8 Fix 2 new sets of clang compiler warnings. by Ian Rogers · 11 years ago
  97. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 11 years ago
  98. 1373595 stdint types all the way! by Ian Rogers · 11 years ago
  99. 31d8f52 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 11 years ago
  100. c0d8229 ART: Better IllegalAccessException message by Andreas Gampe · 11 years ago