1. a9c793c am 9aee6fc7: Merge "ART: Add missing test dependency" by Andreas Gampe · 10 years ago
  2. e9f3424 am 0c25f441: Merge "Check null this pointer for direct methods in FindMethodFast." by Jeff Hao · 10 years ago
  3. 9aee6fc Merge "ART: Add missing test dependency" by Andreas Gampe · 10 years ago
  4. da82344 ART: Add missing test dependency by Andreas Gampe · 10 years ago
  5. 0c25f44 Merge "Check null this pointer for direct methods in FindMethodFast." by Jeff Hao · 10 years ago
  6. 207a37d Check null this pointer for direct methods in FindMethodFast. by Jeff Hao · 10 years ago
  7. 16f523b am a338da43: Merge "ART: Add miranda checking" by Andreas Gampe · 10 years ago
  8. a338da4 Merge "ART: Add miranda checking" by Andreas Gampe · 10 years ago
  9. 231d835 am 4450721d: Merge "ART: Discard generated image in a low-memory environment" by Andreas Gampe · 10 years ago
  10. 4450721 Merge "ART: Discard generated image in a low-memory environment" by Andreas Gampe · 10 years ago
  11. 2b0fa5b ART: Add miranda checking by Andreas Gampe · 10 years ago
  12. d74f000 am a88219f1: Merge "Add image strings to intern table" by Mathieu Chartier · 10 years ago
  13. 5521f8e am 71ed8c7e: Merge "Remove generated file if compiling the image failed." by Nicolas Geoffray · 10 years ago
  14. a88219f Merge "Add image strings to intern table" by Mathieu Chartier · 10 years ago
  15. 71ed8c7 Merge "Remove generated file if compiling the image failed." by Nicolas Geoffray · 10 years ago
  16. eb175f7 Add image strings to intern table by Mathieu Chartier · 10 years ago
  17. 2585098 am 31e7c162: Merge "ART: Remove unnecessary includes" by Andreas Gampe · 10 years ago
  18. 31e7c16 Merge "ART: Remove unnecessary includes" by Andreas Gampe · 10 years ago
  19. b688611 ART: Remove unnecessary includes by Andreas Gampe · 10 years ago
  20. 130bd1b Remove generated file if compiling the image failed. by Nicolas Geoffray · 10 years ago
  21. 664091d am 07f09809: Merge "Add missing when testing TARGET_ARCH." by Nicolas Geoffray · 10 years ago
  22. 07f0980 Merge "Add missing $() when testing TARGET_ARCH." by Nicolas Geoffray · 10 years ago
  23. 08d5e28 Add missing $() when testing TARGET_ARCH. by Nicolas Geoffray · 10 years ago
  24. c36e77c am 17231d03: Merge "Only use Quick for optimizing on arm64." by Nicolas Geoffray · 10 years ago
  25. e68dde4 am 6cc88a7e: Merge "Disable kNoOutputOverlap optimization." by Nicolas Geoffray · 10 years ago
  26. 17231d0 Merge "Only use Quick for optimizing on arm64." by Nicolas Geoffray · 10 years ago
  27. 6cc88a7 Merge "Disable kNoOutputOverlap optimization." by Nicolas Geoffray · 10 years ago
  28. 70be1fb ART: Discard generated image in a low-memory environment by Andreas Gampe · 10 years ago
  29. e4c648b am 9a41fb16: Merge "Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods" by Brian Carlstrom · 10 years ago
  30. 9a41fb1 Merge "Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods" by Brian Carlstrom · 10 years ago
  31. f322c4c Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods by Brian Carlstrom · 10 years ago
  32. 043b3b0 am 57b4d1c4: Merge "Fix armv8 testing with default ANDROID_ROOT." by Nicolas Geoffray · 10 years ago
  33. da2a551 am f6e59f57: Merge "More armv8 failures now that optimizing supports CONST_STRING." by Nicolas Geoffray · 10 years ago
  34. 57b4d1c Merge "Fix armv8 testing with default ANDROID_ROOT." by Nicolas Geoffray · 10 years ago
  35. eb441dd Fix armv8 testing with default ANDROID_ROOT. by Nicolas Geoffray · 10 years ago
  36. f6e59f5 Merge "More armv8 failures now that optimizing supports CONST_STRING." by Nicolas Geoffray · 10 years ago
  37. 53c42b6 More armv8 failures now that optimizing supports CONST_STRING. by Nicolas Geoffray · 10 years ago
  38. 2810f92 Disable kNoOutputOverlap optimization. by Nicolas Geoffray · 10 years ago
  39. 8ed5c9c am a9014f97: Merge "Support for CONST_STRING in optimizing compiler." by Nicolas Geoffray · 10 years ago
  40. a9014f9 Merge "Support for CONST_STRING in optimizing compiler." by Nicolas Geoffray · 10 years ago
  41. b5f62b3 Support for CONST_STRING in optimizing compiler. by Nicolas Geoffray · 10 years ago
  42. a136ab5 Only use Quick for optimizing on arm64. by Nicolas Geoffray · 10 years ago
  43. 7e7f648 am 8b557af8: Merge "Add math routines with defined wrapping behavior for the interpreter." by Ian Rogers · 10 years ago
  44. 4ae7f32 am 2a4e71ca: Merge "Avoid signed integer overflow in identity hash code." by Ian Rogers · 10 years ago
  45. ed54f6a am 45664c99: Merge "Avoid signed integer overflow." by Ian Rogers · 10 years ago
  46. 53e0fc9 am 6163fd40: Merge "Add hash table to link virtual methods" by Mathieu Chartier · 10 years ago
  47. 63abb7d am c74c218d: Merge "Fix mixed signed/unsigned arithmetic in BitVector." by Ian Rogers · 10 years ago
  48. 8314848 am da7bb738: Merge "Avoid signed arithmetic overflow in UTF hash functions." by Ian Rogers · 10 years ago
  49. d2e9017 am 3efa15fd: Merge "art: Fix classlinker and nopatchoat test for PIC case" by Igor Murashkin · 10 years ago
  50. 8b557af Merge "Add math routines with defined wrapping behavior for the interpreter." by Ian Rogers · 10 years ago
  51. f72a11d Add math routines with defined wrapping behavior for the interpreter. by Ian Rogers · 10 years ago
  52. 2a4e71c Merge "Avoid signed integer overflow in identity hash code." by Ian Rogers · 10 years ago
  53. bbcd30b Avoid signed integer overflow in identity hash code. by Ian Rogers · 10 years ago
  54. 45664c9 Merge "Avoid signed integer overflow." by Ian Rogers · 10 years ago
  55. 6163fd4 Merge "Add hash table to link virtual methods" by Mathieu Chartier · 10 years ago
  56. c74c218 Merge "Fix mixed signed/unsigned arithmetic in BitVector." by Ian Rogers · 10 years ago
  57. 9f3629d Add hash table to link virtual methods by Mathieu Chartier · 10 years ago
  58. da7bb73 Merge "Avoid signed arithmetic overflow in UTF hash functions." by Ian Rogers · 10 years ago
  59. 8f41dc3 Avoid signed arithmetic overflow in UTF hash functions. by Ian Rogers · 10 years ago
  60. 5a2e4cc Fix mixed signed/unsigned arithmetic in BitVector. by Ian Rogers · 10 years ago
  61. 7d4ecd5 Avoid signed integer overflow. by Ian Rogers · 10 years ago
  62. 3efa15f Merge "art: Fix classlinker and nopatchoat test for PIC case" by Igor Murashkin · 10 years ago
  63. 96e8393 art: Fix classlinker and nopatchoat test for PIC case by Igor Murashkin · 10 years ago
  64. 1dd4091 am d99865e1: Merge "Remove bogus compiler flag from libart-compiler." by Ian Rogers · 10 years ago
  65. d99865e Merge "Remove bogus compiler flag from libart-compiler." by Ian Rogers · 10 years ago
  66. 99f84c4 Remove bogus compiler flag from libart-compiler. by Ian Rogers · 10 years ago
  67. d0403ec am a8825e4b: Merge "ARM: Generate mapping symbol to indicate thumb2 code" by Ian Rogers · 10 years ago
  68. 4c556b2 am 263f20b7: Merge "Tidy and reduce ART library dependencies on the host." by Ian Rogers · 10 years ago
  69. a8825e4 Merge "ARM: Generate $t mapping symbol to indicate thumb2 code" by Ian Rogers · 10 years ago
  70. 263f20b Merge "Tidy and reduce ART library dependencies on the host." by Ian Rogers · 10 years ago
  71. a3d6f67 am 26dcecb0: Merge "Follow-up CL after hard float changes." by Nicolas Geoffray · 10 years ago
  72. 26dcecb Merge "Follow-up CL after hard float changes." by Nicolas Geoffray · 10 years ago
  73. 872dd82 Tidy and reduce ART library dependencies on the host. by Ian Rogers · 10 years ago
  74. 86262b4 am 29ce77f6: Merge "419 fails on optimizing/arm64." by Nicolas Geoffray · 10 years ago
  75. 29ce77f Merge "419 fails on optimizing/arm64." by Nicolas Geoffray · 10 years ago
  76. 020ac03 419 fails on optimizing/arm64. by Nicolas Geoffray · 10 years ago
  77. 9ca7d08 am 2fba9d45: Merge "ART: Do not abort on most verifier failures" by Andreas Gampe · 10 years ago
  78. e507635 am db32ffec: Merge "Fix for long parameter passed both in stack and register." by Nicolas Geoffray · 10 years ago
  79. 2fba9d4 Merge "ART: Do not abort on most verifier failures" by Andreas Gampe · 10 years ago
  80. 7c03810 ART: Do not abort on most verifier failures by Andreas Gampe · 10 years ago
  81. db32ffe Merge "Fix for long parameter passed both in stack and register." by Nicolas Geoffray · 10 years ago
  82. 0a6c459 Fix for long parameter passed both in stack and register. by Nicolas Geoffray · 10 years ago
  83. d292eb0 am d8e231c0: Merge "Update list of failing tests for arm64/optimizing." by Nicolas Geoffray · 10 years ago
  84. d8e231c Merge "Update list of failing tests for arm64/optimizing." by Nicolas Geoffray · 10 years ago
  85. 4f34f8b am d59fae7c: Merge "Fix gtest dependencies." by Nicolas Geoffray · 10 years ago
  86. d59fae7 Merge "Fix gtest dependencies." by Nicolas Geoffray · 10 years ago
  87. 96a6345 Fix gtest dependencies. by Nicolas Geoffray · 10 years ago
  88. 32607a1 Update list of failing tests for arm64/optimizing. by Nicolas Geoffray · 10 years ago
  89. 8d86d6d am b96fd84b: Merge "Another ART_TEST_ANDROID_ROOT fix." by Nicolas Geoffray · 10 years ago
  90. b96fd84 Merge "Another ART_TEST_ANDROID_ROOT fix." by Nicolas Geoffray · 10 years ago
  91. 8c3849b am ab9f4fea: Merge "Also use Quick for target boot image." by Nicolas Geoffray · 10 years ago
  92. 96a37c8 Another ART_TEST_ANDROID_ROOT fix. by Nicolas Geoffray · 10 years ago
  93. 7048e9a am 1381b511: Merge "Opt compiler: Add ARM64 support for the Mul IR." by Nicolas Geoffray · 10 years ago
  94. ab9f4fe Merge "Also use Quick for target boot image." by Nicolas Geoffray · 10 years ago
  95. 7b76ec4 Also use Quick for target boot image. by Nicolas Geoffray · 10 years ago
  96. 1381b51 Merge "Opt compiler: Add ARM64 support for the Mul IR." by Nicolas Geoffray · 10 years ago
  97. f973455 ARM: Generate $t mapping symbol to indicate thumb2 code by Ningsheng Jian · 10 years ago
  98. 264b782 am 91d6f3f4: Merge "ART: Fix no-image run-test dependency" by Andreas Gampe · 10 years ago
  99. 91d6f3f Merge "ART: Fix no-image run-test dependency" by Andreas Gampe · 10 years ago
  100. bf03e84 ART: Fix no-image run-test dependency by Andreas Gampe · 10 years ago