1. 956af0f Remove portable. by Elliott Hughes · 11 years ago
  2. a262f77 ARM: Combine multiply accumulate operations. by Ningsheng Jian · 11 years ago
  3. ffc605c Add missing iget quick for bool, byte, char, short by Mathieu Chartier · 11 years ago
  4. 6bb3919 Merge "Quick: Redefine the notion of back-egdes." by Vladimir Marko · 11 years ago
  5. 8b858e1 Quick: Redefine the notion of back-egdes. by Vladimir Marko · 11 years ago
  6. 6c964c9 Merge "Re-factor Quick ABI support" by Vladimir Marko · 11 years ago
  7. 717a3e4 Re-factor Quick ABI support by Serguei Katkov · 11 years ago
  8. 27dee8b X86_64 QBE: use RIP addressing by Mark Mendell · 11 years ago
  9. 989210e Merge "Quick: Use fewer insns for ARM LDR/STR with large offsets." by Vladimir Marko · 11 years ago
  10. aed3ad7 Quick: Use fewer insns for ARM LDR/STR with large offsets. by Vladimir Marko · 11 years ago
  11. ab972ef Remove method verification results right after compiling a method by Mathieu Chartier · 11 years ago
  12. a29f698 Implement InexpensiveConstantInt(., opcode) for ARM. by Vladimir Marko · 11 years ago
  13. dde815a Merge "ART: x86 specific clearing higher bits when converting long to int" by Bill Buzbee · 11 years ago
  14. 758662e Merge "Quick: Fix neg-long on ARM for overlapping regs." by Vladimir Marko · 11 years ago
  15. 05d5810 Merge "Refactor handling of conditional branches with known result." by Vladimir Marko · 11 years ago
  16. 0a08097 Merge "Quick: Use 16-bit conditional branch in Thumb2." by Vladimir Marko · 11 years ago
  17. 2f340a8 Quick: Fix neg-long on ARM for overlapping regs. by Vladimir Marko · 11 years ago
  18. 7ab2fce Refactor handling of conditional branches with known result. by Vladimir Marko · 11 years ago
  19. 6af8206 ART: x86 specific clearing higher bits when converting long to int by Yevgeny Rouban · 11 years ago
  20. 174636d Quick: Use 16-bit conditional branch in Thumb2. by Vladimir Marko · 11 years ago
  21. 9d5c25a Quick: Use 16-bit Thumb2 PUSH/POP when possible. by Vladimir Marko · 11 years ago
  22. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 11 years ago
  23. 79d43fd Merge "ART: GenLongArith has to clobber same operands for 2-op instr" by Bill Buzbee · 11 years ago
  24. 071beed Merge "ART: Generate switch targets from successor blocks" by Bill Buzbee · 11 years ago
  25. 55c5c3c Merge "Skip null check in MarkGCCard() for known non-null values." by Vladimir Marko · 11 years ago
  26. ce41062 Revert "ART: Remove wrong DCHECK" by Andreas Gampe · 11 years ago
  27. 743b98c Skip null check in MarkGCCard() for known non-null values. by Vladimir Marko · 11 years ago
  28. 321b987 Further cleanup using dex_instruction_utils.h. by Vladimir Marko · 11 years ago
  29. c12da2d Merge "Rewrite GVN's field id and field type handling." by Vladimir Marko · 11 years ago
  30. da96aed ART: Generate switch targets from successor blocks by Chao-ying Fu · 11 years ago
  31. 2cfbccd Merge "LSRA: Fix X86 shuffle flags" by Ian Rogers · 11 years ago
  32. 6b9356c ART: GenLongArith has to clobber same operands for 2-op instr by nikolay serdjuk · 11 years ago
  33. b72c723 ART: X86 vectorized reduce may use incorrect extract index by Razvan A Lupusoru · 11 years ago
  34. af6925b Rewrite GVN's field id and field type handling. by Vladimir Marko · 11 years ago
  35. 4514d2a Merge "Add card mark to filled-new-array." by Vladimir Marko · 11 years ago
  36. bf535be Add card mark to filled-new-array. by Vladimir Marko · 11 years ago
  37. 8366ca0 Fix the last users of TARGET_CPU_SMP. by Elliott Hughes · 11 years ago
  38. 8542ff3 Merge "AArch64: Addressing Cortex-A53 erratum 835769." by Ian Rogers · 11 years ago
  39. cee552a Merge "ART: X86Mir2Lir::OpRegRegReg should expect kOpMul for r_dest == r_src2 case" by Bill Buzbee · 11 years ago
  40. d79ac38 Merge "Quick compiler: fix x86 special identity" by buzbee · 11 years ago
  41. 4ee71b2 ART: X86Mir2Lir::OpRegRegReg should expect kOpMul for r_dest == r_src2 case by Pavel Vyssotski · 11 years ago
  42. e8f74e5 Quick compiler: fix x86 special identity by buzbee · 11 years ago
  43. 130914e Fix no relocate host tests by Mathieu Chartier · 11 years ago
  44. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 11 years ago
  45. f18b92f LSRA: Fix X86 shuffle flags by Dmitry Petrochenko · 11 years ago
  46. 65420b2 AArch64: Addressing Cortex-A53 erratum 835769. by Matteo Franchin · 11 years ago
  47. 5d99e33 Merge "ART: copy dalvikInsn back on throw instruction processing" by Bill Buzbee · 11 years ago
  48. 2431452 AArch64: Small improvements. by Matteo Franchin · 11 years ago
  49. 4594ad6 Merge "Quick: Fix arm64 AGET/APUT to use 32-bit index." by Vladimir Marko · 11 years ago
  50. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 11 years ago
  51. f20076f Merge "ART: Implicit null check should break def tracking" by Bill Buzbee · 11 years ago
  52. 172808c Merge "Use correct register class for refs" by Vladimir Marko · 11 years ago
  53. 9c3617a ART: Implicit null check should break def tracking by Pavel Vyssotski · 11 years ago
  54. e08785b Quick: Fix arm64 AGET/APUT to use 32-bit index. by Vladimir Marko · 11 years ago
  55. 2750354 Use correct register class for refs by Serguei Katkov · 11 years ago
  56. 81ea72b Merge "ART: Fix clobbering low part in 32-bit version of X86Mir2Lir::GenNegDouble" by Bill Buzbee · 11 years ago
  57. e49e9a0 Merge "ART: GenNegLong incorrectly handled register overlap for x86" by Bill Buzbee · 11 years ago
  58. 570570e Merge "Revert "Use correct register class for refs"" by Vladimir Marko · 11 years ago
  59. 29b5535 Revert "Use correct register class for refs" by Vladimir Marko · 11 years ago
  60. dbc30bc Merge "Use correct register class for refs" by Vladimir Marko · 11 years ago
  61. 5c25554 Use correct register class for refs by Serguei Katkov · 11 years ago
  62. d4812a9 ART: Fix clobbering low part in 32-bit version of X86Mir2Lir::GenNegDouble by Pavel Vyssotski · 11 years ago
  63. c35cda8 Fix parentheses, tidy code. by Ian Rogers · 11 years ago
  64. d24c934 ART: GenNegLong incorrectly handled register overlap for x86 by nikolay serdjuk · 11 years ago
  65. b28c1c0 Tidy RegStorage for X86. by Ian Rogers · 11 years ago
  66. 648c7f6 am 1991fed6: Merge "Don\'t enable ARM_R4_SUSPEND_FLAG." by Ian Rogers · 11 years ago
  67. 8ba17f6 Don't enable ARM_R4_SUSPEND_FLAG. by Ian Rogers · 11 years ago
  68. cae6e6b am 77dbcdd2: Merge "Fix LoadValue{Wide} to free temp when reg classes are not matched" by Ian Rogers · 11 years ago
  69. 77dbcdd Merge "Fix LoadValue{Wide} to free temp when reg classes are not matched" by Ian Rogers · 11 years ago
  70. 5087696 am 40845d26: Merge "ARM: Strength reduction for floating-point division" by Ian Rogers · 11 years ago
  71. 68347e8 am 211d45e0: Merge "X86 QBE: Mark kX86StartOfMethod as defining reg 0" by Ian Rogers · 11 years ago
  72. 675e09b ARM: Strength reduction for floating-point division by Ningsheng Jian · 11 years ago
  73. 211d45e Merge "X86 QBE: Mark kX86StartOfMethod as defining reg 0" by Ian Rogers · 11 years ago
  74. 9913c84 am 970a25ca: Merge "Clean up arena objects in Mir2Lir." by Vladimir Marko · 11 years ago
  75. 080dd41 Clean up arena objects in Mir2Lir. by Vladimir Marko · 11 years ago
  76. 02c637e Fix LoadValue{Wide} to free temp when reg classes are not matched by Serguei Katkov · 11 years ago
  77. ae1a434 am 78a32333: Merge "ART: More warnings" by Andreas Gampe · 11 years ago
  78. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  79. cdd9838 am ad17d418: Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)" by Andreas Gampe · 11 years ago
  80. ad17d41 Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)" by Andreas Gampe · 11 years ago
  81. 785d2f2 ART: Replace COMPILE_ASSERT with static_assert (compiler) by Andreas Gampe · 11 years ago
  82. 1525ed8 am a10a8b56: Merge "Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags." by Ian Rogers · 11 years ago
  83. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  84. 56e8e60 ART: copy dalvikInsn back on throw instruction processing by Alexei Zavjalov · 11 years ago
  85. ed54f6a am 45664c99: Merge "Avoid signed integer overflow." by Ian Rogers · 11 years ago
  86. 7d4ecd5 Avoid signed integer overflow. by Ian Rogers · 11 years ago
  87. 5f70c79 X86 QBE: Mark kX86StartOfMethod as defining reg 0 by Mark Mendell · 11 years ago
  88. 9fe6010 am 7c049c1f: Merge "Remove useless suspend points from arm/arm64 AGET/APUT." by Vladimir Marko · 11 years ago
  89. fb311f8 Remove useless suspend points from arm/arm64 AGET/APUT. by Vladimir Marko · 11 years ago
  90. a229421 am 4985fdf0: Merge "Rewrite class initialization check elimination." by Vladimir Marko · 11 years ago
  91. 0e7217d am 3e3364e2: Merge "Tidy logging code not using UNIMPLEMENTED." by Ian Rogers · 11 years ago
  92. a660fc1 am c57a66d5: Merge "ARM: Use hardfp calling convention between java to java call." by Ian Rogers · 11 years ago
  93. d3ea207 am b62ff579: Merge "ART: Add div/rem zero check elimination flag" by Ian Rogers · 11 years ago
  94. 66c6d7b Rewrite class initialization check elimination. by Vladimir Marko · 11 years ago
  95. 3e3364e Merge "Tidy logging code not using UNIMPLEMENTED." by Ian Rogers · 11 years ago
  96. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 11 years ago
  97. b62ff57 Merge "ART: Add div/rem zero check elimination flag" by Ian Rogers · 11 years ago
  98. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 11 years ago
  99. ab9e1ce am b08f4dcf: Merge "X86 Long Min/Max: Avoid calling SRegToVReg with -1" by Vladimir Marko · 11 years ago
  100. a65c1db X86 Long Min/Max: Avoid calling SRegToVReg with -1 by Mark Mendell · 11 years ago