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