1. 085b733 ART: AddVectorReduce should store result in memory carefully by Maxim Kazantsev · 10 years ago
  2. e4335eb Make BCE a no-op if there is no array access. by Mingyao Yang · 10 years ago
  3. ff3ef43 Merge "Reserve bits in the lock word for read barriers." by Hiroshi Yamauchi · 10 years ago
  4. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  5. 5e42cd3 Merge "Wait for threads to finish unregistering" by Mathieu Chartier · 10 years ago
  6. 91e5669 Wait for threads to finish unregistering by Mathieu Chartier · 10 years ago
  7. c8fb918 Merge "Add a change that should be part of "enhance gvn for commutative ops."" by Mingyao Yang · 10 years ago
  8. 8928cab Add a change that should be part of "enhance gvn for commutative ops." by Mingyao Yang · 10 years ago
  9. 2347d60 Merge "Remove old build options from .gitignore" by Brian Carlstrom · 10 years ago
  10. ee8b04d Remove old build options from .gitignore by Brian Carlstrom · 10 years ago
  11. 49ccb6e Merge "Opt compiler: enhance gvn for commutative ops." by Mingyao Yang · 10 years ago
  12. 86a4db4 Merge "Remove ART_SMALL_MODE ifdefs." by Jeff Hao · 10 years ago
  13. dc5ac73 Opt compiler: enhance gvn for commutative ops. by Mingyao Yang · 10 years ago
  14. 0e5e728 Merge "Fix build lint issue." by Brian Carlstrom · 10 years ago
  15. 94e9172 Fix build lint issue. by Brian Carlstrom · 10 years ago
  16. ea84bf7 Merge "bce: add support to narrow two MonotonicValueRange's at the same time." by Mingyao Yang · 10 years ago
  17. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 10 years ago
  18. dc47e98 Merge "Fix generic JNI stubs to not discard the Java native frame." by Nicolas Geoffray · 10 years ago
  19. 126d659 Fix generic JNI stubs to not discard the Java native frame. by Nicolas Geoffray · 10 years ago
  20. 775f1d4 Merge "Follow-up 128393" by Sebastien Hertz · 10 years ago
  21. bd9cf9f Follow-up 128393 by Sebastien Hertz · 10 years ago
  22. cd93415 Merge "Tests use libarttest.so, so does not work on ndebug." by Nicolas Geoffray · 10 years ago
  23. 57f4993 Merge "Revert GetThisObject change." by Nicolas Geoffray · 10 years ago
  24. 9729e52 Revert GetThisObject change. by Nicolas Geoffray · 10 years ago
  25. d845fd0 Tests use libarttest.so, so does not work on ndebug. by Nicolas Geoffray · 10 years ago
  26. 207fc16 Merge "Stack support for Optimizing compiler" by Nicolas Geoffray · 10 years ago
  27. 7cde48c Stack support for Optimizing compiler by Sebastien Hertz · 10 years ago
  28. d07adcf Merge "[optimizing compiler] x86 goodness" by Nicolas Geoffray · 10 years ago
  29. f3c7ba6 Remove ART_SMALL_MODE ifdefs. by Jeff Hao · 10 years ago
  30. 4b39eee Merge "bce: handle a pattern for circular buffer" by Mingyao Yang · 10 years ago
  31. 4559f00 bce: handle a pattern for circular buffer by Mingyao Yang · 10 years ago
  32. 87998b0 Merge "ART: Cache last returned range in LiveInterval::Covers" by David Brazdil · 10 years ago
  33. 1d8587f Merge "Fix AddCurrentRuntimeFeaturesAsDex2OatArguments jit handling" by Mathieu Chartier · 10 years ago
  34. 56505fe Merge "Fix bad variable expansion" by Mathieu Chartier · 10 years ago
  35. caa0a87 Fix bad variable expansion by Mathieu Chartier · 10 years ago
  36. 9924fd8 Merge "ART: Move DexFile vector to Java array" by Andreas Gampe · 10 years ago
  37. 0b25c71 Merge "Add support for .bss section in oat files." by Vladimir Marko · 10 years ago
  38. deebb99 Fix AddCurrentRuntimeFeaturesAsDex2OatArguments jit handling by Mathieu Chartier · 10 years ago
  39. 02f28fd Merge "ART: Allow more operations in unstarted Runtime" by Andreas Gampe · 10 years ago
  40. f0e128a ART: Allow more operations in unstarted Runtime by Andreas Gampe · 10 years ago
  41. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  42. 3ccd4cf Merge "Opt Compiler: ARM64: Enable explicit memory barriers over acquire/release" by Nicolas Geoffray · 10 years ago
  43. 3d96f56 Merge "ART: Fix off-by-two whitespace" by Andreas Gampe · 10 years ago
  44. 09b8463 [optimizing compiler] x86 goodness by Mark Mendell · 10 years ago
  45. 5b8e6a5 ART: Cache last returned range in LiveInterval::Covers by David Brazdil · 10 years ago
  46. 4ab52e7 Merge "Don't require three-character extensions for dex locations." by Richard Uhler · 10 years ago
  47. 579885a Opt Compiler: ARM64: Enable explicit memory barriers over acquire/release by Serban Constantinescu · 10 years ago
  48. 4f0be4d ART: Fix off-by-two whitespace by Andreas Gampe · 10 years ago
  49. 2eb5168 Merge "Revert "Revert "Re-enable one thread dumping the native stack of another.""" by Andreas Gampe · 10 years ago
  50. f90316e Merge "ART: Allow dex2oat for apps only with image" by Andreas Gampe · 10 years ago
  51. 1d00add ART: Allow dex2oat for apps only with image by Andreas Gampe · 10 years ago
  52. 00a1f5b Revert "Revert "Re-enable one thread dumping the native stack of another."" by Andreas Gampe · 10 years ago
  53. 2d0af8d Merge "ART: Fix Mips disassembler for some floating point instructions." by Andreas Gampe · 10 years ago
  54. 1cd2790 ART: Fix Mips disassembler for some floating point instructions. by Douglas Leung · 10 years ago
  55. c2de38a Merge "Change JIT to not use PIC" by Mathieu Chartier · 10 years ago
  56. dce71f3 Change JIT to not use PIC by Mathieu Chartier · 10 years ago
  57. 0d1ef55 Merge "Change JIT tests to use interpreter image" by Mathieu Chartier · 10 years ago
  58. e2a12c0 Change JIT tests to use interpreter image by Mathieu Chartier · 10 years ago
  59. 8376830 Merge "Handle another untyped dex CONST issue" by buzbee · 10 years ago
  60. 02abb50 Merge "Fix jit tests" by Mathieu Chartier · 10 years ago
  61. 721f3a8 Fix jit tests by Mathieu Chartier · 10 years ago
  62. 242026e Merge "Fix JIT direct call to interpreter bridge" by Mathieu Chartier · 10 years ago
  63. 28a3588 Fix JIT direct call to interpreter bridge by Mathieu Chartier · 10 years ago
  64. 0a575f2 Merge "Change card cache mod-union table to use bitmaps" by Mathieu Chartier · 10 years ago
  65. 4858a93 Change card cache mod-union table to use bitmaps by Mathieu Chartier · 10 years ago
  66. e111f11 Merge "Add standard gc log for transition collections." by Hiroshi Yamauchi · 10 years ago
  67. e4d9987 Add standard gc log for transition collections. by Hiroshi Yamauchi · 10 years ago
  68. 0644b2d Merge "Add missing JIT stuff in make files" by Mathieu Chartier · 10 years ago
  69. 965fd02 Don't require three-character extensions for dex locations. by Richard Uhler · 10 years ago
  70. 3fc1b12 Add missing JIT stuff in make files by Mathieu Chartier · 10 years ago
  71. f5c224c Merge "Update expectations for volantis." by Nicolas Geoffray · 10 years ago
  72. e501f77 Update expectations for volantis. by Nicolas Geoffray · 10 years ago
  73. 2433d1a Merge "ARM: Fix LIR flags in encoding map." by Vladimir Marko · 10 years ago
  74. ff9b747 Merge "JDWP: fix thread state on event suspension" by Sebastien Hertz · 10 years ago
  75. 335c555 ARM: Fix LIR flags in encoding map. by Ningsheng Jian · 10 years ago
  76. f16fe89 Merge "Fix method_verifier_test with the SS collector." by Hiroshi Yamauchi · 10 years ago
  77. b1de6a4 Merge "Change already inline error to warning" by Mathieu Chartier · 10 years ago
  78. 3e78162 Fix method_verifier_test with the SS collector. by Hiroshi Yamauchi · 10 years ago
  79. 71ef044 Change already inline error to warning by Mathieu Chartier · 10 years ago
  80. 4f9bbe2 Merge "Fix JIT for vmdebug test 99" by Mathieu Chartier · 10 years ago
  81. b491375 Merge "[MIPS] Fix mips32 trampoline problem." by Andreas Gampe · 10 years ago
  82. 42cfbb0 Merge "Fix argument register allocation for mips32." by Andreas Gampe · 10 years ago
  83. 2d873b6 [MIPS] Fix mips32 trampoline problem. by Nikola Veljkovic · 10 years ago
  84. c0d5f89 Fix JIT for vmdebug test 99 by Mathieu Chartier · 10 years ago
  85. f58c11c Fix argument register allocation for mips32. by Douglas Leung · 10 years ago
  86. 8db3d76 Merge "ART: oatdump enhancements" by Andreas Gampe · 10 years ago
  87. 32f500d ART: oatdump enhancements by Anestis Bechtsoudis · 10 years ago
  88. 01b7c43 Merge "ART: Print maps directly to log" by Andreas Gampe · 10 years ago
  89. 813b960 JDWP: fix thread state on event suspension by Sebastien Hertz · 10 years ago
  90. ec27dc1 Merge "ART: Nano optimization of LiveInterval" by David Brazdil · 10 years ago
  91. 714e14f ART: Nano optimization of LiveInterval by David Brazdil · 10 years ago
  92. 2cfa9f2 Merge "ART: Update description of failing libcore tests" by David Brazdil · 10 years ago
  93. b60c58f ART: Update description of failing libcore tests by David Brazdil · 10 years ago
  94. a6dfdae ART: Print maps directly to log by Andreas Gampe · 10 years ago
  95. 324b9bb ART: Move DexFile vector to Java array by Andreas Gampe · 10 years ago
  96. 42f8c1c Merge "ART: Fix "unused parameters"" by Andreas Gampe · 10 years ago
  97. c801f0d ART: Fix "unused parameters" by Andreas Gampe · 10 years ago
  98. 8fa836e Merge "Print thread name for attempting to unregister unattached thread" by Mathieu Chartier · 10 years ago
  99. 79a3082 Merge "Delete bad DCHECK" by Mathieu Chartier · 10 years ago
  100. 7e6a233 Delete bad DCHECK by Mathieu Chartier · 10 years ago