1. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  2. b6bc437 am e9f3424b: am 0c25f441: Merge "Check null this pointer for direct methods in FindMethodFast." by Jeff Hao · 10 years ago
  3. e9f3424 am 0c25f441: Merge "Check null this pointer for direct methods in FindMethodFast." by Jeff Hao · 10 years ago
  4. 1d0611c ART: Add miranda checking by Andreas Gampe · 10 years ago
  5. 207a37d Check null this pointer for direct methods in FindMethodFast. by Jeff Hao · 10 years ago
  6. 471ee44 Merge "Check null this pointer for direct methods in FindMethodFast." into lmp-mr1-dev by Jeff Hao · 10 years ago
  7. d2bee3d Check null this pointer for direct methods in FindMethodFast. by Jeff Hao · 10 years ago
  8. 23dab73 am 16f523bf: am a338da43: Merge "ART: Add miranda checking" by Andreas Gampe · 10 years ago
  9. 16f523b am a338da43: Merge "ART: Add miranda checking" by Andreas Gampe · 10 years ago
  10. a338da4 Merge "ART: Add miranda checking" by Andreas Gampe · 10 years ago
  11. 231d835 am 4450721d: Merge "ART: Discard generated image in a low-memory environment" by Andreas Gampe · 10 years ago
  12. 7b45bc2af am d74f0001: am a88219f1: Merge "Add image strings to intern table" by Mathieu Chartier · 10 years ago
  13. 4450721 Merge "ART: Discard generated image in a low-memory environment" by Andreas Gampe · 10 years ago
  14. 2b0fa5b ART: Add miranda checking by Andreas Gampe · 10 years ago
  15. 9492ce5 am 25850980: am 31e7c162: Merge "ART: Remove unnecessary includes" by Andreas Gampe · 10 years ago
  16. d74f000 am a88219f1: Merge "Add image strings to intern table" by Mathieu Chartier · 10 years ago
  17. a88219f Merge "Add image strings to intern table" by Mathieu Chartier · 10 years ago
  18. eb175f7 Add image strings to intern table by Mathieu Chartier · 10 years ago
  19. 2585098 am 31e7c162: Merge "ART: Remove unnecessary includes" by Andreas Gampe · 10 years ago
  20. b688611 ART: Remove unnecessary includes by Andreas Gampe · 10 years ago
  21. ac3f1a5 Merge "Add image strings to intern table" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  22. b6e292b Add image strings to intern table by Mathieu Chartier · 10 years ago
  23. 22c8469 am 64d79730: am 9a783d6a: Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods by Brian Carlstrom · 10 years ago
  24. 70be1fb ART: Discard generated image in a low-memory environment by Andreas Gampe · 10 years ago
  25. 2271885 am 7d7b1434: Merge "ART: Discard generated image in a low-memory environment" into lmp-mr1-dev by Andreas Gampe · 10 years ago
  26. 7d7b143 Merge "ART: Discard generated image in a low-memory environment" into lmp-mr1-dev by Andreas Gampe · 10 years ago
  27. e059b77 ART: Discard generated image in a low-memory environment by Andreas Gampe · 10 years ago
  28. f2a7e70 am e4c648b7: am 9a41fb16: Merge "Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods" by Brian Carlstrom · 10 years ago
  29. e4c648b am 9a41fb16: Merge "Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods" by Brian Carlstrom · 10 years ago
  30. 735b855 Add JNI trampoline for mips32. by Douglas Leung · 10 years ago
  31. f322c4c Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods by Brian Carlstrom · 10 years ago
  32. 5ef2990 art: Fix classlinker and nopatchoat test for PIC case by Igor Murashkin · 10 years ago
  33. 90ca5c0 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  34. d7392fa ART: Add pic flag to oat header store by Andreas Gampe · 10 years ago
  35. 64d7973 am 9a783d6a: Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods by Brian Carlstrom · 10 years ago
  36. 9a783d6 Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods by Brian Carlstrom · 10 years ago
  37. cb859cd am 7e7f648d: am 8b557af8: Merge "Add math routines with defined wrapping behavior for the interpreter." by Ian Rogers · 10 years ago
  38. bfa734a am 4ae7f324: am 2a4e71ca: Merge "Avoid signed integer overflow in identity hash code." by Ian Rogers · 10 years ago
  39. 2a65303 am 53e0fc9c: am 6163fd40: Merge "Add hash table to link virtual methods" by Mathieu Chartier · 10 years ago
  40. 2574ade am 63abb7d5: am c74c218d: Merge "Fix mixed signed/unsigned arithmetic in BitVector." by Ian Rogers · 10 years ago
  41. 934a040 am 83148489: am da7bb738: Merge "Avoid signed arithmetic overflow in UTF hash functions." by Ian Rogers · 10 years ago
  42. 31ef46f am d2e90170: am 3efa15fd: Merge "art: Fix classlinker and nopatchoat test for PIC case" by Igor Murashkin · 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. 53e0fc9 am 6163fd40: Merge "Add hash table to link virtual methods" by Mathieu Chartier · 10 years ago
  46. 63abb7d am c74c218d: Merge "Fix mixed signed/unsigned arithmetic in BitVector." by Ian Rogers · 10 years ago
  47. 8314848 am da7bb738: Merge "Avoid signed arithmetic overflow in UTF hash functions." by Ian Rogers · 10 years ago
  48. d2e9017 am 3efa15fd: Merge "art: Fix classlinker and nopatchoat test for PIC case" by Igor Murashkin · 10 years ago
  49. f72a11d Add math routines with defined wrapping behavior for the interpreter. by Ian Rogers · 10 years ago
  50. 2a4e71c Merge "Avoid signed integer overflow in identity hash code." by Ian Rogers · 10 years ago
  51. bbcd30b Avoid signed integer overflow in identity hash code. by Ian Rogers · 10 years ago
  52. 6163fd4 Merge "Add hash table to link virtual methods" by Mathieu Chartier · 10 years ago
  53. c74c218 Merge "Fix mixed signed/unsigned arithmetic in BitVector." by Ian Rogers · 10 years ago
  54. 372ad2e Merge "Add hash table to link virtual methods" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  55. 9f3629d Add hash table to link virtual methods by Mathieu Chartier · 10 years ago
  56. da7bb73 Merge "Avoid signed arithmetic overflow in UTF hash functions." by Ian Rogers · 10 years ago
  57. 8f41dc3 Avoid signed arithmetic overflow in UTF hash functions. by Ian Rogers · 10 years ago
  58. 5a2e4cc Fix mixed signed/unsigned arithmetic in BitVector. by Ian Rogers · 10 years ago
  59. a9ca9ac Add hash table to link virtual methods by Mathieu Chartier · 10 years ago
  60. 3efa15f Merge "art: Fix classlinker and nopatchoat test for PIC case" by Igor Murashkin · 10 years ago
  61. 96e8393 art: Fix classlinker and nopatchoat test for PIC case by Igor Murashkin · 10 years ago
  62. a06a59d am 4c556b20: am 263f20b7: Merge "Tidy and reduce ART library dependencies on the host." by Ian Rogers · 10 years ago
  63. 4c556b2 am 263f20b7: Merge "Tidy and reduce ART library dependencies on the host." by Ian Rogers · 10 years ago
  64. 263f20b Merge "Tidy and reduce ART library dependencies on the host." by Ian Rogers · 10 years ago
  65. 872dd82 Tidy and reduce ART library dependencies on the host. by Ian Rogers · 10 years ago
  66. 0ed632b am 9ca7d089: am 2fba9d45: Merge "ART: Do not abort on most verifier failures" by Andreas Gampe · 10 years ago
  67. 9ca7d08 am 2fba9d45: Merge "ART: Do not abort on most verifier failures" by Andreas Gampe · 10 years ago
  68. 7c03810 ART: Do not abort on most verifier failures by Andreas Gampe · 10 years ago
  69. 62a0975 Merge "ART: Do not abort on most verifier failures" into lmp-mr1-dev by Andreas Gampe · 10 years ago
  70. 3613c2a Merge "Fix deoptimization bugs" into lmp-mr1-dev by Sebastien Hertz · 10 years ago
  71. d52e3dd am 2e58407c: am be29639a: Merge "Move GetNameAsString out of MethodHelper into ArtMethod." by Ian Rogers · 10 years ago
  72. dab19fd am 9c833fcb: am eedb5168: Merge changes I70e70894,I3adcb8a1 by Brian Carlstrom · 10 years ago
  73. 47c1039 am d6b31b80: am f13dd507: Merge "Move MethodHelper::GetReturnType to mirror::ArtMethod." by Ian Rogers · 10 years ago
  74. 92e26ad am 9ad0a5dc: am 027ea04b: Merge "Fill resolved static fields during class initialization" by Mathieu Chartier · 10 years ago
  75. 9174536 am f0176685: am e0205d51: Merge "Remove ResolveString from MethodHelper." by Ian Rogers · 10 years ago
  76. 02fbb02 am 8ec72b76: am d0f6f903: Merge "Tidy MethodProtoHelper." by Ian Rogers · 10 years ago
  77. 529d6b7 am 6b69f694: am d3271e8a: Merge changes Ia007744f,Iac6d03d8 by Brian Carlstrom · 10 years ago
  78. 9d053f8 am 0807667f: am 921f3858: Merge "ART: Add support for patching and loading OAT files compiled with PIC" by Igor Murashkin · 10 years ago
  79. 66af254 am 2e5455e5: am 11bd683f: Merge "ART: Add pic flag to oat header store" by Andreas Gampe · 10 years ago
  80. dd40ce8 am 8bcb4eb6: am 79027f62: Merge "Fix 64 bit build" by Mathieu Chartier · 10 years ago
  81. 7615291 am bb72bd67: am 57748282: Merge "Optimize method linking" by Mathieu Chartier · 10 years ago
  82. 79f93e0 am d06eefb9: am ac293277: Merge "Add gp initialization to the art_quick_imt_conflict_trampoline() function." by Ian Rogers · 10 years ago
  83. beb05a8 am 2759810f: am 7dd72618: Work around relocated boot.oat corruption by Brian Carlstrom · 10 years ago
  84. 936897a am f4e60fb4: am efb9f850: ART: Fix ImageSpace error message. by Andreas Gampe · 10 years ago
  85. de38e69 am d7c581cc: am a6b2affa: Remove boot.art/boot.oat on failure to create by Brian Carlstrom · 10 years ago
  86. cc27b88 am 31379561: am 2deace28: Merge "Support hard float on arm in optimizing compiler." by Nicolas Geoffray · 10 years ago
  87. a67a1b4 am 31d2b696: am 7066718b: Merge "ART: Fix ImageSpace error message." by Andreas Gampe · 10 years ago
  88. 440ed65 am 74169a6c: am 7e6d3fdb: Merge "ART: Fix leak in bit_vector" by Andreas Gampe · 10 years ago
  89. fa52d73 am ac3af3cc: am 07cce747: Merge "Fix the DW_OP_breg* constants." by Elliott Hughes · 10 years ago
  90. c7bb6d8 am 1a9a4ef0: am 768135f3: Merge "Do not use ld instruction for Mips32." by Ian Rogers · 10 years ago
  91. cb68bcc am 0e7217d7: am 3e3364e2: Merge "Tidy logging code not using UNIMPLEMENTED." by Ian Rogers · 10 years ago
  92. 78f8487 am a660fc15: am c57a66d5: Merge "ARM: Use hardfp calling convention between java to java call." by Ian Rogers · 10 years ago
  93. 516acbe am 55680113: am 98c271d5: Merge "Code cleanup." by Ian Rogers · 10 years ago
  94. 1c79929 am dc7536f7: am 54efee55: Merge "Make ObjectRegistry::InternalAdd GC safe" by Sebastien Hertz · 10 years ago
  95. 39dfbbf am 1467cbf1: am a1e50cab: Merge "More use of WellKnownClasses for debugger" by Sebastien Hertz · 10 years ago
  96. e1c375f am cd6b1d87: am 6b8fbcb1: Merge "ART: Remove old LOG(INFO)" by Andreas Gampe · 10 years ago
  97. 0282292 am 46759941: am 754ff339: Merge "Use the passed-in \'name\' param to create a MemMap." by Mathieu Chartier · 10 years ago
  98. 420c4f5 am e8bde95b: am d308804f: Merge "Make out-of-line mutex contention dependent on ART_USE_FUTEXES." by Ian Rogers · 10 years ago
  99. 613da5a am 4bdd8bb5: am e8bd8ac7: Merge "ART: Use static_assert in down_cast" by Andreas Gampe · 10 years ago
  100. 4dd53fa am 9ebbaf13: am 13fe5bbd: Merge "Add missing SHARED_LOCKS_REQUIRED attibute." by Chih-Hung Hsieh · 10 years ago