1. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  2. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  3. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  4. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  5. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  6. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  7. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  8. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  9. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  10. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  11. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  12. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  13. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 10 years ago
  14. ee1d79a Cleanup transaction support by Sebastien Hertz · 10 years ago
  15. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  16. cfa5c48 Fix tests for 64b by Andreas Gampe · 10 years ago
  17. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 10 years ago
  18. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 10 years ago
  19. 2e589aa Encode VmapTable entries offset by 2 to reduce size. by Vladimir Marko · 10 years ago
  20. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 10 years ago
  21. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  22. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  23. 1e6cb63 Delta-encoding of mapping tables. by Vladimir Marko · 11 years ago
  24. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  25. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 11 years ago
  26. 8f3c9ae Don't allow class status to go backward except for error. by Ian Rogers · 11 years ago
  27. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  28. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  29. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  30. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/exception_test.cc]
  31. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 11 years ago
  32. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  33. 04d7aa9 Fix object verification. by Ian Rogers · 11 years ago
  34. bd86bcc Tracking rebase to jb-mr1-release by Brian Carlstrom · 11 years ago
  35. c928de9 Remove Iceland. by Ian Rogers · 11 years ago
  36. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  37. 4445a7e Class clean-up. by Ian Rogers · 12 years ago
  38. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  39. a5b3024 Split dex_pc<->native_pc mapping table by Bill Buzbee · 12 years ago
  40. 5a6220c Fix exception_test for verify stack. by Ian Rogers · 12 years ago
  41. 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
  42. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  43. 8320f38 Prune useless entries from dex to pc map by buzbee · 12 years ago
  44. 0fb6bb5 Fix exception_test for ART_USE_LLVM_COMPILER. by Ian Rogers · 12 years ago
  45. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  46. 342a262 Fix exception gtest for when we have VERIFY_OBJECT_ENABLED = 1. by Mathieu Chartier · 12 years ago
  47. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  48. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  49. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 12 years ago
  50. c8dc101 Use dex_pc instead of line_number. by TDYa127 · 12 years ago
  51. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 12 years ago
  52. 8aa7efe Fix exception_test for (USE_LLVM_COMPILER) build. by TDYa127 · 12 years ago
  53. 57b86d4 Refactor runtime support. by Ian Rogers · 12 years ago
  54. a43e093 Disarm an assertion that exception_test violates. by Elliott Hughes · 12 years ago
  55. 02f01fe Fix exception_test for (USE_LLVM_COMPILER) build. by Shih-wei Liao · 12 years ago
  56. f8bbb84 Add code size to oat files by Brian Carlstrom · 12 years ago
  57. 46f060a Move other compiler bits into the compiler shared libraries. by Elliott Hughes · 12 years ago
  58. 2673644 Fix SEGV when allocation does not fail in stack trace building by Brian Carlstrom · 12 years ago
  59. 06ed739 Adjust expected line numbers in tests to account for fixed copyright headers by Brian Carlstrom · 12 years ago
  60. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  61. 2e3d1b2 Changes to compile with gcc 4.6 by Brian Carlstrom · 12 years ago
  62. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  63. d81871c Verifier clean up. by Ian Rogers · 13 years ago
  64. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  65. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 13 years ago
  66. a43cb5e Fix exception_test.cc and thread.cc and revert 3ddac99d4dc6a036fac59d8f0bdc664ef619fb04. by Elliott Hughes · 13 years ago
  67. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  68. 1cb0a1d Support for resolving unknown direct/static methods. by Ian Rogers · 13 years ago
  69. f57c47c Fix vmap handling. Adjust all PCs by -2 in WalkStack. by Ian Rogers · 13 years ago
  70. 33f741e Remove opening of DexFile from pointer by Brian Carlstrom · 13 years ago
  71. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  72. 01158d7 Implement most of VMStack and some of Zygote. by Elliott Hughes · 13 years ago
  73. 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 13 years ago
  74. bdb0391 Support for exception throwing. by Ian Rogers · 13 years ago
  75. aaa2080 Implement Throwable::nativeFillInStackTrace and nativeGetStackTrace. by Ian Rogers · 13 years ago
  76. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  77. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  78. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  79. 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 13 years ago
  80. ff0f9be Fix DexFile's line number and test EH and StackTraceElement in 3 ways. by Shih-wei Liao · 13 years ago
  81. 9b576b4 Add StackVisitor, CountStackDepthVisitor, BuildStackTraceVisitor for EH. by Shih-wei Liao · 13 years ago
  82. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  83. 4417536 Add AllocStackTrace(). Move InternalStackTrace to managed heap. by Shih-wei Liao · 13 years ago
  84. 55df06b Stack Trace Element with its unit test added too. by Shih-wei Liao · 13 years ago
  85. 1a18c8c Initial implementation of throw+unwind+Frame. by Shih-wei Liao · 13 years ago
  86. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  87. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  88. 2fb9753 Exception Handling: libdex integration. Also added unit test on exception. by Shih-wei Liao · 13 years ago