1. e05fc9d am 202e7478: Merge "ART: Log information when skipping method during compilation" by Andreas Gampe · 11 years ago
  2. 202e747 Merge "ART: Log information when skipping method during compilation" by Andreas Gampe · 11 years ago
  3. 879a6f9 am 4f975b9e: Merge "x86_64: Enable core.oat/boot.oat compilation" by Bill Buzbee · 11 years ago
  4. cf9cb96 am 70ac0d09: Merge "Add mark compact collector." by Mathieu Chartier · 11 years ago
  5. 060e6fe ART: Log information when skipping method during compilation by Andreas Gampe · 11 years ago
  6. 4f975b9 Merge "x86_64: Enable core.oat/boot.oat compilation" by Bill Buzbee · 11 years ago
  7. 1d565ea am 49e5ec42: Merge "ART: Start implementation of OpRegRegRegExtend for ARM64" by Andreas Gampe · 11 years ago
  8. 9aa8d68 am 249fa663: Merge "Fix art_quick_instrumentation_exit for ARM64" by Sebastien Hertz · 11 years ago
  9. 9c3c686 am 4ef30e97: Merge "Add an option to enable collecting dex pc in ART profiler" by Calin Juravle · 11 years ago
  10. 14f742d am 995b32cc: Merge "ART: Implicit checks in the compiler are independent from Runtime" by Andreas Gampe · 11 years ago
  11. 8501e3d am 69070788: Merge "ART: Reserve 8B for float literals on ARM64" by Andreas Gampe · 11 years ago
  12. c648c4c am 57eb0b46: Merge "ART: Change rrr add and sub for ARM64" by Andreas Gampe · 11 years ago
  13. 167b1eb am 48bb32a4: Merge "ART: Target-dependent stack overflow, less check elision" by Andreas Gampe · 11 years ago
  14. 054b29e am ef38670c: Merge "Ensure classes are initialized rather than initializing." by Ian Rogers · 11 years ago
  15. 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
  16. 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
  17. 995b32c Merge "ART: Implicit checks in the compiler are independent from Runtime" by Andreas Gampe · 11 years ago
  18. 5655e84 ART: Implicit checks in the compiler are independent from Runtime by Andreas Gampe · 11 years ago
  19. 6907078 Merge "ART: Reserve 8B for float literals on ARM64" by Andreas Gampe · 11 years ago
  20. f987927 ART: Reserve 8B for float literals on ARM64 by Andreas Gampe · 11 years ago
  21. 57eb0b4 Merge "ART: Change rrr add and sub for ARM64" by Andreas Gampe · 11 years ago
  22. 9f975bf ART: Change rrr add and sub for ARM64 by Andreas Gampe · 11 years ago
  23. 48bb32a Merge "ART: Target-dependent stack overflow, less check elision" by Andreas Gampe · 11 years ago
  24. 7cd26f3 ART: Target-dependent stack overflow, less check elision by Andreas Gampe · 11 years ago
  25. ef38670 Merge "Ensure classes are initialized rather than initializing." by Ian Rogers · 11 years ago
  26. 6c5cb21 Ensure classes are initialized rather than initializing. by Ian Rogers · 11 years ago
  27. 49e5ec4 Merge "ART: Start implementation of OpRegRegRegExtend for ARM64" by Andreas Gampe · 11 years ago
  28. 47b31aa ART: Start implementation of OpRegRegRegExtend for ARM64 by Andreas Gampe · 11 years ago
  29. b190b49 am 241fd119: Merge "Fix GetMethodID to find an interface method from a super-interface" by Brian Carlstrom · 11 years ago
  30. 0c416fe x86_64: Enable core.oat/boot.oat compilation by Dmitry Petrochenko · 11 years ago
  31. c56c438 am 06729a64: Merge "Add missing parens to Makefile rule." by Nicolas Geoffray · 11 years ago
  32. 8b005fe am 7258eaa0: Merge "Build rules for running run-test with optimizing compiler." by Nicolas Geoffray · 11 years ago
  33. b1934a8 am 9b743ef7: Merge "AArch64: Fix OpCmpMemImmBranch." by Bill Buzbee · 11 years ago
  34. aa47fbf am 5969734b: Merge "Add x86 inlined abs method for float/double" by Vladimir Marko · 11 years ago
  35. d0d07fc am 71921a3f: Merge "x86_64: Clobber r8 to r11 and xmm0 to xmm15" by Ian Rogers · 11 years ago
  36. ccb3d4c am ad6a3285: Merge "Fix systrace logging, total paused time, and bytes saved message." by Mathieu Chartier · 11 years ago
  37. ad6a328 Merge "Fix systrace logging, total paused time, and bytes saved message." by Mathieu Chartier · 11 years ago
  38. 19d46b4 Fix systrace logging, total paused time, and bytes saved message. by Mathieu Chartier · 11 years ago
  39. e3ae7c1 am 4fab5a1f: Merge "Enable background compaction by default" by Mathieu Chartier · 11 years ago
  40. 4ef30e9 Merge "Add an option to enable collecting dex pc in ART profiler" by Calin Juravle · 11 years ago
  41. a93b0bb Add an option to enable collecting dex pc in ART profiler by Wei Jin · 11 years ago
  42. 06729a6 Merge "Add missing parens to Makefile rule." by Nicolas Geoffray · 11 years ago
  43. fe40874 Add missing parens to Makefile rule. by Nicolas Geoffray · 11 years ago
  44. 7258eaa Merge "Build rules for running run-test with optimizing compiler." by Nicolas Geoffray · 11 years ago
  45. 5969734 Merge "Add x86 inlined abs method for float/double" by Vladimir Marko · 11 years ago
  46. 7071c8d Add x86 inlined abs method for float/double by Yixin Shou · 11 years ago
  47. 249fa66 Merge "Fix art_quick_instrumentation_exit for ARM64" by Sebastien Hertz · 11 years ago
  48. 70f8d4b Fix art_quick_instrumentation_exit for ARM64 by Sebastien Hertz · 11 years ago
  49. 70ac0d0 Merge "Add mark compact collector." by Mathieu Chartier · 11 years ago
  50. 52e4b43 Add mark compact collector. by Mathieu Chartier · 11 years ago
  51. 241fd11 Merge "Fix GetMethodID to find an interface method from a super-interface" by Brian Carlstrom · 11 years ago
  52. 004644f Fix GetMethodID to find an interface method from a super-interface by Brian Carlstrom · 11 years ago
  53. 4fab5a1 Merge "Enable background compaction by default" by Mathieu Chartier · 11 years ago
  54. 9b743ef Merge "AArch64: Fix OpCmpMemImmBranch." by Bill Buzbee · 11 years ago
  55. 7c1c263 AArch64: Fix OpCmpMemImmBranch. by Zheng Xu · 11 years ago
  56. 71921a3 Merge "x86_64: Clobber r8 to r11 and xmm0 to xmm15" by Ian Rogers · 11 years ago
  57. c983f76 am dd69b14f: Merge "Fix error with remembered sets creation." by Mathieu Chartier · 11 years ago
  58. a033f70 Enable background compaction by default by Mathieu Chartier · 11 years ago
  59. 91176f4 am bfa45cdd: Merge "Change reference processing to use heap references." by Mathieu Chartier · 11 years ago
  60. e2a48d2 am 9506afda: Merge "Revert "Add x86 inlined abs method for float/double"" by Vladimir Marko · 11 years ago
  61. 4b0e60a am b5c526df: Merge "AArch64: Add transition assembly to wrapper native functions." by Bill Buzbee · 11 years ago
  62. e3f3e4b am 38510acc: Merge "ART: Make verifier check invocation args of unresolved methods" by Andreas Gampe · 11 years ago
  63. 46ddb94 am fbb2ea0b: Merge "Revert "Revert "Fix access to FP registers when visiting stack""" by Sebastien Hertz · 11 years ago
  64. f8b267d am 838b38fa: Merge "ART: Implement rem_double/rem_float for x86/x86-64" by Bill Buzbee · 11 years ago
  65. dd0b7b9 am f4d7d950: Merge "Fix build: style issue." by Vladimir Marko · 11 years ago
  66. 8e5c632 am a992a282: Merge "Revert "Fix access to FP registers when visiting stack"" by Sebastien Hertz · 11 years ago
  67. e17fdf8 am d87c29c7: Merge "Add x86 inlined abs method for float/double" by Vladimir Marko · 11 years ago
  68. 83488a4 am 988bbed8: Merge "Fix access to FP registers when visiting stack" by Sebastien Hertz · 11 years ago
  69. 2a7628a am 4b855675: Merge "Fix run-test for OSX." by Ian Rogers · 11 years ago
  70. dd69b14 Merge "Fix error with remembered sets creation." by Mathieu Chartier · 11 years ago
  71. 96bcd45 Fix error with remembered sets creation. by Mathieu Chartier · 11 years ago
  72. bfa45cd Merge "Change reference processing to use heap references." by Mathieu Chartier · 11 years ago
  73. b5c526d Merge "AArch64: Add transition assembly to wrapper native functions." by Bill Buzbee · 11 years ago
  74. 0210d11 AArch64: Add transition assembly to wrapper native functions. by Zheng Xu · 11 years ago
  75. 838b38f Merge "ART: Implement rem_double/rem_float for x86/x86-64" by Bill Buzbee · 11 years ago
  76. bd3682e ART: Implement rem_double/rem_float for x86/x86-64 by Alexei Zavjalov · 11 years ago
  77. 4b85567 Merge "Fix run-test for OSX." by Ian Rogers · 11 years ago
  78. 2a65d4b Fix run-test for OSX. by Ian Rogers · 11 years ago
  79. 38510ac Merge "ART: Make verifier check invocation args of unresolved methods" by Andreas Gampe · 11 years ago
  80. f4d7d95 Merge "Fix build: style issue." by Vladimir Marko · 11 years ago
  81. cf20c1a Fix build: style issue. by Vladimir Marko · 11 years ago
  82. 988bbed Merge "Fix access to FP registers when visiting stack" by Sebastien Hertz · 11 years ago
  83. aa9b3ae Fix access to FP registers when visiting stack by Sebastien Hertz · 11 years ago
  84. 9506afd Merge "Revert "Add x86 inlined abs method for float/double"" by Vladimir Marko · 11 years ago
  85. 4c115b8 Revert "Add x86 inlined abs method for float/double" by Vladimir Marko · 11 years ago
  86. fbb2ea0 Merge "Revert "Revert "Fix access to FP registers when visiting stack""" by Sebastien Hertz · 11 years ago
  87. 0bcb290 Revert "Revert "Fix access to FP registers when visiting stack"" by Sebastien Hertz · 11 years ago
  88. a992a28 Merge "Revert "Fix access to FP registers when visiting stack"" by Sebastien Hertz · 11 years ago
  89. 8ebd94a Revert "Fix access to FP registers when visiting stack" by Sebastien Hertz · 11 years ago
  90. d87c29c Merge "Add x86 inlined abs method for float/double" by Vladimir Marko · 11 years ago
  91. 95c0bf8 ART: Make verifier check invocation args of unresolved methods by Andreas Gampe · 11 years ago
  92. 35ec2b5 x86_64: Clobber r8 to r11 and xmm0 to xmm15 by Chao-ying Fu · 11 years ago
  93. 70c1f6c am eaac24f3: Merge "Disable StubTest.IndexOf if heap poisoning is enabled for now." by Hiroshi Yamauchi · 11 years ago
  94. 4778250 am 0cfcd2e4: Merge "AArch64: improve 64-bit immediates loads." by Bill Buzbee · 11 years ago
  95. 308351a Change reference processing to use heap references. by Mathieu Chartier · 11 years ago
  96. 9adb9e7 am d6b2237d: Merge "ART: Instanceof returns true if ref == 0 on x86-64" by Bill Buzbee · 11 years ago
  97. 570473a am 3a97e430: Merge "Add read barriers for the class and the intern tables." by Hiroshi Yamauchi · 11 years ago
  98. 71299bb am bd7ebdbd: Merge "Use GetLow() to access low register of a pair" by Bill Buzbee · 11 years ago
  99. e4bd9cd am 57cd219d: Merge "Arm64 hard-float" by buzbee · 11 years ago
  100. 3855a80 am 33004d96: Merge "Clean up ARM load/store with offset imm8 << 2." by Vladimir Marko · 11 years ago