1. 07b3c23 Store OatDexFile instead of OatFile in DexFile. by Richard Uhler · 9 years ago
  2. dcff612 Merge "Revert "Revert "Add small library for writing of DWARF data.""" by David Srbecky · 9 years ago
  3. 2910e15 Merge "Fix oat_file_assistant_test's ReserveImageSpace()." by Richard Uhler · 9 years ago
  4. 15c1975 Revert "Revert "Add small library for writing of DWARF data."" by David Srbecky · 9 years ago
  5. ebbb1e3 Merge "Use variable encoding for StackMap." by Nicolas Geoffray · 9 years ago
  6. 896f8f7 Use variable encoding for StackMap. by Nicolas Geoffray · 9 years ago
  7. 5942d57 Merge "Revert "Add small library for writing of DWARF data."" by Nicolas Geoffray · 9 years ago
  8. 1ded5be Revert "Add small library for writing of DWARF data." by Nicolas Geoffray · 9 years ago
  9. f1c2b1f Merge "ART: Inline MemoryRegion operations" by David Brazdil · 9 years ago
  10. b765683 ART: Inline MemoryRegion operations by David Brazdil · 9 years ago
  11. a552e1c Use unique location catalogs to encode Dex register maps. by Roland Levillain · 9 years ago
  12. ba62335 Merge "Ensure MemoryRegion::Load & MemoryRegion::Store are word-aligned." by Roland Levillain · 9 years ago
  13. bdba92d Ensure MemoryRegion::Load & MemoryRegion::Store are word-aligned. by Roland Levillain · 9 years ago
  14. 4665300 Merge "Add small library for writing of DWARF data." by David Srbecky · 9 years ago
  15. 75c3d61 Add small library for writing of DWARF data. by David Srbecky · 9 years ago
  16. d9269b9 Merge "Fix 099-vmdebug and 802-deoptimization art tests for Mips." by Andreas Gampe · 9 years ago
  17. f96e8bd Fix 099-vmdebug and 802-deoptimization art tests for Mips. by Douglas Leung · 9 years ago
  18. 3efe979 Fix oat_file_assistant_test's ReserveImageSpace(). by Richard Uhler · 9 years ago
  19. 618cc85 Merge "ART: Refactor callbacks_ in common_runtime_test" by Andreas Gampe · 9 years ago
  20. 4bf34ad Merge "JDWP: more checking for StackFrame commands" by Sebastien Hertz · 9 years ago
  21. bb9c6b1 ART: Refactor callbacks_ in common_runtime_test by Andreas Gampe · 9 years ago
  22. a3d40d5 Merge "Fix some reflection errors" by Mathieu Chartier · 9 years ago
  23. ca239af Fix some reflection errors by Mathieu Chartier · 9 years ago
  24. af38d89 Merge "ART: Use enums in Trace" by Andreas Gampe · 9 years ago
  25. 7e7e0f4 ART: Use enums in Trace by Andreas Gampe · 9 years ago
  26. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 9 years ago
  27. 4585f87 ART: Some runtime cleanup by Andreas Gampe · 9 years ago
  28. e488566 ART: Use instrumented Alloc in Class-Linker by Andreas Gampe · 9 years ago
  29. 86787d0 Merge "ART: PathClassLoader for compiler" by Andreas Gampe · 9 years ago
  30. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 9 years ago
  31. abbabc8 JDWP: more checking for StackFrame commands by Sebastien Hertz · 9 years ago
  32. d0056ce Merge "Include pid in trace metadata" by John Reck · 9 years ago
  33. 0624a27 Include pid in trace metadata by John Reck · 9 years ago
  34. f646810 ART: Fix IsInt when N==32, add tests by David Brazdil · 9 years ago
  35. 0391006 Merge "ART: Change RETURN_OBJECT verification for arrays" by Andreas Gampe · 9 years ago
  36. 16f149c ART: Change RETURN_OBJECT verification for arrays by Andreas Gampe · 9 years ago
  37. d856545 Fix ClassLinker::MayBeCalledWithDirectCodePointer for JIT by Mathieu Chartier · 9 years ago
  38. cac5152 Merge "ART: Define IsInt when N==kBitsPerIntPtrT" by David Brazdil · 9 years ago
  39. 74fc513 ART: Define IsInt when N==kBitsPerIntPtrT by David Brazdil · 9 years ago
  40. aa23b16 Merge "Store odex files in oat/<isa>/ directory." by Richard Uhler · 9 years ago
  41. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 9 years ago
  42. 6343411 Store odex files in oat/<isa>/ directory. by Richard Uhler · 10 years ago
  43. 3679a47 Merge "Support relative encoded dex locations in oat files." by Richard Uhler · 9 years ago
  44. 139cec0 Merge "Share dex register maps between stack maps when possible." by Calin Juravle · 9 years ago
  45. 6ae7096 Share dex register maps between stack maps when possible. by Calin Juravle · 9 years ago
  46. b2bd1c5 ART: Formatting and comments in BooleanSimplifier by David Brazdil · 9 years ago
  47. e16dad1 Emit 4 byte UTF-sequences in place of encoded surrogate pairs. by Narayan Kamath · 10 years ago
  48. e5fed03 Support relative encoded dex locations in oat files. by Richard Uhler · 10 years ago
  49. b64b782 Merge "ART: Boolean simplifier" by David Brazdil · 9 years ago
  50. 46e2a39 ART: Boolean simplifier by David Brazdil · 10 years ago
  51. da4d79b Unify ART's various implementations of bit_cast. by Roland Levillain · 9 years ago
  52. eb07669 JDWP: Optimized single step during debugging by Daniel Mihalyi · 10 years ago
  53. bce0855 Merge "Revert "Deoptimization-based bce."" by Andreas Gampe · 9 years ago
  54. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 9 years ago
  55. 27a40aa Merge "Deoptimization-based bce." by Mingyao Yang · 9 years ago
  56. e295e6e Deoptimization-based bce. by Mingyao Yang · 10 years ago
  57. 5305672 RTLD_LAZY is not supported, use RTLD_NOW instead. by Dmitriy Ivanov · 9 years ago
  58. bce416f Add code cache test by Mathieu Chartier · 9 years ago
  59. fc06816 Merge "Add paths to apk!lib/<abi> to LD_LIBRARY_PATH" by Dmitriy Ivanov · 9 years ago
  60. 785049f Add paths to apk!lib/<abi> to LD_LIBRARY_PATH by Dmitriy Ivanov · 10 years ago
  61. 935e01a Fix interpreter to allow 0 size sparse switches. by Jeff Hao · 9 years ago
  62. 7aa81a4 Merge "Fix verifier handling of empty switch as last instruction." by Jeff Hao · 9 years ago
  63. 9ccd151 Fix verifier handling of empty switch as last instruction. by Jeff Hao · 9 years ago
  64. bd891cc Merge "Remove some spammy logging" by Mathieu Chartier · 9 years ago
  65. cd8f637 Remove some spammy logging by Mathieu Chartier · 9 years ago
  66. 3d900a7 Fix the mac build. by Hiroshi Yamauchi · 9 years ago
  67. 3743174 Merge "Assembly TLAB allocation fast path for x86_64." by Hiroshi Yamauchi · 9 years ago
  68. a7d38fc ART: Fix expectations for instruction-set-features string by Goran Jakovljevic · 10 years ago
  69. 2a39584 Merge "ART: Change the isa defaults for Mips" by Andreas Gampe · 9 years ago
  70. 3d12ead ART: Change the isa defaults for Mips by Douglas Leung · 9 years ago
  71. e01a520 Assembly TLAB allocation fast path for x86_64. by Hiroshi Yamauchi · 9 years ago
  72. dbd065a Merge "Make it possible to enable tlab with a build parameter." by Hiroshi Yamauchi · 9 years ago
  73. 79bd2bf Make it possible to enable tlab with a build parameter. by Hiroshi Yamauchi · 9 years ago
  74. e86deef Add verify-at-runtime compiler filter by Mathieu Chartier · 9 years ago
  75. 2f59043 Merge "Revert "Revert "Use optimizing for apps.""" by Nicolas Geoffray · 9 years ago
  76. 37c22c6 Merge "Compress the StackMaps." by Nicolas Geoffray · 9 years ago
  77. 004c230 Compress the StackMaps. by Nicolas Geoffray · 9 years ago
  78. 1412dfa Revert "Revert "Use optimizing for apps."" by Nicolas Geoffray · 9 years ago
  79. 39374ce Merge "Remember whether a method was worth inlining." by Nicolas Geoffray · 9 years ago
  80. c0365b1 Remember whether a method was worth inlining. by Nicolas Geoffray · 9 years ago
  81. d7cbf8a Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER by Mathieu Chartier · 9 years ago
  82. f5988cf Merge "Revert "Use optimizing for apps."" by Nicolas Geoffray · 9 years ago
  83. 00bb33c Merge "Fix 003-omnibus-opcodes flaky failures with GSS GC." by Hiroshi Yamauchi · 9 years ago
  84. 706cae3 Revert "Use optimizing for apps." by Nicolas Geoffray · 9 years ago
  85. 5b783e6 Fix 003-omnibus-opcodes flaky failures with GSS GC. by Hiroshi Yamauchi · 9 years ago
  86. 735dc87 Merge "Fix JIT options with late init" by Mathieu Chartier · 9 years ago
  87. 455f67c Fix JIT options with late init by Mathieu Chartier · 10 years ago
  88. b63ff27 Merge "Remove the Android.mk GCC-only source files hackery" by Colin Cross · 9 years ago
  89. e84e4f7 Remove the Android.mk GCC-only source files hackery by Colin Cross · 9 years ago
  90. 47f867a Clean up hash set by Mathieu Chartier · 9 years ago
  91. aec8f93 StackMap: Always load and store unalign. by Nicolas Geoffray · 10 years ago
  92. 696005b Merge "Use optimizing for apps." by Nicolas Geoffray · 10 years ago
  93. 93247e4 Merge "Fix oat_file_assistant_test32 flaky failures with GSS collector." by Hiroshi Yamauchi · 10 years ago
  94. 3dbf234 Fix oat_file_assistant_test32 flaky failures with GSS collector. by Hiroshi Yamauchi · 10 years ago
  95. a7d3e2d Merge "Add JIT zygote hook" by Mathieu Chartier · 10 years ago
  96. 6eff38d Add JIT zygote hook by Mathieu Chartier · 10 years ago
  97. f3251d1 Use optimizing for apps. by Nicolas Geoffray · 10 years ago
  98. 850cd16 ART: Fix build for counting arena allocations. by Vladimir Marko · 10 years ago
  99. 987ca8b Add more info to GetSFields DCHECK by Mathieu Chartier · 10 years ago
  100. 6c77292 Revert "Disable jit for ARM 64 bit" by Mathieu Chartier · 10 years ago