1. 113d6ea Move code size from OatQuickMethodHeader to CodeInfo. by David Srbecky · 3 years, 10 months ago
  2. 17b4d2b Add code size to CodeInfo. by David Srbecky · 3 years, 10 months ago
  3. 4717175 Move code item to the data pointer and remove code_item_offset. by Nicolas Geoffray · 4 years, 4 months ago
  4. d34b73b Clean up internal stack trace construction. by Vladimir Marko · 4 years, 8 months ago
  5. bdc93b4 ObjPtr<>-ify StackTraceElement and ClassLoader. by Vladimir Marko · 6 years ago
  6. bf5f0f3 Revert "Revert^2 "Add code size to CodeInfo"" by Nicolas Geoffray · 6 years ago
  7. 5708376 Revert "Remove code size from OatQuickMethodHeader" by Nicolas Geoffray · 6 years ago
  8. 131f23a Remove code size from OatQuickMethodHeader by David Srbecky · 6 years ago
  9. e1412da Revert^2 "Add code size to CodeInfo" by David Srbecky · 6 years ago
  10. 8f20a23 Revert "Add code size to CodeInfo" by David Srbecky · 6 years ago
  11. 68efa7b Add code size to CodeInfo by David Srbecky · 6 years ago
  12. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  13. 3db7068 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  14. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  15. e7a9194 Simplify StackMapStream encoding. by David Srbecky · 6 years ago
  16. 8cd5454 Move MethodInfo to CodeInfo. by David Srbecky · 6 years ago
  17. e8d3a63 Fix exception_test. by David Srbecky · 6 years ago
  18. 8808756 Remove frame info from OatQuickMethodHeader. by David Srbecky · 7 years ago
  19. f6ba5b3 Add method frame info to CodeInfo. by David Srbecky · 7 years ago
  20. b68ed2c ART: Ensure OatQuickMethodHeader is trivially copyable by Andreas Gampe · 7 years ago
  21. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 7 years ago
  22. da4ff8b Cleanup stackmap generation in exception_test by David Srbecky · 7 years ago
  23. 3215fff Separate Malloc and MemMap ArenaPools by David Sehr · 7 years ago
  24. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  25. e78471d Make exception test more robust against dex changes. by Aart Bik · 7 years ago
  26. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 7 years ago
  27. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  28. dc578c7 Move dex exception helpers to their own file and use dex accessor by Mathieu Chartier · 7 years ago
  29. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  30. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  31. 174b2e2 Use ScopedArenaAllocator for code generation. by Vladimir Marko · 7 years ago
  32. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  33. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 8 years ago
  34. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 8 years ago
  35. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 8 years ago
  36. cbcedbf Add method info to oat files by Mathieu Chartier · 8 years ago
  37. a2f526f Compressed native PC for stack maps by Mathieu Chartier · 8 years ago
  38. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  39. fd36f1f Rename callee save enumerators. by Vladimir Marko · 8 years ago
  40. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  41. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago[Renamed (76%) from runtime/exception_test.cc]
  42. 562ff44 Revert "Remove DCHECK that does not work for gtests." by Vladimir Marko · 9 years ago
  43. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 9 years ago
  44. 524e7ea Remove ArtCode. by Nicolas Geoffray · 9 years ago
  45. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 9 years ago
  46. 72f7b88 ART: Fix 004-ReferenceMap run test by David Brazdil · 9 years ago
  47. f9f6441 Optimizing: Tag Arena allocations with their source. by Vladimir Marko · 9 years ago
  48. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 9 years ago
  49. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  50. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  51. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  52. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  53. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  54. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  55. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  56. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  57. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  58. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 11 years ago
  59. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  60. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  61. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  62. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 11 years ago
  63. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 11 years ago
  64. ee1d79a Cleanup transaction support by Sebastien Hertz · 11 years ago
  65. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  66. cfa5c48 Fix tests for 64b by Andreas Gampe · 11 years ago
  67. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 11 years ago
  68. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  69. 2e589aa Encode VmapTable entries offset by 2 to reduce size. by Vladimir Marko · 11 years ago
  70. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  71. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  72. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  73. 1e6cb63 Delta-encoding of mapping tables. by Vladimir Marko · 11 years ago
  74. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  75. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 11 years ago
  76. 8f3c9ae Don't allow class status to go backward except for error. by Ian Rogers · 11 years ago
  77. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  78. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  79. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  80. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/exception_test.cc]
  81. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 12 years ago
  82. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  83. 04d7aa9 Fix object verification. by Ian Rogers · 12 years ago
  84. bd86bcc Tracking rebase to jb-mr1-release by Brian Carlstrom · 12 years ago
  85. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  86. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  87. 4445a7e Class clean-up. by Ian Rogers · 12 years ago
  88. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  89. a5b3024 Split dex_pc<->native_pc mapping table by Bill Buzbee · 12 years ago
  90. 5a6220c Fix exception_test for verify stack. by Ian Rogers · 12 years ago
  91. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  92. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  93. 8320f38 Prune useless entries from dex to pc map by buzbee · 12 years ago
  94. 0fb6bb5 Fix exception_test for ART_USE_LLVM_COMPILER. by Ian Rogers · 12 years ago
  95. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  96. 342a262 Fix exception gtest for when we have VERIFY_OBJECT_ENABLED = 1. by Mathieu Chartier · 13 years ago
  97. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  98. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 13 years ago
  99. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 13 years ago
  100. c8dc101 Use dex_pc instead of line_number. by TDYa127 · 13 years ago