1. 26a586e am 5c0fcdad: Merge "Shared single GC iteration accounting for all GCs." by Mathieu Chartier · 11 years ago
  2. ea990fd am faa69743: Merge "ART: ReadFully needs to fail when EOF" by Andreas Gampe · 11 years ago
  3. 9df72de am 990f110b: Merge "ART: Fix StoreValue to use RefDisp when necessary." by Andreas Gampe · 11 years ago
  4. b790ee1 am 40bdf97b: Merge "Quick compiler: enable Arm64 compilation" by buzbee · 11 years ago
  5. 2b1b2ef am e617e9a1: Merge "ART: Fix register overlap checks in CopyArgumentRegs" by Bill Buzbee · 11 years ago
  6. f649d36 am 8d16f203: Merge "Add more read barriers for JNI roots." by Hiroshi Yamauchi · 11 years ago
  7. 18687ab am 2d2d6bb1: Merge "ART: Do not try to pretty-print method in dex file" by Andreas Gampe · 11 years ago
  8. f77b5f3 am 6d90efa6: Merge "ART: Method verifier needs to check 2-reg values" by Andreas Gampe · 11 years ago
  9. 5c0fcda Merge "Shared single GC iteration accounting for all GCs." by Mathieu Chartier · 11 years ago
  10. 10fb83a Shared single GC iteration accounting for all GCs. by Mathieu Chartier · 11 years ago
  11. 40bdf97 Merge "Quick compiler: enable Arm64 compilation" by buzbee · 11 years ago
  12. 9cad72d Quick compiler: enable Arm64 compilation by buzbee · 11 years ago
  13. 6d90efa Merge "ART: Method verifier needs to check 2-reg values" by Andreas Gampe · 11 years ago
  14. 990f110 Merge "ART: Fix StoreValue to use RefDisp when necessary." by Andreas Gampe · 11 years ago
  15. 596bea8 ART: Fix StoreValue to use RefDisp when necessary. by Andreas Gampe · 11 years ago
  16. 8d16f20 Merge "Add more read barriers for JNI roots." by Hiroshi Yamauchi · 11 years ago
  17. ea2e1bd Add more read barriers for JNI roots. by Hiroshi Yamauchi · 11 years ago
  18. faa6974 Merge "ART: ReadFully needs to fail when EOF" by Andreas Gampe · 11 years ago
  19. 825201e ART: ReadFully needs to fail when EOF by Andreas Gampe · 11 years ago
  20. e617e9a Merge "ART: Fix register overlap checks in CopyArgumentRegs" by Bill Buzbee · 11 years ago
  21. 49c5f50 ART: Fix register overlap checks in CopyArgumentRegs by Andreas Gampe · 11 years ago
  22. 2d2d6bb Merge "ART: Do not try to pretty-print method in dex file" by Andreas Gampe · 11 years ago
  23. 4fdbba0 ART: Do not try to pretty-print method in dex file by Andreas Gampe · 11 years ago
  24. 77cd4d6 ART: Method verifier needs to check 2-reg values by Andreas Gampe · 11 years ago
  25. b68bb3c am 4a47f829: Merge "Quick compiler: remove Arm64 "EXPERIMENTAL" filter" by buzbee · 11 years ago
  26. 25791f6 am a81fe3d5: Merge "x86_64: Several fixes required for enabling promotion" by Bill Buzbee · 11 years ago
  27. b18c42d am 7133659e: Merge "x86_64: Fix neg_double" by Bill Buzbee · 11 years ago
  28. e05fc9d am 202e7478: Merge "ART: Log information when skipping method during compilation" by Andreas Gampe · 11 years ago
  29. 4a47f82 Merge "Quick compiler: remove Arm64 "EXPERIMENTAL" filter" by buzbee · 11 years ago
  30. 54ee444 Quick compiler: remove Arm64 "EXPERIMENTAL" filter by buzbee · 11 years ago
  31. 7133659 Merge "x86_64: Fix neg_double" by Bill Buzbee · 11 years ago
  32. 202e747 Merge "ART: Log information when skipping method during compilation" by Andreas Gampe · 11 years ago
  33. 879a6f9 am 4f975b9e: Merge "x86_64: Enable core.oat/boot.oat compilation" by Bill Buzbee · 11 years ago
  34. cf9cb96 am 70ac0d09: Merge "Add mark compact collector." by Mathieu Chartier · 11 years ago
  35. 060e6fe ART: Log information when skipping method during compilation by Andreas Gampe · 11 years ago
  36. 4f975b9 Merge "x86_64: Enable core.oat/boot.oat compilation" by Bill Buzbee · 11 years ago
  37. 1d565ea am 49e5ec42: Merge "ART: Start implementation of OpRegRegRegExtend for ARM64" by Andreas Gampe · 11 years ago
  38. 9aa8d68 am 249fa663: Merge "Fix art_quick_instrumentation_exit for ARM64" by Sebastien Hertz · 11 years ago
  39. a81fe3d Merge "x86_64: Several fixes required for enabling promotion" by Bill Buzbee · 11 years ago
  40. 9c3c686 am 4ef30e97: Merge "Add an option to enable collecting dex pc in ART profiler" by Calin Juravle · 11 years ago
  41. 02959ea x86_64: Fix neg_double by Alexei Zavjalov · 11 years ago
  42. 14f742d am 995b32cc: Merge "ART: Implicit checks in the compiler are independent from Runtime" by Andreas Gampe · 11 years ago
  43. 8501e3d am 69070788: Merge "ART: Reserve 8B for float literals on ARM64" by Andreas Gampe · 11 years ago
  44. c648c4c am 57eb0b46: Merge "ART: Change rrr add and sub for ARM64" by Andreas Gampe · 11 years ago
  45. 167b1eb am 48bb32a4: Merge "ART: Target-dependent stack overflow, less check elision" by Andreas Gampe · 11 years ago
  46. 054b29e am ef38670c: Merge "Ensure classes are initialized rather than initializing." by Ian Rogers · 11 years ago
  47. 5e0ec3f am 0c29909c: Merge "Assign a lower Locklevel for Mutexes used in QuasiAtomic operations. This fixes the CompilerDriverTest on MIPS. The test was failing when Transaction::Abort() acquired intern_table_lock_ and log_lock_ and subsequently performed QuasiAtomic operatio by Ian Rogers · 11 years ago
  48. 0c29909 Merge "Assign a lower Locklevel for Mutexes used in QuasiAtomic operations. This fixes the CompilerDriverTest on MIPS. The test was failing when Transaction::Abort() acquired intern_table_lock_ and log_lock_ and subsequently performed QuasiAtomic operations." by Ian Rogers · 11 years ago
  49. 995b32c Merge "ART: Implicit checks in the compiler are independent from Runtime" by Andreas Gampe · 11 years ago
  50. 5655e84 ART: Implicit checks in the compiler are independent from Runtime by Andreas Gampe · 11 years ago
  51. 6907078 Merge "ART: Reserve 8B for float literals on ARM64" by Andreas Gampe · 11 years ago
  52. f987927 ART: Reserve 8B for float literals on ARM64 by Andreas Gampe · 11 years ago
  53. 57eb0b4 Merge "ART: Change rrr add and sub for ARM64" by Andreas Gampe · 11 years ago
  54. 9f975bf ART: Change rrr add and sub for ARM64 by Andreas Gampe · 11 years ago
  55. 48bb32a Merge "ART: Target-dependent stack overflow, less check elision" by Andreas Gampe · 11 years ago
  56. 7cd26f3 ART: Target-dependent stack overflow, less check elision by Andreas Gampe · 11 years ago
  57. ef38670 Merge "Ensure classes are initialized rather than initializing." by Ian Rogers · 11 years ago
  58. 6c5cb21 Ensure classes are initialized rather than initializing. by Ian Rogers · 11 years ago
  59. 49e5ec4 Merge "ART: Start implementation of OpRegRegRegExtend for ARM64" by Andreas Gampe · 11 years ago
  60. 47b31aa ART: Start implementation of OpRegRegRegExtend for ARM64 by Andreas Gampe · 11 years ago
  61. b190b49 am 241fd119: Merge "Fix GetMethodID to find an interface method from a super-interface" by Brian Carlstrom · 11 years ago
  62. 0c416fe x86_64: Enable core.oat/boot.oat compilation by Dmitry Petrochenko · 11 years ago
  63. c56c438 am 06729a64: Merge "Add missing parens to Makefile rule." by Nicolas Geoffray · 11 years ago
  64. 8b005fe am 7258eaa0: Merge "Build rules for running run-test with optimizing compiler." by Nicolas Geoffray · 11 years ago
  65. b1934a8 am 9b743ef7: Merge "AArch64: Fix OpCmpMemImmBranch." by Bill Buzbee · 11 years ago
  66. 3157f9a x86_64: Several fixes required for enabling promotion by Dmitry Petrochenko · 11 years ago
  67. aa47fbf am 5969734b: Merge "Add x86 inlined abs method for float/double" by Vladimir Marko · 11 years ago
  68. d0d07fc am 71921a3f: Merge "x86_64: Clobber r8 to r11 and xmm0 to xmm15" by Ian Rogers · 11 years ago
  69. ccb3d4c am ad6a3285: Merge "Fix systrace logging, total paused time, and bytes saved message." by Mathieu Chartier · 11 years ago
  70. ad6a328 Merge "Fix systrace logging, total paused time, and bytes saved message." by Mathieu Chartier · 11 years ago
  71. 19d46b4 Fix systrace logging, total paused time, and bytes saved message. by Mathieu Chartier · 11 years ago
  72. e3ae7c1 am 4fab5a1f: Merge "Enable background compaction by default" by Mathieu Chartier · 11 years ago
  73. 4ef30e9 Merge "Add an option to enable collecting dex pc in ART profiler" by Calin Juravle · 11 years ago
  74. a93b0bb Add an option to enable collecting dex pc in ART profiler by Wei Jin · 11 years ago
  75. 06729a6 Merge "Add missing parens to Makefile rule." by Nicolas Geoffray · 11 years ago
  76. fe40874 Add missing parens to Makefile rule. by Nicolas Geoffray · 11 years ago
  77. 7258eaa Merge "Build rules for running run-test with optimizing compiler." by Nicolas Geoffray · 11 years ago
  78. 5969734 Merge "Add x86 inlined abs method for float/double" by Vladimir Marko · 11 years ago
  79. 7071c8d Add x86 inlined abs method for float/double by Yixin Shou · 11 years ago
  80. 249fa66 Merge "Fix art_quick_instrumentation_exit for ARM64" by Sebastien Hertz · 11 years ago
  81. 70f8d4b Fix art_quick_instrumentation_exit for ARM64 by Sebastien Hertz · 11 years ago
  82. 70ac0d0 Merge "Add mark compact collector." by Mathieu Chartier · 11 years ago
  83. 52e4b43 Add mark compact collector. by Mathieu Chartier · 11 years ago
  84. 241fd11 Merge "Fix GetMethodID to find an interface method from a super-interface" by Brian Carlstrom · 11 years ago
  85. 004644f Fix GetMethodID to find an interface method from a super-interface by Brian Carlstrom · 11 years ago
  86. 4fab5a1 Merge "Enable background compaction by default" by Mathieu Chartier · 11 years ago
  87. 9b743ef Merge "AArch64: Fix OpCmpMemImmBranch." by Bill Buzbee · 11 years ago
  88. 7c1c263 AArch64: Fix OpCmpMemImmBranch. by Zheng Xu · 11 years ago
  89. 71921a3 Merge "x86_64: Clobber r8 to r11 and xmm0 to xmm15" by Ian Rogers · 11 years ago
  90. c983f76 am dd69b14f: Merge "Fix error with remembered sets creation." by Mathieu Chartier · 11 years ago
  91. a033f70 Enable background compaction by default by Mathieu Chartier · 11 years ago
  92. 91176f4 am bfa45cdd: Merge "Change reference processing to use heap references." by Mathieu Chartier · 11 years ago
  93. e2a48d2 am 9506afda: Merge "Revert "Add x86 inlined abs method for float/double"" by Vladimir Marko · 11 years ago
  94. 4b0e60a am b5c526df: Merge "AArch64: Add transition assembly to wrapper native functions." by Bill Buzbee · 11 years ago
  95. e3f3e4b am 38510acc: Merge "ART: Make verifier check invocation args of unresolved methods" by Andreas Gampe · 11 years ago
  96. 46ddb94 am fbb2ea0b: Merge "Revert "Revert "Fix access to FP registers when visiting stack""" by Sebastien Hertz · 11 years ago
  97. f8b267d am 838b38fa: Merge "ART: Implement rem_double/rem_float for x86/x86-64" by Bill Buzbee · 11 years ago
  98. dd0b7b9 am f4d7d950: Merge "Fix build: style issue." by Vladimir Marko · 11 years ago
  99. 8e5c632 am a992a282: Merge "Revert "Fix access to FP registers when visiting stack"" by Sebastien Hertz · 11 years ago
  100. e17fdf8 am d87c29c7: Merge "Add x86 inlined abs method for float/double" by Vladimir Marko · 11 years ago