1. b995c0a Update instrumentation stack after exception event by Sebastien Hertz · 9 years ago
  2. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  3. f795869 Follow up on CL 151605 by Sebastien Hertz · 9 years ago
  4. 1f2d3ba Fix nested deoptimization. by Mingyao Yang · 9 years ago
  5. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  6. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 9 years ago
  7. 50030ef Check IsReferenceVReg during deopt by Mathieu Chartier · 9 years ago
  8. 241a958 Fix mismatched new[]/delete. by Christopher Ferris · 9 years ago
  9. 15b9d52 API change in StackVisitor::GetVReg*. by Nicolas Geoffray · 10 years ago
  10. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  11. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 10 years ago
  12. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 10 years ago
  13. 2e04bb2 ART: Allow class-loading during deopt by Andreas Gampe · 10 years ago
  14. 270a0e1 Fix exception handling during deoptimization by Sebastien Hertz · 10 years ago
  15. 4306ef8 Don't allow suspension from FindLocksAtDexPc by Mathieu Chartier · 10 years ago
  16. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  17. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  18. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  19. 0714083 Enable -Wunreachable-code by Ian Rogers · 10 years ago
  20. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  21. bf99f77 Clean up Handle usage. by Mathieu Chartier · 10 years ago
  22. dc37617 Handlerize MethodVerifier::mirror_method_. by Hiroshi Yamauchi · 10 years ago
  23. 649278c More efficient stack walk in exception throwing. by Hiroshi Yamauchi · 10 years ago
  24. c901dd7 Fix access to long/double stack values from debugger by Sebastien Hertz · 10 years ago
  25. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  26. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  27. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 10 years ago
  28. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  29. 5cf9819 Don't report down-calls as unhandled exceptions. by Ian Rogers · 10 years ago
  30. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  31. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  32. ff093b3 Fix a few 64-bit compilation of 32-bit code issues. by Ian Rogers · 10 years ago
  33. 714f175 Visit deoptimized shadow frames as roots by Sebastien Hertz · 10 years ago
  34. fd3077e Refactor exception handling for deoptimization by Sebastien Hertz · 11 years ago[Renamed (67%) from runtime/catch_finder.cc]
  35. d45a1f5 Avoid instrumentation stack corruption. by Sebastien Hertz · 11 years ago