1. a43e093 Disarm an assertion that exception_test violates. by Elliott Hughes · 13 years ago
  2. 02f01fe Fix exception_test for (USE_LLVM_COMPILER) build. by Shih-wei Liao · 13 years ago
  3. f8bbb84 Add code size to oat files by Brian Carlstrom · 13 years ago
  4. 46f060a Move other compiler bits into the compiler shared libraries. by Elliott Hughes · 13 years ago
  5. 2673644 Fix SEGV when allocation does not fail in stack trace building by Brian Carlstrom · 13 years ago
  6. 06ed739 Adjust expected line numbers in tests to account for fixed copyright headers by Brian Carlstrom · 13 years ago
  7. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  8. 2e3d1b2 Changes to compile with gcc 4.6 by Brian Carlstrom · 13 years ago
  9. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  10. d81871c Verifier clean up. by Ian Rogers · 13 years ago
  11. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  12. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 13 years ago
  13. a43cb5e Fix exception_test.cc and thread.cc and revert 3ddac99d4dc6a036fac59d8f0bdc664ef619fb04. by Elliott Hughes · 13 years ago
  14. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  15. 1cb0a1d Support for resolving unknown direct/static methods. by Ian Rogers · 13 years ago
  16. f57c47c Fix vmap handling. Adjust all PCs by -2 in WalkStack. by Ian Rogers · 13 years ago
  17. 33f741e Remove opening of DexFile from pointer by Brian Carlstrom · 13 years ago
  18. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  19. 01158d7 Implement most of VMStack and some of Zygote. by Elliott Hughes · 13 years ago
  20. 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 13 years ago
  21. bdb0391 Support for exception throwing. by Ian Rogers · 13 years ago
  22. aaa2080 Implement Throwable::nativeFillInStackTrace and nativeGetStackTrace. by Ian Rogers · 13 years ago
  23. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  24. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  25. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  26. 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 13 years ago
  27. ff0f9be Fix DexFile's line number and test EH and StackTraceElement in 3 ways. by Shih-wei Liao · 13 years ago
  28. 9b576b4 Add StackVisitor, CountStackDepthVisitor, BuildStackTraceVisitor for EH. by Shih-wei Liao · 13 years ago
  29. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  30. 4417536 Add AllocStackTrace(). Move InternalStackTrace to managed heap. by Shih-wei Liao · 13 years ago
  31. 55df06b Stack Trace Element with its unit test added too. by Shih-wei Liao · 13 years ago
  32. 1a18c8c Initial implementation of throw+unwind+Frame. by Shih-wei Liao · 13 years ago
  33. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  34. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  35. 2fb9753 Exception Handling: libdex integration. Also added unit test on exception. by Shih-wei Liao · 13 years ago