1. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  2. 5e399b8 ART: Rename cloner_test. by Artem Serov · 7 years ago
  3. a661594 Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Treehugger Robot · 7 years ago
  4. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 7 years ago
  5. df99018 Merge "ART: Fix single-preheader transformation." by Aart Bik · 7 years ago
  6. e7de5ec MIPS: Support swaps between 128-bit locations by Goran Jakovljevic · 7 years ago
  7. fe8a897 Merge changes Ib1381084,Icb2a838f by Vladimir Marko · 7 years ago
  8. c8d9103 Merge "Don't embed the dex code in the oat file if dex is uncompressed." by Nicolas Geoffray · 7 years ago
  9. ed416f7 Merge "Fix the side effects of clinit check" by Treehugger Robot · 7 years ago
  10. 217eb06 Fix the side effects of clinit check by Mingyao Yang · 7 years ago
  11. ba3a790 Merge "Revert "ART: Try to statically evaluate some conditions."" by Treehugger Robot · 7 years ago
  12. df6e7fa Merge "Implemented missing move/exchange paths for x86" by Aart Bik · 7 years ago
  13. 8758454 Clean up InstanceOf/CheckCast. by Vladimir Marko · 7 years ago
  14. 04366f3 Revert "ART: Try to statically evaluate some conditions." by Nicolas Geoffray · 7 years ago
  15. f4886df Add mini-debug-info generation mode for JIT. by David Srbecky · 7 years ago
  16. ae7e838 Don't embed the dex code in the oat file if dex is uncompressed. by Nicolas Geoffray · 7 years ago
  17. 09faaea ART: Fix single-preheader transformation. by Artem Serov · 7 years ago
  18. cfe50bb Implemented missing move/exchange paths for x86 by Aart Bik · 7 years ago
  19. e619f6c X86: Clean up interface type check for heap poisoning. by Vladimir Marko · 7 years ago
  20. 89ff8b2 ARM64: Workaround for the callee saved FP registers and SIMD. by Artem Serov · 7 years ago
  21. 03376f4 Merge "ART: Try to statically evaluate some conditions." by Treehugger Robot · 7 years ago
  22. 3f74ea4 Merge "Decouple virtual memory allocation in ElfBuilder." by David Srbecky · 7 years ago
  23. b67c20c Merge "Reduce DWARF local variable error to just warning." by David Srbecky · 7 years ago
  24. 702f6f2 Merge "Add CodeItemDebugInfoAccessor" by Mathieu Chartier · 7 years ago
  25. 1de1e11 ART: Try to statically evaluate some conditions. by Artem Serov · 7 years ago
  26. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 7 years ago
  27. e155f4b Decouple virtual memory allocation in ElfBuilder. by David Srbecky · 7 years ago
  28. 31f4c9f Add CodeItemDebugInfoAccessor by Mathieu Chartier · 7 years ago
  29. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 7 years ago
  30. 0f13269 Merge changes I8c4cec43,I00634b89,I0579db64 by Vladimir Marko · 7 years ago
  31. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 7 years ago
  32. 9b827ab ART: Clean up ATRACE use by Andreas Gampe · 7 years ago
  33. c654816 ART: Change SCOPED_TRACE implementation by Andreas Gampe · 7 years ago
  34. 8f1a586 Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672 by Treehugger Robot · 7 years ago
  35. e11dd50 Do not pass DexFile to ClassLinker::ResolveField*(). by Vladimir Marko · 7 years ago
  36. 2ba3557 Merge "Change ArtField::ProxyFindSystemClass() to lookup the class." by Vladimir Marko · 7 years ago
  37. f56a1c0 Merge "Determine HLoadClass/String load kind early." by Vladimir Marko · 7 years ago
  38. 208f670 Change ArtField::ProxyFindSystemClass() to lookup the class. by Vladimir Marko · 7 years ago
  39. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  40. 5449e07 Merge "Fixed spilling bug (visible on ARM64): missed SIMD type." by Aart Bik · 7 years ago
  41. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 7 years ago
  42. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  43. 2dd7b67 Fixed spilling bug (visible on ARM64): missed SIMD type. by Aart Bik · 7 years ago
  44. 3bcb751 type conversion elimination for store value only uses. by Mingyao Yang · 7 years ago
  45. 4388fb2 Merge "Fix typing bug in load store elimination" by Treehugger Robot · 7 years ago
  46. 94539fd Fix typing bug in load store elimination by Vladimir Marko · 7 years ago
  47. f5df935 Merge "Minor cleanup in CodeGenerator::RecordPcInfo()." by Treehugger Robot · 7 years ago
  48. a9683fb Merge "MIPS: Improve HandleBinaryOp (Add/Sub) for constant inputs" by Aart Bik · 7 years ago
  49. 71d2602 Merge "MIPS32: Fix and refactor in/out reg mask code" by Treehugger Robot · 7 years ago
  50. 367e020 Merge "Fix a bug in String.charAt() simplification." by Vladimir Marko · 7 years ago
  51. a247dea MIPS32: Fix and refactor in/out reg mask code by Alexey Frunze · 7 years ago
  52. d57fdd8 Merge "Log at places we fail to compile." by Nicolas Geoffray · 7 years ago
  53. 6f2960c Merge "Enhance removed loads/substitutes in LSE." by Mingyao Yang · 7 years ago
  54. fec85cd Minor cleanup in CodeGenerator::RecordPcInfo(). by Vladimir Marko · 7 years ago
  55. 0259c24 Fix a bug in String.charAt() simplification. by Vladimir Marko · 7 years ago
  56. 3853017 MIPS: Improve HandleBinaryOp (Add/Sub) for constant inputs by Lena Djokic · 7 years ago
  57. 206070c Enhance removed loads/substitutes in LSE. by Mingyao Yang · 7 years ago
  58. 2a8cbb8 Merge "MIPS: Improve BoundsCheck for constant inputs" by Vladimir Marko · 7 years ago
  59. 6b1aebe Allow devirtualized method to be intrinsified. by Mingyao Yang · 7 years ago
  60. 45d3efb Merge "Type conversion elimination of constants" by Mingyao Yang · 7 years ago
  61. dbd4303 MIPS: Improve BoundsCheck for constant inputs by Goran Jakovljevic · 7 years ago
  62. dbb9aef Log at places we fail to compile. by Nicolas Geoffray · 7 years ago
  63. 75bb2f3 Type conversion elimination of constants by Mingyao Yang · 7 years ago
  64. a43a894 Merge "Revert^4 "JIT JNI stubs."" by Vladimir Marko · 7 years ago
  65. 8fd5015 Merge "Use symbolic rather than duplicate string for pass." by Aart Bik · 7 years ago
  66. 2196c65 Revert^4 "JIT JNI stubs." by Vladimir Marko · 7 years ago
  67. 8f8bd8b Merge "Revert "Revert "Revert "JIT JNI stubs."""" by Nicolas Geoffray · 7 years ago
  68. 056d775 Revert "Revert "Revert "JIT JNI stubs.""" by Nicolas Geoffray · 7 years ago
  69. 4e30b90 Use symbolic rather than duplicate string for pass. by Aart Bik · 7 years ago
  70. 50f90a4 Merge "Revert "Revert "JIT JNI stubs.""" by Vladimir Marko · 7 years ago
  71. a602c56 Merge "ART: Remove nested SOA in intrinsics code" by Treehugger Robot · 7 years ago
  72. 566865d Reduce DWARF local variable error to just warning. by David Srbecky · 7 years ago
  73. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 7 years ago
  74. 4c71d00 ART: Remove nested SOA in intrinsics code by Orion Hodson · 7 years ago
  75. aa25db7 Merge "Clean some dex2oat options." by Nicolas Geoffray · 7 years ago
  76. 299c1e1 Merge "Revert "JIT JNI stubs."" by Treehugger Robot · 7 years ago
  77. abda386 Merge "ART: Fix invoke-polymorphic compiler warnings" by Treehugger Robot · 7 years ago
  78. 47d3185 Revert "JIT JNI stubs." by Vladimir Marko · 7 years ago
  79. 2d8801f Clean some dex2oat options. by Nicolas Geoffray · 7 years ago
  80. b1b5206 ART: Fix invoke-polymorphic compiler warnings by Orion Hodson · 7 years ago
  81. 3417eae JIT JNI stubs. by Vladimir Marko · 7 years ago
  82. 7bdc6e7 ART: Minor refactoring of JNI stub compilation. by Vladimir Marko · 7 years ago
  83. 5387bc5 Merge "Fix stats reporting over 100% methods compiled." by Treehugger Robot · 7 years ago
  84. e1b6d7b Merge "type conversion elimination for constant input" by Treehugger Robot · 7 years ago
  85. cd09e1f Fix stats reporting over 100% methods compiled. by Vladimir Marko · 7 years ago
  86. e60248d Merge "Apply individual intrinsic recognition during inliner." by Treehugger Robot · 7 years ago
  87. f0010dd Apply individual intrinsic recognition during inliner. by Aart Bik · 7 years ago
  88. b4c6acb Optimize lookup of quickening data. by Nicolas Geoffray · 7 years ago
  89. 67ab1c5 Merge "Pass the debug_info_offset explicitly." by Nicolas Geoffray · 7 years ago
  90. 58cc1cb Pass the debug_info_offset explicitly. by Nicolas Geoffray · 7 years ago
  91. d278cb4 ART: Remove implicit boot image error aborts by Andreas Gampe · 7 years ago
  92. 71bb968 Merge "Fill Class and String .bss slots in runtime." by Vladimir Marko · 7 years ago
  93. cebb5e7 type conversion elimination for constant input by Mingyao Yang · 7 years ago
  94. 6d95c80 Merge "Recognize countable "break" loops" by Aart Bik · 7 years ago
  95. f3c52b4 Fill Class and String .bss slots in runtime. by Vladimir Marko · 7 years ago
  96. 68351eb Merge "ART: Introduce individual HInstruction cloning." by Aart Bik · 7 years ago
  97. ceb0693 Recognize countable "break" loops by Aart Bik · 7 years ago
  98. 2ca10eb Refactored optimization passes setup. by Aart Bik · 7 years ago
  99. 5573c37 cpplint: Remove many unnecessary NOLINT by Igor Murashkin · 7 years ago
  100. 1598a77 Merge "Don't merge values for exit block in LSE." by Treehugger Robot · 7 years ago