1. 470d54f Change IllegalAccess/IncompatibleClassChange order. by Nicolas Geoffray · 10 years ago
  2. 1920c10 Revert "Revert "Enable optimizations with --debuggable."" by Nicolas Geoffray · 10 years ago
  3. b7d27a5 Revert "Enable optimizations with --debuggable." by Nicolas Geoffray · 10 years ago
  4. 43855cc Enable optimizations with --debuggable. by Nicolas Geoffray · 10 years ago
  5. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 10 years ago
  6. 3a35714 ART: Clean up unnecessary ArtMethod** by Andreas Gampe · 10 years ago
  7. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  8. 3976e5e Fix lint error. by Nicolas Geoffray · 10 years ago
  9. 32c9ea5 Use the caller's class loader when walking inlined frames. by Nicolas Geoffray · 10 years ago
  10. f677ebf Cache stack map encoding by David Brazdil · 10 years ago
  11. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  12. d23eeef Support for inlining methods that call/throw. by Nicolas Geoffray · 10 years ago
  13. 7ea6a17 Don't hardcode the location of the caller. by Nicolas Geoffray · 10 years ago
  14. 5ea536a Remove ArtMethod* parameter from dex cache entry points. by Vladimir Marko · 10 years ago
  15. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  16. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  17. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  18. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  19. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 10 years ago
  20. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 11 years ago
  21. 9f612ff ART: Fix unused variables and functions by Andreas Gampe · 11 years ago
  22. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  23. 207a37d Check null this pointer for direct methods in FindMethodFast. by Jeff Hao · 11 years ago
  24. 2d2621a Optimize method linking by Mathieu Chartier · 11 years ago
  25. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 11 years ago
  26. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 11 years ago
  27. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  28. 524507a Prevent exception bugs in class linker by Mathieu Chartier · 11 years ago
  29. 269c336 Merge "ART: Add guards to the dex cache and its shortcuts" by Andreas Gampe · 11 years ago
  30. 58a5af8 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 11 years ago
  31. eb1e929 Implement TLAB fast paths in artAllocObjectFromCode. by Hiroshi Yamauchi · 11 years ago
  32. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 11 years ago
  33. e5877a1 Fix x86 build. by Ian Rogers · 11 years ago
  34. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  35. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago