1. de58ab2 Implement try/catch/throw in optimizing. by Nicolas Geoffray · 10 years ago
  2. 943826e ART: Fix warnings in memcmp16 for arm32 by Andreas Gampe · 10 years ago
  3. 8ba17f6 Don't enable ARM_R4_SUSPEND_FLAG. by Ian Rogers · 10 years ago
  4. da04f29 Merge "ART: Fix some redundant declarations" by Andreas Gampe · 10 years ago
  5. e179456 ART: Fix some redundant declarations by Andreas Gampe · 10 years ago
  6. 3a8a7a4 Merge "Add ATTRIBUTE_UNUSED to unused parameters." by Ian Rogers · 10 years ago
  7. c4f990e Add ATTRIBUTE_UNUSED to unused parameters. by Chih-Hung Hsieh · 10 years ago
  8. 4d5d62f Merge "Make thread dumping more tolerant of broken invariants during abort." by Ian Rogers · 10 years ago
  9. 78a3233 Merge "ART: More warnings" by Andreas Gampe · 10 years ago
  10. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  11. 8409ec4 Make thread dumping more tolerant of broken invariants during abort. by Ian Rogers · 10 years ago
  12. fe50a0f Merge "Add a test for SafeMath." by Ian Rogers · 10 years ago
  13. 5ac814a Add a test for SafeMath. by Ian Rogers · 10 years ago
  14. b5331ef Merge "Fix unused parameters for the Mac." by Ian Rogers · 10 years ago
  15. 4bb1404 Fix unused parameters for the Mac. by Ian Rogers · 10 years ago
  16. 7dc9c81 Fix build. by Ian Rogers · 10 years ago
  17. de2db52 Fix mac build. by Ian Rogers · 10 years ago
  18. 3eaa852 Don't define DISALLOW_COPY_AND_ASSIGN if already defined. by Ian Rogers · 10 years ago
  19. e6ac4fd Try to fix mac build. by Nicolas Geoffray · 10 years ago
  20. b6b9eea Merge "ART: Fix unused parameter warning on Mac" by Andreas Gampe · 10 years ago
  21. d77ac7e ART: Fix unused parameter warning on Mac by Andreas Gampe · 10 years ago
  22. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 10 years ago
  23. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  24. 207a37d Check null this pointer for direct methods in FindMethodFast. by Jeff Hao · 10 years ago
  25. a338da4 Merge "ART: Add miranda checking" by Andreas Gampe · 10 years ago
  26. 4450721 Merge "ART: Discard generated image in a low-memory environment" by Andreas Gampe · 10 years ago
  27. 2b0fa5b ART: Add miranda checking by Andreas Gampe · 10 years ago
  28. a88219f Merge "Add image strings to intern table" by Mathieu Chartier · 10 years ago
  29. eb175f7 Add image strings to intern table by Mathieu Chartier · 10 years ago
  30. b688611 ART: Remove unnecessary includes by Andreas Gampe · 10 years ago
  31. 70be1fb ART: Discard generated image in a low-memory environment by Andreas Gampe · 10 years ago
  32. f322c4c Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods by Brian Carlstrom · 10 years ago
  33. f72a11d Add math routines with defined wrapping behavior for the interpreter. by Ian Rogers · 10 years ago
  34. 2a4e71c Merge "Avoid signed integer overflow in identity hash code." by Ian Rogers · 10 years ago
  35. bbcd30b Avoid signed integer overflow in identity hash code. by Ian Rogers · 10 years ago
  36. 6163fd4 Merge "Add hash table to link virtual methods" by Mathieu Chartier · 10 years ago
  37. c74c218 Merge "Fix mixed signed/unsigned arithmetic in BitVector." by Ian Rogers · 10 years ago
  38. 9f3629d Add hash table to link virtual methods by Mathieu Chartier · 10 years ago
  39. da7bb73 Merge "Avoid signed arithmetic overflow in UTF hash functions." by Ian Rogers · 10 years ago
  40. 8f41dc3 Avoid signed arithmetic overflow in UTF hash functions. by Ian Rogers · 10 years ago
  41. 5a2e4cc Fix mixed signed/unsigned arithmetic in BitVector. by Ian Rogers · 10 years ago
  42. 3efa15f Merge "art: Fix classlinker and nopatchoat test for PIC case" by Igor Murashkin · 10 years ago
  43. 96e8393 art: Fix classlinker and nopatchoat test for PIC case by Igor Murashkin · 10 years ago
  44. 263f20b Merge "Tidy and reduce ART library dependencies on the host." by Ian Rogers · 10 years ago
  45. 872dd82 Tidy and reduce ART library dependencies on the host. by Ian Rogers · 10 years ago
  46. 7c03810 ART: Do not abort on most verifier failures by Andreas Gampe · 10 years ago
  47. be29639 Merge "Move GetNameAsString out of MethodHelper into ArtMethod." by Ian Rogers · 10 years ago
  48. 6b14d55 Move GetNameAsString out of MethodHelper into ArtMethod. by Ian Rogers · 10 years ago
  49. eedb516 Merge changes I70e70894,I3adcb8a1 by Brian Carlstrom · 10 years ago
  50. f13dd50 Merge "Move MethodHelper::GetReturnType to mirror::ArtMethod." by Ian Rogers · 10 years ago
  51. ded66a0 Move MethodHelper::GetReturnType to mirror::ArtMethod. by Ian Rogers · 10 years ago
  52. e9105f7 Work around relocated boot.oat corruption by Brian Carlstrom · 10 years ago
  53. 05d89ee Fill resolved static fields during class initialization by Mathieu Chartier · 10 years ago
  54. 37628b7 Remove double space in messages by Brian Carlstrom · 10 years ago
  55. 6786a58 Remove ResolveString from MethodHelper. by Ian Rogers · 10 years ago
  56. 03b6eaf Tidy MethodProtoHelper. by Ian Rogers · 10 years ago
  57. d3271e8 Merge changes Ia007744f,Iac6d03d8 by Brian Carlstrom · 10 years ago
  58. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  59. 11bd683 Merge "ART: Add pic flag to oat header store" by Andreas Gampe · 10 years ago
  60. 7ba6496 ART: Add pic flag to oat header store by Andreas Gampe · 10 years ago
  61. 2f1e15c Remove boot.art/boot.oat on failure to create by Brian Carlstrom · 10 years ago
  62. d035c2d Fix 64 bit build by Mathieu Chartier · 10 years ago
  63. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  64. 13738bf Add gp initialization to the art_quick_imt_conflict_trampoline() function. by Douglas Leung · 10 years ago
  65. 2deace2 Merge "Support hard float on arm in optimizing compiler." by Nicolas Geoffray · 10 years ago
  66. 1ba0f59 Support hard float on arm in optimizing compiler. by Nicolas Geoffray · 10 years ago
  67. 7066718 Merge "ART: Fix ImageSpace error message." by Andreas Gampe · 10 years ago
  68. 7e6d3fd Merge "ART: Fix leak in bit_vector" by Andreas Gampe · 10 years ago
  69. 0c1215e Merge "[native bridge] Add test to verify code_cache existance." by Calin Juravle · 10 years ago
  70. 07cce74 Merge "Fix the DW_OP_breg* constants." by Elliott Hughes · 10 years ago
  71. 0d235e1 Fix the DW_OP_breg* constants. by Elliott Hughes · 10 years ago
  72. 768135f Merge "Do not use ld instruction for Mips32." by Ian Rogers · 10 years ago
  73. 50f2e9a ART: Fix ImageSpace error message. by Andreas Gampe · 10 years ago
  74. dc8aa69 ART: Fix leak in bit_vector by Andreas Gampe · 10 years ago
  75. 4af77b7 Do not use ld instruction for Mips32. by Douglas Leung · 10 years ago
  76. 3e3364e Merge "Tidy logging code not using UNIMPLEMENTED." by Ian Rogers · 10 years ago
  77. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 10 years ago
  78. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  79. 98c271d Merge "Code cleanup." by Ian Rogers · 10 years ago
  80. 44a3506 [native bridge] Add test to verify code_cache existance. by Calin Juravle · 10 years ago
  81. 54efee5 Merge "Make ObjectRegistry::InternalAdd GC safe" by Sebastien Hertz · 10 years ago
  82. 0256737 Merge "Fix JDWP Virtualmachine.Resume command" by Sebastien Hertz · 10 years ago
  83. a1e50ca Merge "More use of WellKnownClasses for debugger" by Sebastien Hertz · 10 years ago
  84. 6b8fbcb Merge "ART: Remove old LOG(INFO)" by Andreas Gampe · 10 years ago
  85. 754ff33 Merge "Use the passed-in 'name' param to create a MemMap." by Mathieu Chartier · 10 years ago
  86. aa756f3 ART: Remove old LOG(INFO) by Andreas Gampe · 10 years ago
  87. 51d212e Make out-of-line mutex contention dependent on ART_USE_FUTEXES. by Ian Rogers · 10 years ago
  88. e8bd8ac Merge "ART: Use static_assert in down_cast" by Andreas Gampe · 10 years ago
  89. eafdb96 ART: Use static_assert in down_cast by Andreas Gampe · 10 years ago
  90. 3283820 Add missing SHARED_LOCKS_REQUIRED attibute. by Chih-Hung Hsieh · 10 years ago
  91. 08cef22 Fix concurrent start bytes race by Mathieu Chartier · 10 years ago
  92. e2d628b Make ObjectRegistry::InternalAdd GC safe by Sebastien Hertz · 10 years ago
  93. 1e4dc25 Merge "[native bridge] Make sure we always unload the native bridge" by Calin Juravle · 10 years ago
  94. 07d83c7 [native bridge] Make sure we always unload the native bridge by Calin Juravle · 10 years ago
  95. e49e195 More use of WellKnownClasses for debugger by Sebastien Hertz · 10 years ago
  96. fd9e956 Merge "C++11 related clean-up of DISALLOW_.." by Ian Rogers · 10 years ago
  97. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  98. 79f4ec3 Merge "Fix arm64 bug introduced by refactoring." by Ian Rogers · 10 years ago
  99. ef32b8f Use the passed-in 'name' param to create a MemMap. by Kyungmin Lee · 10 years ago
  100. aea6888 Merge "Tidy up logging." by Ian Rogers · 10 years ago