1. 9a41fb1 Merge "Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods" by Brian Carlstrom · 10 years ago
  2. f322c4c Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods by Brian Carlstrom · 10 years ago
  3. 57b4d1c Merge "Fix armv8 testing with default ANDROID_ROOT." by Nicolas Geoffray · 10 years ago
  4. eb441dd Fix armv8 testing with default ANDROID_ROOT. by Nicolas Geoffray · 10 years ago
  5. f6e59f5 Merge "More armv8 failures now that optimizing supports CONST_STRING." by Nicolas Geoffray · 10 years ago
  6. 53c42b6 More armv8 failures now that optimizing supports CONST_STRING. by Nicolas Geoffray · 10 years ago
  7. a9014f9 Merge "Support for CONST_STRING in optimizing compiler." by Nicolas Geoffray · 10 years ago
  8. b5f62b3 Support for CONST_STRING in optimizing compiler. by Nicolas Geoffray · 10 years ago
  9. 8b557af Merge "Add math routines with defined wrapping behavior for the interpreter." by Ian Rogers · 10 years ago
  10. f72a11d Add math routines with defined wrapping behavior for the interpreter. by Ian Rogers · 10 years ago
  11. 2a4e71c Merge "Avoid signed integer overflow in identity hash code." by Ian Rogers · 10 years ago
  12. bbcd30b Avoid signed integer overflow in identity hash code. by Ian Rogers · 10 years ago
  13. 45664c9 Merge "Avoid signed integer overflow." by Ian Rogers · 10 years ago
  14. 6163fd4 Merge "Add hash table to link virtual methods" by Mathieu Chartier · 10 years ago
  15. c74c218 Merge "Fix mixed signed/unsigned arithmetic in BitVector." by Ian Rogers · 10 years ago
  16. 9f3629d Add hash table to link virtual methods by Mathieu Chartier · 10 years ago
  17. da7bb73 Merge "Avoid signed arithmetic overflow in UTF hash functions." by Ian Rogers · 10 years ago
  18. 8f41dc3 Avoid signed arithmetic overflow in UTF hash functions. by Ian Rogers · 10 years ago
  19. 5a2e4cc Fix mixed signed/unsigned arithmetic in BitVector. by Ian Rogers · 10 years ago
  20. 7d4ecd5 Avoid signed integer overflow. by Ian Rogers · 10 years ago
  21. 3efa15f Merge "art: Fix classlinker and nopatchoat test for PIC case" by Igor Murashkin · 10 years ago
  22. 96e8393 art: Fix classlinker and nopatchoat test for PIC case by Igor Murashkin · 10 years ago
  23. d99865e Merge "Remove bogus compiler flag from libart-compiler." by Ian Rogers · 10 years ago
  24. 99f84c4 Remove bogus compiler flag from libart-compiler. by Ian Rogers · 10 years ago
  25. a8825e4 Merge "ARM: Generate $t mapping symbol to indicate thumb2 code" by Ian Rogers · 10 years ago
  26. 263f20b Merge "Tidy and reduce ART library dependencies on the host." by Ian Rogers · 10 years ago
  27. 26dcecb Merge "Follow-up CL after hard float changes." by Nicolas Geoffray · 10 years ago
  28. 872dd82 Tidy and reduce ART library dependencies on the host. by Ian Rogers · 10 years ago
  29. 29ce77f Merge "419 fails on optimizing/arm64." by Nicolas Geoffray · 10 years ago
  30. 020ac03 419 fails on optimizing/arm64. by Nicolas Geoffray · 10 years ago
  31. 2fba9d4 Merge "ART: Do not abort on most verifier failures" by Andreas Gampe · 10 years ago
  32. 7c03810 ART: Do not abort on most verifier failures by Andreas Gampe · 10 years ago
  33. db32ffe Merge "Fix for long parameter passed both in stack and register." by Nicolas Geoffray · 10 years ago
  34. 0a6c459 Fix for long parameter passed both in stack and register. by Nicolas Geoffray · 10 years ago
  35. d8e231c Merge "Update list of failing tests for arm64/optimizing." by Nicolas Geoffray · 10 years ago
  36. d59fae7 Merge "Fix gtest dependencies." by Nicolas Geoffray · 10 years ago
  37. 96a6345 Fix gtest dependencies. by Nicolas Geoffray · 10 years ago
  38. 32607a1 Update list of failing tests for arm64/optimizing. by Nicolas Geoffray · 10 years ago
  39. b96fd84 Merge "Another ART_TEST_ANDROID_ROOT fix." by Nicolas Geoffray · 10 years ago
  40. 96a37c8 Another ART_TEST_ANDROID_ROOT fix. by Nicolas Geoffray · 10 years ago
  41. ab9f4fe Merge "Also use Quick for target boot image." by Nicolas Geoffray · 10 years ago
  42. 7b76ec4 Also use Quick for target boot image. by Nicolas Geoffray · 10 years ago
  43. 1381b51 Merge "Opt compiler: Add ARM64 support for the Mul IR." by Nicolas Geoffray · 10 years ago
  44. f973455 ARM: Generate $t mapping symbol to indicate thumb2 code by Ningsheng Jian · 10 years ago
  45. 91d6f3f Merge "ART: Fix no-image run-test dependency" by Andreas Gampe · 10 years ago
  46. bf03e84 ART: Fix no-image run-test dependency by Andreas Gampe · 10 years ago
  47. 0ea5368 Merge "Fix combination of prebuild/no-image." by Andreas Gampe · 10 years ago
  48. 58f767f Merge "Support gtest with ART_TEST_ANDROID_ROOT." by Nicolas Geoffray · 10 years ago
  49. 9eb4074 Support gtest with ART_TEST_ANDROID_ROOT. by Nicolas Geoffray · 10 years ago
  50. 68e25eb Fix combination of prebuild/no-image. by Nicolas Geoffray · 10 years ago
  51. 42d641b Opt compiler: Add ARM64 support for the Mul IR. by Alexandre Rames · 10 years ago
  52. 560473c Merge "ART: Fix multi-image testing" by Andreas Gampe · 10 years ago
  53. 70587a2 ART: Fix multi-image testing by Andreas Gampe · 10 years ago
  54. af62cf9 Merge "Set ANDROID_ROOT correctly for host in test script." by Nicolas Geoffray · 10 years ago
  55. 8eedb47 Set ANDROID_ROOT correctly for host in test script. by Nicolas Geoffray · 10 years ago
  56. 19324d0 Merge "Provide an option to run run-tests with a local dalvikvm." by Nicolas Geoffray · 10 years ago
  57. c8f23fc Provide an option to run run-tests with a local dalvikvm. by Nicolas Geoffray · 10 years ago
  58. cc43371 Merge "Add support for static fields in optimizing compiler." by Nicolas Geoffray · 10 years ago
  59. 19a19cf Add support for static fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  60. 7c049c1 Merge "Remove useless suspend points from arm/arm64 AGET/APUT." by Vladimir Marko · 10 years ago
  61. be29639 Merge "Move GetNameAsString out of MethodHelper into ArtMethod." by Ian Rogers · 10 years ago
  62. 6b14d55 Move GetNameAsString out of MethodHelper into ArtMethod. by Ian Rogers · 10 years ago
  63. eedb516 Merge changes I70e70894,I3adcb8a1 by Brian Carlstrom · 10 years ago
  64. f13dd50 Merge "Move MethodHelper::GetReturnType to mirror::ArtMethod." by Ian Rogers · 10 years ago
  65. ded66a0 Move MethodHelper::GetReturnType to mirror::ArtMethod. by Ian Rogers · 10 years ago
  66. e9105f7 Work around relocated boot.oat corruption by Brian Carlstrom · 10 years ago
  67. 2d3a69e Merge "ART: PIC testing" by Andreas Gampe · 10 years ago
  68. c23c9c9 ART: PIC testing by Andreas Gampe · 10 years ago
  69. 027ea04 Merge "Fill resolved static fields during class initialization" by Mathieu Chartier · 10 years ago
  70. 05d89ee Fill resolved static fields during class initialization by Mathieu Chartier · 10 years ago
  71. 37628b7 Remove double space in messages by Brian Carlstrom · 10 years ago
  72. e0205d5 Merge "Remove ResolveString from MethodHelper." by Ian Rogers · 10 years ago
  73. 6786a58 Remove ResolveString from MethodHelper. by Ian Rogers · 10 years ago
  74. e1e0840 Merge "ART: Create and use multiple core images" by Andreas Gampe · 10 years ago
  75. 63fc30e ART: Create and use multiple core images by Andreas Gampe · 10 years ago
  76. d0f6f90 Merge "Tidy MethodProtoHelper." by Ian Rogers · 10 years ago
  77. 03b6eaf Tidy MethodProtoHelper. by Ian Rogers · 10 years ago
  78. 7c1e9d8 Merge "[optimizing compiler] Add division for floats and doubles" by Calin Juravle · 10 years ago
  79. 7c4954d [optimizing compiler] Add division for floats and doubles by Calin Juravle · 10 years ago
  80. fb311f8 Remove useless suspend points from arm/arm64 AGET/APUT. by Vladimir Marko · 10 years ago
  81. 4816ecf Merge "Add long bitwise not instruction in the optimizing compiler." by Roland Levillain · 10 years ago
  82. 3c03503 Follow-up CL after hard float changes. by Nicolas Geoffray · 10 years ago
  83. d3271e8 Merge changes Ia007744f,Iac6d03d8 by Brian Carlstrom · 10 years ago
  84. 921f385 Merge "ART: Add support for patching and loading OAT files compiled with PIC" by Igor Murashkin · 10 years ago
  85. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  86. 11bd683 Merge "ART: Add pic flag to oat header store" by Andreas Gampe · 10 years ago
  87. 8ae6c27 Remove extraneous fprintf args by Brian Carlstrom · 10 years ago
  88. 7ba6496 ART: Add pic flag to oat header store by Andreas Gampe · 10 years ago
  89. 2f1e15c Remove boot.art/boot.oat on failure to create by Brian Carlstrom · 10 years ago
  90. 79027f6 Merge "Fix 64 bit build" by Mathieu Chartier · 10 years ago
  91. d035c2d Fix 64 bit build by Mathieu Chartier · 10 years ago
  92. e74b720 Merge "ART: Typo fix" by Andreas Gampe · 10 years ago
  93. 602fbcd ART: Typo fix by Andreas Gampe · 10 years ago
  94. 09e61bb Merge "ART: Fix test 089" by Andreas Gampe · 10 years ago
  95. 5c11490 ART: Fix test 089 by Andreas Gampe · 10 years ago
  96. 5774828 Merge "Optimize method linking" by Mathieu Chartier · 10 years ago
  97. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  98. ac29327 Merge "Add gp initialization to the art_quick_imt_conflict_trampoline() function." by Ian Rogers · 10 years ago
  99. 384c76a Merge "Extra debug output in run-test." by Ian Rogers · 10 years ago
  100. 13738bf Add gp initialization to the art_quick_imt_conflict_trampoline() function. by Douglas Leung · 10 years ago