1. eb07669 JDWP: Optimized single step during debugging by Daniel Mihalyi · 10 years ago
  2. 004c230 Compress the StackMaps. by Nicolas Geoffray · 9 years ago
  3. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  4. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 9 years ago
  5. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  6. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  7. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  8. 966c3ae Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" by Mark P Mendell · 9 years ago
  9. 949c91f Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 9 years ago
  10. 3d2c8e7 ART: Implement X86 hard float (Quick/JNI/Baseline) by Mark Mendell · 9 years ago
  11. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 9 years ago
  12. 0f9b03c Revert "ART: Implement hard float for X86" by Vladimir Marko · 9 years ago
  13. 59b9cf7 ART: Implement hard float for X86 by Mark Mendell · 9 years ago
  14. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  15. 376b2bb Ensure stack maps are 4 byte aligned. by Nicolas Geoffray · 10 years ago
  16. 1a10218 Remove MethodHelper. by Ian Rogers · 10 years ago
  17. f224751 Remove MethodHelper::HasSameNameAndSignature. by Ian Rogers · 10 years ago
  18. a048560 Move GetClassFromTypeIdx to ArtMethod. by Ian Rogers · 10 years ago
  19. e0a02da Move FindDexMethodIndexInOtherDexFile into ArtMethod. by Ian Rogers · 10 years ago
  20. 022b46c Merge "Fixed ArtMethod::GetQuickFrameInfo() for proxy methods" by Ian Rogers · 10 years ago
  21. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago
  22. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  23. de58ab2 Implement try/catch/throw in optimizing. by Nicolas Geoffray · 10 years ago
  24. 6b14d55 Move GetNameAsString out of MethodHelper into ArtMethod. by Ian Rogers · 10 years ago
  25. 03b6eaf Tidy MethodProtoHelper. by Ian Rogers · 10 years ago
  26. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  27. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 10 years ago
  28. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  29. e14f2b3 Fixed ArtMethod::GetQuickFrameInfo() for proxy methods by Daniel Mihalyi · 10 years ago
  30. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  31. 6b604a1 Fix Class::IsInSamePackage to not read beyond the end of a StringPiece. by Ian Rogers · 10 years ago
  32. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 10 years ago
  33. 9bdec88 Check that we don't accidentally invoke compiled code when -Xint. by Hiroshi Yamauchi · 10 years ago
  34. b74ff13 Merge "Reduce stack usage for overflow checks" by Dave Allison · 10 years ago
  35. 648d711 Reduce stack usage for overflow checks by Dave Allison · 10 years ago
  36. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  37. f0a3f09 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 10 years ago
  38. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  39. 167cc7c Revert "Fix proxy tracing and enable tests that now work with tracing." by Nicolas Geoffray · 10 years ago
  40. 0398e17 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 10 years ago
  41. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 10 years ago
  42. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  43. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  44. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  45. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 10 years ago
  46. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  47. 822266b Ignore catch blocks whose type can't be resolved. by Ian Rogers · 10 years ago
  48. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  49. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  50. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  51. 4c1c510 Improve stack walk performance. by Vladimir Marko · 10 years ago
  52. 2b7c4d1 Don't get and restore thread state for ScopedFastNativeObjectAccess. by Mathieu Chartier · 10 years ago
  53. 72b3e43 ART: Fix typo in ArtMethod::FindCatchBlock by Andreas Gampe · 10 years ago
  54. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  55. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  56. 5d27faf Allow ArtMethod::Invoke in unstarted runtimes. by Ian Rogers · 10 years ago
  57. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  58. 990d46f Merge "Move mapping table and vmap table offsets to OatMethodHeader." by Vladimir Marko · 10 years ago
  59. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 10 years ago
  60. fd3077e Refactor exception handling for deoptimization by Sebastien Hertz · 10 years ago
  61. a08ec9b Merge "Fix FindCatchBlock to work in -Xverify:none mode." by Jeff Hao · 10 years ago
  62. aa96191 Fix FindCatchBlock to work in -Xverify:none mode. by Jeff Hao · 10 years ago
  63. 987560f Remove support for app JNI workarounds. by Ian Rogers · 10 years ago
  64. 62f0512 Improvements to Field.get/set. by Ian Rogers · 10 years ago
  65. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 10 years ago
  66. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 10 years ago
  67. 36fea8d Fixing structure of native frame for Generic JNI by Andreas Gampe · 10 years ago
  68. e0dcd46 JNI down call fixes. by Ian Rogers · 10 years ago
  69. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 10 years ago
  70. 936b37f Upcall support for x86-64. by Ian Rogers · 10 years ago
  71. 815873e Change root visitor to use Object**. by Mathieu Chartier · 10 years ago
  72. d2fe10a Remove blacklist by Sebastien Hertz · 10 years ago
  73. fd14755 Merge "Work in the direction of hard float quick ABIs." by Ian Rogers · 10 years ago
  74. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 10 years ago
  75. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 10 years ago
  76. ef7d42f Object model changes to support 64bit. by Ian Rogers · 10 years ago
  77. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 10 years ago
  78. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  79. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  80. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago[Renamed (77%) from runtime/mirror/abstract_method.cc]
  81. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  82. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  83. 9e8f45e Ensure has_no_move_exception is initialized on all return paths. by Ian Rogers · 11 years ago
  84. c449aa8 Clear exception if catch block doesn't have move-exception. by Ian Rogers · 11 years ago
  85. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  86. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/mirror/abstract_method.cc]
  87. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  88. 790ad90 Some more interpreter cleanup. by Jeff Hao · 11 years ago
  89. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 11 years ago
  90. 1674363 Improve interpreter to interpreter invokes. by Jeff Hao · 11 years ago
  91. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 11 years ago
  92. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  93. 74180ca Remove code related to compiled invoke stubs. by Jeff Hao · 11 years ago
  94. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 11 years ago
  95. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  96. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 11 years ago
  97. c928de9 Remove Iceland. by Ian Rogers · 11 years ago
  98. 11ffc2d Changes to LLVM to support deoptimization. by Jeff Hao · 11 years ago
  99. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago