1. 1c82982 Early exit for static fixup if no direct methods. by Ian Rogers · 11 years ago
  2. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 11 years ago
  3. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  4. 2de3587 am 91f98d8b: am 15ae8191: am abcf7ae8: Fix overly restrictive assert by Brian Carlstrom · 11 years ago
  5. 4ce9e68 am e2ef8795: am 4b166f3e: am cb5f5e53: Make sure CompilerDriver actually resolves types by Brian Carlstrom · 11 years ago
  6. abcf7ae Fix overly restrictive assert by Brian Carlstrom · 11 years ago
  7. cb5f5e5 Make sure CompilerDriver actually resolves types by Brian Carlstrom · 11 years ago
  8. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  9. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  10. b307052 resolved conflicts for merge of 613eae4a to dalvik-dev by Mathieu Chartier · 11 years ago
  11. c462198 Fix race in root marking. by Mathieu Chartier · 11 years ago
  12. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  13. a436fde Handle OOMEs in class linker with grace. by Ian Rogers · 11 years ago
  14. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 11 years ago
  15. 6d3f72c Use Class::IsVerified to confirm status, not MethodVerifier::FailureKind by Brian Carlstrom · 11 years ago
  16. a853bd7 Merge "Don't allow class status to go backward except for error." into dalvik-dev by Ian Rogers · 11 years ago
  17. 8f3c9ae Don't allow class status to go backward except for error. by Ian Rogers · 11 years ago
  18. fe9ca40 Compiler filter update by buzbee · 11 years ago
  19. be7149f Avoid throwing NoClassDefFoundError at compile time. by Ian Rogers · 11 years ago
  20. e6bb3b2 Reduce AOT initialization. by Ian Rogers · 11 years ago
  21. 3eeda8f Merge "Get SEA fibonacci running in interpreter mode." into dalvik-dev by Ian Rogers · 11 years ago
  22. 90af14d Get SEA fibonacci running in interpreter mode. by Dragos Sbirlea · 11 years ago
  23. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  24. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 11 years ago
  25. 0f40ac3 Fix races in small mode compiler filters setup by Ian Rogers · 11 years ago
  26. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  27. 08bf196 Work on SMALL_ART and PORTABLE working at the same time. by Dragos Sbirlea · 11 years ago
  28. c9f9444 am a024a068: Compilation filter by buzbee · 11 years ago
  29. a024a06 Compilation filter by buzbee · 11 years ago
  30. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  31. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  32. 8df6cea Put jni lookup stub in native code ptr and fix GetOatMethodFor for proxy. by Jeff Hao · 11 years ago
  33. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  34. a6468f6 Fix dalvik-dev branch cpplint issues by Brian Carlstrom · 11 years ago
  35. ad256bb Fixing gtest failure due to VerifyClassUsingOatFile change by Anwar Ghuloum · 11 years ago
  36. 1761e7b Merge "Fix VerifyClassUsingOatFile to check preverified image classes" into dalvik-dev by Anwar Ghuloum · 11 years ago
  37. 044d283 Fix VerifyClassUsingOatFile to check preverified image classes by Anwar Ghuloum · 11 years ago
  38. 56d947f Add verification of boot.oat generated on device by Brian Carlstrom · 11 years ago
  39. f1d3455 Do not mark pages executable unnecessarily to play nice with selinux by Brian Carlstrom · 11 years ago
  40. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/class_linker.cc]
  41. 3693c08 Fixes for portable build by Brian Carlstrom · 11 years ago
  42. 7d658cf Fix -Xint mode. by Sebastien Hertz · 11 years ago
  43. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  44. 4c22e7e am 30e2ea4a: Move art to use dalvik names for .oat files by Brian Carlstrom · 11 years ago
  45. 30e2ea4 Move art to use dalvik names for .oat files by Brian Carlstrom · 11 years ago
  46. 00626c2 Fix Class.getModifiers for array classes. by Elliott Hughes · 11 years ago
  47. 233ea8e No access check support. by Sebastien Hertz · 11 years ago
  48. e4c41c2 Merge "Don't recursively take ClassLinker::dex_lock_." into dalvik-dev by Ian Rogers · 11 years ago
  49. e3359f7 Don't recursively take ClassLinker::dex_lock_. by Ian Rogers · 11 years ago
  50. 1484395 am 7675e16b: Rename art-cache to dalvik-cache by Brian Carlstrom · 11 years ago
  51. 7675e16 Rename art-cache to dalvik-cache by Brian Carlstrom · 11 years ago
  52. dd75d5d Don't set resolution method's compiled code entry to the interpreter. by Jeff Hao · 11 years ago
  53. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  54. 9b645ac am 62cd098c: Add check to catch use dalvik\'s libcore earlier by Brian Carlstrom · 11 years ago
  55. 62cd098 Add check to catch use dalvik's libcore earlier by Brian Carlstrom · 11 years ago
  56. 39ebcb8 More profiler driven tweaks. by Ian Rogers · 11 years ago
  57. 1bf8d4d Profiler directed clean-up of dex2oat. by Ian Rogers · 11 years ago
  58. 790ad90 Some more interpreter cleanup. by Jeff Hao · 11 years ago
  59. 6951067 Some interpreter cleanup. by Jeff Hao · 11 years ago
  60. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 11 years ago
  61. d8274bc Fix clang build issues. by Ian Rogers · 11 years ago
  62. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 11 years ago
  63. 1674363 Improve interpreter to interpreter invokes. by Jeff Hao · 11 years ago
  64. 2c6de22 Improve verifier speed. by Sameer Abu Asal · 11 years ago
  65. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 11 years ago
  66. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 11 years ago
  67. ee98895 Add bool to verifier to allow soft failures. by Jeff Hao · 11 years ago
  68. c4f105d Compile less stuff by Anwar Ghuloum · 11 years ago
  69. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  70. 5fa60c3 Remove use of compiled proxy stub from portable. by Jeff Hao · 11 years ago
  71. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 11 years ago
  72. f3e9855 Slow ART. by Ian Rogers · 11 years ago
  73. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  74. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 11 years ago
  75. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 11 years ago
  76. 4c1c283 Move compiler_llvm to art::llvm. by Ian Rogers · 11 years ago
  77. c928de9 Remove Iceland. by Ian Rogers · 11 years ago
  78. 6824361 Port the "abstract methods are not implementations" fix to art. by Elliott Hughes · 11 years ago
  79. 05f3057 Move monitor related object routines to object-inl.h by Ian Rogers · 11 years ago
  80. 8dbb708 Rename run-time functions to distinguish art_quick_[name] vs art_portable_[name]. by Logan Chien · 12 years ago
  81. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  82. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  83. 4c5b265 Test and fixes for invoke-interface on java.lang.Object methods. by Ian Rogers · 12 years ago
  84. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 12 years ago
  85. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  86. fe8723b Merge "Switch over to the google3 unix_file File*." into dalvik-dev by Elliott Hughes · 12 years ago
  87. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  88. 7331813 Remove now unused RelocateExecutable by Brian Carlstrom · 12 years ago
  89. 1cac343 Remove now unused RelocationBehavior by Brian Carlstrom · 12 years ago
  90. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  91. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago
  92. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  93. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  94. e35517a Remove disable card marks, fix SetPatchLocation. by Mathieu Chartier · 12 years ago
  95. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago
  96. 6ffd096 Add Jack modifier. by mikaelpeltier · 12 years ago
  97. 28db012 Add oat file dependency on boot.oat load location by Brian Carlstrom · 12 years ago
  98. a85b837 Update image oat checksum when patching by Brian Carlstrom · 12 years ago
  99. 88f3654 Add support for Value Format VALUE_TYPE in the encoded_array_item used for initial values of static field references from a class_def_item by Brian Carlstrom · 12 years ago
  100. 9ebae1f Concurrent class linker and intern table root marking by Mathieu Chartier · 12 years ago