1. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  2. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  3. ed15000 Fix some HandleScope bugs and add corresponding checks by Mathieu Chartier · 9 years ago
  4. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  5. 4d02711 Implement heap poisoning in ART's Optimizing compiler. by Roland Levillain · 9 years ago
  6. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  7. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  8. 70bef0d ART: Add compiled-methods by Andreas Gampe · 9 years ago
  9. 3481ba2 ART: Clean up includes. by Vladimir Marko · 9 years ago
  10. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  11. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 9 years ago
  12. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 10 years ago
  13. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  14. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  15. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  16. f5997b4 More advanced timing loggers. by Mathieu Chartier · 10 years ago
  17. a309d76 Fix GC race condition in visit roots by Serguei Katkov · 10 years ago
  18. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  19. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  20. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  21. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  22. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  23. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  24. 05b15d6 Make test-art pass with heap reference poisoning enabled. by Hiroshi Yamauchi · 10 years ago
  25. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  26. 3d50407 Make out arguments non-reference types. by Ian Rogers · 11 years ago
  27. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  28. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  29. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  30. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 11 years ago
  31. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  32. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  33. bd2c19f Fix compiler_driver_test/image_test. by Ian Rogers · 11 years ago
  34. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 11 years ago
  35. 4560248 Move TimingLogger creation to dex2oat by Brian Carlstrom · 11 years ago
  36. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/driver/compiler_driver_test.cc]
  37. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  38. 39ebcb8 More profiler driven tweaks. by Ian Rogers · 11 years ago
  39. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 11 years ago
  40. 04d7aa9 Fix object verification. by Ian Rogers · 12 years ago
  41. bd86bcc Tracking rebase to jb-mr1-release by Brian Carlstrom · 12 years ago
  42. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  43. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago[Renamed (94%) from src/compiler_test.cc]
  44. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 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 · 12 years ago
  46. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  47. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  48. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  49. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  50. b3ab25b Enable compiler_test on host. by Ian Rogers · 12 years ago
  51. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  52. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  53. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  54. b5d6a49 Revert "Remove dexCacheResolvedMethods from Method/Constructor" by Ian Rogers · 13 years ago
  55. 42882d1 Remove dexCacheResolvedMethods from Method/Constructor by Ian Rogers · 13 years ago
  56. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  57. 254db0f Pass the classpath to dex2oat. by Jesse Wilson · 13 years ago
  58. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  59. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  60. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  61. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  62. a0841a8 Abstract Method Error unit test and fixes. by Ian Rogers · 13 years ago
  63. 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 13 years ago
  64. bbf1e41 Move main method tests from gtests to oat tests by Brian Carlstrom · 13 years ago
  65. 93dd966 Implicit NPE support when no exception given to throw. by Ian Rogers · 13 years ago
  66. 5f79133 Implement monitors. by Elliott Hughes · 13 years ago
  67. bdb0391 Support for exception throwing. by Ian Rogers · 13 years ago
  68. 43a3642 Fix null check elimination by buzbee · 13 years ago
  69. 303b01e Add unit test for exercising AbstractMethodErrorStub code. by Shih-wei Liao · 13 years ago
  70. c486c11 Generating stub code that throws AbstractMethodError exception when hit. by Shih-wei Liao · 13 years ago
  71. f0cde54 SSA renaming fix & invalid opcode fix by buzbee · 13 years ago
  72. 7957d54 Move the expected value to the front in our helpers, for clarity. by Elliott Hughes · 13 years ago
  73. 1240dad Test conversion of floats and doubles to strings. by Elliott Hughes · 13 years ago
  74. 2c8f653 Support for cross compilation. by Ian Rogers · 13 years ago
  75. 7540ff4 Small change to make CompilerTest.CompileDexLibCore pass by Brian Carlstrom · 13 years ago
  76. 2a475e7 Check-cast, instance-of, misc fixes by buzbee · 13 years ago
  77. d3a7297 Don't try to run Thumb 2 code on x86 hosts. by Elliott Hughes · 13 years ago
  78. f5ecf06 Invoke <clinit> where necessary. by Elliott Hughes · 13 years ago
  79. 109bd6a Fix for argument passing bug by buzbee · 13 years ago
  80. 6a0f7f5 Fix bug in invoke-super slow path by buzbee · 13 years ago
  81. e9a72f6 Try/Catch analysis; various workarounds by buzbee · 13 years ago
  82. 0f4c41d Various fixes. by Elliott Hughes · 13 years ago
  83. 4a3164f Codegen for invoke-super, invoke-interface by buzbee · 13 years ago
  84. 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 13 years ago
  85. 561227c Complete direct, static & virtual invoke by buzbee · 13 years ago
  86. 1b4c859 Complete OP_CONST_STRING, OP_CONST_CLASS by buzbee · 13 years ago
  87. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  88. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  89. 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 13 years ago
  90. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  91. e193174 Use slow-path static field accessors; added tests by buzbee · 13 years ago
  92. dd3efae Add instance field get/put test by buzbee · 13 years ago
  93. 1caa2c2 Add InitializedStaticStorage table by Brian Carlstrom · 13 years ago
  94. dfd3d70 Enable virtual invokes, use new alloc, misc by buzbee · 13 years ago
  95. 9cc262e Clarify CodeAndMethods to CodeAndDirectMethods by Brian Carlstrom · 13 years ago
  96. 439c4fa Move 64-bit multiplication to helper by buzbee · 13 years ago
  97. e6d6196 Various bug fixes. by buzbee · 13 years ago
  98. 7b1b86d Various bug fixes and new tests. by buzbee · 13 years ago
  99. 83db772 Add DexCache table of <Method*, Method::GetCode()> by Brian Carlstrom · 13 years ago
  100. 5cd2180 Fix invoke sequence and enable recursive Fibonacci by buzbee · 13 years ago