1. dc39254 am 5e3dd904: Merge "ART: Use interpret-only for vmSafeMode" into lmp-mr1-dev by Andreas Gampe · 10 years ago
  2. 5e3dd90 Merge "ART: Use interpret-only for vmSafeMode" into lmp-mr1-dev by Andreas Gampe · 10 years ago
  3. 4489369 ART: Use interpret-only for vmSafeMode by Andreas Gampe · 10 years ago
  4. b47261b am 634d58a9: Pass the real capacity to CreateRosAlloc. by Hiroshi Yamauchi · 10 years ago
  5. 634d58a Pass the real capacity to CreateRosAlloc. by Hiroshi Yamauchi · 10 years ago
  6. c123642 am 091f9543: Merge "Fix running out of temps when storing invoke-interface result." into lmp-mr1-dev by Vladimir Marko · 10 years ago
  7. 9999ca4 am 8a9f0049: ART: Do not compile swap file functionality on Mac by Andreas Gampe · 10 years ago
  8. 091f954 Merge "Fix running out of temps when storing invoke-interface result." into lmp-mr1-dev by Vladimir Marko · 10 years ago
  9. 8a9f004 ART: Do not compile swap file functionality on Mac by Andreas Gampe · 10 years ago
  10. d6bd06c Fix running out of temps when storing invoke-interface result. by Vladimir Marko · 10 years ago
  11. e4541b6 am d9ce7fc1: ART: Fix swap space free list by Andreas Gampe · 10 years ago
  12. d9ce7fc ART: Fix swap space free list by Andreas Gampe · 10 years ago
  13. e3122d3 am 62746d8d: ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  14. 62746d8 ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  15. 48713ec am 15ff1a86: Merge "JDWP: fix setting multiple breakpoints in the same method" into lmp-mr1-dev by Sebastien Hertz · 10 years ago
  16. 15ff1a8 Merge "JDWP: fix setting multiple breakpoints in the same method" into lmp-mr1-dev by Sebastien Hertz · 10 years ago
  17. bc2a845 am f535c69f: ART: Punt to the interpreter for VerifiedMethod errors by Andreas Gampe · 10 years ago
  18. f535c69 ART: Punt to the interpreter for VerifiedMethod errors by Andreas Gampe · 10 years ago
  19. 2f5c202 JDWP: fix setting multiple breakpoints in the same method by Sebastien Hertz · 10 years ago
  20. fd650c0 am 74608312: Merge "Increase default allocation stack size" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  21. 7460831 Merge "Increase default allocation stack size" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  22. 4911153 Increase default allocation stack size by Mathieu Chartier · 10 years ago
  23. 7a8a218 am d2c8f92c: Merge "ART: More ELF and oat file safety measures" into lmp-mr1-dev by Andreas Gampe · 10 years ago
  24. d2c8f92 Merge "ART: More ELF and oat file safety measures" into lmp-mr1-dev by Andreas Gampe · 10 years ago
  25. ad00fed ART: More ELF and oat file safety measures by Andreas Gampe · 10 years ago
  26. 4cce9d8 am cba59c39: Merge "Link libsigchain.a instead of sigchain.o" into lmp-mr1-dev by Dmitriy Ivanov · 10 years ago
  27. cba59c3 Merge "Link libsigchain.a instead of sigchain.o" into lmp-mr1-dev by Dmitriy Ivanov · 10 years ago
  28. 9e5fd59 am 6aa9ebe9: Merge "Fix verifier bug caused by confusing ArtMethod::IsDirect vs ArtMethod::IsStatic semantics." into lmp-mr1-dev by Brian Carlstrom · 10 years ago
  29. 6aa9ebe Merge "Fix verifier bug caused by confusing ArtMethod::IsDirect vs ArtMethod::IsStatic semantics." into lmp-mr1-dev by Brian Carlstrom · 10 years ago
  30. 0d26e9f am ae2533bc: Merge "Ensure void type is resolved when running without image" into lmp-mr1-dev by Sebastien Hertz · 10 years ago
  31. ae2533b Merge "Ensure void type is resolved when running without image" into lmp-mr1-dev by Sebastien Hertz · 10 years ago
  32. e7bc70b Link libsigchain.a instead of sigchain.o by Dmitriy Ivanov · 10 years ago
  33. cad417c Ensure void type is resolved when running without image by Sebastien Hertz · 10 years ago
  34. f9943f2 Fix verifier bug caused by confusing ArtMethod::IsDirect vs ArtMethod::IsStatic semantics. by Brian Carlstrom · 10 years ago
  35. 256cde5 am ab0f981e: Merge "Support proxy method in StackVisitor::GetThisObject" into lmp-mr1-dev by Sebastien Hertz · 10 years ago
  36. ab0f981 Merge "Support proxy method in StackVisitor::GetThisObject" into lmp-mr1-dev by Sebastien Hertz · 10 years ago
  37. 2bdb734 am 59f6b7a2: Merge "ART: GenLongArith has to clobber same operands for 2-op instr" into lmp-mr1-dev by Bill Buzbee · 10 years ago
  38. b1a5285 am b837bd2b: Merge "ART: GenNegLong incorrectly handled register overlap for x86" into lmp-mr1-dev by Bill Buzbee · 10 years ago
  39. 59f6b7a Merge "ART: GenLongArith has to clobber same operands for 2-op instr" into lmp-mr1-dev by Bill Buzbee · 10 years ago
  40. b837bd2 Merge "ART: GenNegLong incorrectly handled register overlap for x86" into lmp-mr1-dev by Bill Buzbee · 10 years ago
  41. 5ed44ac ART: GenLongArith has to clobber same operands for 2-op instr by nikolay serdjuk · 10 years ago
  42. 6bde927 ART: GenNegLong incorrectly handled register overlap for x86 by nikolay serdjuk · 10 years ago
  43. fcfc8a7 Support proxy method in StackVisitor::GetThisObject by Sebastien Hertz · 10 years ago
  44. b3021ea am a8ff529e: Merge "JDWP: avoid crash on unsupported modifier" into lmp-mr1-dev by Sebastien Hertz · 10 years ago
  45. a8ff529 Merge "JDWP: avoid crash on unsupported modifier" into lmp-mr1-dev by Sebastien Hertz · 10 years ago
  46. 3c7182c am 16abc5f2: Fix reference table sorting by Brian Carlstrom · 10 years ago
  47. 16abc5f Fix reference table sorting by Brian Carlstrom · 10 years ago
  48. 5e05bb7 am 5f421f16: Merge "Make Barrier robust against spurious wakeups" into lmp-mr1-dev by Hans Boehm · 10 years ago
  49. 5f421f1 Merge "Make Barrier robust against spurious wakeups" into lmp-mr1-dev by Hans Boehm · 10 years ago
  50. ee51501 am eb1404a0: ART: Fix variable formatting and CodeLayout\'s multiple visits by Jean Christophe Beyler · 10 years ago
  51. eb1404a ART: Fix variable formatting and CodeLayout's multiple visits by Jean Christophe Beyler · 11 years ago
  52. 0fb33e7 JDWP: avoid crash on unsupported modifier by Sebastien Hertz · 10 years ago
  53. 2f62cfe Make Barrier robust against spurious wakeups by Hans Boehm · 10 years ago
  54. 7bca4e3 am 8775cc33: am c1bfaa22: Remove dex2oat watchdog warning by Brian Carlstrom · 10 years ago
  55. 8775cc3 am c1bfaa22: Remove dex2oat watchdog warning by Brian Carlstrom · 10 years ago
  56. 2f93d60 am 25fda920: Remove method verification results right after compiling a method by Mathieu Chartier · 10 years ago
  57. 37f461f am d97465c3: ART: Fix unclosed files in dex2oat by Andreas Gampe · 10 years ago
  58. c1bfaa2 Remove dex2oat watchdog warning by Brian Carlstrom · 10 years ago
  59. 25fda92 Remove method verification results right after compiling a method by Mathieu Chartier · 10 years ago
  60. d97465c ART: Fix unclosed files in dex2oat by Andreas Gampe · 10 years ago
  61. b71fe78 am 6cc5076a: Fix mac build by Mathieu Chartier · 10 years ago
  62. 6cc5076 Fix mac build by Mathieu Chartier · 10 years ago
  63. f953f5f am 3029df6d: Print memory usage in dex2oat shutdown by Mathieu Chartier · 10 years ago
  64. 3029df6 Print memory usage in dex2oat shutdown by Mathieu Chartier · 10 years ago
  65. a83bb09 am 99f50c41: Merge "Quick: Fix neg-long on ARM for overlapping regs." into lmp-mr1-dev by Vladimir Marko · 10 years ago
  66. 99f50c4 Merge "Quick: Fix neg-long on ARM for overlapping regs." into lmp-mr1-dev by Vladimir Marko · 10 years ago
  67. 9ad2dc6 am be413415: Merge "JDWP: only deoptimize when it is required" into lmp-mr1-dev by Sebastien Hertz · 10 years ago
  68. be41341 Merge "JDWP: only deoptimize when it is required" into lmp-mr1-dev by Sebastien Hertz · 10 years ago
  69. fd47559 am 4f4ddd5f: Merge "Try normal allocation if large object allocation fails" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  70. 4f4ddd5 Merge "Try normal allocation if large object allocation fails" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  71. f402deb am d59c1700: Fix growth limit / footprint limit problems by Mathieu Chartier · 10 years ago
  72. f1c4d0e Try normal allocation if large object allocation fails by Mathieu Chartier · 10 years ago
  73. d59c170 Fix growth limit / footprint limit problems by Mathieu Chartier · 10 years ago
  74. 3935f2d am ea1c3d77: Set dex_cache_strings_ when we call Class::SetDexCache by Mathieu Chartier · 10 years ago
  75. ea1c3d7 Set dex_cache_strings_ when we call Class::SetDexCache by Mathieu Chartier · 10 years ago
  76. c375e52 Quick: Fix neg-long on ARM for overlapping regs. by Vladimir Marko · 10 years ago
  77. b4a14df am db6b8dc2: Merge "Disable stack mprotects when running on valgrind" into lmp-mr1-dev by Dmitriy Ivanov · 10 years ago
  78. db6b8dc Merge "Disable stack mprotects when running on valgrind" into lmp-mr1-dev by Dmitriy Ivanov · 10 years ago
  79. 6785702 Revert "Revert "Add missing thread state change to kWaitingForCheckPointsToRun"" by Mathieu Chartier · 10 years ago
  80. 12e2928 Revert "Add missing thread state change to kWaitingForCheckPointsToRun" by Mathieu Chartier · 10 years ago
  81. 20e11a7 Add missing thread state change to kWaitingForCheckPointsToRun by Mathieu Chartier · 10 years ago
  82. 84dc99d Trim reference tables when we trim the heap by Mathieu Chartier · 10 years ago
  83. 8ee9643 Add a way to change the IMT size by Mathieu Chartier · 10 years ago
  84. 56bf0c7 Disable stack mprotects when running on valgrind by Dmitriy Ivanov · 10 years ago
  85. 19506c5 Merge "Move dex cache strings from ArtMethod -> Class" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  86. eea8398 Merge "Quick compiler: handle embedded switch data." into lmp-mr1-dev by buzbee · 10 years ago
  87. bd81854 Quick compiler: handle embedded switch data. by buzbee · 10 years ago
  88. 4cdf450 Fix oatwriter code deduping by Mathieu Chartier · 10 years ago
  89. f521f42 Move dex cache strings from ArtMethod -> Class by Mathieu Chartier · 10 years ago
  90. f2134f6 JDWP: only deoptimize when it is required by Sebastien Hertz · 10 years ago
  91. 89ea417 Fix failing tests by Mathieu Chartier · 10 years ago
  92. c6fc909 Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  93. 8071400 Add fast string sharpening by Mathieu Chartier · 10 years ago
  94. c934e48 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago
  95. c4cd95f Tune rosalloc buffer sizes. by Hiroshi Yamauchi · 10 years ago
  96. 4fc104f Merge "dex2oat: Pack likely-dirty objects together when generating the boot image" into lmp-mr1-dev by Igor Murashkin · 10 years ago
  97. 3f735bd dex2oat: Pack likely-dirty objects together when generating the boot image by Igor Murashkin · 10 years ago
  98. c5d085c Fix zygote space and non moving space map names by Mathieu Chartier · 10 years ago
  99. cc03f79 Merge "Fix transitive equality error in set." into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  100. 9601abf Quick compiler: fix x86 special identity by buzbee · 10 years ago