1. a08ec9b Merge "Fix FindCatchBlock to work in -Xverify:none mode." by Jeff Hao · 11 years ago
  2. aa96191 Fix FindCatchBlock to work in -Xverify:none mode. by Jeff Hao · 11 years ago
  3. 4af159b Merge "Remove support for app JNI workarounds." by Ian Rogers · 11 years ago
  4. d299898 Merge "Warn when thread state lookup fails." by Ian Rogers · 11 years ago
  5. 987560f Remove support for app JNI workarounds. by Ian Rogers · 11 years ago
  6. 0ea4bf7 Merge "Update load/store utilities for 64-bit backends" by buzbee · 11 years ago
  7. 695d13a Update load/store utilities for 64-bit backends by buzbee · 11 years ago
  8. 3959583 Merge "Return bytes freed from RosAlloc." by Mathieu Chartier · 11 years ago
  9. 8585bad Return bytes freed from RosAlloc. by Mathieu Chartier · 11 years ago
  10. 0ec77d6 Warn when thread state lookup fails. by Ian Rogers · 11 years ago
  11. 82b1a81 Merge "Avoid allocating OatFile::OatClass on the heap." by Vladimir Marko · 11 years ago
  12. 618a870 Merge "Fix crash when debugging exception" by Sebastien Hertz · 11 years ago
  13. 00256f3 Merge "Revert "64bit changes to the stack walker for the Quick ABI."" by Nicolas Geoffray · 11 years ago
  14. 8d5ead5 Revert "64bit changes to the stack walker for the Quick ABI." by Nicolas Geoffray · 11 years ago
  15. e08920e Merge "64bit changes to the stack walker for the Quick ABI." by Nicolas Geoffray · 11 years ago
  16. ea81063 Merge "Speed up single-stepping" by Sebastien Hertz · 11 years ago
  17. 6123d94 Merge "GenArithOpInt should ensure that reg is in core" by Bill Buzbee · 11 years ago
  18. 4e0d5ee Merge "Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException.""" by Mingyao Yang · 11 years ago
  19. 63da330 Merge "Add an option to specify a list of methods for LIR dumping." by Mingyao Yang · 11 years ago
  20. b0618ae Merge "ART: GTest target tests missing "PASSED"" by Andreas Gampe · 11 years ago
  21. a63229c ART: GTest target tests missing "PASSED" by Andreas Gampe · 11 years ago
  22. 72f184d Merge "Fix dependencies in the test suite for multi-target tests" by Andreas Gampe · 11 years ago
  23. 2fe0792 Fix dependencies in the test suite for multi-target tests by Andreas Gampe · 11 years ago
  24. 42d65c5 Add an option to specify a list of methods for LIR dumping. by Mingyao Yang · 11 years ago
  25. 86e1b5e Merge "Get instruction-set/features from build/core/config.mk" by Ian Rogers · 11 years ago
  26. 9b79776 Get instruction-set/features from build/core/config.mk by Ian Rogers · 11 years ago
  27. 9b3335e Merge "Modify unwind to comply with stack parser tools." by Christopher Ferris · 11 years ago
  28. a2cee18 Modify unwind to comply with stack parser tools. by Christopher Ferris · 11 years ago
  29. ed0bc0b Merge "Fixing missing newlines in Usage calls" by Brian Carlstrom · 11 years ago
  30. 80365d9 Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException."" by Mingyao Yang · 11 years ago
  31. 4ad33b3 Fixing missing newlines in Usage calls by Brian Carlstrom · 11 years ago
  32. b21f7c9 Merge "Fix ForegroundHeapGrowthMultiplier and ParseDouble." by Mathieu Chartier · 11 years ago
  33. 455820e Fix ForegroundHeapGrowthMultiplier and ParseDouble. by Mathieu Chartier · 11 years ago
  34. fa25af3 Merge "Replace ObjectSet with LargeObjectBitmap." by Mathieu Chartier · 11 years ago
  35. 44b0053 Merge "Fix elf_writer_test for 64b target" by Andreas Gampe · 11 years ago
  36. e400aa2 Fix elf_writer_test for 64b target by Andreas Gampe · 11 years ago
  37. 5cb3283 64bit changes to the stack walker for the Quick ABI. by Nicolas Geoffray · 11 years ago
  38. ec83aac Merge "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException."" by Sebastien Hertz · 11 years ago
  39. 7fff544 Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException." by Brian Carlstrom · 11 years ago
  40. 6b8a267 Merge "Fix a use of OpCondBranch that breaks the MIPS build." by Ian Rogers · 11 years ago
  41. 366f8ae GenArithOpInt should ensure that reg is in core by Serguei Katkov · 11 years ago
  42. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 11 years ago
  43. d15f4e2 Fix a use of OpCondBranch that breaks the MIPS build. by Mingyao Yang · 11 years ago
  44. 957e2a2 Merge "Use LIRSlowPath for throwing ArrayOutOfBoundsException." by Mingyao Yang · 11 years ago
  45. 48a35cb Merge "Interpreter-only mode should cause dex-to-dex compilation." by Ian Rogers · 11 years ago
  46. 9bc5440 Interpreter-only mode should cause dex-to-dex compilation. by Ian Rogers · 11 years ago
  47. daa7a64 Merge "Comment disallow new monitors." by Ian Rogers · 11 years ago
  48. 5c597c6 Comment disallow new monitors. by Ian Rogers · 11 years ago
  49. a092ee4 Merge "Use non volatile lock words in semispace collector." by Mathieu Chartier · 11 years ago
  50. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 11 years ago
  51. 9d46314 Use LIRSlowPath for throwing ArrayOutOfBoundsException. by Mingyao Yang · 11 years ago
  52. 94e8a97 Merge "Add untested x86-64 downcall and exception assembly." by Ian Rogers · 11 years ago
  53. b99985a Merge "Fix a class-loading bug in the verifier when throwing NPE" by Andreas Gampe · 11 years ago
  54. 6398156 Fix a class-loading bug in the verifier when throwing NPE by Andreas Gampe · 11 years ago
  55. 425640d Merge "Use LIRSlowPath for throwing NPE." by Mingyao Yang · 11 years ago
  56. 47d00c0 Add untested x86-64 downcall and exception assembly. by Ian Rogers · 11 years ago
  57. 79f2c53 Merge "String.IndexOf method handles negative start index value in incorrect way" by Bill Buzbee · 11 years ago
  58. 984cd08 Merge "Code cleanup in preparation for x64 backend." by Nicolas Geoffray · 11 years ago
  59. a747a39 Code cleanup in preparation for x64 backend. by Nicolas Geoffray · 11 years ago
  60. c2b2bbf Merge "Simplify HInvokeStatic code generation." by Nicolas Geoffray · 11 years ago
  61. db928fc Simplify HInvokeStatic code generation. by Nicolas Geoffray · 11 years ago
  62. a1758d8 String.IndexOf method handles negative start index value in incorrect way by Alexei Zavjalov · 11 years ago
  63. e8b2e6e Merge "Preparation for transition to libc++." by Ian Rogers · 11 years ago
  64. bd5ea6a Preparation for transition to libc++. by Ian Rogers · 11 years ago
  65. f7933e7 Merge "Disable another timing sensitive test on dist builds" by Brian Carlstrom · 11 years ago
  66. 520ab87 Merge "Build dex2oat as 64b for the target when using zygote64" by Andreas Gampe · 11 years ago
  67. 6b5123f Disable another timing sensitive test on dist builds by Brian Carlstrom · 11 years ago
  68. 5e17616 Merge "Fix volatile wide put/get to be atomic on x86 arch" by Ian Rogers · 11 years ago
  69. b4b0667 Fix volatile wide put/get to be atomic on x86 arch by Yevgeny Rouban · 11 years ago
  70. 5a9cef8 Build dex2oat as 64b for the target when using zygote64 by Andreas Gampe · 11 years ago
  71. a214996 Merge "Decrease target utilization for foreground apps." by Mathieu Chartier · 11 years ago
  72. e643a17 Use LIRSlowPath for throwing NPE. by Mingyao Yang · 11 years ago
  73. 2f8da3e Decrease target utilization for foreground apps. by Mathieu Chartier · 11 years ago
  74. df4f96a Merge "Fix thread join hangs" by Ian Rogers · 11 years ago
  75. d0235a3 Merge "Fix typo in ISA centralization" by Andreas Gampe · 11 years ago
  76. 68f3e09 Fix typo in ISA centralization by Andreas Gampe · 11 years ago
  77. b94fae6 Merge "Centralize instruction-set pointer-size, alignment, 64b-width code in instruction_set.h/cc" by Andreas Gampe · 11 years ago
  78. 2faf284 Merge "Long support in optimizing compiler." by Nicolas Geoffray · 11 years ago
  79. 01bc96d Long support in optimizing compiler. by Nicolas Geoffray · 11 years ago
  80. 63e8a68 Fix thread join hangs by Yevgeny Rouban · 11 years ago
  81. a3eaf66 Merge "Disable JDWP field watchpoint capabilities" by Sebastien Hertz · 11 years ago
  82. cf7bea3 Disable JDWP field watchpoint capabilities by Sebastien Hertz · 11 years ago
  83. 51f32a6 Merge "Allow use of instance filter for JDWP events" by Sebastien Hertz · 11 years ago
  84. 172109b Merge "Fix JDWP count event modifier" by Sebastien Hertz · 11 years ago
  85. 9623c66 Merge "Less confusing heap transition message." by Mathieu Chartier · 11 years ago
  86. dcee9ee Less confusing heap transition message. by Mathieu Chartier · 11 years ago
  87. ebc726a Merge "Don't call SetFootprintLimit in CreateZygoteSpace." by Mathieu Chartier · 11 years ago
  88. c4d095b Don't call SetFootprintLimit in CreateZygoteSpace. by Mathieu Chartier · 11 years ago
  89. 5f4e6f5 Allow use of instance filter for JDWP events by Sebastien Hertz · 11 years ago
  90. 4320779 Fix JDWP count event modifier by Sebastien Hertz · 11 years ago
  91. c311d0c Merge "Prepare field watchpoint support" by Sebastien Hertz · 11 years ago
  92. 3f52eaf Prepare field watchpoint support by Sebastien Hertz · 11 years ago
  93. 0a01b38 Merge "Clear unused roots from debugger" by Sebastien Hertz · 11 years ago
  94. 1837bcb Merge "Deduplicate code starting JDWP thread" by Sebastien Hertz · 11 years ago
  95. 30143fd Merge "Fix clang build." by Mathieu Chartier · 11 years ago
  96. e9ea70b Fix clang build. by Mathieu Chartier · 11 years ago
  97. 949e5fd Merge "art_quick_unlock_object uses comparison incorrectly" by Ian Rogers · 11 years ago
  98. d6b9b62 Merge "Refactor space bitmap to support different alignments." by Mathieu Chartier · 11 years ago
  99. 107cbcc Merge "Reduce bump pointer space capacity." by Mathieu Chartier · 11 years ago
  100. 309e3bf Reduce bump pointer space capacity. by Mathieu Chartier · 11 years ago