1. 8eedb47 Set ANDROID_ROOT correctly for host in test script. by Nicolas Geoffray · 10 years ago
  2. 19324d0 Merge "Provide an option to run run-tests with a local dalvikvm." by Nicolas Geoffray · 10 years ago
  3. c8f23fc Provide an option to run run-tests with a local dalvikvm. by Nicolas Geoffray · 10 years ago
  4. cc43371 Merge "Add support for static fields in optimizing compiler." by Nicolas Geoffray · 10 years ago
  5. 19a19cf Add support for static fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  6. 7c049c1 Merge "Remove useless suspend points from arm/arm64 AGET/APUT." by Vladimir Marko · 10 years ago
  7. be29639 Merge "Move GetNameAsString out of MethodHelper into ArtMethod." by Ian Rogers · 10 years ago
  8. 6b14d55 Move GetNameAsString out of MethodHelper into ArtMethod. by Ian Rogers · 10 years ago
  9. eedb516 Merge changes I70e70894,I3adcb8a1 by Brian Carlstrom · 10 years ago
  10. f13dd50 Merge "Move MethodHelper::GetReturnType to mirror::ArtMethod." by Ian Rogers · 10 years ago
  11. ded66a0 Move MethodHelper::GetReturnType to mirror::ArtMethod. by Ian Rogers · 10 years ago
  12. e9105f7 Work around relocated boot.oat corruption by Brian Carlstrom · 10 years ago
  13. 2d3a69e Merge "ART: PIC testing" by Andreas Gampe · 10 years ago
  14. c23c9c9 ART: PIC testing by Andreas Gampe · 10 years ago
  15. 027ea04 Merge "Fill resolved static fields during class initialization" by Mathieu Chartier · 10 years ago
  16. 05d89ee Fill resolved static fields during class initialization by Mathieu Chartier · 10 years ago
  17. 37628b7 Remove double space in messages by Brian Carlstrom · 10 years ago
  18. e0205d5 Merge "Remove ResolveString from MethodHelper." by Ian Rogers · 10 years ago
  19. 6786a58 Remove ResolveString from MethodHelper. by Ian Rogers · 10 years ago
  20. e1e0840 Merge "ART: Create and use multiple core images" by Andreas Gampe · 10 years ago
  21. 63fc30e ART: Create and use multiple core images by Andreas Gampe · 10 years ago
  22. d0f6f90 Merge "Tidy MethodProtoHelper." by Ian Rogers · 10 years ago
  23. 03b6eaf Tidy MethodProtoHelper. by Ian Rogers · 10 years ago
  24. 7c1e9d8 Merge "[optimizing compiler] Add division for floats and doubles" by Calin Juravle · 10 years ago
  25. 7c4954d [optimizing compiler] Add division for floats and doubles by Calin Juravle · 10 years ago
  26. fb311f8 Remove useless suspend points from arm/arm64 AGET/APUT. by Vladimir Marko · 10 years ago
  27. 4816ecf Merge "Add long bitwise not instruction in the optimizing compiler." by Roland Levillain · 10 years ago
  28. d3271e8 Merge changes Ia007744f,Iac6d03d8 by Brian Carlstrom · 10 years ago
  29. 921f385 Merge "ART: Add support for patching and loading OAT files compiled with PIC" by Igor Murashkin · 10 years ago
  30. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  31. 11bd683 Merge "ART: Add pic flag to oat header store" by Andreas Gampe · 10 years ago
  32. 8ae6c27 Remove extraneous fprintf args by Brian Carlstrom · 10 years ago
  33. 7ba6496 ART: Add pic flag to oat header store by Andreas Gampe · 10 years ago
  34. 2f1e15c Remove boot.art/boot.oat on failure to create by Brian Carlstrom · 10 years ago
  35. 79027f6 Merge "Fix 64 bit build" by Mathieu Chartier · 10 years ago
  36. d035c2d Fix 64 bit build by Mathieu Chartier · 10 years ago
  37. e74b720 Merge "ART: Typo fix" by Andreas Gampe · 10 years ago
  38. 602fbcd ART: Typo fix by Andreas Gampe · 10 years ago
  39. 09e61bb Merge "ART: Fix test 089" by Andreas Gampe · 10 years ago
  40. 5c11490 ART: Fix test 089 by Andreas Gampe · 10 years ago
  41. 5774828 Merge "Optimize method linking" by Mathieu Chartier · 10 years ago
  42. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  43. ac29327 Merge "Add gp initialization to the art_quick_imt_conflict_trampoline() function." by Ian Rogers · 10 years ago
  44. 384c76a Merge "Extra debug output in run-test." by Ian Rogers · 10 years ago
  45. 13738bf Add gp initialization to the art_quick_imt_conflict_trampoline() function. by Douglas Leung · 10 years ago
  46. d9ad27d Extra debug output in run-test. by Ian Rogers · 10 years ago
  47. 4985fdf Merge "Rewrite class initialization check elimination." by Vladimir Marko · 10 years ago
  48. 7056643 Add long bitwise not instruction in the optimizing compiler. by Roland Levillain · 10 years ago
  49. 2deace2 Merge "Support hard float on arm in optimizing compiler." by Nicolas Geoffray · 10 years ago
  50. 1ba0f59 Support hard float on arm in optimizing compiler. by Nicolas Geoffray · 10 years ago
  51. 7066718 Merge "ART: Fix ImageSpace error message." by Andreas Gampe · 10 years ago
  52. 7e6d3fd Merge "ART: Fix leak in bit_vector" by Andreas Gampe · 10 years ago
  53. 0c1215e Merge "[native bridge] Add test to verify code_cache existance." by Calin Juravle · 10 years ago
  54. 66c6d7b Rewrite class initialization check elimination. by Vladimir Marko · 10 years ago
  55. 1ef3495 Merge "Quick: Fix wide Phi detection in GVN, clean up INVOKEs." by Vladimir Marko · 10 years ago
  56. 07cce74 Merge "Fix the DW_OP_breg* constants." by Elliott Hughes · 10 years ago
  57. 0d235e1 Fix the DW_OP_breg* constants. by Elliott Hughes · 10 years ago
  58. 768135f Merge "Do not use ld instruction for Mips32." by Ian Rogers · 10 years ago
  59. 50f2e9a ART: Fix ImageSpace error message. by Andreas Gampe · 10 years ago
  60. dc8aa69 ART: Fix leak in bit_vector by Andreas Gampe · 10 years ago
  61. 4af77b7 Do not use ld instruction for Mips32. by Douglas Leung · 10 years ago
  62. 3e3364e Merge "Tidy logging code not using UNIMPLEMENTED." by Ian Rogers · 10 years ago
  63. c57a66d Merge "ARM: Use hardfp calling convention between java to java call." by Ian Rogers · 10 years ago
  64. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 10 years ago
  65. b62ff57 Merge "ART: Add div/rem zero check elimination flag" by Ian Rogers · 10 years ago
  66. c6c9e5d Merge "ART: Prevent float inference back to SSA in-regs." by Ian Rogers · 10 years ago
  67. 8fe0e35 ART: Prevent float inference back to SSA in-regs. by Stephen Kyle · 10 years ago
  68. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  69. 98c271d Merge "Code cleanup." by Ian Rogers · 10 years ago
  70. 661cb3f Merge "Add more environment variable to control test granularity." by Nicolas Geoffray · 10 years ago
  71. 41bb331 Add more environment variable to control test granularity. by Nicolas Geoffray · 10 years ago
  72. dc9667e Merge "Fix encoding of imul in x86_64 assembler." by Nicolas Geoffray · 10 years ago
  73. b5de00f Fix encoding of imul in x86_64 assembler. by Nicolas Geoffray · 10 years ago
  74. 44a3506 [native bridge] Add test to verify code_cache existance. by Calin Juravle · 10 years ago
  75. 54efee5 Merge "Make ObjectRegistry::InternalAdd GC safe" by Sebastien Hertz · 10 years ago
  76. 64727ae Merge "Revert "Revert "Implement long negate instruction in the optimizing compiler.""" by Roland Levillain · 10 years ago
  77. 8bde036 Merge "Use test's `-d' option when checking for a directory." by Roland Levillain · 10 years ago
  78. 32da24b Merge "Fix wrong unsigned to signed conversions." by Nicolas Geoffray · 10 years ago
  79. 2e07b4f Revert "Revert "Implement long negate instruction in the optimizing compiler."" by Roland Levillain · 10 years ago
  80. 0256737 Merge "Fix JDWP Virtualmachine.Resume command" by Sebastien Hertz · 10 years ago
  81. a1e50ca Merge "More use of WellKnownClasses for debugger" by Sebastien Hertz · 10 years ago
  82. 6b8fbcb Merge "ART: Remove old LOG(INFO)" by Andreas Gampe · 10 years ago
  83. 754ff33 Merge "Use the passed-in 'name' param to create a MemMap." by Mathieu Chartier · 10 years ago
  84. aa756f3 ART: Remove old LOG(INFO) by Andreas Gampe · 10 years ago
  85. d308804 Merge "Make out-of-line mutex contention dependent on ART_USE_FUTEXES." by Ian Rogers · 10 years ago
  86. 51d212e Make out-of-line mutex contention dependent on ART_USE_FUTEXES. by Ian Rogers · 10 years ago
  87. e8bd8ac Merge "ART: Use static_assert in down_cast" by Andreas Gampe · 10 years ago
  88. eafdb96 ART: Use static_assert in down_cast by Andreas Gampe · 10 years ago
  89. 13fe5bb Merge "Add missing SHARED_LOCKS_REQUIRED attibute." by Chih-Hung Hsieh · 10 years ago
  90. 3283820 Add missing SHARED_LOCKS_REQUIRED attibute. by Chih-Hung Hsieh · 10 years ago
  91. 8d6ae52 Fix wrong unsigned to signed conversions. by Nicolas Geoffray · 10 years ago
  92. b4e1a4d Merge "ART: Add basic tests for materialized conditions." by Nicolas Geoffray · 10 years ago
  93. be8c021 Merge "Fix concurrent start bytes race" by Mathieu Chartier · 10 years ago
  94. 55adc60 Merge "Revert "Implement long negate instruction in the optimizing compiler."" by Roland Levillain · 10 years ago
  95. 30ca3d8 Revert "Implement long negate instruction in the optimizing compiler." by Roland Levillain · 10 years ago
  96. 08cef22 Fix concurrent start bytes race by Mathieu Chartier · 10 years ago
  97. 9273074 ART: Add basic tests for materialized conditions. by Alexandre Rames · 10 years ago
  98. a4426cf Quick: Fix wide Phi detection in GVN, clean up INVOKEs. by Vladimir Marko · 10 years ago
  99. 46fdec1 Merge "Implement long negate instruction in the optimizing compiler." by Roland Levillain · 10 years ago
  100. 66ce173 Implement long negate instruction in the optimizing compiler. by Roland Levillain · 10 years ago