1. d30e1d6 Fix GetFreeMemory to use fooprint limit instead of max memory. by Mathieu Chartier · 10 years ago
  2. fbc2b17 Merge "Avoid a memory allocation in OatFile::GetOatDexFile()." by Vladimir Marko · 10 years ago
  3. 6473c0a Merge "ART: Fix inline assembly constraints in stub_test" by Ian Rogers · 10 years ago
  4. c3ed751 Merge "ART: Fix casts in atomic.h to please GCC" by Ian Rogers · 10 years ago
  5. 8550197 Merge "x86_64: Hard Float ABI support in QCG" by Bill Buzbee · 10 years ago
  6. 2f6e351 ART: Fix inline assembly constraints in stub_test by Andreas Gampe · 10 years ago
  7. a55c697 ART: Fix casts in atomic.h to please GCC by Andreas Gampe · 10 years ago
  8. cef85ad Merge "Don't assert int64_t alignment on x86." by Hans Boehm · 10 years ago
  9. 2f4a2ed Don't assert int64_t alignment on x86. by Hans Boehm · 10 years ago
  10. 58994cd x86_64: Hard Float ABI support in QCG by Dmitry Petrochenko · 10 years ago
  11. aff59a8 Add missing initializtaion of last_gc_time_ns_. by Mathieu Chartier · 10 years ago
  12. 9e0d8d6 Merge "Fix white space issues and long long use in assertion." by Hans Boehm · 10 years ago
  13. 5227193 Merge "Fix mismatched new[] delete in verifier." by Mathieu Chartier · 10 years ago
  14. a1ec065 Fix white space issues and long long use in assertion. by Hans Boehm · 10 years ago
  15. 6afd409 Fix mismatched new[] delete in verifier. by Mathieu Chartier · 10 years ago
  16. c2bb441 Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars." by Hans Boehm · 10 years ago
  17. 4479ba3 Merge "Change FieldHelper to use a handle." by Mathieu Chartier · 10 years ago
  18. 576ca0c Reduce header files including header files. by Ian Rogers · 10 years ago
  19. 3035961 Clean up and augment Atomic class. Replace QuasiAtomic MemBars. by Hans Boehm · 10 years ago
  20. 7c748c1 x86_64: Fix stubs after 4-byte method handler by Serguei Katkov · 10 years ago
  21. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  22. 19477a8 Fix top K percentage computation when loading profile data. by Calin Juravle · 10 years ago
  23. 20aa7cb Merge "Fixed and refactored profiler options handling" by Calin Juravle · 10 years ago
  24. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 10 years ago
  25. eab52e3 Merge "Clean up the sampling profiler" by Calin Juravle · 10 years ago
  26. bb0b53f Clean up the sampling profiler by Calin Juravle · 10 years ago
  27. 7a6b77f Merge "Fix crash in JDWP ReferenceType.SourceFile command" by Sebastien Hertz · 10 years ago
  28. 04f4d8a Add an optimization for removing redundant suspend tests in ART by Wei Jin · 10 years ago
  29. 7ce6105 Merge "Verify there's no mem map gap for immune region not to break." by Hiroshi Yamauchi · 10 years ago
  30. 539690a Avoid a memory allocation in OatFile::GetOatDexFile(). by Vladimir Marko · 10 years ago
  31. 4206eb5 Fix crash in JDWP ReferenceType.SourceFile command by Sebastien Hertz · 10 years ago
  32. 8ab62f8 Merge "ART: Add a test checking TLS offsets and entrypoints" by Andreas Gampe · 10 years ago
  33. adab3a2 Merge "Fix reflection_test failures." by Ian Rogers · 10 years ago
  34. 7fb5919 Merge "Do not force unwind info to debug_frame." by Christopher Ferris · 10 years ago
  35. 4352b45 ART: Add a test checking TLS offsets and entrypoints by Andreas Gampe · 10 years ago
  36. cdb3fa5 Do not force unwind info to debug_frame. by Christopher Ferris · 10 years ago
  37. d239564 Merge "Fix GetOutVROffset to use correct Method* size." by buzbee · 10 years ago
  38. 8281864 Fix GetOutVROffset to use correct Method* size. by buzbee · 10 years ago
  39. 3eed93d Verify there's no mem map gap for immune region not to break. by Hiroshi Yamauchi · 10 years ago
  40. 262a0a3 ART: Heap-allocate buffer in space_bitmap when on 64b arch by Andreas Gampe · 10 years ago
  41. 903e390 Merge "art: -Wsystem-header warning" by Mark Salyzyn · 10 years ago
  42. 9db911e Print mutexes held in Thread::Dump. by Mathieu Chartier · 10 years ago
  43. 4eef72b Merge "Fix compiler warnings." by Mathieu Chartier · 10 years ago
  44. 3476ed2 Merge "ART: Fix forbidden thread state change in interpreter" by Andreas Gampe · 10 years ago
  45. 2a0d4ec ART: Fix forbidden thread state change in interpreter by Andreas Gampe · 10 years ago
  46. eb757ee Merge "Use sendfile when copying profile file." by Calin Juravle · 10 years ago
  47. bc56fc3 Fix compiler warnings. by Mathieu Chartier · 10 years ago
  48. 5221410 Use sendfile when copying profile file. by Calin Juravle · 10 years ago
  49. 32640da Merge "Add missing preamble in switch-based interpreter" by Sebastien Hertz · 10 years ago
  50. 2470519 Merge "AArch64: Fix cmp-long and method with long arguments." by Bill Buzbee · 10 years ago
  51. fd51b9f Merge "ART: Fix stub_test inline assembly for ARM64" by Andreas Gampe · 10 years ago
  52. 5ca4eaa ART: Make LOCAL_CLANG architecture dependent for the target by Andreas Gampe · 10 years ago
  53. 86bd038 Merge "Fix a possible file descriptor leakage" by Calin Juravle · 10 years ago
  54. 177b429 Fix a possible file descriptor leakage by Calin Juravle · 10 years ago
  55. 511c8a6 AArch64: Fix cmp-long and method with long arguments. by Zheng Xu · 10 years ago
  56. 3c5aec1 Add missing preamble in switch-based interpreter by Sebastien Hertz · 10 years ago
  57. b264937 Fix reflection_test failures. by Douglas Leung · 10 years ago
  58. f39b378 ART: Fix stub_test inline assembly for ARM64 by Andreas Gampe · 10 years ago
  59. 18e6cf1 Merge "ART: Fix an error in proxy_invoke stub on ARM64" by Andreas Gampe · 10 years ago
  60. 26c2646 Merge "Modified functions to return pointers where appropriate" by Mathieu Chartier · 10 years ago
  61. f208ae9 x86_64: Fix art_quick_aput_obj by Dmitry Petrochenko · 10 years ago
  62. 33e6b0f Merge "ART: BitVector not calculating number_of_bits correctly" by Vladimir Marko · 10 years ago
  63. d1e9167 ART: Fix an error in proxy_invoke stub on ARM64 by Andreas Gampe · 10 years ago
  64. 56890e2 Modified functions to return pointers where appropriate by Fred Shih · 10 years ago
  65. 0f821c0 Merge "Make class status volatile." by Ian Rogers · 10 years ago
  66. e1d0781 Fix interpreter entrypoint initialization in the image by Sebastien Hertz · 10 years ago
  67. 03dbc04 Make class status volatile. by Ian Rogers · 10 years ago
  68. 014d77a ART: BitVector not calculating number_of_bits correctly by Jean Christophe Beyler · 10 years ago
  69. 502a197 Merge "Switch on implicit checks and bump oat version to force recompilation" by Dave Allison · 10 years ago
  70. f00571c Added workaround passing empty arg array for proxy invocation. by Jeff Hao · 10 years ago
  71. 042cbb6 Merge "x86: art_quick_instrumentation_entry should not use offset address" by Ian Rogers · 10 years ago
  72. 8792ae1 x86: art_quick_instrumentation_entry should not use offset address by Serguei Katkov · 10 years ago
  73. a309d76 Fix GC race condition in visit roots by Serguei Katkov · 10 years ago
  74. b870823 ART: Add thread safety test for LargeObjectSpace by Andreas Gampe · 10 years ago
  75. b379e8d Merge "Compaction cleanup for FindArrayClass." by Mathieu Chartier · 10 years ago
  76. b74cd29 Compaction cleanup for FindArrayClass. by Mathieu Chartier · 10 years ago
  77. afa8e90 Merge "Fix race condition in MemMap::MapAnonymous." by Mathieu Chartier · 10 years ago
  78. c355a2a Fix race condition in MemMap::MapAnonymous. by Mathieu Chartier · 10 years ago
  79. b413cd7 Merge "Don't report down-calls as unhandled exceptions." by Ian Rogers · 10 years ago
  80. 5cf9819 Don't report down-calls as unhandled exceptions. by Ian Rogers · 10 years ago
  81. c0cf944 Switch on implicit checks and bump oat version to force recompilation by Dave Allison · 10 years ago
  82. c24234e Merge "Another workaround for stack overflow issue with clang" by Sebastien Hertz · 10 years ago
  83. b7f0228 Merge "ART: Use StackReference in Quick Stack Frame" by Andreas Gampe · 10 years ago
  84. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  85. 8e1ebf4 Change GetFreeMemory to use the growth limit. by Mathieu Chartier · 10 years ago
  86. 822266b Ignore catch blocks whose type can't be resolved. by Ian Rogers · 10 years ago
  87. b478dab Merge "Add read barriers for the weak roots in the JNI weak globals." by Hiroshi Yamauchi · 10 years ago
  88. 8adc1d9 Merge "Make use of sigchainlib for signal chaining for implicit checks" by Dave Allison · 10 years ago
  89. 196851b Add read barriers for the weak roots in the JNI weak globals. by Hiroshi Yamauchi · 10 years ago
  90. f4b80bc Make use of sigchainlib for signal chaining for implicit checks by Dave Allison · 10 years ago
  91. 2ac01fc Improve tracking of memory locations in LVN. by Vladimir Marko · 10 years ago
  92. 818cff4 Merge "Fix DexFile.entries to return class names, not class descriptors" by Brian Carlstrom · 10 years ago
  93. e8aff40 Merge "Use a heap allocated free buffer in MarkSweep::SweepArray()." by Hiroshi Yamauchi · 10 years ago
  94. bbdc5bc Use a heap allocated free buffer in MarkSweep::SweepArray(). by Hiroshi Yamauchi · 10 years ago
  95. cf790bb Fix DexFile.entries to return class names, not class descriptors by Brian Carlstrom · 10 years ago
  96. 11138c7 Merge "Don't create bump pointer spaces unless necessary." by Mathieu Chartier · 10 years ago
  97. 4240c51 Don't create bump pointer spaces unless necessary. by Mathieu Chartier · 10 years ago
  98. 1bd4872 Add read barriers to the weak roots in the intern table. by Hiroshi Yamauchi · 10 years ago
  99. 0130ba0 Merge "Allocate large enough space bitmaps for malloc spaces." by Hiroshi Yamauchi · 10 years ago
  100. c5f94db Merge "Add option to specify compiler executable." by Brian Carlstrom · 10 years ago