1. 5a6cbfc MIPS32: Refined comment in java.lang.Math.abs(float/double) intrinsics by Goran Jakovljevic · 9 years ago
  2. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 9 years ago
  3. b668465 MIPS32: Change java.lang.Math.abs(float/double) intrinsics by Goran Jakovljevic · 9 years ago
  4. c8144cd Merge "Revert "Make object allocation entrypoints only take a class."" by Treehugger Robot · 9 years ago
  5. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 9 years ago
  6. dcf5276 Merge "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 9 years ago
  7. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 9 years ago
  8. 79f9928 Merge "ART: Compiler support for invoke-polymorphic." by Treehugger Robot · 9 years ago
  9. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 9 years ago
  10. db47a14 Merge "Keep resolved String in HLoadString." by Nicolas Geoffray · 9 years ago
  11. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 9 years ago
  12. 5e83eb7 Merge "Recognize getClass() in RTP." by Nicolas Geoffray · 9 years ago
  13. f0acfe7 Keep resolved String in HLoadString. by Nicolas Geoffray · 9 years ago
  14. 2e17788 Merge "Fix some issues reported by Valgrind" by Mathieu Chartier · 9 years ago
  15. c52b26d Recognize getClass() in RTP. by Nicolas Geoffray · 9 years ago
  16. 431121f The HBoundsCheck should be the index input of String.charAt. by Nicolas Geoffray · 9 years ago
  17. 3a2e78e Fix some issues reported by Valgrind by Anton Kirilov · 9 years ago
  18. 776ba76 Merge "Remove the IsInDexCache flag from HLoadString." by Treehugger Robot · 9 years ago
  19. 4d1be492 Remove the IsInDexCache flag from HLoadString. by Vladimir Marko · 9 years ago
  20. a790039 Merge "ARM: VIXL32: Fix crash in Exchange for stack slots." by Nicolas Geoffray · 9 years ago
  21. f67dadb Merge "MIPS64: Implement table-based packed switch" by Treehugger Robot · 9 years ago
  22. 4593f7d ARM: VIXL32: Fix crash in Exchange for stack slots. by Artem Serov · 9 years ago
  23. 168768d Merge "Refine receiver type when inlining based on inline caches." by Nicolas Geoffray · 9 years ago
  24. 8174621 Merge "MIPS32: java.lang.String.getChars" by Nicolas Geoffray · 9 years ago
  25. 0f001b7 Refine receiver type when inlining based on inline caches. by Nicolas Geoffray · 9 years ago
  26. 001cd47 Merge "Revert "Revert "Avoid scratch register exhaustion during ARM64 stack slot moves.""" by Roland Levillain · 9 years ago
  27. 78b3d5d Revert "Revert "Avoid scratch register exhaustion during ARM64 stack slot moves."" by Roland Levillain · 9 years ago
  28. b28c874 Merge "Support non-exact upper bound of HBoundType." by Nicolas Geoffray · 9 years ago
  29. 6fc063c Merge "MIPS64: Drop redundant sign-extensions in integer conversions" by Treehugger Robot · 9 years ago
  30. 4ca40e8 Merge "MIPS32: Don't always do a null test in MarkGCCard" by Treehugger Robot · 9 years ago
  31. 7ee9ee9 Merge "MIPS64: Improve integer comparison with constants" by Treehugger Robot · 9 years ago
  32. e2157fb Merge "MIPS64: Implement branchless HCondition for floats" by Nicolas Geoffray · 9 years ago
  33. db577b6 Merge "Revert "Avoid scratch register exhaustion during ARM64 stack slot moves."" by Nicolas Geoffray · 9 years ago
  34. 122ceb4 Revert "Avoid scratch register exhaustion during ARM64 stack slot moves." by Nicolas Geoffray · 9 years ago
  35. 595375f Merge "MIPS64: Align register spills on 8-byte boundaries in slow paths" by Nicolas Geoffray · 9 years ago
  36. 692235e MIPS32: java.lang.String.getChars by Chris Larsen · 9 years ago
  37. 4ec76d2 Avoid scratch register exhaustion during ARM64 stack slot moves. by Roland Levillain · 9 years ago
  38. 66e3919 Merge "MIPS64: java.lang.String.getChars" by Treehugger Robot · 9 years ago
  39. 4375819 MIPS64: Implement branchless HCondition for floats by Tijana Jakovljevic · 9 years ago
  40. 992bdb9 MIPS64: Drop redundant sign-extensions in integer conversions by Goran Jakovljevic · 9 years ago
  41. db3deee MIPS64: Improve integer comparison with constants by Goran Jakovljevic · 9 years ago
  42. e114da2 MIPS32: Don't always do a null test in MarkGCCard by Goran Jakovljevic · 9 years ago
  43. c378980 MIPS64: Align register spills on 8-byte boundaries in slow paths by Alexey Frunze · 9 years ago
  44. 0960ac5 MIPS64: Implement table-based packed switch by Alexey Frunze · 9 years ago
  45. 8c3794c Support non-exact upper bound of HBoundType. by Nicolas Geoffray · 9 years ago
  46. 56e2f93 Merge "Remove soon to be obsolete call kinds for direct calls." by Nicolas Geoffray · 9 years ago
  47. 0239c43 Merge "Fix transfer over rejected induction." by Aart Bik · 9 years ago
  48. 74da529 Fix transfer over rejected induction. by Aart Bik · 9 years ago
  49. 1ffb6fc Merge "ARM: VIXL32: Use 16-bit encoding for B(cond,...) where possible." by Nicolas Geoffray · 9 years ago
  50. c1a42cf Remove soon to be obsolete call kinds for direct calls. by Nicolas Geoffray · 9 years ago
  51. 06ce6d4 Merge "MIPS64: Improve string and class loads." by Treehugger Robot · 9 years ago
  52. eaaaaef Merge "Sharpen HLoadClass from inliner." by Nicolas Geoffray · 9 years ago
  53. f63f569 MIPS64: Improve string and class loads. by Alexey Frunze · 9 years ago
  54. b0b051a CHA guard optimization (elimination/hoisting). by Mingyao Yang · 9 years ago
  55. d54f43c Merge "Improved induction var and range analysis around types." by Aart Bik · 9 years ago
  56. e6bd027 Improved induction var and range analysis around types. by Aart Bik · 9 years ago
  57. 5687634 Sharpen HLoadClass from inliner. by Nicolas Geoffray · 9 years ago
  58. 76873db Merge "ARM: VIXL32: Implement some dispatch optimizations." by Nicolas Geoffray · 9 years ago
  59. 89b31a3 Merge "Add HVariableInputSizeInstruction." by Mingyao Yang · 9 years ago
  60. 517d9f6 ARM: VIXL32: Use 16-bit encoding for B(cond,...) where possible. by Artem Serov · 9 years ago
  61. c5fcb44 ARM: VIXL32: Implement some dispatch optimizations. by Artem Serov · 9 years ago
  62. 7e9a562 Merge "ARM: VIXL32: Do a code cleanup." by Nicolas Geoffray · 9 years ago
  63. 4c1667f Merge "Flush JIT data cache when committing code." by Nicolas Geoffray · 9 years ago
  64. 2c43590 Merge "Fixed signal 11 bug by not testing resolved method first." by Treehugger Robot · 9 years ago
  65. e9f3269 Merge "Fine tuning the induction analysis." by Treehugger Robot · 9 years ago
  66. a9dbe83 Add HVariableInputSizeInstruction. by Mingyao Yang · 9 years ago
  67. d0a022d Fine tuning the induction analysis. by Aart Bik · 9 years ago
  68. ab2270f Fixed signal 11 bug by not testing resolved method first. by Aart Bik · 9 years ago
  69. ed015ac Flush JIT data cache when committing code. by Nicolas Geoffray · 9 years ago
  70. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  71. b73e659 Merge "ARM: Fix breaking changes from recent VIXL update." by Nicolas Geoffray · 9 years ago
  72. 3f92bde Merge "Implement VisitShouldDeoptimizeFlag for MIPS/MIPS64" by Treehugger Robot · 9 years ago
  73. b70b66e Merge "MIPS64: Improve method invocation." by Treehugger Robot · 9 years ago
  74. c641842 Implement VisitShouldDeoptimizeFlag for MIPS/MIPS64 by Goran Jakovljevic · 9 years ago
  75. 001e1c1 Merge "Support GVN for HLoadClass::LoadKind::kJitTableAddress." by Nicolas Geoffray · 9 years ago
  76. 9b1583e Support GVN for HLoadClass::LoadKind::kJitTableAddress. by Nicolas Geoffray · 9 years ago
  77. 19f6c69 MIPS64: Improve method invocation. by Alexey Frunze · 9 years ago
  78. 9186ced ART: Clean up utils.h by Andreas Gampe · 9 years ago
  79. ea63e4d Merge "Remove obsolete DeduplicateDexCacheAddressLiteral()." by Vladimir Marko · 9 years ago
  80. 831cb26 Merge "ARM: VIXL32: Test both current and new assemblers with optimizing_cfi_test." by Nicolas Geoffray · 9 years ago
  81. 0f0829b Remove obsolete DeduplicateDexCacheAddressLiteral(). by Vladimir Marko · 9 years ago
  82. 0fb3719 ARM: Fix breaking changes from recent VIXL update. by Artem Serov · 9 years ago
  83. 22384ae Revert "Revert "Add kJitTableAddress for HLoadClass."" by Nicolas Geoffray · 9 years ago
  84. 4dd3f7d Merge "Revert "Add kJitTableAddress for HLoadClass."" by Nicolas Geoffray · 9 years ago
  85. d2d5262 Revert "Add kJitTableAddress for HLoadClass." by Nicolas Geoffray · 9 years ago
  86. 7d81bf2 Merge "Add kJitTableAddress for HLoadClass." by Nicolas Geoffray · 9 years ago
  87. 90ab673 ARM: VIXL32: Test both current and new assemblers with optimizing_cfi_test. by Scott Wakeling · 9 years ago
  88. 5b12f79 Add kJitTableAddress for HLoadClass. by Nicolas Geoffray · 9 years ago
  89. 644032c ARM: VIXL32: Do a code cleanup. by Anton Kirilov · 9 years ago
  90. c836b5a Merge "Revert "Revert "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry.""" by Nicolas Geoffray · 9 years ago
  91. 57096b7 Merge "Added polynomial induction variables analysis. With tests." by Treehugger Robot · 9 years ago
  92. df7822e Added polynomial induction variables analysis. With tests. by Aart Bik · 9 years ago
  93. f3dcdd9 Merge "ARM: VIXL32: Implement read barriers." by Nicolas Geoffray · 9 years ago
  94. bffdc70 Revert "Revert "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry."" by Scott Wakeling · 9 years ago
  95. b08265b Merge "MIPS32: Pass more arguments in registers." by Vladimir Marko · 9 years ago
  96. 2f34995 Revert "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry." by Nicolas Geoffray · 9 years ago
  97. 1b8464d MIPS32: Pass more arguments in registers. by Alexey Frunze · 9 years ago
  98. d494c5e ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry. by Artem Serov · 9 years ago
  99. edb2ac3 ARM: VIXL32: Implement read barriers. by Anton Kirilov · 9 years ago
  100. 6746874 Merge "Added geometric induction variables analysis." by Aart Bik · 9 years ago