1. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 9 years ago
  2. 4585f87 ART: Some runtime cleanup by Andreas Gampe · 9 years ago
  3. e488566 ART: Use instrumented Alloc in Class-Linker by Andreas Gampe · 9 years ago
  4. 86787d0 Merge "ART: PathClassLoader for compiler" by Andreas Gampe · 9 years ago
  5. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 9 years ago
  6. abbabc8 JDWP: more checking for StackFrame commands by Sebastien Hertz · 9 years ago
  7. d0056ce Merge "Include pid in trace metadata" by John Reck · 9 years ago
  8. 0624a27 Include pid in trace metadata by John Reck · 9 years ago
  9. f646810 ART: Fix IsInt when N==32, add tests by David Brazdil · 9 years ago
  10. 0391006 Merge "ART: Change RETURN_OBJECT verification for arrays" by Andreas Gampe · 9 years ago
  11. 16f149c ART: Change RETURN_OBJECT verification for arrays by Andreas Gampe · 9 years ago
  12. d856545 Fix ClassLinker::MayBeCalledWithDirectCodePointer for JIT by Mathieu Chartier · 9 years ago
  13. cac5152 Merge "ART: Define IsInt when N==kBitsPerIntPtrT" by David Brazdil · 9 years ago
  14. 74fc513 ART: Define IsInt when N==kBitsPerIntPtrT by David Brazdil · 9 years ago
  15. aa23b16 Merge "Store odex files in oat/<isa>/ directory." by Richard Uhler · 9 years ago
  16. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 9 years ago
  17. 6343411 Store odex files in oat/<isa>/ directory. by Richard Uhler · 9 years ago
  18. 3679a47 Merge "Support relative encoded dex locations in oat files." by Richard Uhler · 9 years ago
  19. 139cec0 Merge "Share dex register maps between stack maps when possible." by Calin Juravle · 9 years ago
  20. 6ae7096 Share dex register maps between stack maps when possible. by Calin Juravle · 9 years ago
  21. b2bd1c5 ART: Formatting and comments in BooleanSimplifier by David Brazdil · 9 years ago
  22. e16dad1 Emit 4 byte UTF-sequences in place of encoded surrogate pairs. by Narayan Kamath · 9 years ago
  23. e5fed03 Support relative encoded dex locations in oat files. by Richard Uhler · 9 years ago
  24. b64b782 Merge "ART: Boolean simplifier" by David Brazdil · 9 years ago
  25. 46e2a39 ART: Boolean simplifier by David Brazdil · 9 years ago
  26. da4d79b Unify ART's various implementations of bit_cast. by Roland Levillain · 9 years ago
  27. eb07669 JDWP: Optimized single step during debugging by Daniel Mihalyi · 10 years ago
  28. bce0855 Merge "Revert "Deoptimization-based bce."" by Andreas Gampe · 9 years ago
  29. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 9 years ago
  30. 27a40aa Merge "Deoptimization-based bce." by Mingyao Yang · 9 years ago
  31. e295e6e Deoptimization-based bce. by Mingyao Yang · 9 years ago
  32. 5305672 RTLD_LAZY is not supported, use RTLD_NOW instead. by Dmitriy Ivanov · 9 years ago
  33. bce416f Add code cache test by Mathieu Chartier · 9 years ago
  34. fc06816 Merge "Add paths to apk!lib/<abi> to LD_LIBRARY_PATH" by Dmitriy Ivanov · 9 years ago
  35. 785049f Add paths to apk!lib/<abi> to LD_LIBRARY_PATH by Dmitriy Ivanov · 10 years ago
  36. 935e01a Fix interpreter to allow 0 size sparse switches. by Jeff Hao · 9 years ago
  37. 7aa81a4 Merge "Fix verifier handling of empty switch as last instruction." by Jeff Hao · 9 years ago
  38. 9ccd151 Fix verifier handling of empty switch as last instruction. by Jeff Hao · 9 years ago
  39. bd891cc Merge "Remove some spammy logging" by Mathieu Chartier · 9 years ago
  40. cd8f637 Remove some spammy logging by Mathieu Chartier · 9 years ago
  41. 3d900a7 Fix the mac build. by Hiroshi Yamauchi · 9 years ago
  42. 3743174 Merge "Assembly TLAB allocation fast path for x86_64." by Hiroshi Yamauchi · 9 years ago
  43. a7d38fc ART: Fix expectations for instruction-set-features string by Goran Jakovljevic · 9 years ago
  44. 2a39584 Merge "ART: Change the isa defaults for Mips" by Andreas Gampe · 9 years ago
  45. 3d12ead ART: Change the isa defaults for Mips by Douglas Leung · 9 years ago
  46. e01a520 Assembly TLAB allocation fast path for x86_64. by Hiroshi Yamauchi · 9 years ago
  47. dbd065a Merge "Make it possible to enable tlab with a build parameter." by Hiroshi Yamauchi · 9 years ago
  48. 79bd2bf Make it possible to enable tlab with a build parameter. by Hiroshi Yamauchi · 9 years ago
  49. e86deef Add verify-at-runtime compiler filter by Mathieu Chartier · 9 years ago
  50. 2f59043 Merge "Revert "Revert "Use optimizing for apps.""" by Nicolas Geoffray · 9 years ago
  51. 37c22c6 Merge "Compress the StackMaps." by Nicolas Geoffray · 9 years ago
  52. 004c230 Compress the StackMaps. by Nicolas Geoffray · 9 years ago
  53. 1412dfa Revert "Revert "Use optimizing for apps."" by Nicolas Geoffray · 9 years ago
  54. 39374ce Merge "Remember whether a method was worth inlining." by Nicolas Geoffray · 9 years ago
  55. c0365b1 Remember whether a method was worth inlining. by Nicolas Geoffray · 9 years ago
  56. d7cbf8a Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER by Mathieu Chartier · 9 years ago
  57. f5988cf Merge "Revert "Use optimizing for apps."" by Nicolas Geoffray · 9 years ago
  58. 00bb33c Merge "Fix 003-omnibus-opcodes flaky failures with GSS GC." by Hiroshi Yamauchi · 9 years ago
  59. 706cae3 Revert "Use optimizing for apps." by Nicolas Geoffray · 9 years ago
  60. 5b783e6 Fix 003-omnibus-opcodes flaky failures with GSS GC. by Hiroshi Yamauchi · 9 years ago
  61. 735dc87 Merge "Fix JIT options with late init" by Mathieu Chartier · 9 years ago
  62. 455f67c Fix JIT options with late init by Mathieu Chartier · 9 years ago
  63. b63ff27 Merge "Remove the Android.mk GCC-only source files hackery" by Colin Cross · 9 years ago
  64. e84e4f7 Remove the Android.mk GCC-only source files hackery by Colin Cross · 9 years ago
  65. 47f867a Clean up hash set by Mathieu Chartier · 9 years ago
  66. aec8f93 StackMap: Always load and store unalign. by Nicolas Geoffray · 9 years ago
  67. 696005b Merge "Use optimizing for apps." by Nicolas Geoffray · 9 years ago
  68. 93247e4 Merge "Fix oat_file_assistant_test32 flaky failures with GSS collector." by Hiroshi Yamauchi · 9 years ago
  69. 3dbf234 Fix oat_file_assistant_test32 flaky failures with GSS collector. by Hiroshi Yamauchi · 9 years ago
  70. a7d3e2d Merge "Add JIT zygote hook" by Mathieu Chartier · 9 years ago
  71. 6eff38d Add JIT zygote hook by Mathieu Chartier · 9 years ago
  72. f3251d1 Use optimizing for apps. by Nicolas Geoffray · 9 years ago
  73. 850cd16 ART: Fix build for counting arena allocations. by Vladimir Marko · 9 years ago
  74. 987ca8b Add more info to GetSFields DCHECK by Mathieu Chartier · 9 years ago
  75. 6c77292 Revert "Disable jit for ARM 64 bit" by Mathieu Chartier · 9 years ago
  76. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 9 years ago
  77. 3d96846 Merge "Fix valgrind heap_test." by Hiroshi Yamauchi · 9 years ago
  78. 8711d1f Fix valgrind heap_test. by Hiroshi Yamauchi · 9 years ago
  79. 9bcea85 Merge "Change method verifiers to be thread local roots" by Mathieu Chartier · 9 years ago
  80. 12d625f Change method verifiers to be thread local roots by Mathieu Chartier · 9 years ago
  81. 02c0bac Merge "[optimizing] Don't record None locations in the stack maps." by Nicolas Geoffray · 9 years ago
  82. ccac273 Merge "Disable jit for ARM 64 bit" by Mathieu Chartier · 9 years ago
  83. bf9026d Disable jit for ARM 64 bit by Mathieu Chartier · 9 years ago
  84. fead4e4 [optimizing] Don't record None locations in the stack maps. by Nicolas Geoffray · 9 years ago
  85. 2f709af Merge "Exercise Heap::PreZygoteFork() in a test." by Hiroshi Yamauchi · 9 years ago
  86. db1c9ac Exercise Heap::PreZygoteFork() in a test. by Hiroshi Yamauchi · 9 years ago
  87. b871a15 Merge "ART: Add entries_ lock for race condition" by Mathieu Chartier · 9 years ago
  88. 2435a43 ART: Add entries_ lock for race condition by bowen_lai · 9 years ago
  89. a98c74e Merge "ART: Fix arraycopy in Unstarted Runtime" by Andreas Gampe · 9 years ago
  90. 8e6c3fd ART: Fix arraycopy in Unstarted Runtime by Andreas Gampe · 9 years ago
  91. ede7bf8 Align CodeInfo regions instead of their inner subregions. by Roland Levillain · 9 years ago
  92. 63346f5 Merge "Fix the computation of the size of the stack maps region." by Roland Levillain · 9 years ago
  93. 29ba1b0 Fix the computation of the size of the stack maps region. by Roland Levillain · 9 years ago
  94. 15b9d52 API change in StackVisitor::GetVReg*. by Nicolas Geoffray · 9 years ago
  95. ddd04a6 Merge "Tweak liveness when instructions are used in environments." by Nicolas Geoffray · 9 years ago
  96. 6eb987d Fix copy/paste documentation error. by Dan Albert · 9 years ago
  97. c685bce Merge "ART: More cutouts for unstarted runtime" by Andreas Gampe · 9 years ago
  98. dd9d055 ART: More cutouts for unstarted runtime by Andreas Gampe · 9 years ago
  99. b1e6390 Merge "ART: Save work-line for pending runtime failure" by Andreas Gampe · 9 years ago
  100. 9ac0e4d Force word alignment of Dex register maps. by Roland Levillain · 9 years ago