1. e130ee6 Add a local elf.h by Brian Carlstrom · 10 years ago
  2. ffcdd9f Merge "x86_64: Unify 64-bit check in x86 compiler" by Andreas Gampe · 10 years ago
  3. dd64450 x86_64: Unify 64-bit check in x86 compiler by Elena Sayapina · 10 years ago
  4. 412f10c Support longs in the register allocator for x86_64. by Nicolas Geoffray · 10 years ago
  5. f9872f0 ART: Fix size error reported by ARM64 backend by Andreas Gampe · 10 years ago
  6. 6f9dbb8 Merge "ART: Quick compiler: More size checks, add TargetReg variants" by Andreas Gampe · 10 years ago
  7. e03e5a3 Merge "x86_64: Simplify FlushIns" by Andreas Gampe · 10 years ago
  8. 4d5d794 x86_64: Simplify FlushIns by Dmitry Petrochenko · 10 years ago
  9. 4b537a8 ART: Quick compiler: More size checks, add TargetReg variants by Andreas Gampe · 10 years ago
  10. c200a4a ART: Rework Generic JNI, add ARM version by Andreas Gampe · 10 years ago
  11. 86797a7 AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered by Serban Constantinescu · 10 years ago
  12. 595248a Merge "AArch64: Rename A64_/A32_ register prefix to x/w." by Andreas Gampe · 10 years ago
  13. baa7c88 AArch64: Rename A64_/A32_ register prefix to x/w. by Zheng Xu · 10 years ago
  14. 4c7cc15 x86_64: Fix GenArrayBoundsCheck by Serguei Katkov · 10 years ago
  15. 3470ab4 Fixed gdb support and added some ElfFile functions by Alex Light · 10 years ago
  16. 903989d AArch64: Fix OpRegRegImm64 add/sub for large negative imm. by Vladimir Marko · 10 years ago
  17. 949cd97 AArch64: Enable GenSpecialCase. by Zheng Xu · 10 years ago
  18. 2db3e26 Fix quick mode bugs for Mips. by Douglas Leung · 10 years ago
  19. a64d728 Merge "AArch64: implement easy division and reminder." by Bill Buzbee · 10 years ago
  20. e313d16 Merge "Fix off-by-one errors in limit checking for ldr/str instructions." by Dave Allison · 10 years ago
  21. 0bb9ade Fix off-by-one errors in limit checking for ldr/str instructions. by Dave Allison · 10 years ago
  22. c6301bc ART: ARM64 fp return reg locations are FP by Andreas Gampe · 10 years ago
  23. a94d7fd Merge "Fix topological ordering and use it for optimizations." by Vladimir Marko · 10 years ago
  24. fee5586 Merge "Support additional instructions in ARM and thumb assemblers" by Dave Allison · 10 years ago
  25. 45fdb93 Support additional instructions in ARM and thumb assemblers by Dave Allison · 10 years ago
  26. b1cbf58 Merge "Re-enable tests with the optimizing compiler." by Nicolas Geoffray · 10 years ago
  27. f61b537 Re-enable tests with the optimizing compiler. by Nicolas Geoffray · 10 years ago
  28. 833a485 ART: Native support for multidex by Andreas Gampe · 10 years ago
  29. e61fd35 Revert "Re-enable tests with the optimizing compiler." by Nicolas Geoffray · 10 years ago
  30. 2055091 Re-enable tests with the optimizing compiler. by Nicolas Geoffray · 10 years ago
  31. de025a7 Fix a bug in LiveInterval::FirstRegisterUseAfter. by Nicolas Geoffray · 10 years ago
  32. b9d11f7 Merge "x86_64: Fix wide argument increment" by Ian Rogers · 10 years ago
  33. e63d9d4 x86_64: int-to-long should ensure that int in kCoreReg by Serguei Katkov · 10 years ago
  34. b6564c1 x86_64: Fix wide argument increment by Chao-ying Fu · 10 years ago
  35. afd9acc Multilib ART host. by Ian Rogers · 10 years ago
  36. 685d352 Merge "Add more read barriers to the class linker." by Hiroshi Yamauchi · 10 years ago
  37. e9e3e69 Add more read barriers to the class linker. by Hiroshi Yamauchi · 10 years ago
  38. fe7aee2 Merge "More advanced timing loggers." by Mathieu Chartier · 10 years ago
  39. f5997b4 More advanced timing loggers. by Mathieu Chartier · 10 years ago
  40. fbd18f1 Merge "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 10 years ago
  41. de68676 Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 10 years ago
  42. 7e47f71 Merge "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 10 years ago
  43. 3c12c51 Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 10 years ago
  44. 1528b02 Merge "Add some more instruction support to optimizing compiler." by Dave Allison · 10 years ago
  45. 20dfc79 Add some more instruction support to optimizing compiler. by Dave Allison · 10 years ago
  46. 1bc6772 Merge "Log profile info only on debug builds." by Calin Juravle · 10 years ago
  47. 7db22606 Merge "Always compile leafs during profile based compilation." by Calin Juravle · 10 years ago
  48. ad1e79f Merge "Move trampolines to thumb2 instead of ARM" by Dave Allison · 10 years ago
  49. 2689fba ART: Split out more cases of Load/StoreRef, volatile as parameter by Andreas Gampe · 10 years ago
  50. 50abf0a Move trampolines to thumb2 instead of ARM by Dave Allison · 10 years ago
  51. 08f7a2d Log profile info only on debug builds. by Calin Juravle · 10 years ago
  52. 38a0904 Always compile leafs during profile based compilation. by Calin Juravle · 10 years ago
  53. 1c55703 x86_64: Correct fix for cmp-long by Serguei Katkov · 10 years ago
  54. 2073e75 Revert "Revert "ART: Fix StoreValue to use RefDisp when necessary."" by Andreas Gampe · 10 years ago
  55. a5377fe Merge "Revert "ART: Fix StoreValue to use RefDisp when necessary."" by Ian Rogers · 10 years ago
  56. e98297b Revert "ART: Fix StoreValue to use RefDisp when necessary." by Ian Rogers · 10 years ago
  57. 596bea8 ART: Fix StoreValue to use RefDisp when necessary. by Andreas Gampe · 10 years ago
  58. b493c29 Merge "x86_64: Enable some optimizations" by Bill Buzbee · 10 years ago
  59. 4370d3d Merge "x86_64: Fix fp-to-core conversion" by Bill Buzbee · 10 years ago
  60. 7499cd1 Merge "x86_64: Fix comp-long" by Bill Buzbee · 10 years ago
  61. 0498223 x86_64: Fix comp-long by Serguei Katkov · 10 years ago
  62. 5078d97 x86_64: Fix fp-to-core conversion by Serguei Katkov · 10 years ago
  63. 49c5f50 ART: Fix register overlap checks in CopyArgumentRegs by Andreas Gampe · 10 years ago
  64. 990f110 Merge "ART: Fix StoreValue to use RefDisp when necessary." by Andreas Gampe · 10 years ago
  65. 54ee444 Quick compiler: remove Arm64 "EXPERIMENTAL" filter by buzbee · 10 years ago
  66. c61b3c9 AArch64: implement easy division and reminder. by Matteo Franchin · 10 years ago
  67. 622bdbe Fix topological ordering and use it for optimizations. by Vladimir Marko · 10 years ago
  68. a81fe3d Merge "x86_64: Several fixes required for enabling promotion" by Bill Buzbee · 10 years ago
  69. 7133659 Merge "x86_64: Fix neg_double" by Bill Buzbee · 10 years ago
  70. 202e747 Merge "ART: Log information when skipping method during compilation" by Andreas Gampe · 10 years ago
  71. 060e6fe ART: Log information when skipping method during compilation by Andreas Gampe · 10 years ago
  72. 02959ea x86_64: Fix neg_double by Alexei Zavjalov · 10 years ago
  73. 995b32c Merge "ART: Implicit checks in the compiler are independent from Runtime" 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. f987927 ART: Reserve 8B for float literals on ARM64 by Andreas Gampe · 10 years ago
  76. 57eb0b4 Merge "ART: Change rrr add and sub for ARM64" by Andreas Gampe · 10 years ago
  77. 9f975bf ART: Change rrr add and sub for ARM64 by Andreas Gampe · 10 years ago
  78. 7cd26f3 ART: Target-dependent stack overflow, less check elision by Andreas Gampe · 10 years ago
  79. 47b31aa ART: Start implementation of OpRegRegRegExtend for ARM64 by Andreas Gampe · 10 years ago
  80. e4a6bd7 x86_64: Enable some optimizations by Dmitry Petrochenko · 10 years ago
  81. 3157f9a x86_64: Several fixes required for enabling promotion by Dmitry Petrochenko · 10 years ago
  82. 5969734 Merge "Add x86 inlined abs method for float/double" by Vladimir Marko · 10 years ago
  83. 7071c8d Add x86 inlined abs method for float/double by Yixin Shou · 11 years ago
  84. 9b743ef Merge "AArch64: Fix OpCmpMemImmBranch." by Bill Buzbee · 10 years ago
  85. 7c1c263 AArch64: Fix OpCmpMemImmBranch. by Zheng Xu · 10 years ago
  86. 71921a3 Merge "x86_64: Clobber r8 to r11 and xmm0 to xmm15" by Ian Rogers · 10 years ago
  87. 4c115b8 Revert "Add x86 inlined abs method for float/double" by Vladimir Marko · 10 years ago
  88. 0210d11 AArch64: Add transition assembly to wrapper native functions. by Zheng Xu · 10 years ago
  89. 838b38f Merge "ART: Implement rem_double/rem_float for x86/x86-64" by Bill Buzbee · 10 years ago
  90. bd3682e ART: Implement rem_double/rem_float for x86/x86-64 by Alexei Zavjalov · 10 years ago
  91. cf20c1a Fix build: style issue. by Vladimir Marko · 10 years ago
  92. d87c29c Merge "Add x86 inlined abs method for float/double" by Vladimir Marko · 10 years ago
  93. 35ec2b5 x86_64: Clobber r8 to r11 and xmm0 to xmm15 by Chao-ying Fu · 10 years ago
  94. c41e6dc AArch64: improve 64-bit immediates loads. by Matteo Franchin · 10 years ago
  95. d6b2237 Merge "ART: Instanceof returns true if ref == 0 on x86-64" by Bill Buzbee · 10 years ago
  96. bd7ebdb Merge "Use GetLow() to access low register of a pair" by Bill Buzbee · 10 years ago
  97. b9b9d66 Use GetLow() to access low register of a pair by Mark Mendell · 10 years ago
  98. 57cd219 Merge "Arm64 hard-float" by buzbee · 10 years ago
  99. 33ae558 Arm64 hard-float by buzbee · 10 years ago
  100. e88b89a Add x86 inlined abs method for float/double by Yixin Shou · 11 years ago