1. 454f339 Merge "Optimize OatWriter when we don't compile any method." by Nicolas Geoffray · 8 years ago
  2. 60ca949 Optimize OatWriter when we don't compile any method. by Nicolas Geoffray · 8 years ago
  3. c1a42cf Remove soon to be obsolete call kinds for direct calls. by Nicolas Geoffray · 8 years ago
  4. b1677e2 Don't unquicken RETURN_VOID_NO_BARRIER with vdex. by Nicolas Geoffray · 8 years ago
  5. d27097a Clear exception if FindClass fails. by Nicolas Geoffray · 8 years ago
  6. 0f69f74 Merge "Do not resolve types with vdex." by Nicolas Geoffray · 8 years ago
  7. ade72d6 Do not resolve types with vdex. by Nicolas Geoffray · 8 years ago
  8. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  9. b70b66e Merge "MIPS64: Improve method invocation." by Treehugger Robot · 8 years ago
  10. 19f6c69 MIPS64: Improve method invocation. by Alexey Frunze · 8 years ago
  11. 19a4d37 Clean up Class::GetDirectInterface(). by Vladimir Marko · 8 years ago
  12. 51c17fa Create empty VerifiedMethod after vdex verification. by Nicolas Geoffray · 8 years ago
  13. acab8d4 Move compiled methods to use AtomicMethodRefMap by Mathieu Chartier · 8 years ago
  14. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  15. b0bbe8e Use input-vdex-fd, or input-vdex in dex2oat. by Nicolas Geoffray · 8 years ago
  16. 340dafa Use a per-thread VerifierDeps. by Nicolas Geoffray · 8 years ago
  17. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  18. 2dae2f2 Merge "Add dequickening support." by Nicolas Geoffray · 8 years ago
  19. 01b70e8 Add dequickening support. by Nicolas Geoffray · 8 years ago
  20. 54b5855 Change offline profile to store type_idx of classes. by Jeff Hao · 8 years ago
  21. 3825da5 Merge "Revert "jni: Punt to generic JNI for mips"" by Treehugger Robot · 8 years ago
  22. d4ede93 Merge "Integrate VerifierDeps in compiler driver." by Nicolas Geoffray · 8 years ago
  23. 4c481a4 ART: Make some variables references by Andreas Gampe · 8 years ago
  24. 6bb7f1b Integrate VerifierDeps in compiler driver. by Nicolas Geoffray · 8 years ago
  25. e3eae5e compiler_driver: loosen DCHECK for java/lang/invoke classes. by Narayan Kamath · 8 years ago
  26. 0802518 Save the non-verified classes in the VerifierDeps. by Nicolas Geoffray · 8 years ago
  27. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  28. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  29. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 8 years ago
  30. 1a5337f Move mirror::ObjectArray to ObjPtr by Mathieu Chartier · 8 years ago
  31. d82d425 Merge "Generate SHA-1 build ID for host-generated *.oat files (1/2)." by David Srbecky · 8 years ago
  32. 571d234 Revert "Revert "Remove dead code from compiler driver."" by Nicolas Geoffray · 8 years ago
  33. e2ced0d Merge "Address revew comments for change Ia653d2c72df13889dc85dd8c84997582c034ea4b." by Nicolas Geoffray · 8 years ago
  34. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  35. ab40c11 Generate SHA-1 build ID for host-generated *.oat files (1/2). by Alexey Alexandrov · 8 years ago
  36. b3ef691 Fix build break from merge conflict by Mathieu Chartier · 8 years ago
  37. 556c9a2 Merge "Rename ObjPtr::Decode to ObjPtr::Ptr" by Mathieu Chartier · 8 years ago
  38. 5d9c6d6 Fix build breakage. by Nicolas Geoffray · 8 years ago
  39. 091f675 Merge "Revert "Remove dead code from compiler driver."" by Nicolas Geoffray · 8 years ago
  40. 38f250f Revert "Remove dead code from compiler driver." by Nicolas Geoffray · 8 years ago
  41. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  42. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 8 years ago
  43. 44b3da2 Remove dead code from compiler driver. by Nicolas Geoffray · 8 years ago
  44. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  45. b20f1fe Address revew comments for change Ia653d2c72df13889dc85dd8c84997582c034ea4b. by Nicolas Geoffray · 8 years ago
  46. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  47. 04a4413 compiler_driver: Fix build. by Narayan Kamath · 8 years ago
  48. 4287925 Merge "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  49. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 8 years ago
  50. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  51. 63dccbb Store resolved Strings for AOT code in .bss. by Vladimir Marko · 8 years ago
  52. 8d41c08 Revert "jni: Punt to generic JNI for mips" by Goran Jakovljevic · 8 years ago
  53. adc4e82 Merge "Cleanup String.<init> handling." by Nicolas Geoffray · 8 years ago
  54. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 8 years ago
  55. 20426c3 Merge "jni: Punt to generic JNI for mips" by Treehugger Robot · 8 years ago
  56. 9aa9fa2 jni: Punt to generic JNI for mips by Igor Murashkin · 8 years ago
  57. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 8 years ago
  58. 755beba Merge "Move ArrayRef to runtime/base" by David Brazdil · 8 years ago
  59. d9c9037 Move ArrayRef to runtime/base by David Brazdil · 8 years ago
  60. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 8 years ago
  61. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  62. 5fd66d0 ART: Remove LogSeverity NONE by Andreas Gampe · 8 years ago
  63. 367f3dd jni: Add @CriticalNative optimization to speed up JNI transitions by Igor Murashkin · 8 years ago
  64. 15fc729 verifier: Pass ClassDef as a reference by David Brazdil · 8 years ago
  65. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  66. ba6b679 ARM: Purge Arm32Assembler. by Artem Serov · 8 years ago
  67. 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 8 years ago
  68. d190d1f Remove kRestrictCompilationFiltersToImage by Wojciech Staszkiewicz · 8 years ago
  69. 5319d3c Implement running user defined list of passes by Wojciech Staszkiewicz · 8 years ago
  70. 2cd05b7 Add a register allocation strategy compiler option by Matthew Gharrity · 8 years ago
  71. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  72. 83e4903 Merge "Revert "Revert "Optimize IMT""" by Jeff Hao · 8 years ago
  73. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  74. e3fb245 MIPS32: Improve method invocation by Alexey Frunze · 8 years ago
  75. 9c23cec Merge "Remove the old obsolete profiler" by Treehugger Robot · 8 years ago
  76. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 8 years ago
  77. be84b59 Remove the old obsolete profiler by Calin Juravle · 8 years ago
  78. badee98 Optimize IMT by Nelli Kim · 8 years ago
  79. b6b05ae Merge "Hold dex caches live in class table" by Mathieu Chartier · 8 years ago
  80. 492a7fa Delay dex-to-dex compilation until Optimizing is done. by Vladimir Marko · 8 years ago
  81. f284d44 Hold dex caches live in class table by Mathieu Chartier · 8 years ago
  82. f6d1e0f Compile JNI stubs for verify-profile and interpret-only. by Vladimir Marko · 8 years ago
  83. f4b3487 Remove -XOatFileManagerCompilerFilter argument. by Richard Uhler · 9 years ago
  84. bf80a06 Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 8 years ago
  85. 471118e Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  86. de604a2 Merge changes I96464d76,Id5e77316,Icb42a081,I68afc181,I82094e46 by Calin Juravle · 8 years ago
  87. 91288d8 Revert "Revert "Write conflict tables in image"" by Mathieu Chartier · 8 years ago
  88. d23d7d1 Revert "Write conflict tables in image" by Mathieu Chartier · 8 years ago
  89. ffc8707 Split profile recording from jit compilation by Calin Juravle · 8 years ago
  90. e42888f Write conflict tables in image by Mathieu Chartier · 9 years ago
  91. 3cd50df Use dex cache from compilation unit in HInstructionBuilder. by Vladimir Marko · 9 years ago
  92. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 9 years ago
  93. c4ae916 Store precice set of which constructors require barriers by Mathieu Chartier · 9 years ago
  94. b5d3861 Revert "Revert "Check if we require barrier if we did not resolve classes"" by Mathieu Chartier · 9 years ago
  95. 371bd83 Revert "Revert "Change RequiresConstructorBarrier default to yes"" by Mathieu Chartier · 9 years ago
  96. 8b233fc Remove more Quick-related macros in tests. by Roland Levillain · 9 years ago
  97. 0436ee6 Revert "Change RequiresConstructorBarrier default to yes" by Roland Levillain · 9 years ago
  98. f2f0f4b Change RequiresConstructorBarrier default to yes by Mathieu Chartier · 9 years ago
  99. 0fb09f7 Merge "Fix and re-enable compiler_driver_test" by Yi Kong · 9 years ago
  100. 5dcf19d Fix and re-enable compiler_driver_test by Yi Kong · 9 years ago