1. 75eec5d Merge "Fix longstanding bug around implicit NPEs and GC, version 2." by Treehugger Robot · 7 years ago
  2. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 7 years ago
  3. c041789 Merge "Reduce memory usage by other deps in scheduler." by Vladimir Marko · 7 years ago
  4. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 7 years ago
  5. 61ba8d2 Fix longstanding bug around implicit NPEs and GC, version 2. by Nicolas Geoffray · 7 years ago
  6. 09d041b Reduce memory usage by other deps in scheduler. by Vladimir Marko · 7 years ago
  7. d887ed8 Revert^2 "ARM: Reimplement the UnsafeCASObject intrinsic." by Vladimir Marko · 7 years ago
  8. 14e5a29 Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState. by Roland Levillain · 7 years ago
  9. e094387 Merge "Document the use of the biased card table in ART's code generators." by Roland Levillain · 7 years ago
  10. 6e1faf4 Merge "ARM64: Reimplement the UnsafeCASObject intrinsic." by Vladimir Marko · 7 years ago
  11. 94796f8 ARM64: Reimplement the UnsafeCASObject intrinsic. by Vladimir Marko · 7 years ago
  12. c73f052 Document the use of the biased card table in ART's code generators. by Roland Levillain · 7 years ago
  13. 9fa8719 Merge "Revert "ARM: Reimplement the UnsafeCASObject intrinsic."" by Treehugger Robot · 7 years ago
  14. f28be43 Revert "ARM: Reimplement the UnsafeCASObject intrinsic." by Vladimir Marko · 7 years ago
  15. bf41472 Merge "ARM: Reimplement the UnsafeCASObject intrinsic." by Vladimir Marko · 7 years ago
  16. 1bf0b7a ARM: Reimplement the UnsafeCASObject intrinsic. by Vladimir Marko · 7 years ago
  17. d55446b Merge "Add helper method to iterate over BitTable fields in CodeInfo." by David Srbecky · 7 years ago
  18. 42deda8 Add helper method to iterate over BitTable fields in CodeInfo. by David Srbecky · 7 years ago
  19. 6c1df57 Merge "ARM/ARM64: Introspection Baker RB for intrinsics." by Vladimir Marko · 7 years ago
  20. 248141f ARM/ARM64: Introspection Baker RB for intrinsics. by Vladimir Marko · 7 years ago
  21. 0c3aa31 Move varint encoding/decoding to BitMemoryReader/Writer. by David Srbecky · 7 years ago
  22. 971a80e Merge "Cleanup BitMemoryReader/Writer api." by David Srbecky · 7 years ago
  23. d160641 Cleanup BitMemoryReader/Writer api. by David Srbecky · 7 years ago
  24. ef07132 Fix some typos in comments in ART. by Roland Levillain · 7 years ago
  25. 1c86364 Merge "ARM64: Introspection Baker RB for volatile fields." by Vladimir Marko · 7 years ago
  26. 0ecac68 ARM64: Introspection Baker RB for volatile fields. by Vladimir Marko · 7 years ago
  27. 34be5e2 Merge "ARM/ARM64: Clean up Baker RB introspection codegen." by Vladimir Marko · 7 years ago
  28. 008e09f3 ARM/ARM64: Clean up Baker RB introspection codegen. by Vladimir Marko · 7 years ago
  29. 1c8605e Look at phis in ReplaceUsesDominatedBy. by Nicolas Geoffray · 7 years ago
  30. b1f9ff0 Merge "Add stack map fast path for GC." by David Srbecky · 7 years ago
  31. a21eca6 Merge "Revert^2 "ARM/ARM64: Use introspection marking for JITted code."" by Vladimir Marko · 7 years ago
  32. a2d29a3 Add stack map fast path for GC. by David Srbecky · 7 years ago
  33. 8e7ddc2 Merge "Simplify StackMapStream encoding." by Treehugger Robot · 7 years ago
  34. e7a9194 Simplify StackMapStream encoding. by David Srbecky · 7 years ago
  35. 9d47925 Rename type resolution entrypoints. by Vladimir Marko · 7 years ago
  36. 966b46f Revert^2 "ARM/ARM64: Use introspection marking for JITted code." by Vladimir Marko · 7 years ago
  37. 79ee771 Merge "Do not save/restore regs in ClinitCheck slow path." by Treehugger Robot · 7 years ago
  38. 1c3f8ea Merge "Fix braino in scheduler_arm.cc" by Nicolas Geoffray · 7 years ago
  39. 3232dbb Do not save/restore regs in ClinitCheck slow path. by Vladimir Marko · 7 years ago
  40. b27d874 Merge "Rewrite Class init entrypoint to take a Class arg." by Vladimir Marko · 7 years ago
  41. 9e53f5f Merge "Revert "ARM/ARM64: Use introspection marking for JITted code."" by Treehugger Robot · 7 years ago
  42. 756e722 Revert "ARM/ARM64: Use introspection marking for JITted code." by Nicolas Geoffray · 7 years ago
  43. eeac119 Merge "Reuse arena memory for each block in scheduler." by Vladimir Marko · 7 years ago
  44. a9f303c Rewrite Class init entrypoint to take a Class arg. by Vladimir Marko · 7 years ago
  45. e346440 Fix braino in scheduler_arm.cc by Nicolas Geoffray · 7 years ago
  46. 1bfd891 Merge "Encode frame info using varints." by David Srbecky · 7 years ago
  47. ced0483 Reuse arena memory for each block in scheduler. by Vladimir Marko · 7 years ago
  48. 3aaaa21 Encode frame info using varints. by David Srbecky · 7 years ago
  49. a75b584 Merge "ARM/ARM64: Use introspection marking for JITted code." by Treehugger Robot · 7 years ago
  50. 8cd5454 Move MethodInfo to CodeInfo. by David Srbecky · 7 years ago
  51. b73323c Deduplicate stackmaps at BitTable level. by David Srbecky · 7 years ago
  52. facf41a Merge "Compress mini-debug-info in small chunks." by David Srbecky · 7 years ago
  53. e8d3a63 Fix exception_test. by David Srbecky · 7 years ago
  54. 8808756 Remove frame info from OatQuickMethodHeader. by David Srbecky · 7 years ago
  55. 6ee06e9 Decode only the needed tables from CodeInfo. by David Srbecky · 7 years ago
  56. 450f1d0 ARM/ARM64: Use introspection marking for JITted code. by Vladimir Marko · 7 years ago
  57. 0b2c697 Merge "Generate unstripped .oat files in the symbols directory." by Treehugger Robot · 7 years ago
  58. 2ab1bdd Elide ClinitCheck for superclasses with trivial init. by Vladimir Marko · 7 years ago
  59. fca0b49 Fix a stale reference use. by Vladimir Marko · 7 years ago
  60. b07dcdb Merge changes I87f2999f,I8af0e845 by Vladimir Marko · 7 years ago
  61. bd39d14 ART: Clean up unused using declarations by Andreas Gampe · 7 years ago
  62. c945e0d Remove ArtMethod's declaring class state checks. by Vladimir Marko · 7 years ago
  63. 59d0872 Merge "Always produce PIC code for AOT compilation." by Treehugger Robot · 7 years ago
  64. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 7 years ago
  65. de91fd4 Generate unstripped .oat files in the symbols directory. by David Srbecky · 7 years ago
  66. 154c57f Compress mini-debug-info in small chunks. by David Srbecky · 7 years ago
  67. 3360244 Merge "ART: Implement loop full unrolling." by Vladimir Marko · 7 years ago
  68. ebe6037 Merge "ART: Delete code optimizing a%1 and a%-1 from InstructionCodeGeneratorARM64" by Vladimir Marko · 7 years ago
  69. 8e524ad Always produce PIC code for AOT compilation. by Vladimir Marko · 7 years ago
  70. 2449d6d Merge "Remove unused InvokeInfo from stack maps and the runtime." by David Srbecky · 7 years ago
  71. 9434487 Expand comment for HVecMultiplyAccumulate by Hans Boehm · 7 years ago
  72. cdfc942 Merge "Revert "Emit vector mulitply and accumulate instructions for x86."" by Hans Boehm · 7 years ago
  73. 2c76257 Remove unused InvokeInfo from stack maps and the runtime. by David Srbecky · 7 years ago
  74. f58dc65 ART: Delete code optimizing a%1 and a%-1 from InstructionCodeGeneratorARM64 by Evgeny Astigeevich · 7 years ago
  75. f5f56c7 Revert "Emit vector mulitply and accumulate instructions for x86." by Hans Boehm · 7 years ago
  76. bbd2cc2 Merge "Fix HClinitCheck elimination in instruction builder." by Vladimir Marko · 7 years ago
  77. 51b8aaf Fix HClinitCheck elimination in instruction builder. by Vladimir Marko · 8 years ago
  78. d109e30 Don't use StringFactory.newEmptyString in compiled code by Alex Light · 7 years ago
  79. b808ddc Merge "Revert^2 "Add CodeInfo to JNI methods."" by David Srbecky · 7 years ago
  80. afc97bc Revert^2 "Add CodeInfo to JNI methods." by David Srbecky · 7 years ago
  81. a296f90 Merge "Use iterators to access stack map data." by David Srbecky · 7 years ago
  82. b275072 Merge "Revert "Add CodeInfo to JNI methods."" by David Srbecky · 7 years ago
  83. 564fa8a Revert "Add CodeInfo to JNI methods." by David Srbecky · 7 years ago
  84. 64cdf56 Merge "Add CodeInfo to JNI methods." by David Srbecky · 7 years ago
  85. 85861e8 Merge "ART: Refactor scalar loop optimizations." by Treehugger Robot · 7 years ago
  86. 93bd361 Use iterators to access stack map data. by David Srbecky · 7 years ago
  87. 85f3934 Add CodeInfo to JNI methods. by David Srbecky · 7 years ago
  88. 18ba1da ART: Implement loop full unrolling. by Artem Serov · 7 years ago
  89. 0e32908 ART: Refactor scalar loop optimizations. by Artem Serov · 7 years ago
  90. 0162450 Merge "Revert "Refactor DexFile ownership"" by Nicolas Geoffray · 7 years ago
  91. a8d5a5f Merge "Handle String.<init> with a phi input." by Nicolas Geoffray · 7 years ago
  92. 0b42677 Revert "Refactor DexFile ownership" by David Sehr · 7 years ago
  93. 2258c2e Merge "ART: Do not use std::<container>::at()." by Vladimir Marko · 7 years ago
  94. 8a62a4c Handle String.<init> with a phi input. by Nicolas Geoffray · 7 years ago
  95. 35d5b8a ART: Do not use std::<container>::at(). by Vladimir Marko · 7 years ago
  96. ad78fb2 Merge "Emit vector mulitply and accumulate instructions for x86." by Treehugger Robot · 7 years ago
  97. b3df69b Merge "ART: Fix HSelectGenerator for instructions which can throw." by Treehugger Robot · 7 years ago
  98. 6190888 Emit vector mulitply and accumulate instructions for x86. by Gupta Kumar, Sanjiv · 7 years ago
  99. 15f95b1 ART: Fix HSelectGenerator for instructions which can throw. by Artem Serov · 7 years ago
  100. 04a4f20 Merge "Implement Integer.valueOf() intrinsic for boot image." by Vladimir Marko · 7 years ago