1. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 9 years ago
  2. 6e07183 Quick: Fix "select" pattern to update data used for GC maps. by Vladimir Marko · 9 years ago
  3. f6737f7 Quick: Clean up Mir2Lir codegen. by Vladimir Marko · 9 years ago
  4. 767c752 Quick: Create GC map based on compiler data. by Vladimir Marko · 9 years ago
  5. 0b40ecf Quick: Clean up slow paths. by Vladimir Marko · 9 years ago
  6. 22fe45d Quick: Eliminate check-cast guaranteed by instance-of. by Vladimir Marko · 9 years ago
  7. 6aa7fe6 Merge "Replace a few std::vector with ArenaVector in Mir2Lir." by Vladimir Marko · 9 years ago
  8. 80b96d1 Replace a few std::vector with ArenaVector in Mir2Lir. by Vladimir Marko · 9 years ago
  9. 6561551 Merge "Move arenas into runtime" by Mathieu Chartier · 9 years ago
  10. b666f48 Move arenas into runtime by Mathieu Chartier · 9 years ago
  11. 6ce3eba Add suspend checks to special methods. by Vladimir Marko · 9 years ago
  12. e4fcc5b Clean up Scoped-/ArenaAlocator array allocations. by Vladimir Marko · 9 years ago
  13. 72f53af ART: Remove MIRGraph::dex_pc_to_block_map_ by Chao-ying Fu · 10 years ago
  14. 9c46208 ART: Even more Quick cleanup by Andreas Gampe · 10 years ago
  15. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  16. f681570 ART: Make some helpers non-virtual in Mir2Lir by Andreas Gampe · 10 years ago
  17. d500b53 ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  18. 7e49992 ART: Remove LowestSetBit and IsPowerOfTwo by Andreas Gampe · 10 years ago
  19. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 10 years ago
  20. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  21. 6bb3919 Merge "Quick: Redefine the notion of back-egdes." by Vladimir Marko · 10 years ago
  22. 8b858e1 Quick: Redefine the notion of back-egdes. by Vladimir Marko · 10 years ago
  23. 717a3e4 Re-factor Quick ABI support by Serguei Katkov · 10 years ago
  24. dde815a Merge "ART: x86 specific clearing higher bits when converting long to int" by Bill Buzbee · 10 years ago
  25. 7ab2fce Refactor handling of conditional branches with known result. by Vladimir Marko · 10 years ago
  26. 6af8206 ART: x86 specific clearing higher bits when converting long to int by Yevgeny Rouban · 10 years ago
  27. 071beed Merge "ART: Generate switch targets from successor blocks" by Bill Buzbee · 10 years ago
  28. 743b98c Skip null check in MarkGCCard() for known non-null values. by Vladimir Marko · 10 years ago
  29. da96aed ART: Generate switch targets from successor blocks by Chao-ying Fu · 10 years ago
  30. bf535be Add card mark to filled-new-array. by Vladimir Marko · 10 years ago
  31. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  32. 675e09b ARM: Strength reduction for floating-point division by Ningsheng Jian · 10 years ago
  33. 080dd41 Clean up arena objects in Mir2Lir. by Vladimir Marko · 10 years ago
  34. ad17d41 Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)" by Andreas Gampe · 10 years ago
  35. 785d2f2 ART: Replace COMPILE_ASSERT with static_assert (compiler) by Andreas Gampe · 10 years ago
  36. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  37. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 10 years ago
  38. 5c5676b ART: Add div/rem zero check elimination flag by Razvan A Lupusoru · 10 years ago
  39. d8c3e36 ART: X86: GenLongArith should handle overlapped VRs by Alexei Zavjalov · 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. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  43. e39c54e Deprecate GrowableArray, use ArenaVector instead. by Vladimir Marko · 10 years ago
  44. cd48f2d Change Reference.get() intrinsic to Reference.getReferent(). by Mathieu Chartier · 10 years ago
  45. 8d0d03e ART: Change temporaries to positive names by Razvan A Lupusoru · 10 years ago
  46. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  47. 53c913b ART: Clean up compiler by Andreas Gampe · 10 years ago
  48. 651c967 Merge "AArch64: Improve MIR to LIR translation for abs" by Ian Rogers · 10 years ago
  49. 9a8a506 AArch64: Improve MIR to LIR translation for abs by Martyn Capewell · 10 years ago
  50. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 10 years ago
  51. 547cdfd Emit CFI for x86 & x86_64 JNI compiler. by Tong Shen · 10 years ago
  52. 57cd9d3b Merge "Added support for patching classes from different dex files." by Mathieu Chartier · 10 years ago
  53. e7f82e2 Added support for patching classes from different dex files. by Fred Shih · 10 years ago
  54. 48971b3 ART: Generate chained compare-and-branch for short switches by Andreas Gampe · 10 years ago
  55. 8081d2b Create allocator adapter for using Arena in std containers. by Vladimir Marko · 10 years ago
  56. c76c614 ART: Refactor long ops in quick compiler by Andreas Gampe · 10 years ago
  57. c763e35 AArch64: Implement InexpensiveConstant methods. by Matteo Franchin · 10 years ago
  58. 2eba1fa AArch64: Add inlining support for ceil(), floor(), rint(), round() by Serban Constantinescu · 10 years ago
  59. 6bbf096 ART: Implement the easy long division/remainder by a constant by Alexei Zavjalov · 10 years ago
  60. 6399968 Revert "Revert "Enable Load Store Elimination for ARM and ARM64"" by Serban Constantinescu · 10 years ago
  61. 9843059 ART: Rework quick entrypoint code in Mir2Lir, cleanup by Andreas Gampe · 10 years ago
  62. c32447b Revert "Enable Load Store Elimination for ARM and ARM64" by Bill Buzbee · 10 years ago
  63. fcc36ba Enable Load Store Elimination for ARM and ARM64 by Serban Constantinescu · 10 years ago
  64. 9ee4519 x86: GenSelect utility update by Serguei Katkov · 10 years ago
  65. e10a0bd Merge "Stack overflow checks and NPE checks for optimizing." by Nicolas Geoffray · 10 years ago
  66. f12feb8 Stack overflow checks and NPE checks for optimizing. by Nicolas Geoffray · 10 years ago
  67. 7ea6f79 ART: Throw StackOverflowError in native code by Andreas Gampe · 10 years ago
  68. 2983d23 Merge "Use vabs/fabs on arm/arm64 for intrinsic abs()." by Vladimir Marko · 10 years ago
  69. 5030d3e Use vabs/fabs on arm/arm64 for intrinsic abs(). by Vladimir Marko · 10 years ago
  70. fb8a07b Merge "ART: Refactor GenSelect, refactor gen_common accordingly" by Andreas Gampe · 10 years ago
  71. 90969af ART: Refactor GenSelect, refactor gen_common accordingly by Andreas Gampe · 10 years ago
  72. 9791bb4 Merge "Fix art test failures for Mips." by Jeff Hao · 10 years ago
  73. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  74. d9cb8ae Fix art test failures for Mips. by Douglas Leung · 10 years ago
  75. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 10 years ago
  76. ed7a0f2 AArch64: improve usage of TargetReg() and friends. by Matteo Franchin · 10 years ago
  77. 6ef2aa6 Merge "ART: Rework TargetReg(symbolic_reg, wide)" by Andreas Gampe · 10 years ago
  78. ccc6026 ART: Rework TargetReg(symbolic_reg, wide) by Andreas Gampe · 10 years ago
  79. af263df ART: Change GenPCUseDefEncoding(), turn on Load Hoisting for ARM64 by Andreas Gampe · 10 years ago
  80. 0f73aa8 Merge "Update counting VR for promotion" by Andreas Gampe · 10 years ago
  81. 59a42af Update counting VR for promotion by Serguei Katkov · 10 years ago
  82. 49ab79d Merge "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Sebastien Hertz · 10 years ago
  83. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 10 years ago
  84. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 10 years ago
  85. a9b870b Revert "Add intrinsic for Reference.get()" by Christopher Ferris · 10 years ago
  86. 6a1f4ad Merge "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Nicolas Geoffray · 10 years ago
  87. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  88. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  89. 03c672f Merge "Revert "Revert "Add intrinsic for Reference.get()""" by Christopher Ferris · 10 years ago
  90. 7ee5cd1 Merge "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 10 years ago
  91. e2ebfb4 Merge "Add intrinsic for Reference.get()" by Mathieu Chartier · 10 years ago
  92. 1836366 Merge "Updates to help classes derived from X86Mir2Lir" by Ian Rogers · 10 years ago
  93. e9f3e71 Updates to help classes derived from X86Mir2Lir by Mark Mendell · 10 years ago
  94. 460503b Add intrinsic for Reference.get() by Fred Shih · 10 years ago
  95. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  96. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  97. 70c4f06 ART: Intrinsic implementation for java.lang.System.arraycopy. by DaniilSokolov · 10 years ago
  98. 255e014 Aarch64: fix references handling in Load*Indexed. by Matteo Franchin · 10 years ago
  99. 23abec9 AArch64: Add few more inline functions by Serban Constantinescu · 10 years ago
  100. a77ee51 x86_64: TargetReg update for x86 by Chao-ying Fu · 10 years ago