1. 350cc99 Also add the monitor offset as a potential implicit NPE. by Nicolas Geoffray · 8 years ago
  2. 7f0ae73 Fix interpreter tests. by Nicolas Geoffray · 8 years ago
  3. e8e1127 Do checks on the fault address when we think it's an NPE. by Nicolas Geoffray · 8 years ago
  4. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 8 years ago
  5. 989ab3b Catch classes inheriting from themselves in the class linker. by Roland Levillain · 8 years ago
  6. ab880f4 Typos and stylistic fixes. by Roland Levillain · 8 years ago
  7. 7b4199a Merge "Support directly invoking interface default methods" by Alex Light · 9 years ago
  8. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  9. 103992b ART: Move ThrowStackOverflowError to common_throws by Andreas Gampe · 9 years ago
  10. 9139e00 Correct exception behavior for default methods by Alex Light · 9 years ago
  11. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  12. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  13. d5e5a0e Fix double-exception in super-class method validation. by Vladimir Marko · 9 years ago
  14. 4e06778 Also print class for NoSuchFieldException by Mathieu Chartier · 9 years ago
  15. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 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. ffc605c Add missing iget quick for bool, byte, char, short by Mathieu Chartier · 10 years ago
  19. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  20. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  21. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  22. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  23. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  24. 329d188 Better error reporting when loading dex files by Andreas Gampe · 11 years ago
  25. 11d5d8f Add access checks to Method and Field reflection. by Jeff Hao · 11 years ago
  26. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  27. 23a2821 Clean up access checks. by Vladimir Marko · 11 years ago
  28. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  29. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 11 years ago
  30. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  31. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  32. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/common_throws.cc]
  33. 56adf60 Adds ThrowAbstractMethodError to common throws. by Sebastien Hertz · 11 years ago
  34. 0a3b863 Remove unused Thread parameter from ThrowArithmeticExceptionDivideByZero. by Sebastien Hertz · 11 years ago
  35. 2d6ba51 Quickening support. by Sebastien Hertz · 11 years ago
  36. 75b2a4a Remove use of DecodedInstruction at runtime. by Sebastien Hertz · 11 years ago
  37. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  38. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  39. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  40. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  41. 137e88f Fast path interface dispatch. by Ian Rogers · 12 years ago
  42. 4445a7e Class clean-up. by Ian Rogers · 12 years ago
  43. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  44. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  45. 87e552d Make ICCE logic common, refactor throws. by Ian Rogers · 12 years ago