1. e39c54e Deprecate GrowableArray, use ArenaVector instead. by Vladimir Marko · 11 years ago
  2. 04db946 Merge "ART: Address three issues with x86 assembler before enabling load store elimination." by Ian Rogers · 11 years ago
  3. 8147dcb Merge "ART: Overflow of bound check in ArrayCopy intrinsic" by Ian Rogers · 11 years ago
  4. 87258ed Merge "Slow path should break def tracking" by Bill Buzbee · 11 years ago
  5. 8d050d8 Merge "AddIntrinsicSlowPath with resume requires clobbering" by Bill Buzbee · 11 years ago
  6. f9f0ed4 ART: Overflow of bound check in ArrayCopy intrinsic by avignate · 11 years ago
  7. 0a1174e X86 QBE: Make some X86 routines virtual by Mark Mendell · 11 years ago
  8. 98cb689 Quick compiler (arm64) Fix inline Math.round() by buzbee · 11 years ago
  9. a870bc5 ART: Address three issues with x86 assembler before enabling load store elimination. by Haitao Feng · 11 years ago
  10. 589e046 Slow path should break def tracking by Serguei Katkov · 11 years ago
  11. 9863daf AddIntrinsicSlowPath with resume requires clobbering by Serguei Katkov · 11 years ago
  12. b5477f0 Fix kThumb2Vldrd definition to set correct flag. by Junmo Park · 11 years ago
  13. cd48f2d Change Reference.get() intrinsic to Reference.getReferent(). by Mathieu Chartier · 11 years ago
  14. a464466 x86: evaluation destination should be after load of source in RA by Serguei Katkov · 11 years ago
  15. 90a21f8 Quick compiler: Fix handling of unused returns by buzbee · 11 years ago
  16. eacc5f0 Fix Thumb2Stm, ldm definition of EncodingMap for arm by Junmo Park · 11 years ago
  17. 3a91f44 ART: X86: Improve multiply in div/rem by literal by Mark Mendell · 11 years ago
  18. 3f51e7d ART: Fix x86_64 GenSelect case when destination is Ref by Jean Christophe Beyler · 11 years ago
  19. 6dccdc2 ART: Reduce LockCallTemps usage by Maxim Kazantsev · 11 years ago
  20. 328c430 Merge "ART: Vectorization opcode implementation fixes" by Ian Rogers · 11 years ago
  21. d73f52b Merge "Add numerator check for integer divide and modulo" by Ian Rogers · 11 years ago
  22. b3a84e2 ART: Vectorization opcode implementation fixes by Lupusoru, Razvan A · 11 years ago
  23. 2a09504 Merge "Fix SetupResourceMasks to pass correct parameters" by Vladimir Marko · 11 years ago
  24. 4a94679 Merge "Quick compiler, aarch64: Insane sanity checker" by buzbee · 11 years ago
  25. de0b996 ART: Fix read-out-of-bounds in the compiler by Andreas Gampe · 11 years ago
  26. aa839cc Fix SetupResourceMasks to pass correct parameters by Junmo Park · 11 years ago
  27. f77e977 Quick compiler, aarch64: Insane sanity checker by buzbee · 11 years ago
  28. 7c7686e Merge "Revert "Revert "ART: Prepare for ELF64.""" by Nicolas Geoffray · 11 years ago
  29. f9b87b1 Revert "Revert "ART: Prepare for ELF64."" by Nicolas Geoffray · 11 years ago
  30. 893600c Merge "Revert "ART: Prepare for ELF64."" by Nicolas Geoffray · 11 years ago
  31. 7eebd95 Revert "ART: Prepare for ELF64." by Nicolas Geoffray · 11 years ago
  32. 59a0043 Merge "ART: Address issues with kIntrinsicMinMaxDouble for x86" by Ian Rogers · 11 years ago
  33. 45b8f1a ART: Prepare for ELF64. by Tong Shen · 11 years ago
  34. e5beb18 ART: Address issues with kIntrinsicMinMaxDouble for x86 by Razvan A Lupusoru · 11 years ago
  35. 3a65807 Quick compiler: Fix MIPS build by buzbee · 11 years ago
  36. 2ddd175 Add numerator check for integer divide and modulo by Yixin Shou · 11 years ago
  37. 8d0d03e ART: Change temporaries to positive names by Razvan A Lupusoru · 11 years ago
  38. b5bce7c ART: Add non-temporal store support by Jean Christophe Beyler · 11 years ago
  39. 88a6b41 Quick compiler: fix DCHECK by buzbee · 11 years ago
  40. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 11 years ago
  41. 53c913b ART: Clean up compiler by Andreas Gampe · 11 years ago
  42. 651c967 Merge "AArch64: Improve MIR to LIR translation for abs" by Ian Rogers · 11 years ago
  43. b289d2c Merge "ART: Implement kMirOpNullCheck" by Ian Rogers · 11 years ago
  44. 00b3024 Merge "x86: A couple of minor changes for String.indexOf() inlining" by Ian Rogers · 11 years ago
  45. 7642324 ART: Implement kMirOpNullCheck by Razvan A Lupusoru · 11 years ago
  46. 9a8a506 AArch64: Improve MIR to LIR translation for abs by Martyn Capewell · 11 years ago
  47. 5d13f12 Quick compiler: fix Arm64 inline locking code by buzbee · 11 years ago
  48. 74de63b X86: Fix alias info in GenInlinedIndexOf(). by Vladimir Marko · 11 years ago
  49. 9be4be5 Merge "AArch64: Add tbz/tbnz and tst." by Vladimir Marko · 11 years ago
  50. 5d7cdec AArch64: Add tbz/tbnz and tst. by Zheng Xu · 11 years ago
  51. 76bc718 Merge "[MIPS] Fix the code generated by GenSelectConst32" by Andreas Gampe · 11 years ago
  52. aa1ed01 Merge "ART source line debug info in OAT files" by Ian Rogers · 11 years ago
  53. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 11 years ago
  54. 08f8d4c [MIPS] Fix the code generated by GenSelectConst32 by Raghu Gandham · 11 years ago
  55. 06839f8 x86_64: Use RegClassBySize() for field accesses by Chao-ying Fu · 11 years ago
  56. f40f890 Implement inlined shift long for 32bit by Yixin Shou · 11 years ago
  57. 6324ca4 Merge "ART: Inline implementation of min() and max() for long in x86" by Ian Rogers · 11 years ago
  58. 4ab6f50 ART: Inline implementation of min() and max() for long in x86 by nikolay serdjuk · 11 years ago
  59. b74ff13 Merge "Reduce stack usage for overflow checks" by Dave Allison · 11 years ago
  60. 648d711 Reduce stack usage for overflow checks by Dave Allison · 11 years ago
  61. a5f90b6 Fix intrinsic Math.abs(double) for ARM. by Vladimir Marko · 11 years ago
  62. 8c914c0 Implement GenInlinedReverseBits by Yixin Shou · 11 years ago
  63. 8bd698f x86: A couple of minor changes for String.indexOf() inlining by nikolay serdjuk · 11 years ago
  64. e70f179 ART: Fix two small DumpLIRInsn issues for x86_64 port. by Haitao Feng · 11 years ago
  65. 947717a Add arraycopy intrinsic for arm and arm64. by Zheng Xu · 11 years ago
  66. 52fed5a Merge "Emit CFI for x86 & x86_64 JNI compiler." by Andreas Gampe · 11 years ago
  67. dfd3b47 Add implicit checks for x86_64 architecture. by Dave Allison · 11 years ago
  68. 547cdfd Emit CFI for x86 & x86_64 JNI compiler. by Tong Shen · 11 years ago
  69. 81550fa Merge "AArch64: Implicit StackOverflow/NPE/Suspend checks." by Dave Allison · 11 years ago
  70. 4fc7853 Fixed build breakage due to incorrect class TypeId. by Fred Shih · 11 years ago
  71. d5c78f4 AArch64: Implicit StackOverflow/NPE/Suspend checks. by Stuart Monteith · 11 years ago
  72. 57cd9d3b Merge "Added support for patching classes from different dex files." by Mathieu Chartier · 11 years ago
  73. e7f82e2 Added support for patching classes from different dex files. by Fred Shih · 11 years ago
  74. b9dbab6 Revert "Temporary fix for bad LIR generation in GenInlinedGet." by Fred Shih · 11 years ago
  75. 4b6d27c Merge "x86: Fix assembler for Pextr" by Ian Rogers · 11 years ago
  76. f768db4 Merge "X86: Assembler: Correct r8_form for some cases" by Ian Rogers · 11 years ago
  77. adc73cb Fix checks for kLiteral in local optimizations. by Dave Allison · 11 years ago
  78. cf73835 Merge "Revert "Temporary fix for bad LIR generation in GenInlinedGet."" by Mathieu Chartier · 11 years ago
  79. 7927380 ART: Rework CFA frame initialization and writing code by Andreas Gampe · 11 years ago
  80. 1b19226 Merge "ART: Generate chained compare-and-branch for short switches" by Andreas Gampe · 11 years ago
  81. 48971b3 ART: Generate chained compare-and-branch for short switches by Andreas Gampe · 11 years ago
  82. f6e8d03 Merge "x86_64: Load double constant using core register" by Ian Rogers · 11 years ago
  83. 0e63ce1 x86_64: Load double constant using core register by Alexei Zavjalov · 11 years ago
  84. 8081d2b Create allocator adapter for using Arena in std containers. by Vladimir Marko · 11 years ago
  85. 6175442 Merge changes Ibe92d8b5,I9bada598 by Brian Carlstrom · 11 years ago
  86. eb76e11 Temporary fix for bad LIR generation in GenInlinedGet. by Alex Light · 11 years ago
  87. 5a5e856 ART: Enable x86_64 bit support for intrinsic for System.arraycopy(char[], ..) by DaniilSokolov · 11 years ago
  88. c76c614 ART: Refactor long ops in quick compiler by Andreas Gampe · 11 years ago
  89. 2bc4770 Set REG0_USED on X86 Set8R instruction by Mark Mendell · 11 years ago
  90. cf81841 x86_64: Fix Test32RM by Chao-ying Fu · 11 years ago
  91. c763e35 AArch64: Implement InexpensiveConstant methods. by Matteo Franchin · 11 years ago
  92. 2eba1fa AArch64: Add inlining support for ceil(), floor(), rint(), round() by Serban Constantinescu · 11 years ago
  93. 6bbf096 ART: Implement the easy long division/remainder by a constant by Alexei Zavjalov · 11 years ago
  94. 77a5b50 Merge "AArch64: Remove unnecessary work around for sp." by Andreas Gampe · 11 years ago
  95. cedee47 AArch64: Remove unnecessary work around for sp. by Zheng Xu · 11 years ago
  96. 7906b25 Merge "ART: Rework ARM64 entry sequence" by Andreas Gampe · 11 years ago
  97. f29ecd6 ART: Rework ARM64 entry sequence by Andreas Gampe · 11 years ago
  98. 89c210b Merge "Revert "Revert "Enable Load Store Elimination for ARM and ARM64""" by Bill Buzbee · 11 years ago
  99. fd0c237 X86: Assembler: Correct r8_form for some cases by Mark Mendell · 11 years ago
  100. 00d1ef4 Merge "ART: LoadConstWide should clobber temp reg" by Bill Buzbee · 11 years ago