1. 1eadc56 Merge "ART: Add initialize_type stubs for ARM64; indexof test" by Andreas Gampe · 10 years ago
  2. 6aac355 ART: Add initialize_type stubs for ARM64; indexof test by Andreas Gampe · 10 years ago
  3. a2b87c2 Merge "consolidate profiles and profile-cache" by Nick Kralevich · 10 years ago
  4. 092ce60 Merge "ART: Do not allow quickened dex codes in compiler mode." by Andreas Gampe · 10 years ago
  5. e225662 ART: Do not allow quickened dex codes in compiler mode. by Andreas Gampe · 10 years ago
  6. 7bfa86d consolidate profiles and profile-cache by Nick Kralevich · 10 years ago
  7. 3a7a8d1 Merge "Fix typo comment by removing." by Ian Rogers · 10 years ago
  8. a5d7401 Fix typo comment by removing. by Ian Rogers · 10 years ago
  9. 45ee056 Merge "ART: Add mul_long bytecode for X86-64" by Ian Rogers · 10 years ago
  10. d8191d0 ART: Add mul_long bytecode for X86-64 by Alexei Zavjalov · 10 years ago
  11. adea0aa Merge "ART: arm64 explicit stack overflow checks" by Bill Buzbee · 10 years ago
  12. f8ec48e ART: arm64 explicit stack overflow checks by Stuart Monteith · 10 years ago
  13. f72b7d6 Merge "AArch64: fix MarkGCCard, enabling more MIR opcodes." by Bill Buzbee · 10 years ago
  14. dfc2091 Merge "Final CL to enable register allocation on x86." by Nicolas Geoffray · 10 years ago
  15. 86dbb9a Final CL to enable register allocation on x86. by Nicolas Geoffray · 10 years ago
  16. c936622 Merge "ART: Check indices in dex file verifier" by Andreas Gampe · 10 years ago
  17. 44405a1 Merge "Fix mem_map_test for Mips." by Ian Rogers · 10 years ago
  18. 859c255 Fix mem_map_test for Mips. by Douglas Leung · 10 years ago
  19. 508e011 Merge "Remove Object* weak roots from the debugger." by Hiroshi Yamauchi · 10 years ago
  20. b5a9e3d Remove Object* weak roots from the debugger. by Hiroshi Yamauchi · 10 years ago
  21. 921b1e0 Merge changes I70a3b6fe,Ib12f3474 by Brian Carlstrom · 10 years ago
  22. 8758c64 Fix build by converting from bionic to elfutils version of elf.h by Brian Carlstrom · 10 years ago
  23. b12f347 Revert "Revert "Rewrite ElfWriterQuick to make it more modular."" by Brian Carlstrom · 10 years ago
  24. 3b95d23 Merge "Revert "Rewrite ElfWriterQuick to make it more modular."" by Brian Carlstrom · 10 years ago
  25. 35f7225 Revert "Rewrite ElfWriterQuick to make it more modular." by Brian Carlstrom · 10 years ago
  26. 16e1eda Merge "x86_64: Fix issue in JNI compiler" by Andreas Gampe · 10 years ago
  27. 5408b6b x86_64: Fix issue in JNI compiler by avignate · 10 years ago
  28. c879aae Merge "ART: Update the DecodedInstruction for the Fused extended bytecodes." by Ian Rogers · 10 years ago
  29. 40864df Merge "Rewrite ElfWriterQuick to make it more modular." by Brian Carlstrom · 10 years ago
  30. 2fd08e2 Merge "Fix compilation errors when setting kTracing = true." by Ian Rogers · 10 years ago
  31. 4965c02 Fix compilation errors when setting kTracing = true. by Douglas Leung · 10 years ago
  32. 4daa8b5 Merge "Fix host Mac build." by Ian Rogers · 10 years ago
  33. e3d5581 Fix host Mac build. by Ian Rogers · 10 years ago
  34. 9ae7672 Merge "Remove deprecated WITH_HOST_DALVIK." by Ian Rogers · 10 years ago
  35. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  36. 08654d4 Merge "Workaround frame size issues." by Ian Rogers · 10 years ago
  37. 5487494 Workaround frame size issues. by Ian Rogers · 10 years ago
  38. 73304bb Merge "X86_64: Proper IMT fix" by Ian Rogers · 10 years ago
  39. aa4e4d8 Merge "Fix for test-art-host" by Brian Carlstrom · 10 years ago
  40. afdc560 Fix for test-art-host by Brian Carlstrom · 10 years ago
  41. 1f96831 Merge "AArch64: Add support for inlined methods" by Bill Buzbee · 10 years ago
  42. 169489b AArch64: Add support for inlined methods by Serban Constantinescu · 10 years ago
  43. c56d167 Merge "ART: Dex file verifier needs to check proto idx of method id." by Andreas Gampe · 10 years ago
  44. df10b32 ART: Dex file verifier needs to check proto idx of method id. by Andreas Gampe · 10 years ago
  45. cbaa307 Merge "AArch64: Enable MOVE_*, some CONST_*, CMP_*." by Bill Buzbee · 10 years ago
  46. e2eb29e AArch64: Enable MOVE_*, some CONST_*, CMP_*. by Zheng Xu · 10 years ago
  47. 5110a87 Merge "Fix reflection access check for attached native threads." by Vladimir Marko · 10 years ago
  48. 3bd7a6c Fix reflection access check for attached native threads. by Vladimir Marko · 10 years ago
  49. a194acf Merge "Clean up ArmMirToLir::LoadDispBody()/StoreDispBody()." by Vladimir Marko · 10 years ago
  50. 3e1e549 Merge "Add D/CHECK_CONSTEXPR macros for use in constexpr context." by Vladimir Marko · 10 years ago
  51. 8364248 Add D/CHECK_CONSTEXPR macros for use in constexpr context. by Vladimir Marko · 10 years ago
  52. 3283ade Merge "Fix exception reporting from interpreter" by Sebastien Hertz · 10 years ago
  53. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 10 years ago
  54. bc72903 Merge "ART: Fix MIPS build" by Andreas Gampe · 10 years ago
  55. 6240102 ART: Fix MIPS build by Andreas Gampe · 10 years ago
  56. a23b630 Merge "ART: Move __memcmp16 from Bionic to ART" by Andreas Gampe · 10 years ago
  57. 4d0589c ART: Move __memcmp16 from Bionic to ART by Andreas Gampe · 10 years ago
  58. c0090a4 Merge "Rewrite use/def masks to support 128 bits." by Vladimir Marko · 10 years ago
  59. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 10 years ago
  60. cafd0f2 Merge "Guard `Run` for platforms we're not compiling to, yet." by Nicolas Geoffray · 10 years ago
  61. 49c105d Guard `Run` for platforms we're not compiling to, yet. by Nicolas Geoffray · 10 years ago
  62. 9613592 Merge "Add x86_64 support to the optimizing compiler." by Nicolas Geoffray · 10 years ago
  63. 9cf3552 Add x86_64 support to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  64. b08f63c Merge "Enable the register allocator on ARM." by Nicolas Geoffray · 10 years ago
  65. e27f31a Enable the register allocator on ARM. by Nicolas Geoffray · 10 years ago
  66. 3316ff5 Merge "ART: Invoke_virtual needs at least receiver parameter" by Andreas Gampe · 10 years ago
  67. 9f2b643 ART: Invoke_virtual needs at least receiver parameter by Andreas Gampe · 10 years ago
  68. 55884bc X86_64: Proper IMT fix by Mark Mendell · 10 years ago
  69. 69d57a8 Merge "Use HOST_LIBRARY_PATH to access host shared libraries." by Ying Wang · 10 years ago
  70. 07935e5 Use HOST_LIBRARY_PATH to access host shared libraries. by Ying Wang · 10 years ago
  71. c26efa8 ART: Update the DecodedInstruction for the Fused extended bytecodes. by Jean Christophe Beyler · 10 years ago
  72. db9d523 Clean up ArmMirToLir::LoadDispBody()/StoreDispBody(). by Vladimir Marko · 10 years ago
  73. 5bf6a77 Merge "Change MethodHelper to use a Handle." by Mathieu Chartier · 10 years ago
  74. 335b91f Merge "ART: Add instrumentation stubs for ARM64 and X86-64" by Andreas Gampe · 10 years ago
  75. fd2e291 AArch64: fix MarkGCCard, enabling more MIR opcodes. by Matteo Franchin · 10 years ago
  76. b399e97 Merge "Reduced frequency of blocks for concurrent gc" by Mathieu Chartier · 10 years ago
  77. 530e1b5 Reduced frequency of blocks for concurrent gc by Fred Shih · 10 years ago
  78. d500a43 Merge "ART: Generalize code to find PC for artInvokeInterfaceTrampoline" by Andreas Gampe · 10 years ago
  79. 41c507a ART: Generalize code to find PC for artInvokeInterfaceTrampoline by Alexei Zavjalov · 10 years ago
  80. c829a18 Merge "Round up arena allocations to 8 bytes." by Vladimir Marko · 10 years ago
  81. f71f8da Merge "Remove TARGET_REX_SUPPORT define." by Ian Rogers · 10 years ago
  82. ea248f8 Remove TARGET_REX_SUPPORT define. by Ian Rogers · 10 years ago
  83. 22a0ef8 Round up arena allocations to 8 bytes. by Vladimir Marko · 10 years ago
  84. 608f63b Merge "Add locking around boot image generation." by Narayan Kamath · 10 years ago
  85. d1c606f Add locking around boot image generation. by Narayan Kamath · 10 years ago
  86. 6e71a1f Merge "Plug code generator into liveness analysis." by Nicolas Geoffray · 10 years ago
  87. 31d76b4 Plug code generator into liveness analysis. by Nicolas Geoffray · 10 years ago
  88. 7eb3fa1 Merge "Add a type propagation phase after building SSA." by Nicolas Geoffray · 10 years ago
  89. fd755e0 Merge "X86_64: Pass 'hidden method index' in EAX" by Ian Rogers · 10 years ago
  90. d49f5b8 Merge "Tidy up x86 assembler and fix byte register encoding." by Ian Rogers · 10 years ago
  91. 305e4b0 Merge "ART: Generic JNI for x86" by Andreas Gampe · 10 years ago
  92. 0f9b9c5 Tidy up x86 assembler and fix byte register encoding. by Ian Rogers · 10 years ago
  93. b14f2e0 Merge "Fix output of 107 art/test" by Bill Buzbee · 10 years ago
  94. a0b0ba0 Merge "X86_64: Fix core.oat compilation issues" by Bill Buzbee · 10 years ago
  95. 846447a Merge "x86_64: Reduce dex2oat compilation logs" by Bill Buzbee · 10 years ago
  96. 88c3484 Merge "AArch64: fix and enable sparse- and packed-switch." by Bill Buzbee · 10 years ago
  97. 779f8c9 ART: Generic JNI for x86 by Andreas Gampe · 10 years ago
  98. ad13cb2 Rewrite ElfWriterQuick to make it more modular. by Alex Light · 10 years ago
  99. d3703d8 X86_64: Pass 'hidden method index' in EAX by Mark Mendell · 10 years ago
  100. 5d4a3fe Merge "Fix GetFreeMemory to use fooprint limit instead of max memory." by Mathieu Chartier · 10 years ago