1. e8e42f3 Merge "JDWP: allocate DebugInvokeReq only when requested" by Sebastien Hertz · 10 years ago
  2. 9b34b24 Trim arenas for JIT by Mathieu Chartier · 10 years ago
  3. ee07703 Use the current Java stack instead of the ThrowLocation. by Nicolas Geoffray · 10 years ago
  4. 1558b57 JDWP: allocate DebugInvokeReq only when requested by Sebastien Hertz · 10 years ago
  5. 5c9d8f0 Merge "Compute the right catch location for the debugger." by Nicolas Geoffray · 10 years ago
  6. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  7. 5599377 Merge "ART: Allow arraycopy with int[] in unstarted runtime" by Andreas Gampe · 10 years ago
  8. e2be653 ART: Allow arraycopy with int[] in unstarted runtime by Andreas Gampe · 10 years ago
  9. dfe3083 Only allocate collectors if we may use them by Mathieu Chartier · 10 years ago
  10. 41b15f9 Merge "Initial support for quick compiler on MIPS64r6." by Andreas Gampe · 10 years ago
  11. 6ea651f Initial support for quick compiler on MIPS64r6. by Maja Gagic · 10 years ago
  12. 15f345c Fix failing hprof DCHECK by Mathieu Chartier · 10 years ago
  13. ff38c04 Fix byte and char Get32 by Mathieu Chartier · 10 years ago
  14. b341b70 Merge "Extend compiler/optimizing/stack_map_test.cc." by Roland Levillain · 10 years ago
  15. 1972a8e Rename -Xjit / -Xnojit options to -Xusejit:<boolean> by Mathieu Chartier · 10 years ago
  16. 184c9dc Fix some incorrect IsCompiler instead of IsAotCompiler by Mathieu Chartier · 10 years ago
  17. 12baf47 Extend compiler/optimizing/stack_map_test.cc. by Roland Levillain · 10 years ago
  18. 51867b3 Merge "ART: Report zip opening error" by Andreas Gampe · 10 years ago
  19. 0b3ed3d ART: Report zip opening error by Andreas Gampe · 10 years ago
  20. dbba41d Merge "Include what we use." by Dan Albert · 10 years ago
  21. 627f917 Include what we use. by Dan Albert · 10 years ago
  22. c670efd Merge "ART: Add debuggable compiler flag" by Andreas Gampe · 10 years ago
  23. 029113f Merge "ART: Fix missing handles" by Andreas Gampe · 10 years ago
  24. 7b2f09e ART: Add debuggable compiler flag by Andreas Gampe · 10 years ago
  25. 729699d ART: Fix missing handles by Andreas Gampe · 10 years ago
  26. 3d7d2af Merge "Change how we report exceptions to the debugger." by Nicolas Geoffray · 10 years ago
  27. c57ad20 Switch from memalign to posix_memalign for Mac build by Brian Carlstrom · 10 years ago
  28. ff3ef43 Merge "Reserve bits in the lock word for read barriers." by Hiroshi Yamauchi · 10 years ago
  29. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  30. 91e5669 Wait for threads to finish unregistering by Mathieu Chartier · 10 years ago
  31. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 10 years ago
  32. 126d659 Fix generic JNI stubs to not discard the Java native frame. by Nicolas Geoffray · 10 years ago
  33. 775f1d4 Merge "Follow-up 128393" by Sebastien Hertz · 10 years ago
  34. bd9cf9f Follow-up 128393 by Sebastien Hertz · 10 years ago
  35. 9729e52 Revert GetThisObject change. by Nicolas Geoffray · 10 years ago
  36. 7cde48c Stack support for Optimizing compiler by Sebastien Hertz · 10 years ago
  37. 1d8587f Merge "Fix AddCurrentRuntimeFeaturesAsDex2OatArguments jit handling" by Mathieu Chartier · 10 years ago
  38. 9924fd8 Merge "ART: Move DexFile vector to Java array" by Andreas Gampe · 10 years ago
  39. 0b25c71 Merge "Add support for .bss section in oat files." by Vladimir Marko · 10 years ago
  40. deebb99 Fix AddCurrentRuntimeFeaturesAsDex2OatArguments jit handling by Mathieu Chartier · 10 years ago
  41. 02f28fd Merge "ART: Allow more operations in unstarted Runtime" by Andreas Gampe · 10 years ago
  42. f0e128a ART: Allow more operations in unstarted Runtime by Andreas Gampe · 10 years ago
  43. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  44. 3ccd4cf Merge "Opt Compiler: ARM64: Enable explicit memory barriers over acquire/release" by Nicolas Geoffray · 10 years ago
  45. 3d96f56 Merge "ART: Fix off-by-two whitespace" by Andreas Gampe · 10 years ago
  46. 4ab52e7 Merge "Don't require three-character extensions for dex locations." by Richard Uhler · 10 years ago
  47. 579885a Opt Compiler: ARM64: Enable explicit memory barriers over acquire/release by Serban Constantinescu · 10 years ago
  48. 4f0be4d ART: Fix off-by-two whitespace by Andreas Gampe · 10 years ago
  49. 00a1f5b Revert "Revert "Re-enable one thread dumping the native stack of another."" by Andreas Gampe · 10 years ago
  50. 0a575f2 Merge "Change card cache mod-union table to use bitmaps" by Mathieu Chartier · 10 years ago
  51. 4858a93 Change card cache mod-union table to use bitmaps by Mathieu Chartier · 10 years ago
  52. e4d9987 Add standard gc log for transition collections. by Hiroshi Yamauchi · 10 years ago
  53. 965fd02 Don't require three-character extensions for dex locations. by Richard Uhler · 10 years ago
  54. ff9b747 Merge "JDWP: fix thread state on event suspension" by Sebastien Hertz · 10 years ago
  55. 3e78162 Fix method_verifier_test with the SS collector. by Hiroshi Yamauchi · 10 years ago
  56. 4f9bbe2 Merge "Fix JIT for vmdebug test 99" by Mathieu Chartier · 10 years ago
  57. 2d873b6 [MIPS] Fix mips32 trampoline problem. by Nikola Veljkovic · 10 years ago
  58. c0d5f89 Fix JIT for vmdebug test 99 by Mathieu Chartier · 10 years ago
  59. 32f500d ART: oatdump enhancements by Anestis Bechtsoudis · 10 years ago
  60. 01b7c43 Merge "ART: Print maps directly to log" by Andreas Gampe · 10 years ago
  61. 813b960 JDWP: fix thread state on event suspension by Sebastien Hertz · 10 years ago
  62. a6dfdae ART: Print maps directly to log by Andreas Gampe · 10 years ago
  63. 324b9bb ART: Move DexFile vector to Java array by Andreas Gampe · 10 years ago
  64. 42f8c1c Merge "ART: Fix "unused parameters"" by Andreas Gampe · 10 years ago
  65. c801f0d ART: Fix "unused parameters" by Andreas Gampe · 10 years ago
  66. 9db831a Print thread name for attempting to unregister unattached thread by Mathieu Chartier · 10 years ago
  67. 510be43 Merge "Revert "Revert "Add JIT""" by Mathieu Chartier · 10 years ago
  68. 7c3952f ART: Add -Wunused by Andreas Gampe · 10 years ago
  69. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  70. e4266c5 JDWP: assert no pending exception when using JNI by Sebastien Hertz · 10 years ago
  71. 893bee6 Merge "JDWP: update thread synchronization" by Sebastien Hertz · 10 years ago
  72. f548c54 Merge "Revert "Add JIT"" by Nicolas Geoffray · 10 years ago
  73. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  74. 4fa1a27 Merge "Add JIT" by Mathieu Chartier · 10 years ago
  75. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  76. 39ce228 Merge "Only detach shutdown thread if we attached it" by Mathieu Chartier · 10 years ago
  77. 05d1461 Only detach shutdown thread if we attached it by Mathieu Chartier · 10 years ago
  78. 24e04aa ART: Allow the execution to stop if the compilation fails via an option by Jean Christophe Beyler · 10 years ago
  79. 38fee8e Merge "Avoid unaligned accesses (SIGBUG/BUS_ADRALN) in IRT." by Hiroshi Yamauchi · 10 years ago
  80. 9e47bfa Avoid unaligned accesses (SIGBUG/BUS_ADRALN) in IRT. by Hiroshi Yamauchi · 10 years ago
  81. 96ac49a Merge "ART: Introduce NO_RETURN, Mark DoLongJump noreturn" by Andreas Gampe · 10 years ago
  82. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 10 years ago
  83. 5a2be3f Implement a simple count based boot marker. by Narayan Kamath · 10 years ago
  84. a53cfc8 Merge "Make UseTLAB a bool flag." by Hiroshi Yamauchi · 10 years ago
  85. f360ad0 Make UseTLAB a bool flag. by Hiroshi Yamauchi · 10 years ago
  86. 146a13d Merge "ART: Fix RosAlloc Valgrind code" by Andreas Gampe · 10 years ago
  87. a5a3f03 Merge "Revert "Do GC for alloc for unstarted runtimes"" by Mathieu Chartier · 10 years ago
  88. ac19516 Revert "Do GC for alloc for unstarted runtimes" by Mathieu Chartier · 10 years ago
  89. fef16ad ART: Fix RosAlloc Valgrind code by Andreas Gampe · 10 years ago
  90. 4fe292e Merge "Reference type propagation" by Calin Juravle · 10 years ago
  91. 76f82fc Merge "Display optimizing compiler's CodeInfo objects in oatdump." by Roland Levillain · 10 years ago
  92. def194e ART: Do not read from JavaVMExt* after DestroyJavaVM by Andreas Gampe · 10 years ago
  93. 42ad490 Merge "Do GC for alloc for unstarted runtimes" by Mathieu Chartier · 10 years ago
  94. 6c8b49f ART: Check image size when opening by Andreas Gampe · 10 years ago
  95. c0a7e2b Do GC for alloc for unstarted runtimes by Mathieu Chartier · 10 years ago
  96. 6aa7fe6 Merge "Replace a few std::vector with ArenaVector in Mir2Lir." by Vladimir Marko · 10 years ago
  97. 1de0f5c ART: Make error messages for StackOverflow WARNINGs by Andreas Gampe · 10 years ago
  98. 3f43b5f Merge "ART: Ensure order of field gaps" by Andreas Gampe · 10 years ago
  99. f52857f ART: Ensure order of field gaps by Andreas Gampe · 10 years ago
  100. 80b96d1 Replace a few std::vector with ArenaVector in Mir2Lir. by Vladimir Marko · 10 years ago