1. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  2. e8e1127 Do checks on the fault address when we think it's an NPE. by Nicolas Geoffray · 9 years ago
  3. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 9 years ago
  4. 103992b ART: Move ThrowStackOverflowError to common_throws by Andreas Gampe · 10 years ago
  5. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  6. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  7. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 11 years ago
  8. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 11 years ago
  9. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 11 years ago
  10. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 11 years ago
  11. 648d711 Reduce stack usage for overflow checks by Dave Allison · 11 years ago
  12. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  13. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  14. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 11 years ago
  15. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 12 years ago
  16. 2e450bf Revert "Remove bogus fastpath from String::Equals(const StringPiece&)" by Brian Carlstrom · 12 years ago
  17. 8438ed3 Remove bogus fastpath from String::Equals(const StringPiece&) by Brian Carlstrom · 12 years ago
  18. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  19. 7655f29 Portable refactorings. by Ian Rogers · 12 years ago
  20. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago[Renamed from runtime/oat/runtime/support_throw.cc]
  21. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/oat/runtime/support_throw.cc]
  22. 0a3b863 Remove unused Thread parameter from ThrowArithmeticExceptionDivideByZero. by Sebastien Hertz · 12 years ago
  23. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 13 years ago
  24. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  25. 94d6df4 Fixes to make all run-tests except 051-thread work. by jeffhao · 13 years ago
  26. d752132 Various fixes to the interpreter. First 23 run-test tests pass. by jeffhao · 13 years ago
  27. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 13 years ago
  28. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 13 years ago
  29. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 13 years ago
  30. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  31. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  32. 87e552d Make ICCE logic common, refactor throws. by Ian Rogers · 13 years ago
  33. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 13 years ago
  34. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  35. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 13 years ago
  36. 6cf2388 Simplify the default stack size handling. by Elliott Hughes · 13 years ago
  37. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 13 years ago
  38. 9e5f5c1 Implement throw-verification-error opcode in LLVM-based compiler. by Logan Chien · 13 years ago
  39. 3f9137d Fix NPE message in LLVM. by TDYa127 · 13 years ago
  40. 6a14433 Switch to Thread::WalkStack rather than manual Frame::Next. by Elliott Hughes · 14 years ago
  41. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 14 years ago
  42. 57b86d4 Refactor runtime support. by Ian Rogers · 14 years ago