1. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  2. b81a984 Revert "Basic obsolete methods support" by Alex Light · 8 years ago
  3. d8936da Basic obsolete methods support by Alex Light · 8 years ago
  4. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  5. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  6. ef41db7 Move interpreter to ObjPtr by Mathieu Chartier · 8 years ago
  7. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  8. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 8 years ago
  9. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  10. 75a7db6 ART: Factor out IMT from ArtMethod by Andreas Gampe · 8 years ago
  11. be08cf5 Fix moving GC bugs in entrypoints by Mathieu Chartier · 8 years ago
  12. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  13. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  14. ba65cc4 Merge "ART: Convert pointer size to enum" by Treehugger Robot · 8 years ago
  15. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  16. db698f1 Fix for interpreter crash on new instance of class by Aart Bik · 8 years ago
  17. 465ecc8 Revert "Revert "Refactor GetIMTIndex"" by Matthew Gharrity · 8 years ago
  18. 83e4903 Merge "Revert "Revert "Optimize IMT""" by Jeff Hao · 8 years ago
  19. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  20. 5aef803 Merge "Never go to resolution while inspecting inlined frames." by Nicolas Geoffray · 8 years ago
  21. c6df1e3 Never go to resolution while inspecting inlined frames. by Nicolas Geoffray · 8 years ago
  22. 2a1b7ac Fix divergence between interpreter and compiler. by Aart Bik · 8 years ago
  23. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 8 years ago
  24. d4ceecc Revert "Refactor GetIMTIndex" by Nicolas Geoffray · 8 years ago
  25. 5070643 Refactor GetIMTIndex by Matthew Gharrity · 8 years ago
  26. badee98 Optimize IMT by Nelli Kim · 8 years ago
  27. f663e34 Workaround invokesuper underspecified behavior. by Aart Bik · 8 years ago
  28. 61b28a1 Use bit-level packing for InlineInfo in stackmaps as well. by David Srbecky · 8 years ago
  29. 45bf250 Add way to disable resolving for stack walk by Mathieu Chartier · 8 years ago
  30. 796d630 Add an ImtConflictTable to better resolve IMT conflicts. by Nicolas Geoffray · 8 years ago
  31. 14b0a5d Fix cases where we miss instrumentation changes by Mathieu Chartier · 8 years ago
  32. bf36918 Fix moving GC bugs in quick_field_entrypoints.cc by Mathieu Chartier · 8 years ago
  33. f1b4c41 runtime: Fix field resolution with access checks (runtest 073) by Igor Murashkin · 8 years ago
  34. 91d65e0 Fix various typos in ART's comments and string literals. by Roland Levillain · 8 years ago
  35. 65902e8 ART: Optimize out redundant NewInstances of String by David Brazdil · 9 years ago
  36. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  37. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 9 years ago
  38. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  39. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 9 years ago
  40. e523423 Revert "Revert "Don't use the compiler driver for method resolution."" by Nicolas Geoffray · 9 years ago
  41. c88ef3a Revert "Don't use the compiler driver for method resolution." by Nicolas Geoffray · 9 years ago
  42. 4db0bf9 Don't use the compiler driver for method resolution. by Nicolas Geoffray · 9 years ago
  43. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 9 years ago
  44. 470d54f Change IllegalAccess/IncompatibleClassChange order. by Nicolas Geoffray · 9 years ago
  45. 1920c10 Revert "Revert "Enable optimizations with --debuggable."" by Nicolas Geoffray · 9 years ago
  46. b7d27a5 Revert "Enable optimizations with --debuggable." by Nicolas Geoffray · 9 years ago
  47. 43855cc Enable optimizations with --debuggable. by Nicolas Geoffray · 9 years ago
  48. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  49. 3a35714 ART: Clean up unnecessary ArtMethod** by Andreas Gampe · 9 years ago
  50. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  51. 3976e5e Fix lint error. by Nicolas Geoffray · 9 years ago
  52. 32c9ea5 Use the caller's class loader when walking inlined frames. by Nicolas Geoffray · 9 years ago
  53. f677ebf Cache stack map encoding by David Brazdil · 9 years ago
  54. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  55. d23eeef Support for inlining methods that call/throw. by Nicolas Geoffray · 9 years ago
  56. 7ea6a17 Don't hardcode the location of the caller. by Nicolas Geoffray · 9 years ago
  57. 5ea536a Remove ArtMethod* parameter from dex cache entry points. by Vladimir Marko · 9 years ago
  58. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  59. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  60. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  61. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  62. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 9 years ago
  63. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 10 years ago
  64. 9f612ff ART: Fix unused variables and functions by Andreas Gampe · 10 years ago
  65. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  66. 207a37d Check null this pointer for direct methods in FindMethodFast. by Jeff Hao · 10 years ago
  67. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  68. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  69. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 10 years ago
  70. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  71. 524507a Prevent exception bugs in class linker by Mathieu Chartier · 10 years ago
  72. 269c336 Merge "ART: Add guards to the dex cache and its shortcuts" by Andreas Gampe · 10 years ago
  73. 58a5af8 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 10 years ago
  74. eb1e929 Implement TLAB fast paths in artAllocObjectFromCode. by Hiroshi Yamauchi · 10 years ago
  75. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 10 years ago
  76. e5877a1 Fix x86 build. by Ian Rogers · 10 years ago
  77. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  78. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago