1. b27d874 Merge "Rewrite Class init entrypoint to take a Class arg." by Vladimir Marko · 8 years ago
  2. 9e53f5f Merge "Revert "ARM/ARM64: Use introspection marking for JITted code."" by Treehugger Robot · 8 years ago
  3. 756e722 Revert "ARM/ARM64: Use introspection marking for JITted code." by Nicolas Geoffray · 8 years ago
  4. eeac119 Merge "Reuse arena memory for each block in scheduler." by Vladimir Marko · 8 years ago
  5. a9f303c Rewrite Class init entrypoint to take a Class arg. by Vladimir Marko · 8 years ago
  6. 1bfd891 Merge "Encode frame info using varints." by David Srbecky · 8 years ago
  7. ced0483 Reuse arena memory for each block in scheduler. by Vladimir Marko · 8 years ago
  8. 3aaaa21 Encode frame info using varints. by David Srbecky · 8 years ago
  9. a75b584 Merge "ARM/ARM64: Use introspection marking for JITted code." by Treehugger Robot · 8 years ago
  10. 8cd5454 Move MethodInfo to CodeInfo. by David Srbecky · 8 years ago
  11. b73323c Deduplicate stackmaps at BitTable level. by David Srbecky · 8 years ago
  12. facf41a Merge "Compress mini-debug-info in small chunks." by David Srbecky · 8 years ago
  13. e8d3a63 Fix exception_test. by David Srbecky · 8 years ago
  14. 8808756 Remove frame info from OatQuickMethodHeader. by David Srbecky · 8 years ago
  15. 6ee06e9 Decode only the needed tables from CodeInfo. by David Srbecky · 8 years ago
  16. 450f1d0 ARM/ARM64: Use introspection marking for JITted code. by Vladimir Marko · 8 years ago
  17. 0b2c697 Merge "Generate unstripped .oat files in the symbols directory." by Treehugger Robot · 8 years ago
  18. 2ab1bdd Elide ClinitCheck for superclasses with trivial init. by Vladimir Marko · 8 years ago
  19. fca0b49 Fix a stale reference use. by Vladimir Marko · 8 years ago
  20. b07dcdb Merge changes I87f2999f,I8af0e845 by Vladimir Marko · 8 years ago
  21. bd39d14 ART: Clean up unused using declarations by Andreas Gampe · 8 years ago
  22. c945e0d Remove ArtMethod's declaring class state checks. by Vladimir Marko · 8 years ago
  23. 59d0872 Merge "Always produce PIC code for AOT compilation." by Treehugger Robot · 8 years ago
  24. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 8 years ago
  25. de91fd4 Generate unstripped .oat files in the symbols directory. by David Srbecky · 8 years ago
  26. 154c57f Compress mini-debug-info in small chunks. by David Srbecky · 8 years ago
  27. 3360244 Merge "ART: Implement loop full unrolling." by Vladimir Marko · 8 years ago
  28. ebe6037 Merge "ART: Delete code optimizing a%1 and a%-1 from InstructionCodeGeneratorARM64" by Vladimir Marko · 8 years ago
  29. 8e524ad Always produce PIC code for AOT compilation. by Vladimir Marko · 8 years ago
  30. 2449d6d Merge "Remove unused InvokeInfo from stack maps and the runtime." by David Srbecky · 8 years ago
  31. 9434487 Expand comment for HVecMultiplyAccumulate by Hans Boehm · 8 years ago
  32. cdfc942 Merge "Revert "Emit vector mulitply and accumulate instructions for x86."" by Hans Boehm · 8 years ago
  33. 2c76257 Remove unused InvokeInfo from stack maps and the runtime. by David Srbecky · 8 years ago
  34. f58dc65 ART: Delete code optimizing a%1 and a%-1 from InstructionCodeGeneratorARM64 by Evgeny Astigeevich · 8 years ago
  35. f5f56c7 Revert "Emit vector mulitply and accumulate instructions for x86." by Hans Boehm · 8 years ago
  36. bbd2cc2 Merge "Fix HClinitCheck elimination in instruction builder." by Vladimir Marko · 8 years ago
  37. 51b8aaf Fix HClinitCheck elimination in instruction builder. by Vladimir Marko · 9 years ago
  38. d109e30 Don't use StringFactory.newEmptyString in compiled code by Alex Light · 8 years ago
  39. b808ddc Merge "Revert^2 "Add CodeInfo to JNI methods."" by David Srbecky · 8 years ago
  40. afc97bc Revert^2 "Add CodeInfo to JNI methods." by David Srbecky · 8 years ago
  41. a296f90 Merge "Use iterators to access stack map data." by David Srbecky · 8 years ago
  42. b275072 Merge "Revert "Add CodeInfo to JNI methods."" by David Srbecky · 8 years ago
  43. 564fa8a Revert "Add CodeInfo to JNI methods." by David Srbecky · 8 years ago
  44. 64cdf56 Merge "Add CodeInfo to JNI methods." by David Srbecky · 8 years ago
  45. 85861e8 Merge "ART: Refactor scalar loop optimizations." by Treehugger Robot · 8 years ago
  46. 93bd361 Use iterators to access stack map data. by David Srbecky · 8 years ago
  47. 85f3934 Add CodeInfo to JNI methods. by David Srbecky · 8 years ago
  48. 18ba1da ART: Implement loop full unrolling. by Artem Serov · 8 years ago
  49. 0e32908 ART: Refactor scalar loop optimizations. by Artem Serov · 8 years ago
  50. 0162450 Merge "Revert "Refactor DexFile ownership"" by Nicolas Geoffray · 8 years ago
  51. a8d5a5f Merge "Handle String.<init> with a phi input." by Nicolas Geoffray · 8 years ago
  52. 0b42677 Revert "Refactor DexFile ownership" by David Sehr · 8 years ago
  53. 2258c2e Merge "ART: Do not use std::<container>::at()." by Vladimir Marko · 8 years ago
  54. 8a62a4c Handle String.<init> with a phi input. by Nicolas Geoffray · 8 years ago
  55. 35d5b8a ART: Do not use std::<container>::at(). by Vladimir Marko · 8 years ago
  56. ad78fb2 Merge "Emit vector mulitply and accumulate instructions for x86." by Treehugger Robot · 8 years ago
  57. b3df69b Merge "ART: Fix HSelectGenerator for instructions which can throw." by Treehugger Robot · 8 years ago
  58. 6190888 Emit vector mulitply and accumulate instructions for x86. by Gupta Kumar, Sanjiv · 8 years ago
  59. 15f95b1 ART: Fix HSelectGenerator for instructions which can throw. by Artem Serov · 8 years ago
  60. 04a4f20 Merge "Implement Integer.valueOf() intrinsic for boot image." by Vladimir Marko · 8 years ago
  61. 6fd1606 Implement Integer.valueOf() intrinsic for boot image. by Vladimir Marko · 8 years ago
  62. 97ac9cc Merge "Remove CompilerDriver::support_boot_image_fixup_." by Vladimir Marko · 8 years ago
  63. bb089b6 Remove CompilerDriver::support_boot_image_fixup_. by Vladimir Marko · 8 years ago
  64. b095f02 Refactor DexFile ownership by David Sehr · 8 years ago
  65. 86c84f7 Merge "ART: Refactor Int64ConstantFrom to use Int64FromConstant; rename it to Int64FromLocation" by Treehugger Robot · 8 years ago
  66. f9e9054 ART: Refactor Int64ConstantFrom to use Int64FromConstant; rename it to Int64FromLocation by Evgeny Astigeevich · 8 years ago
  67. f07d561 Merge "Move instruction_set_ to CompilerOptions." by Vladimir Marko · 8 years ago
  68. 2dc252e Merge "Remove explicit size from CodeInfo." by David Srbecky · 8 years ago
  69. 4ced1a8 Merge "ARM64: Optimization of HRem and HDiv when a denominator is power of 2" by Treehugger Robot · 8 years ago
  70. 8937538 Merge "ART: Extend the range of clonable instructions." by Treehugger Robot · 8 years ago
  71. a38e6cf Remove explicit size from CodeInfo. by David Srbecky · 8 years ago
  72. a3234e9 ARM64: Optimization of HRem and HDiv when a denominator is power of 2 by Evgeny Astigeevich · 8 years ago
  73. a84b53a Merge "Add method frame info to CodeInfo." by David Srbecky · 8 years ago
  74. 7a21e31 Merge "ART: Move CopyOption to OatWriter" by Treehugger Robot · 8 years ago
  75. f6ba5b3 Add method frame info to CodeInfo. by David Srbecky · 8 years ago
  76. 8d9815f Merge "Move dex_files_for_oat_file_ to CompilerOptions." by Vladimir Marko · 8 years ago
  77. 1554417 ART: Move CopyOption to OatWriter by Andreas Gampe · 8 years ago
  78. 0e4ecbe Merge "Move image_classes_ to CompilerOptions." by Vladimir Marko · 8 years ago
  79. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 8 years ago
  80. 213ee2d Move dex_files_for_oat_file_ to CompilerOptions. by Vladimir Marko · 8 years ago
  81. dc4bcce Move image_classes_ to CompilerOptions. by Vladimir Marko · 8 years ago
  82. accb14c Merge "Implement BitMemory{Reader,Writer}" by David Srbecky · 8 years ago
  83. a6e2614 ART: Extend the range of clonable instructions. by Artem Serov · 8 years ago
  84. 078d7ba Implement BitMemory{Reader,Writer} by David Srbecky · 8 years ago
  85. 6566496 Merge "Binary search stack maps by native pc." by David Srbecky · 8 years ago
  86. ccfc88a Merge "Implement Integer.valueOf() intrinsic for PIC." by Vladimir Marko · 8 years ago
  87. bf711e3 Merge "ARM64: Splitting GenerateDivRem* functions into GenerateIntDiv and GenerateIntRem functions" by Roland Levillain · 8 years ago
  88. eebb821 Implement Integer.valueOf() intrinsic for PIC. by Vladimir Marko · 8 years ago
  89. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 8 years ago
  90. 0b4e5a3 Binary search stack maps by native pc. by David Srbecky · 8 years ago
  91. b68ed2c ART: Ensure OatQuickMethodHeader is trivially copyable by Andreas Gampe · 8 years ago
  92. faf742f Merge changes I43d8736f,I6148d743,Id3687eb6 by Andreas Gampe · 8 years ago
  93. 58ef29a Merge "Template BitTable based on the accessors." by Treehugger Robot · 8 years ago
  94. dbf5403 ART: Fix clang-analyzer leak/memory warnings by Andreas Gampe · 8 years ago
  95. 92a0206 Merge "ART: Ignore unneeded environment uses." by Treehugger Robot · 8 years ago
  96. 69abc58 Merge "ART: Make GVN work with BoundType." by Treehugger Robot · 8 years ago
  97. d675053 ART: Ignore unneeded environment uses. by Artem Serov · 8 years ago
  98. 4d277ba ART: Make GVN work with BoundType. by Artem Serov · 8 years ago
  99. cf7833e Template BitTable based on the accessors. by David Srbecky · 8 years ago
  100. 45b12e7 Merge "Move some helper methods to DexRegisterLocation." by David Srbecky · 8 years ago