1. 54fc26c ART: Refactor elf_writer_quick, add symbolizer by Andreas Gampe · 10 years ago
  2. 3f51e7d ART: Fix x86_64 GenSelect case when destination is Ref by Jean Christophe Beyler · 10 years ago
  3. 6dccdc2 ART: Reduce LockCallTemps usage by Maxim Kazantsev · 10 years ago
  4. 328c430 Merge "ART: Vectorization opcode implementation fixes" by Ian Rogers · 10 years ago
  5. d73f52b Merge "Add numerator check for integer divide and modulo" by Ian Rogers · 10 years ago
  6. fbebc69 ART: Only call CalculateBasicBlockInformation once by Jean Christophe Beyler · 10 years ago
  7. b3a84e2 ART: Vectorization opcode implementation fixes by Lupusoru, Razvan A · 10 years ago
  8. 2a09504 Merge "Fix SetupResourceMasks to pass correct parameters" by Vladimir Marko · 10 years ago
  9. 859efc4 Merge "ART fix oat debug source map operations" by Vladimir Marko · 10 years ago
  10. 4a94679 Merge "Quick compiler, aarch64: Insane sanity checker" by buzbee · 10 years ago
  11. 579123b Merge "ART: Fix read-out-of-bounds in the compiler" by Andreas Gampe · 10 years ago
  12. de0b996 ART: Fix read-out-of-bounds in the compiler by Andreas Gampe · 10 years ago
  13. aa839cc Fix SetupResourceMasks to pass correct parameters by Junmo Park · 10 years ago
  14. f77e977 Quick compiler, aarch64: Insane sanity checker by buzbee · 10 years ago
  15. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 10 years ago
  16. 7c7686e Merge "Revert "Revert "ART: Prepare for ELF64.""" by Nicolas Geoffray · 10 years ago
  17. f9b87b1 Revert "Revert "ART: Prepare for ELF64."" by Nicolas Geoffray · 10 years ago
  18. dcea56f Merge "Fix frame size issue with 64-bit" by Narayan Kamath · 10 years ago
  19. 893600c Merge "Revert "ART: Prepare for ELF64."" by Nicolas Geoffray · 10 years ago
  20. 7eebd95 Revert "ART: Prepare for ELF64." by Nicolas Geoffray · 10 years ago
  21. 18a49cc Fix frame size issue with 64-bit by Brian Carlstrom · 10 years ago
  22. 59a0043 Merge "ART: Address issues with kIntrinsicMinMaxDouble for x86" by Ian Rogers · 10 years ago
  23. 5383613 Merge "ART: Update CFG dumper to handle extended better" by Ian Rogers · 10 years ago
  24. 45b8f1a ART: Prepare for ELF64. by Tong Shen · 10 years ago
  25. e5beb18 ART: Address issues with kIntrinsicMinMaxDouble for x86 by Razvan A Lupusoru · 10 years ago
  26. 1500e6f ART: Update CFG dumper to handle extended better by Razvan A Lupusoru · 10 years ago
  27. 3a65807 Quick compiler: Fix MIPS build by buzbee · 10 years ago
  28. 2ddd175 Add numerator check for integer divide and modulo by Yixin Shou · 10 years ago
  29. 8d0d03e ART: Change temporaries to positive names by Razvan A Lupusoru · 10 years ago
  30. 709368e Merge "Reduce interpret-only compile time." by Mathieu Chartier · 10 years ago
  31. 2cdd2f2 Merge "ART: Added dirty flag to optimizations" by Ian Rogers · 10 years ago
  32. bd25d4b ART: Add capability for a pass to have options by Razvan A Lupusoru · 10 years ago
  33. 09321df ART: Added dirty flag to optimizations by Jean Christophe Beyler · 10 years ago
  34. 061d310 Merge "ART: Add non-temporal store support" by Ian Rogers · 10 years ago
  35. 8e219ae Reduce interpret-only compile time. by Mathieu Chartier · 10 years ago
  36. b5bce7c ART: Add non-temporal store support by Jean Christophe Beyler · 10 years ago
  37. 0b05ec6 Merge "ART: Improve error message on oat writer failure" by Andreas Gampe · 10 years ago
  38. d9efea6 ART: Improve error message on oat writer failure by Andreas Gampe · 10 years ago
  39. 88a6b41 Quick compiler: fix DCHECK by buzbee · 10 years ago
  40. 898fcb5 CheckAndClearResolveException should allow LinkageError by Brian Carlstrom · 10 years ago
  41. 1ff1747 Merge "ART: Extending FlagsOf" by Ian Rogers · 10 years ago
  42. 33ac819 ART fix oat debug source map operations by Yevgeny Rouban · 10 years ago
  43. fb0ea2d ART: Extending FlagsOf by Jean Christophe Beyler · 10 years ago
  44. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  45. bf99f77 Clean up Handle usage. by Mathieu Chartier · 10 years ago
  46. 53c913b ART: Clean up compiler by Andreas Gampe · 10 years ago
  47. e18aa43 Merge "ART: Support MIRGraph constant interface" by Ian Rogers · 10 years ago
  48. d04d309 ART: Support MIRGraph constant interface by Razvan A Lupusoru · 10 years ago
  49. a37ad7a Merge "GetDalvikDisassembly should work even without SSA info" by Ian Rogers · 10 years ago
  50. 954c7ea Merge "ART: Fix frontend to allow possibility of multiple code units" by Ian Rogers · 10 years ago
  51. 64d9da0 Merge "ARM64: Avoid the duplication of condition codes." by Ian Rogers · 10 years ago
  52. 651c967 Merge "AArch64: Improve MIR to LIR translation for abs" by Ian Rogers · 10 years ago
  53. ba9388c ARM64: Avoid the duplication of condition codes. by Alexandre Rames · 10 years ago
  54. 20acd5b Merge "ART: Remove a BasicBlock's fall_through pointer in Hide()" by Ian Rogers · 10 years ago
  55. b289d2c Merge "ART: Implement kMirOpNullCheck" by Ian Rogers · 10 years ago
  56. 00b3024 Merge "x86: A couple of minor changes for String.indexOf() inlining" by Ian Rogers · 10 years ago
  57. 0f3e498 GetDalvikDisassembly should work even without SSA info by Serguei Katkov · 10 years ago
  58. f588b50 ART: Remove a BasicBlock's fall_through pointer in Hide() by Jean Christophe Beyler · 10 years ago
  59. e77493c Make common BitVector operations inline-able. by Ian Rogers · 10 years ago
  60. 09ae022 ART: Fix frontend to allow possibility of multiple code units by Razvan A Lupusoru · 10 years ago
  61. 7642324 ART: Implement kMirOpNullCheck by Razvan A Lupusoru · 10 years ago
  62. 9a8a506 AArch64: Improve MIR to LIR translation for abs by Martyn Capewell · 10 years ago
  63. 5d13f12 Quick compiler: fix Arm64 inline locking code by buzbee · 10 years ago
  64. 4efefc3 Merge "Improve GVN performance when merging null-checked values." by Vladimir Marko · 10 years ago
  65. 2d2365c Improve GVN performance when merging null-checked values. by Vladimir Marko · 10 years ago
  66. 9be4be5 Merge "AArch64: Add tbz/tbnz and tst." by Vladimir Marko · 10 years ago
  67. 5d7cdec AArch64: Add tbz/tbnz and tst. by Zheng Xu · 10 years ago
  68. 72b51c6 Merge "X86: Fix alias info in GenInlinedIndexOf()." by Vladimir Marko · 10 years ago
  69. 74de63b X86: Fix alias info in GenInlinedIndexOf(). by Vladimir Marko · 10 years ago
  70. 4361bef Fix bug introduced in https://android-review.googlesource.com/102610. by Nicolas Geoffray · 10 years ago
  71. 76bc718 Merge "[MIPS] Fix the code generated by GenSelectConst32" by Andreas Gampe · 10 years ago
  72. 9d352c0 Merge "ART: Avoid expensive class lookup in compiler driver" by Andreas Gampe · 10 years ago
  73. e98c889 ART: Avoid expensive class lookup in compiler driver by Andreas Gampe · 10 years ago
  74. 6e49869 ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_test by Andreas Gampe · 10 years ago
  75. aa1ed01 Merge "ART source line debug info in OAT files" by Ian Rogers · 10 years ago
  76. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 10 years ago
  77. 08f8d4c [MIPS] Fix the code generated by GenSelectConst32 by Raghu Gandham · 10 years ago
  78. 06839f8 x86_64: Use RegClassBySize() for field accesses by Chao-ying Fu · 10 years ago
  79. a855db4 Merge "Fix intrinsic Math.abs(double) for ARM." by Vladimir Marko · 10 years ago
  80. a5f90b6 Fix intrinsic Math.abs(double) for ARM. by Vladimir Marko · 10 years ago
  81. 3e6ff5b Merge "Move explicit GC after we are done initalizing all classes." by Mathieu Chartier · 10 years ago
  82. f40f890 Implement inlined shift long for 32bit by Yixin Shou · 10 years ago
  83. b74ff13 Merge "Reduce stack usage for overflow checks" by Dave Allison · 10 years ago
  84. 648d711 Reduce stack usage for overflow checks by Dave Allison · 10 years ago
  85. 6324ca4 Merge "ART: Inline implementation of min() and max() for long in x86" by Ian Rogers · 10 years ago
  86. 4ab6f50 ART: Inline implementation of min() and max() for long in x86 by nikolay serdjuk · 10 years ago
  87. c38752d Merge "ART: Don't leave rex_ & length_ uninitialized" by Andreas Gampe · 10 years ago
  88. 181211d ART: Don't leave rex_ & length_ uninitialized by Andreas Gampe · 10 years ago
  89. 6c6c6f6 Merge "Avoid use of std::string where we have const char*." by Ian Rogers · 10 years ago
  90. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  91. 8c914c0 Implement GenInlinedReverseBits by Yixin Shou · 10 years ago
  92. 3842ad7 Merge "Fix bugs in the x86 and arm versions of generic JNI." by Nicolas Geoffray · 10 years ago
  93. 54accbc Fix bugs in the x86 and arm versions of generic JNI. by Nicolas Geoffray · 10 years ago
  94. 3cd86d6 The image for writing needn't be in low 4GB. by Ian Rogers · 10 years ago
  95. 093ef21 Move explicit GC after we are done initalizing all classes. by Mathieu Chartier · 10 years ago
  96. f1770fd Fix missing operation in CombineBlocks by Junmo Park · 10 years ago
  97. 8bd698f x86: A couple of minor changes for String.indexOf() inlining by nikolay serdjuk · 10 years ago
  98. 90223cc Fix missing operation in SplitBlock by Junmo Park · 10 years ago
  99. e70f179 ART: Fix two small DumpLIRInsn issues for x86_64 port. by Haitao Feng · 10 years ago
  100. 76c9502 Merge "ART: Make assembler_test less chatty" by Andreas Gampe · 10 years ago