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