1. d8f2702 Properly de-duplicate debug symbol names. by David Srbecky · 8 years ago
  2. fa0b0db Merge "Generate debug symbols for interpreted methods." by David Srbecky · 8 years ago
  3. 8892c6b Move debug info offsets into a side table by Mathieu Chartier · 8 years ago
  4. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 8 years ago
  5. 3c9e0f6 Merge "Change compiler tests to have aligned code item" by Mathieu Chartier · 8 years ago
  6. fa3db3d Change compiler tests to have aligned code item by Mathieu Chartier · 8 years ago
  7. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 8 years ago
  8. a7e4a15 Merge changes from topic "dex2oat-pgo" by Pirama Arumuga Nainar · 8 years ago
  9. 32210b9 Generate debug symbols for interpreted methods. by David Srbecky · 8 years ago
  10. 02f6ed6 Setup PGO for dex2oat and related libraries by Pirama Arumuga Nainar · 8 years ago
  11. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 8 years ago
  12. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 8 years ago
  13. b4182a3 Merge "Use 28 bits for type check bit string." by Vladimir Marko · 8 years ago
  14. dc682aa Use 28 bits for type check bit string. by Vladimir Marko · 8 years ago
  15. f4bf58d Merge "Try to mmap vdex file within the address range of the ELF file." by David Srbecky · 8 years ago
  16. 8e47493 Merge "ARM: Replace arm::SetCc with vixl32::FlagsUpdate." by Treehugger Robot · 8 years ago
  17. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 8 years ago
  18. f0a6a1d ARM: Replace arm::SetCc with vixl32::FlagsUpdate. by Vladimir Marko · 8 years ago
  19. 30f54cc Merge "ARM: Fix breaking changes from recent VIXL update." by Roland Levillain · 8 years ago
  20. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  21. b496af8 Merge "ART: Clean up library loading" by Treehugger Robot · 8 years ago
  22. daa27bc Merge "Remove DexFile direct accesses to CodeItem" by Mathieu Chartier · 8 years ago
  23. 70a58af Merge "Change ClassStatus to fit into 4 bits." by Treehugger Robot · 8 years ago
  24. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 8 years ago
  25. 6238c83 Remove DexFile direct accesses to CodeItem by Mathieu Chartier · 8 years ago
  26. a61e97f Merge "Remove CodeItem accessor functions" by Mathieu Chartier · 8 years ago
  27. ec2cdf4 Try to mmap vdex file within the address range of the ELF file. by David Srbecky · 8 years ago
  28. 4abc001 Merge "MIPS: InstructionCodeGeneratorMIPS*::DivRemByPowerOfTwo()" by Treehugger Robot · 8 years ago
  29. 3165bb0 Merge "ART: Rename Atomic::CompareExchange methods" by Treehugger Robot · 8 years ago
  30. 473191c ART: Clean up library loading by Andreas Gampe · 8 years ago
  31. a3e5095 Merge changes I69b3b6f2,I294dbd43 by Treehugger Robot · 8 years ago
  32. a556e6b MIPS: InstructionCodeGeneratorMIPS*::DivRemByPowerOfTwo() by Lena Djokic · 8 years ago
  33. 00359cd Merge "ARM: Remove a deprecated IT block in the read barrier code" by Treehugger Robot · 8 years ago
  34. 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 8 years ago
  35. 73f21d4 Remove CodeItem accessor functions by Mathieu Chartier · 8 years ago
  36. 2a5d728 ART: Emit runtime read barrier checks only in slow-debug by Andreas Gampe · 8 years ago
  37. dc578c7 Move dex exception helpers to their own file and use dex accessor by Mathieu Chartier · 8 years ago
  38. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  39. 5e399b8 ART: Rename cloner_test. by Artem Serov · 8 years ago
  40. a661594 Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Treehugger Robot · 8 years ago
  41. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 8 years ago
  42. 349e61f ARM: Remove a deprecated IT block in the read barrier code by Anton Kirilov · 8 years ago
  43. df99018 Merge "ART: Fix single-preheader transformation." by Aart Bik · 8 years ago
  44. 672b9c1 ARM: Fix breaking changes from recent VIXL update. by Artem Serov · 8 years ago
  45. e7de5ec MIPS: Support swaps between 128-bit locations by Goran Jakovljevic · 8 years ago
  46. fe8a897 Merge changes Ib1381084,Icb2a838f by Vladimir Marko · 8 years ago
  47. c8d9103 Merge "Don't embed the dex code in the oat file if dex is uncompressed." by Nicolas Geoffray · 8 years ago
  48. ed416f7 Merge "Fix the side effects of clinit check" by Treehugger Robot · 8 years ago
  49. 217eb06 Fix the side effects of clinit check by Mingyao Yang · 8 years ago
  50. ba3a790 Merge "Revert "ART: Try to statically evaluate some conditions."" by Treehugger Robot · 8 years ago
  51. df6e7fa Merge "Implemented missing move/exchange paths for x86" by Aart Bik · 8 years ago
  52. 8758454 Clean up InstanceOf/CheckCast. by Vladimir Marko · 8 years ago
  53. 04366f3 Revert "ART: Try to statically evaluate some conditions." by Nicolas Geoffray · 8 years ago
  54. f4886df Add mini-debug-info generation mode for JIT. by David Srbecky · 8 years ago
  55. ae7e838 Don't embed the dex code in the oat file if dex is uncompressed. by Nicolas Geoffray · 8 years ago
  56. 09faaea ART: Fix single-preheader transformation. by Artem Serov · 8 years ago
  57. cfe50bb Implemented missing move/exchange paths for x86 by Aart Bik · 8 years ago
  58. e619f6c X86: Clean up interface type check for heap poisoning. by Vladimir Marko · 8 years ago
  59. 89ff8b2 ARM64: Workaround for the callee saved FP registers and SIMD. by Artem Serov · 8 years ago
  60. 03376f4 Merge "ART: Try to statically evaluate some conditions." by Treehugger Robot · 8 years ago
  61. 3f74ea4 Merge "Decouple virtual memory allocation in ElfBuilder." by David Srbecky · 8 years ago
  62. b67c20c Merge "Reduce DWARF local variable error to just warning." by David Srbecky · 8 years ago
  63. 702f6f2 Merge "Add CodeItemDebugInfoAccessor" by Mathieu Chartier · 8 years ago
  64. 1de1e11 ART: Try to statically evaluate some conditions. by Artem Serov · 8 years ago
  65. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 8 years ago
  66. e155f4b Decouple virtual memory allocation in ElfBuilder. by David Srbecky · 8 years ago
  67. 31f4c9f Add CodeItemDebugInfoAccessor by Mathieu Chartier · 8 years ago
  68. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 8 years ago
  69. 0f13269 Merge changes I8c4cec43,I00634b89,I0579db64 by Vladimir Marko · 8 years ago
  70. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 8 years ago
  71. 9b827ab ART: Clean up ATRACE use by Andreas Gampe · 8 years ago
  72. c654816 ART: Change SCOPED_TRACE implementation by Andreas Gampe · 8 years ago
  73. 8f1a586 Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672 by Treehugger Robot · 8 years ago
  74. e11dd50 Do not pass DexFile to ClassLinker::ResolveField*(). by Vladimir Marko · 8 years ago
  75. 2ba3557 Merge "Change ArtField::ProxyFindSystemClass() to lookup the class." by Vladimir Marko · 8 years ago
  76. f56a1c0 Merge "Determine HLoadClass/String load kind early." by Vladimir Marko · 8 years ago
  77. 208f670 Change ArtField::ProxyFindSystemClass() to lookup the class. by Vladimir Marko · 8 years ago
  78. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 8 years ago
  79. 5449e07 Merge "Fixed spilling bug (visible on ARM64): missed SIMD type." by Aart Bik · 8 years ago
  80. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 8 years ago
  81. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  82. 2dd7b67 Fixed spilling bug (visible on ARM64): missed SIMD type. by Aart Bik · 8 years ago
  83. 3bcb751 type conversion elimination for store value only uses. by Mingyao Yang · 8 years ago
  84. 4388fb2 Merge "Fix typing bug in load store elimination" by Treehugger Robot · 8 years ago
  85. 94539fd Fix typing bug in load store elimination by Vladimir Marko · 8 years ago
  86. f5df935 Merge "Minor cleanup in CodeGenerator::RecordPcInfo()." by Treehugger Robot · 8 years ago
  87. a9683fb Merge "MIPS: Improve HandleBinaryOp (Add/Sub) for constant inputs" by Aart Bik · 8 years ago
  88. 71d2602 Merge "MIPS32: Fix and refactor in/out reg mask code" by Treehugger Robot · 8 years ago
  89. 367e020 Merge "Fix a bug in String.charAt() simplification." by Vladimir Marko · 8 years ago
  90. a247dea MIPS32: Fix and refactor in/out reg mask code by Alexey Frunze · 8 years ago
  91. d57fdd8 Merge "Log at places we fail to compile." by Nicolas Geoffray · 8 years ago
  92. 6f2960c Merge "Enhance removed loads/substitutes in LSE." by Mingyao Yang · 8 years ago
  93. fec85cd Minor cleanup in CodeGenerator::RecordPcInfo(). by Vladimir Marko · 8 years ago
  94. 0259c24 Fix a bug in String.charAt() simplification. by Vladimir Marko · 8 years ago
  95. 3853017 MIPS: Improve HandleBinaryOp (Add/Sub) for constant inputs by Lena Djokic · 8 years ago
  96. 206070c Enhance removed loads/substitutes in LSE. by Mingyao Yang · 8 years ago
  97. 2a8cbb8 Merge "MIPS: Improve BoundsCheck for constant inputs" by Vladimir Marko · 8 years ago
  98. 6b1aebe Allow devirtualized method to be intrinsified. by Mingyao Yang · 8 years ago
  99. 45d3efb Merge "Type conversion elimination of constants" by Mingyao Yang · 8 years ago
  100. dbd4303 MIPS: Improve BoundsCheck for constant inputs by Goran Jakovljevic · 8 years ago