1. 194321c Add proper cfi directives. by Christopher Ferris · 10 years ago
  2. e1a851c Merge "Change Reference.get() intrinsic to Reference.getReferent()." by Mathieu Chartier · 10 years ago
  3. 05382d2 Merge "Remove art-* targets in favor of build-art-* targets." by Brian Carlstrom · 10 years ago
  4. cd48f2d Change Reference.get() intrinsic to Reference.getReferent(). by Mathieu Chartier · 10 years ago
  5. 87bb26f Remove art-* targets in favor of build-art-* targets. by Brian Carlstrom · 10 years ago
  6. dab9ed5 Merge "Change 099-vmdebug test to use File.createTempFile." by Jeff Hao · 10 years ago
  7. 8cf89c4 Change 099-vmdebug test to use File.createTempFile. by Jeff Hao · 10 years ago
  8. 7c2c52b Merge "Disable tracing if enabled by default for new tracing test." by Jeff Hao · 10 years ago
  9. cbe15be Disable tracing if enabled by default for new tracing test. by Jeff Hao · 10 years ago
  10. 52b7528 Merge "Change when sampling thread is reset during shutdown to prevent races." by Jeff Hao · 10 years ago
  11. d063d91 Change when sampling thread is reset during shutdown to prevent races. by Jeff Hao · 10 years ago
  12. 5bc47eb Merge "x86: evaluation destination should be after load of source in RA" by Bill Buzbee · 10 years ago
  13. 6be5a28 Merge "Small error reporting fix in class linker." by Vladimir Marko · 10 years ago
  14. 42bc2f1 Merge "ART: Better error reporting on broken oat file" by Andreas Gampe · 10 years ago
  15. c48b206 ART: Better error reporting on broken oat file by Andreas Gampe · 10 years ago
  16. cf254a2 Merge "Fix monitor visit for class initializer" by Sebastien Hertz · 10 years ago
  17. c7376ca Fix monitor visit for class initializer by Sebastien Hertz · 10 years ago
  18. a464466 x86: evaluation destination should be after load of source in RA by Serguei Katkov · 10 years ago
  19. 3851008 Merge "ART: Fix unchecked register index validity" by Andreas Gampe · 10 years ago
  20. 376fa68 ART: Fix unchecked register index validity by Andreas Gampe · 10 years ago
  21. 9102fff Merge "Fix darwin run-test problems" by Brian Carlstrom · 10 years ago
  22. c580e04 Fix darwin run-test problems by Brian Carlstrom · 10 years ago
  23. 9204ed5 Merge "Add fast path for FindClass using the type dex file." by Mathieu Chartier · 10 years ago
  24. c13b42a Merge "Ignore heap trim requests if we are the zygote" by Mathieu Chartier · 10 years ago
  25. 0d42a17 Merge "Revert "Fix heap trimmer daemon sleeping."" by Mathieu Chartier · 10 years ago
  26. 6bcae8f Add fast path for FindClass using the type dex file. by Mathieu Chartier · 10 years ago
  27. 30cbbee Ignore heap trim requests if we are the zygote by Mathieu Chartier · 10 years ago
  28. b272855 Revert "Fix heap trimmer daemon sleeping." by Mathieu Chartier · 10 years ago
  29. 6aca61a Merge "Add test for hashCode and System.identityHashCode." by Mathieu Chartier · 10 years ago
  30. bccf123 Add test for hashCode and System.identityHashCode. by Mathieu Chartier · 10 years ago
  31. 6148d53 Merge "Delete double finalization hack." by Mathieu Chartier · 10 years ago
  32. 9b2b927 Merge "Add CallNonvirtual test" by Brian Carlstrom · 10 years ago
  33. 58e5e5d Add CallNonvirtual test by Brian Carlstrom · 10 years ago
  34. 30c2e1b Small error reporting fix in class linker. by Vladimir Marko · 10 years ago
  35. 1655425 Merge "Add (simple) side effects flags and equality methods on nodes." by Nicolas Geoffray · 10 years ago
  36. 065bf77 Add (simple) side effects flags and equality methods on nodes. by Nicolas Geoffray · 10 years ago
  37. 9d74001 Merge "Clean-up and make the art script usable on target." by Nicolas Geoffray · 10 years ago
  38. f63a0a5 Clean-up and make the art script usable on target. by Nicolas Geoffray · 10 years ago
  39. 0a1d91a Merge "Runtime support for the new stack maps for the opt compiler." by Nicolas Geoffray · 10 years ago
  40. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  41. e2c2373 Merge "Quick compiler: Fix handling of unused returns" by buzbee · 10 years ago
  42. 90a21f8 Quick compiler: Fix handling of unused returns by buzbee · 10 years ago
  43. 9b868cb Merge "ART: Make the dominator bitvectors expandable" by Bill Buzbee · 10 years ago
  44. 3f546ca Merge "Fix Thumb2Stm, ldm definition of EncodingMap for arm" by Bill Buzbee · 10 years ago
  45. eacc5f0 Fix Thumb2Stm, ldm definition of EncodingMap for arm by Junmo Park · 10 years ago
  46. 2225c35 Merge "ART: Refactor elf_writer_quick, add symbolizer" by Andreas Gampe · 10 years ago
  47. 54fc26c ART: Refactor elf_writer_quick, add symbolizer by Andreas Gampe · 10 years ago
  48. 007a065 ART: Make the dominator bitvectors expandable by Jean Christophe Beyler · 10 years ago
  49. 0770044 Merge "Fix numerous issues with DdmVmInternal allocation tracking" by Brian Carlstrom · 10 years ago
  50. 1f0437e Delete double finalization hack. by Mathieu Chartier · 10 years ago
  51. 306db81 Fix numerous issues with DdmVmInternal allocation tracking by Brian Carlstrom · 10 years ago
  52. b143399 Merge "Revert "Revert "x86: Fix art_quick_instrumentation_exit""" by Andreas Gampe · 10 years ago
  53. e5de883 Merge "ART: X86: Improve multiply in div/rem by literal" by Ian Rogers · 10 years ago
  54. cd3e79c Merge "Avoid recomputing the dex checksum during class loading" by Calin Juravle · 10 years ago
  55. 621962a Avoid recomputing the dex checksum during class loading by Calin Juravle · 10 years ago
  56. 5123285 Merge "Remove unreachable code from class_linker.cc" by Calin Juravle · 10 years ago
  57. a8c55ae Remove unreachable code from class_linker.cc by Calin Juravle · 10 years ago
  58. 3a91f44 ART: X86: Improve multiply in div/rem by literal by Mark Mendell · 10 years ago
  59. 871bfdc Revert "Revert "x86: Fix art_quick_instrumentation_exit"" by Andreas Gampe · 10 years ago
  60. 194b032 Merge "Revert "x86: Fix art_quick_instrumentation_exit"" by Andreas Gampe · 10 years ago
  61. 62aa66f Revert "x86: Fix art_quick_instrumentation_exit" by Andreas Gampe · 10 years ago
  62. 4229998 Merge "x86: Fix art_quick_instrumentation_exit" by Andreas Gampe · 10 years ago
  63. 5324dc8 x86: Fix art_quick_instrumentation_exit by Dmitry Petrochenko · 10 years ago
  64. 967b7c3 Merge "Add test case for runFinalization." by Mathieu Chartier · 10 years ago
  65. 3a5fa5e Add test case for runFinalization. by Mathieu Chartier · 10 years ago
  66. ed20a4d Merge "Fix arm64 build warning (promoted to error)." by Dave Allison · 10 years ago
  67. 0e59bf8 Merge "ART: Change ART for new native bridge sequence" by Andreas Gampe · 10 years ago
  68. 552da66 Merge "ART: Fix host run-test script" by Andreas Gampe · 10 years ago
  69. 8be44cf Fix arm64 build warning (promoted to error). by Dave Allison · 10 years ago
  70. 1d9aa4d ART: Fix host run-test script by Andreas Gampe · 10 years ago
  71. 6be67ee ART: Change ART for new native bridge sequence by Andreas Gampe · 10 years ago
  72. 91bb35c Merge "Make nested signal more generic" by Dave Allison · 10 years ago
  73. 5250180 Merge "Fix heap trimmer daemon sleeping." by Mathieu Chartier · 10 years ago
  74. 23d683f Fix heap trimmer daemon sleeping. by Mathieu Chartier · 10 years ago
  75. 0c2894b Make nested signal more generic by Dave Allison · 10 years ago
  76. 217dc45 Merge "VisitClassesWithoutClassesLock isn't safe if classes move." by Ian Rogers · 10 years ago
  77. 7b04ae2 Merge "Fix stack overflow and duplicate methods while tracing." by Ian Rogers · 10 years ago
  78. 68caf9e Fix stack overflow and duplicate methods while tracing. by Jeff Hao · 10 years ago
  79. 5355835 Merge "ART: Fix x86_64 GenSelect case when destination is Ref" by Ian Rogers · 10 years ago
  80. 3f51e7d ART: Fix x86_64 GenSelect case when destination is Ref by Jean Christophe Beyler · 10 years ago
  81. f96ad93 Merge "ART: Reduce LockCallTemps usage" by Ian Rogers · 10 years ago
  82. 6dccdc2 ART: Reduce LockCallTemps usage by Maxim Kazantsev · 10 years ago
  83. 2fb54e8 Merge "ART: Allow oatdump to print vr stack locations" by Ian Rogers · 10 years ago
  84. faf9f0d ART: Allow oatdump to print vr stack locations by Razvan A Lupusoru · 10 years ago
  85. 328c430 Merge "ART: Vectorization opcode implementation fixes" by Ian Rogers · 10 years ago
  86. d73f52b Merge "Add numerator check for integer divide and modulo" by Ian Rogers · 10 years ago
  87. bfa2b55 Merge "ART: Only call CalculateBasicBlockInformation once" by Ian Rogers · 10 years ago
  88. fbebc69 ART: Only call CalculateBasicBlockInformation once by Jean Christophe Beyler · 10 years ago
  89. 7b3dd82 Merge "ART: Fix computation of frame size for direct proxy methods" by Ian Rogers · 10 years ago
  90. 805bab1 ART: Fix computation of frame size for direct proxy methods by Serguei Katkov · 10 years ago
  91. 2362870 Merge "Fix native allocation watermark clamping." by Mathieu Chartier · 10 years ago
  92. 8ec31f9 Fix native allocation watermark clamping. by Mathieu Chartier · 10 years ago
  93. badae98 Merge "Add exception check to AllocateInternalWithGc" by Mathieu Chartier · 10 years ago
  94. f4f3843 Add exception check to AllocateInternalWithGc by Mathieu Chartier · 10 years ago
  95. dbf3be0 VisitClassesWithoutClassesLock isn't safe if classes move. by Ian Rogers · 10 years ago
  96. a07557c Merge "Remove abuse of mirror::Object* to reference special values." by Ian Rogers · 10 years ago
  97. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
  98. b3a84e2 ART: Vectorization opcode implementation fixes by Lupusoru, Razvan A · 10 years ago
  99. 2a09504 Merge "Fix SetupResourceMasks to pass correct parameters" by Vladimir Marko · 10 years ago
  100. 859efc4 Merge "ART fix oat debug source map operations" by Vladimir Marko · 10 years ago