1. 3b95d23 Merge "Revert "Rewrite ElfWriterQuick to make it more modular."" by Brian Carlstrom · 10 years ago
  2. 35f7225 Revert "Rewrite ElfWriterQuick to make it more modular." by Brian Carlstrom · 10 years ago
  3. 40864df Merge "Rewrite ElfWriterQuick to make it more modular." by Brian Carlstrom · 10 years ago
  4. 2fd08e2 Merge "Fix compilation errors when setting kTracing = true." by Ian Rogers · 10 years ago
  5. 4965c02 Fix compilation errors when setting kTracing = true. by Douglas Leung · 10 years ago
  6. 4daa8b5 Merge "Fix host Mac build." by Ian Rogers · 10 years ago
  7. e3d5581 Fix host Mac build. by Ian Rogers · 10 years ago
  8. 9ae7672 Merge "Remove deprecated WITH_HOST_DALVIK." by Ian Rogers · 10 years ago
  9. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  10. 08654d4 Merge "Workaround frame size issues." by Ian Rogers · 10 years ago
  11. 5487494 Workaround frame size issues. by Ian Rogers · 10 years ago
  12. 73304bb Merge "X86_64: Proper IMT fix" by Ian Rogers · 10 years ago
  13. aa4e4d8 Merge "Fix for test-art-host" by Brian Carlstrom · 10 years ago
  14. afdc560 Fix for test-art-host by Brian Carlstrom · 10 years ago
  15. 3283ade Merge "Fix exception reporting from interpreter" by Sebastien Hertz · 10 years ago
  16. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 10 years ago
  17. bc72903 Merge "ART: Fix MIPS build" by Andreas Gampe · 10 years ago
  18. 6240102 ART: Fix MIPS build by Andreas Gampe · 10 years ago
  19. a23b630 Merge "ART: Move __memcmp16 from Bionic to ART" by Andreas Gampe · 10 years ago
  20. 4d0589c ART: Move __memcmp16 from Bionic to ART by Andreas Gampe · 10 years ago
  21. 55884bc X86_64: Proper IMT fix by Mark Mendell · 10 years ago
  22. 69d57a8 Merge "Use HOST_LIBRARY_PATH to access host shared libraries." by Ying Wang · 10 years ago
  23. 07935e5 Use HOST_LIBRARY_PATH to access host shared libraries. by Ying Wang · 10 years ago
  24. 5bf6a77 Merge "Change MethodHelper to use a Handle." by Mathieu Chartier · 10 years ago
  25. 335b91f Merge "ART: Add instrumentation stubs for ARM64 and X86-64" by Andreas Gampe · 10 years ago
  26. b399e97 Merge "Reduced frequency of blocks for concurrent gc" by Mathieu Chartier · 10 years ago
  27. 530e1b5 Reduced frequency of blocks for concurrent gc by Fred Shih · 10 years ago
  28. d500a43 Merge "ART: Generalize code to find PC for artInvokeInterfaceTrampoline" by Andreas Gampe · 10 years ago
  29. 41c507a ART: Generalize code to find PC for artInvokeInterfaceTrampoline by Alexei Zavjalov · 10 years ago
  30. c829a18 Merge "Round up arena allocations to 8 bytes." by Vladimir Marko · 10 years ago
  31. f71f8da Merge "Remove TARGET_REX_SUPPORT define." by Ian Rogers · 10 years ago
  32. ea248f8 Remove TARGET_REX_SUPPORT define. by Ian Rogers · 10 years ago
  33. 22a0ef8 Round up arena allocations to 8 bytes. by Vladimir Marko · 10 years ago
  34. 608f63b Merge "Add locking around boot image generation." by Narayan Kamath · 10 years ago
  35. d1c606f Add locking around boot image generation. by Narayan Kamath · 10 years ago
  36. 6e71a1f Merge "Plug code generator into liveness analysis." by Nicolas Geoffray · 10 years ago
  37. 31d76b4 Plug code generator into liveness analysis. by Nicolas Geoffray · 10 years ago
  38. 7eb3fa1 Merge "Add a type propagation phase after building SSA." by Nicolas Geoffray · 10 years ago
  39. fd755e0 Merge "X86_64: Pass 'hidden method index' in EAX" by Ian Rogers · 10 years ago
  40. d49f5b8 Merge "Tidy up x86 assembler and fix byte register encoding." by Ian Rogers · 10 years ago
  41. 305e4b0 Merge "ART: Generic JNI for x86" by Andreas Gampe · 10 years ago
  42. 0f9b9c5 Tidy up x86 assembler and fix byte register encoding. by Ian Rogers · 10 years ago
  43. b14f2e0 Merge "Fix output of 107 art/test" by Bill Buzbee · 10 years ago
  44. a0b0ba0 Merge "X86_64: Fix core.oat compilation issues" by Bill Buzbee · 10 years ago
  45. 846447a Merge "x86_64: Reduce dex2oat compilation logs" by Bill Buzbee · 10 years ago
  46. 88c3484 Merge "AArch64: fix and enable sparse- and packed-switch." by Bill Buzbee · 10 years ago
  47. 779f8c9 ART: Generic JNI for x86 by Andreas Gampe · 10 years ago
  48. ad13cb2 Rewrite ElfWriterQuick to make it more modular. by Alex Light · 10 years ago
  49. d3703d8 X86_64: Pass 'hidden method index' in EAX by Mark Mendell · 10 years ago
  50. 5d4a3fe Merge "Fix GetFreeMemory to use fooprint limit instead of max memory." by Mathieu Chartier · 10 years ago
  51. d30e1d6 Fix GetFreeMemory to use fooprint limit instead of max memory. by Mathieu Chartier · 10 years ago
  52. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  53. f71f950 Fix output of 107 art/test by Dmitry Petrochenko · 10 years ago
  54. 30022af x86_64: Reduce dex2oat compilation logs by Dmitry Petrochenko · 10 years ago
  55. ade54a2 X86_64: Fix core.oat compilation issues by Mark Mendell · 10 years ago
  56. 2e1ca95 Merge "AArch64: Fix kOpLsl, rem-float/double." by Bill Buzbee · 10 years ago
  57. 5acc8b0 AArch64: fix and enable sparse- and packed-switch. by Matteo Franchin · 10 years ago
  58. d58342c ART: Add instrumentation stubs for ARM64 and X86-64 by Andreas Gampe · 10 years ago
  59. 184d640 Add a type propagation phase after building SSA. by Nicolas Geoffray · 10 years ago
  60. fbc2b17 Merge "Avoid a memory allocation in OatFile::GetOatDexFile()." by Vladimir Marko · 10 years ago
  61. 2d41a65 AArch64: Fix kOpLsl, rem-float/double. by Zheng Xu · 10 years ago
  62. 7c2e21d Merge "Fix some bugs in graph construction/simplification methods." by Nicolas Geoffray · 10 years ago
  63. ec7e472 Fix some bugs in graph construction/simplification methods. by Nicolas Geoffray · 10 years ago
  64. 271512b Merge "Add Move with Sign Extend Double to disassembler" by Ian Rogers · 10 years ago
  65. 33ecf8d Add Move with Sign Extend Double to disassembler by Mark Mendell · 10 years ago
  66. 6473c0a Merge "ART: Fix inline assembly constraints in stub_test" by Ian Rogers · 10 years ago
  67. c3ed751 Merge "ART: Fix casts in atomic.h to please GCC" by Ian Rogers · 10 years ago
  68. cc969cc Merge "x86_64: Add long bytecode supports (2/2)" by Bill Buzbee · 10 years ago
  69. a014776 x86_64: Add long bytecode supports (2/2) by Chao-ying Fu · 10 years ago
  70. 4211b72 Merge "x86_64: Add long bytecode supports (1/2)" by Bill Buzbee · 10 years ago
  71. e0ccdc0 x86_64: Add long bytecode supports (1/2) by Chao-ying Fu · 10 years ago
  72. 8550197 Merge "x86_64: Hard Float ABI support in QCG" by Bill Buzbee · 10 years ago
  73. 2f6e351 ART: Fix inline assembly constraints in stub_test by Andreas Gampe · 10 years ago
  74. a55c697 ART: Fix casts in atomic.h to please GCC by Andreas Gampe · 10 years ago
  75. cef85ad Merge "Don't assert int64_t alignment on x86." by Hans Boehm · 10 years ago
  76. 5b4d2a7 Merge "Add missing initializtaion of last_gc_time_ns_." by Mathieu Chartier · 10 years ago
  77. 2f4a2ed Don't assert int64_t alignment on x86. by Hans Boehm · 10 years ago
  78. 58994cd x86_64: Hard Float ABI support in QCG by Dmitry Petrochenko · 10 years ago
  79. aff59a8 Add missing initializtaion of last_gc_time_ns_. by Mathieu Chartier · 10 years ago
  80. 9e0d8d6 Merge "Fix white space issues and long long use in assertion." by Hans Boehm · 10 years ago
  81. 5227193 Merge "Fix mismatched new[] delete in verifier." by Mathieu Chartier · 10 years ago
  82. a1ec065 Fix white space issues and long long use in assertion. by Hans Boehm · 10 years ago
  83. 6afd409 Fix mismatched new[] delete in verifier. by Mathieu Chartier · 10 years ago
  84. c2bb441 Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars." by Hans Boehm · 10 years ago
  85. 4479ba3 Merge "Change FieldHelper to use a handle." by Mathieu Chartier · 10 years ago
  86. 081203e Merge "Reduce header files including header files." by Ian Rogers · 10 years ago
  87. 576ca0c Reduce header files including header files. by Ian Rogers · 10 years ago
  88. 3035961 Clean up and augment Atomic class. Replace QuasiAtomic MemBars. by Hans Boehm · 10 years ago
  89. e21bf00 Merge "x86_64: Fix stubs after 4-byte method handler" by Andreas Gampe · 10 years ago
  90. 7c748c1 x86_64: Fix stubs after 4-byte method handler by Serguei Katkov · 10 years ago
  91. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  92. 9529d62 Merge "Fix top K percentage computation when loading profile data." by Calin Juravle · 10 years ago
  93. 19477a8 Fix top K percentage computation when loading profile data. by Calin Juravle · 10 years ago
  94. 1410809 Merge "Use ScopedArenaVector instead of std::vector in SSA transformation." by Vladimir Marko · 10 years ago
  95. 20aa7cb Merge "Fixed and refactored profiler options handling" by Calin Juravle · 10 years ago
  96. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 10 years ago
  97. eab52e3 Merge "Clean up the sampling profiler" by Calin Juravle · 10 years ago
  98. bb0b53f Clean up the sampling profiler by Calin Juravle · 10 years ago
  99. c9360ce Use ScopedArenaVector instead of std::vector in SSA transformation. by Vladimir Marko · 10 years ago
  100. 7a6b77f Merge "Fix crash in JDWP ReferenceType.SourceFile command" by Sebastien Hertz · 10 years ago