1. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  2. 25c4f6a Merge "Add an optimization for removing redundant suspend tests in ART" by Bill Buzbee · 10 years ago
  3. 04f4d8a Add an optimization for removing redundant suspend tests in ART by Wei Jin · 10 years ago
  4. 86e48ce Merge "Disable thumb assembler test to fix art build" by Dave Allison · 10 years ago
  5. dadc7dc Disable thumb assembler test to fix art build by Dave Allison · 10 years ago
  6. b044dd4 Merge "Remove unused variable in assembler test." by Dave Allison · 10 years ago
  7. d20ddb2 Remove unused variable in assembler test. by Dave Allison · 10 years ago
  8. f58b5d0 Merge "Fix assembler test to use path if it can't find tools." by Dave Allison · 10 years ago
  9. c819e0d Fix assembler test to use path if it can't find tools. by Dave Allison · 10 years ago
  10. 0eb3e75 Merge "Thumb2 assembler for JNI compiler and optimizing compiler" by Dave Allison · 10 years ago
  11. 65fcc2c Thumb2 assembler for JNI compiler and optimizing compiler by Dave Allison · 10 years ago
  12. 7ce6105 Merge "Verify there's no mem map gap for immune region not to break." by Hiroshi Yamauchi · 10 years ago
  13. d5e2b00 Merge "Workaround for running out of address space on N7v1." by Vladimir Marko · 10 years ago
  14. f94b781 Workaround for running out of address space on N7v1. by Vladimir Marko · 10 years ago
  15. deed673 Merge "Use std::enable_if instead of a custom helper class." by Vladimir Marko · 10 years ago
  16. ad1bc0b Merge "Fix X86 disassambler printing of XMM, MM registers" by Ian Rogers · 10 years ago
  17. 0110619 Use std::enable_if instead of a custom helper class. by Vladimir Marko · 10 years ago
  18. 8d1a355 Merge "x86_64: Turn on 64-bit core registers initialization." by Bill Buzbee · 10 years ago
  19. 76af0d3 x86_64: Turn on 64-bit core registers initialization. by Dmitry Petrochenko · 10 years ago
  20. 88649c7 Fix X86 disassambler printing of XMM, MM registers by Mark Mendell · 10 years ago
  21. 341a0c5 Merge "Avoid register pool allocations on the heap." by Vladimir Marko · 10 years ago
  22. 089142c Avoid register pool allocations on the heap. by Vladimir Marko · 10 years ago
  23. 8ab62f8 Merge "ART: Add a test checking TLS offsets and entrypoints" by Andreas Gampe · 10 years ago
  24. adab3a2 Merge "Fix reflection_test failures." by Ian Rogers · 10 years ago
  25. 141671d Merge "ART: Allocate ostreams on the heap in Oatdump::DumpOatMethod" by Andreas Gampe · 10 years ago
  26. a8b41aa ART: Allocate ostreams on the heap in Oatdump::DumpOatMethod by Andreas Gampe · 10 years ago
  27. 7fb5919 Merge "Do not force unwind info to debug_frame." by Christopher Ferris · 10 years ago
  28. 4352b45 ART: Add a test checking TLS offsets and entrypoints by Andreas Gampe · 10 years ago
  29. cdb3fa5 Do not force unwind info to debug_frame. by Christopher Ferris · 10 years ago
  30. d239564 Merge "Fix GetOutVROffset to use correct Method* size." by buzbee · 10 years ago
  31. 8281864 Fix GetOutVROffset to use correct Method* size. by buzbee · 10 years ago
  32. d37f9b0 Merge "Enable -Wframe-larger-than=1728 compilation error" by Andreas Gampe · 10 years ago
  33. 278ff9e Enable -Wframe-larger-than=1728 compilation error by Sebastien Hertz · 10 years ago
  34. 3eed93d Verify there's no mem map gap for immune region not to break. by Hiroshi Yamauchi · 10 years ago
  35. 2bb87ef Merge "ART: Heap-allocate buffer in space_bitmap when on 64b arch" by Andreas Gampe · 10 years ago
  36. 262a0a3 ART: Heap-allocate buffer in space_bitmap when on 64b arch by Andreas Gampe · 10 years ago
  37. 903e390 Merge "art: -Wsystem-header warning" by Mark Salyzyn · 10 years ago
  38. 955bc57 Merge "Print mutexes held in Thread::Dump." by Mathieu Chartier · 10 years ago
  39. 9db911e Print mutexes held in Thread::Dump. by Mathieu Chartier · 10 years ago
  40. 4eef72b Merge "Fix compiler warnings." by Mathieu Chartier · 10 years ago
  41. 3476ed2 Merge "ART: Fix forbidden thread state change in interpreter" by Andreas Gampe · 10 years ago
  42. 2a0d4ec ART: Fix forbidden thread state change in interpreter by Andreas Gampe · 10 years ago
  43. eb757ee Merge "Use sendfile when copying profile file." by Calin Juravle · 10 years ago
  44. bc56fc3 Fix compiler warnings. by Mathieu Chartier · 10 years ago
  45. 5221410 Use sendfile when copying profile file. by Calin Juravle · 10 years ago
  46. 32640da Merge "Add missing preamble in switch-based interpreter" by Sebastien Hertz · 10 years ago
  47. 2470519 Merge "AArch64: Fix cmp-long and method with long arguments." by Bill Buzbee · 10 years ago
  48. f3639b2 Merge "ART: x86_64 disassembler improvements" by Ian Rogers · 10 years ago
  49. fd51b9f Merge "ART: Fix stub_test inline assembly for ARM64" by Andreas Gampe · 10 years ago
  50. 05574e6 Merge "ART: Make LOCAL_CLANG architecture dependent for the target" by Andreas Gampe · 10 years ago
  51. 5ca4eaa ART: Make LOCAL_CLANG architecture dependent for the target by Andreas Gampe · 10 years ago
  52. fa5fda3 Merge "Fix a bug in SSA construction." by Nicolas Geoffray · 10 years ago
  53. 7c3560f Fix a bug in SSA construction. by Nicolas Geoffray · 10 years ago
  54. 86bd038 Merge "Fix a possible file descriptor leakage" by Calin Juravle · 10 years ago
  55. 177b429 Fix a possible file descriptor leakage by Calin Juravle · 10 years ago
  56. 511c8a6 AArch64: Fix cmp-long and method with long arguments. by Zheng Xu · 10 years ago
  57. 3c5aec1 Add missing preamble in switch-based interpreter by Sebastien Hertz · 10 years ago
  58. 122113a ART: x86_64 disassembler improvements by Vladimir Kostyukov · 10 years ago
  59. 57795db Merge "ART: Add another proxy test" by Andreas Gampe · 10 years ago
  60. b264937 Fix reflection_test failures. by Douglas Leung · 10 years ago
  61. f39b378 ART: Fix stub_test inline assembly for ARM64 by Andreas Gampe · 10 years ago
  62. ca9da50 Merge "Correct another RegStorage::Solo32" by Bill Buzbee · 10 years ago
  63. 18e6cf1 Merge "ART: Fix an error in proxy_invoke stub on ARM64" by Andreas Gampe · 10 years ago
  64. d44f1a6 Correct another RegStorage::Solo32 by Mark Mendell · 10 years ago
  65. 26c2646 Merge "Modified functions to return pointers where appropriate" by Mathieu Chartier · 10 years ago
  66. e997429 Merge "AArch64: split list of opcodes in compiler filter." by Bill Buzbee · 10 years ago
  67. 87662da Merge "Quick compiler: reference cleanup" by buzbee · 10 years ago
  68. ec3f3d1 AArch64: split list of opcodes in compiler filter. by Matteo Franchin · 10 years ago
  69. a0cd2d7 Quick compiler: reference cleanup by buzbee · 10 years ago
  70. f11fe5d Merge "x86_64: Fix art_quick_aput_obj" by Andreas Gampe · 10 years ago
  71. 26e30c5 Merge "Don't use Dump for printing a bitset in liveness_test." by Nicolas Geoffray · 10 years ago
  72. 26066f2 Don't use Dump for printing a bitset in liveness_test. by Nicolas Geoffray · 10 years ago
  73. f208ae9 x86_64: Fix art_quick_aput_obj by Dmitry Petrochenko · 10 years ago
  74. 33e6b0f Merge "ART: BitVector not calculating number_of_bits correctly" by Vladimir Marko · 10 years ago
  75. d1e9167 ART: Fix an error in proxy_invoke stub on ARM64 by Andreas Gampe · 10 years ago
  76. 56890e2 Modified functions to return pointers where appropriate by Fred Shih · 10 years ago
  77. 89ad1cf am 0f821c00: Merge "Make class status volatile." by Ian Rogers · 10 years ago
  78. d214818 am 7a33c4b8: Merge "Fix interpreter entrypoint initialization in the image" by Ian Rogers · 10 years ago
  79. 0f821c0 Merge "Make class status volatile." by Ian Rogers · 10 years ago
  80. 7a33c4b Merge "Fix interpreter entrypoint initialization in the image" by Ian Rogers · 10 years ago
  81. e1d0781 Fix interpreter entrypoint initialization in the image by Sebastien Hertz · 10 years ago
  82. 03dbc04 Make class status volatile. by Ian Rogers · 10 years ago
  83. 014d77a ART: BitVector not calculating number_of_bits correctly by Jean Christophe Beyler · 10 years ago
  84. 96849ce ART: Add another proxy test by Andreas Gampe · 10 years ago
  85. f7a9ce3 am 502a1975: Merge "Switch on implicit checks and bump oat version to force recompilation" by Dave Allison · 10 years ago
  86. 502a197 Merge "Switch on implicit checks and bump oat version to force recompilation" by Dave Allison · 10 years ago
  87. d998af1 am a3209fae: Merge "Added workaround passing empty arg array for proxy invocation." by Jeff Hao · 10 years ago
  88. a3209fa Merge "Added workaround passing empty arg array for proxy invocation." by Jeff Hao · 10 years ago
  89. f00571c Added workaround passing empty arg array for proxy invocation. by Jeff Hao · 10 years ago
  90. b70d6ed am f6b5378b: Merge "ART: Fix comments and link before MIR to next in Remove method" by Ian Rogers · 10 years ago
  91. f6b5378 Merge "ART: Fix comments and link before MIR to next in Remove method" by Ian Rogers · 10 years ago
  92. 1801f24 am 042cbb60: Merge "x86: art_quick_instrumentation_entry should not use offset address" by Ian Rogers · 10 years ago
  93. 5a6b0ed am 8928d477: Merge "Fix GC race condition in visit roots" by Ian Rogers · 10 years ago
  94. 042cbb6 Merge "x86: art_quick_instrumentation_entry should not use offset address" by Ian Rogers · 10 years ago
  95. 8928d47 Merge "Fix GC race condition in visit roots" by Ian Rogers · 10 years ago
  96. a4307ac ART: Fix comments and link before MIR to next in Remove method by Jean Christophe Beyler · 10 years ago
  97. 8792ae1 x86: art_quick_instrumentation_entry should not use offset address by Serguei Katkov · 10 years ago
  98. a309d76 Fix GC race condition in visit roots by Serguei Katkov · 10 years ago
  99. 72ed5c5 am e4283be9: Merge "Quick compiler: fix array overrun." by buzbee · 10 years ago
  100. e4283be Merge "Quick compiler: fix array overrun." by buzbee · 10 years ago