1. 525cde2 Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs by Andreas Gampe · 10 years ago
  2. 1b4e3d5 Merge "Revert "ART: Extracts an utility function of the duplicated code"" by Andreas Gampe · 10 years ago
  3. b5a14d2 Revert "ART: Extracts an utility function of the duplicated code" by Andreas Gampe · 10 years ago
  4. a062d8d Merge "Add test that Class.newInstance does not wrap its exceptions." by Jeff Hao · 10 years ago
  5. 1768775 Merge "ART: Extracts an utility function of the duplicated code" by Andreas Gampe · 10 years ago
  6. 973cc95 ART: Extracts an utility function of the duplicated code by Dmitry Petrochenko · 10 years ago
  7. 96a4f29 Merge "ART: Fixes an issue with REX prefix for instructions with no ModRM byte" by Ian Rogers · 10 years ago
  8. 63f5b9e Add test that Class.newInstance does not wrap its exceptions. by Jeff Hao · 10 years ago
  9. ae55e6c Merge "Don't allow heap transitions if the runtime is shutting down." by Mathieu Chartier · 10 years ago
  10. 1c17753 Merge "art: fix dlopen error message" by Colin Cross · 10 years ago
  11. 35d5c3b art: fix dlopen error message by Colin Cross · 10 years ago
  12. 125011d Merge "Delete throw launchpads." by Mingyao Yang · 10 years ago
  13. 3c4a434 Don't allow heap transitions if the runtime is shutting down. by Mathieu Chartier · 10 years ago
  14. de981b0 Merge "Separate maps from code in oat file." by Vladimir Marko · 10 years ago
  15. a08ec9b Merge "Fix FindCatchBlock to work in -Xverify:none mode." by Jeff Hao · 10 years ago
  16. aa96191 Fix FindCatchBlock to work in -Xverify:none mode. by Jeff Hao · 10 years ago
  17. 4af159b Merge "Remove support for app JNI workarounds." by Ian Rogers · 10 years ago
  18. d299898 Merge "Warn when thread state lookup fails." by Ian Rogers · 10 years ago
  19. 987560f Remove support for app JNI workarounds. by Ian Rogers · 10 years ago
  20. 0ea4bf7 Merge "Update load/store utilities for 64-bit backends" by buzbee · 10 years ago
  21. 695d13a Update load/store utilities for 64-bit backends by buzbee · 10 years ago
  22. 3959583 Merge "Return bytes freed from RosAlloc." by Mathieu Chartier · 10 years ago
  23. 8585bad Return bytes freed from RosAlloc. by Mathieu Chartier · 10 years ago
  24. 0ec77d6 Warn when thread state lookup fails. by Ian Rogers · 10 years ago
  25. 96c6ab9 Separate maps from code in oat file. by Vladimir Marko · 10 years ago
  26. 82b1a81 Merge "Avoid allocating OatFile::OatClass on the heap." by Vladimir Marko · 10 years ago
  27. 618a870 Merge "Fix crash when debugging exception" by Sebastien Hertz · 10 years ago
  28. 00256f3 Merge "Revert "64bit changes to the stack walker for the Quick ABI."" by Nicolas Geoffray · 10 years ago
  29. 8d5ead5 Revert "64bit changes to the stack walker for the Quick ABI." by Nicolas Geoffray · 10 years ago
  30. e08920e Merge "64bit changes to the stack walker for the Quick ABI." by Nicolas Geoffray · 10 years ago
  31. ea81063 Merge "Speed up single-stepping" by Sebastien Hertz · 10 years ago
  32. 6123d94 Merge "GenArithOpInt should ensure that reg is in core" by Bill Buzbee · 10 years ago
  33. 3a74d15 Delete throw launchpads. by Mingyao Yang · 10 years ago
  34. 4e0d5ee Merge "Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException.""" by Mingyao Yang · 10 years ago
  35. 63da330 Merge "Add an option to specify a list of methods for LIR dumping." by Mingyao Yang · 10 years ago
  36. b0618ae Merge "ART: GTest target tests missing "PASSED"" by Andreas Gampe · 10 years ago
  37. a63229c ART: GTest target tests missing "PASSED" by Andreas Gampe · 10 years ago
  38. 72f184d Merge "Fix dependencies in the test suite for multi-target tests" by Andreas Gampe · 10 years ago
  39. 2fe0792 Fix dependencies in the test suite for multi-target tests by Andreas Gampe · 10 years ago
  40. 42d65c5 Add an option to specify a list of methods for LIR dumping. by Mingyao Yang · 10 years ago
  41. 86e1b5e Merge "Get instruction-set/features from build/core/config.mk" by Ian Rogers · 10 years ago
  42. 9b79776 Get instruction-set/features from build/core/config.mk by Ian Rogers · 10 years ago
  43. 9b3335e Merge "Modify unwind to comply with stack parser tools." by Christopher Ferris · 10 years ago
  44. a2cee18 Modify unwind to comply with stack parser tools. by Christopher Ferris · 10 years ago
  45. ed0bc0b Merge "Fixing missing newlines in Usage calls" by Brian Carlstrom · 10 years ago
  46. 80365d9 Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException."" by Mingyao Yang · 10 years ago
  47. 4ad33b3 Fixing missing newlines in Usage calls by Brian Carlstrom · 10 years ago
  48. b21f7c9 Merge "Fix ForegroundHeapGrowthMultiplier and ParseDouble." by Mathieu Chartier · 10 years ago
  49. 455820e Fix ForegroundHeapGrowthMultiplier and ParseDouble. by Mathieu Chartier · 10 years ago
  50. fa25af3 Merge "Replace ObjectSet with LargeObjectBitmap." by Mathieu Chartier · 10 years ago
  51. 44b0053 Merge "Fix elf_writer_test for 64b target" by Andreas Gampe · 10 years ago
  52. e400aa2 Fix elf_writer_test for 64b target by Andreas Gampe · 10 years ago
  53. 5cb3283 64bit changes to the stack walker for the Quick ABI. by Nicolas Geoffray · 10 years ago
  54. ec83aac Merge "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException."" by Sebastien Hertz · 10 years ago
  55. 7fff544 Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException." by Brian Carlstrom · 10 years ago
  56. 6b8a267 Merge "Fix a use of OpCondBranch that breaks the MIPS build." by Ian Rogers · 10 years ago
  57. 366f8ae GenArithOpInt should ensure that reg is in core by Serguei Katkov · 10 years ago
  58. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 10 years ago
  59. d15f4e2 Fix a use of OpCondBranch that breaks the MIPS build. by Mingyao Yang · 10 years ago
  60. 957e2a2 Merge "Use LIRSlowPath for throwing ArrayOutOfBoundsException." by Mingyao Yang · 10 years ago
  61. 48a35cb Merge "Interpreter-only mode should cause dex-to-dex compilation." by Ian Rogers · 10 years ago
  62. 9bc5440 Interpreter-only mode should cause dex-to-dex compilation. by Ian Rogers · 10 years ago
  63. daa7a64 Merge "Comment disallow new monitors." by Ian Rogers · 10 years ago
  64. 5c597c6 Comment disallow new monitors. by Ian Rogers · 10 years ago
  65. a092ee4 Merge "Use non volatile lock words in semispace collector." by Mathieu Chartier · 10 years ago
  66. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 10 years ago
  67. 9d46314 Use LIRSlowPath for throwing ArrayOutOfBoundsException. by Mingyao Yang · 10 years ago
  68. 94e8a97 Merge "Add untested x86-64 downcall and exception assembly." by Ian Rogers · 10 years ago
  69. b99985a Merge "Fix a class-loading bug in the verifier when throwing NPE" by Andreas Gampe · 10 years ago
  70. 6398156 Fix a class-loading bug in the verifier when throwing NPE by Andreas Gampe · 10 years ago
  71. 425640d Merge "Use LIRSlowPath for throwing NPE." by Mingyao Yang · 10 years ago
  72. 47d00c0 Add untested x86-64 downcall and exception assembly. by Ian Rogers · 10 years ago
  73. 79f2c53 Merge "String.IndexOf method handles negative start index value in incorrect way" by Bill Buzbee · 10 years ago
  74. 984cd08 Merge "Code cleanup in preparation for x64 backend." by Nicolas Geoffray · 10 years ago
  75. a747a39 Code cleanup in preparation for x64 backend. by Nicolas Geoffray · 10 years ago
  76. c2b2bbf Merge "Simplify HInvokeStatic code generation." by Nicolas Geoffray · 10 years ago
  77. db928fc Simplify HInvokeStatic code generation. by Nicolas Geoffray · 10 years ago
  78. a1758d8 String.IndexOf method handles negative start index value in incorrect way by Alexei Zavjalov · 10 years ago
  79. fba52f1 ART: Fixes an issue with REX prefix for instructions with no ModRM byte by Vladimir Kostyukov · 10 years ago
  80. e8b2e6e Merge "Preparation for transition to libc++." by Ian Rogers · 10 years ago
  81. bd5ea6a Preparation for transition to libc++. by Ian Rogers · 10 years ago
  82. f7933e7 Merge "Disable another timing sensitive test on dist builds" by Brian Carlstrom · 10 years ago
  83. 520ab87 Merge "Build dex2oat as 64b for the target when using zygote64" by Andreas Gampe · 10 years ago
  84. 6b5123f Disable another timing sensitive test on dist builds by Brian Carlstrom · 10 years ago
  85. 5e17616 Merge "Fix volatile wide put/get to be atomic on x86 arch" by Ian Rogers · 10 years ago
  86. b4b0667 Fix volatile wide put/get to be atomic on x86 arch by Yevgeny Rouban · 10 years ago
  87. 5a9cef8 Build dex2oat as 64b for the target when using zygote64 by Andreas Gampe · 10 years ago
  88. a214996 Merge "Decrease target utilization for foreground apps." by Mathieu Chartier · 10 years ago
  89. e643a17 Use LIRSlowPath for throwing NPE. by Mingyao Yang · 10 years ago
  90. 2f8da3e Decrease target utilization for foreground apps. by Mathieu Chartier · 10 years ago
  91. df4f96a Merge "Fix thread join hangs" by Ian Rogers · 10 years ago
  92. d0235a3 Merge "Fix typo in ISA centralization" by Andreas Gampe · 10 years ago
  93. 68f3e09 Fix typo in ISA centralization by Andreas Gampe · 10 years ago
  94. b94fae6 Merge "Centralize instruction-set pointer-size, alignment, 64b-width code in instruction_set.h/cc" by Andreas Gampe · 10 years ago
  95. 2faf284 Merge "Long support in optimizing compiler." by Nicolas Geoffray · 10 years ago
  96. 01bc96d Long support in optimizing compiler. by Nicolas Geoffray · 10 years ago
  97. 63e8a68 Fix thread join hangs by Yevgeny Rouban · 10 years ago
  98. a3eaf66 Merge "Disable JDWP field watchpoint capabilities" by Sebastien Hertz · 10 years ago
  99. cf7bea3 Disable JDWP field watchpoint capabilities by Sebastien Hertz · 10 years ago
  100. 51f32a6 Merge "Allow use of instance filter for JDWP events" by Sebastien Hertz · 10 years ago