1. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 9 years ago
  2. da4d79b Unify ART's various implementations of bit_cast. by Roland Levillain · 9 years ago
  3. 767c752 Quick: Create GC map based on compiler data. by Vladimir Marko · 9 years ago
  4. 0b40ecf Quick: Clean up slow paths. by Vladimir Marko · 9 years ago
  5. 22fe45d Quick: Eliminate check-cast guaranteed by instance-of. by Vladimir Marko · 9 years ago
  6. 6ea651f Initial support for quick compiler on MIPS64r6. by Maja Gagic · 9 years ago
  7. 7e6a233 Delete bad DCHECK by Mathieu Chartier · 9 years ago
  8. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  9. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  10. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  11. 6ce3eba Add suspend checks to special methods. by Vladimir Marko · 9 years ago
  12. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  13. d500b53 ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  14. ee5e273 Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd. by Vladimir Marko · 10 years ago
  15. 7e49992 ART: Remove LowestSetBit and IsPowerOfTwo by Andreas Gampe · 10 years ago
  16. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 10 years ago
  17. 8b858e1 Quick: Redefine the notion of back-egdes. by Vladimir Marko · 10 years ago
  18. 6af8206 ART: x86 specific clearing higher bits when converting long to int by Yevgeny Rouban · 10 years ago
  19. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 10 years ago
  20. 071beed Merge "ART: Generate switch targets from successor blocks" by Bill Buzbee · 10 years ago
  21. 743b98c Skip null check in MarkGCCard() for known non-null values. by Vladimir Marko · 10 years ago
  22. da96aed ART: Generate switch targets from successor blocks by Chao-ying Fu · 10 years ago
  23. af6925b Rewrite GVN's field id and field type handling. by Vladimir Marko · 10 years ago
  24. bf535be Add card mark to filled-new-array. by Vladimir Marko · 10 years ago
  25. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  26. f20076f Merge "ART: Implicit null check should break def tracking" by Bill Buzbee · 10 years ago
  27. 9c3617a ART: Implicit null check should break def tracking by Pavel Vyssotski · 10 years ago
  28. 2750354 Use correct register class for refs by Serguei Katkov · 10 years ago
  29. 29b5535 Revert "Use correct register class for refs" by Vladimir Marko · 10 years ago
  30. 5c25554 Use correct register class for refs by Serguei Katkov · 10 years ago
  31. 675e09b ARM: Strength reduction for floating-point division by Ningsheng Jian · 10 years ago
  32. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  33. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  34. 7d4ecd5 Avoid signed integer overflow. by Ian Rogers · 10 years ago
  35. 66c6d7b Rewrite class initialization check elimination. by Vladimir Marko · 10 years ago
  36. b62ff57 Merge "ART: Add div/rem zero check elimination flag" by Ian Rogers · 10 years ago
  37. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  38. 5c5676b ART: Add div/rem zero check elimination flag by Razvan A Lupusoru · 10 years ago
  39. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  40. 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 10 years ago
  41. 7c02e91 Quick compiler: Fix ambiguous LoadValue() by buzbee · 10 years ago
  42. e39c54e Deprecate GrowableArray, use ArenaVector instead. by Vladimir Marko · 10 years ago
  43. 8d0d03e ART: Change temporaries to positive names by Razvan A Lupusoru · 10 years ago
  44. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  45. 57cd9d3b Merge "Added support for patching classes from different dex files." by Mathieu Chartier · 10 years ago
  46. e7f82e2 Added support for patching classes from different dex files. by Fred Shih · 10 years ago
  47. 48971b3 ART: Generate chained compare-and-branch for short switches by Andreas Gampe · 10 years ago
  48. c76c614 ART: Refactor long ops in quick compiler by Andreas Gampe · 10 years ago
  49. c763e35 AArch64: Implement InexpensiveConstant methods. by Matteo Franchin · 10 years ago
  50. aa910d5 ART: Fix verifier mishandling erroneous array component types by Andreas Gampe · 10 years ago
  51. 9843059 ART: Rework quick entrypoint code in Mir2Lir, cleanup by Andreas Gampe · 10 years ago
  52. b07c1f9 ART: Special-case cb(n)z even for in-reg constant by Andreas Gampe · 10 years ago
  53. 9ee4519 x86: GenSelect utility update by Serguei Katkov · 10 years ago
  54. fb8a07b Merge "ART: Refactor GenSelect, refactor gen_common accordingly" by Andreas Gampe · 10 years ago
  55. 90969af ART: Refactor GenSelect, refactor gen_common accordingly by Andreas Gampe · 10 years ago
  56. 9791bb4 Merge "Fix art test failures for Mips." by Jeff Hao · 10 years ago
  57. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  58. d9cb8ae Fix art test failures for Mips. by Douglas Leung · 10 years ago
  59. ccc6026 ART: Rework TargetReg(symbolic_reg, wide) by Andreas Gampe · 10 years ago
  60. 48f5c47 Replace memory barriers to better reflect Java needs. by Hans Boehm · 10 years ago
  61. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  62. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  63. 4eca9f5 Slow path for iget should expect return in core reg by Serguei Katkov · 10 years ago
  64. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  65. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  66. 8159af6 ART: Check slow_paths_.Size() every time by Chao-ying Fu · 10 years ago
  67. a77ee51 x86_64: TargetReg update for x86 by Chao-ying Fu · 10 years ago
  68. b5860fb Register promotion support for 64-bit targets by buzbee · 10 years ago
  69. 4b537a8 ART: Quick compiler: More size checks, add TargetReg variants by Andreas Gampe · 10 years ago
  70. 2db3e26 Fix quick mode bugs for Mips. by Douglas Leung · 10 years ago
  71. 3c12c51 Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 10 years ago
  72. de68676 Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 10 years ago
  73. 2689fba ART: Split out more cases of Load/StoreRef, volatile as parameter by Andreas Gampe · 10 years ago
  74. 5655e84 ART: Implicit checks in the compiler are independent from Runtime by Andreas Gampe · 10 years ago
  75. 33ae558 Arm64 hard-float by buzbee · 10 years ago
  76. 7e399fd x86_64: Disable all optimizations and fix bugs by Chao-ying Fu · 10 years ago
  77. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 10 years ago
  78. a014776 x86_64: Add long bytecode supports (2/2) by Chao-ying Fu · 10 years ago
  79. 87662da Merge "Quick compiler: reference cleanup" by buzbee · 10 years ago
  80. a0cd2d7 Quick compiler: reference cleanup by buzbee · 10 years ago
  81. 03dbc04 Make class status volatile. by Ian Rogers · 10 years ago
  82. 0955f7e AArch64: fixing some assertions. by Matteo Franchin · 10 years ago
  83. ed65c5e AArch64: Enable LONG_* and INT_* opcodes. by Serban Constantinescu · 10 years ago
  84. e87f9b5 Allow X86 QBE to be extended by Mark Mendell · 10 years ago
  85. 2f244e9 ART: Add more ThreadOffset in Mir2Lir and backends by Andreas Gampe · 10 years ago
  86. 674744e Use atomic load/store for volatile IGET/IPUT/SGET/SPUT. by Vladimir Marko · 10 years ago
  87. 3bf7c60 Cleanup ARM load/store wide and remove unused param s_reg. by Vladimir Marko · 10 years ago
  88. 455759b Remove LoadBaseDispWide and StoreBaseDispWide. by Vladimir Marko · 10 years ago
  89. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 10 years ago
  90. 8668c3c Add finalizer references from the entrypoints. by Mathieu Chartier · 10 years ago
  91. 3b004ba Simplify GenConstString by Mingyao Yang · 10 years ago
  92. 6ffcfa0 Rewrite suspend test check with LIRSlowPath. by Mingyao Yang · 10 years ago
  93. 9c3b089 Revert "Revert "ART: Extracts an utility function of the duplicated code"" by Andreas Gampe · 10 years ago
  94. b5a14d2 Revert "ART: Extracts an utility function of the duplicated code" by Andreas Gampe · 10 years ago
  95. 973cc95 ART: Extracts an utility function of the duplicated code by Dmitry Petrochenko · 10 years ago
  96. 125011d Merge "Delete throw launchpads." by Mingyao Yang · 10 years ago
  97. 0ea4bf7 Merge "Update load/store utilities for 64-bit backends" by buzbee · 10 years ago
  98. 695d13a Update load/store utilities for 64-bit backends by buzbee · 10 years ago
  99. 3a74d15 Delete throw launchpads. by Mingyao Yang · 10 years ago
  100. 80365d9 Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException."" by Mingyao Yang · 10 years ago