1. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  2. c069a30 ART: invoke-custom support by Orion Hodson · 8 years ago
  3. 97c381e Separate art::Exec from utils by David Sehr · 7 years ago
  4. 9186ced ART: Clean up utils.h by Andreas Gampe · 8 years ago
  5. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  6. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  7. d106d9f Save environment snapshot and use at fork/exec by David Sehr · 8 years ago
  8. 458ab53 Remove unused GetDalvikCacheFilenameOrDie. by Richard Uhler · 8 years ago
  9. 55b58b6 Clean up use of GetDalvikCache. by Richard Uhler · 8 years ago
  10. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  11. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 9 years ago
  12. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  13. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  14. 8508e37 Fix broken checks in IsValidPartOfMemberNameUtf8Slow. by Narayan Kamath · 9 years ago
  15. 0b063d9 Fix NanoSleep and add test by Mathieu Chartier · 9 years ago
  16. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  17. 4f7fdd2 Make tests assume ANDROID_ROOT is not /system. by Nicolas Geoffray · 9 years ago
  18. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  19. 40da286 ART: Streaming trace mode by Andreas Gampe · 9 years ago
  20. 3481ba2 ART: Clean up includes. by Vladimir Marko · 9 years ago
  21. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  22. f646810 ART: Fix IsInt when N==32, add tests by David Brazdil · 9 years ago
  23. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 10 years ago
  24. 965fd02 Don't require three-character extensions for dex locations. by Richard Uhler · 9 years ago
  25. 369810a ART: Allow scoped adjustments to log verbosity by Andreas Gampe · 10 years ago
  26. f5b4c50 dex2oat: Pack likely-dirty objects together when generating the boot image by Igor Murashkin · 10 years ago
  27. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  28. 7643327 Optimize get/set reflection performance by Mathieu Chartier · 10 years ago
  29. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 10 years ago
  30. f5997b4 More advanced timing loggers. by Mathieu Chartier · 10 years ago
  31. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 10 years ago
  32. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  33. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 10 years ago
  34. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  35. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 10 years ago
  36. fffb0b7 Merge "Create CompilerOptions" by Brian Carlstrom · 10 years ago
  37. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 10 years ago
  38. 6449c62 Create CompilerOptions by Brian Carlstrom · 10 years ago
  39. 19a0836 Fix dumpsys meminfo for art by Brian Carlstrom · 11 years ago
  40. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  41. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/utils_test.cc]
  42. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  43. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  44. 1f53934 Make PopSirt inlinable, pass self to SirtRef. 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. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  47. c967f78 Include a new heap summary line in the SIGQUIT output. by Elliott Hughes · 12 years ago
  48. 409d273 Be consistent about "kilo" versus "kibi". by Elliott Hughes · 12 years ago
  49. 7a967b3 Warn if oat file does end with expected extension by Brian Carlstrom · 12 years ago
  50. 9058f2b Make our new NullPointerException detail messages more readable to Java programmers. by Elliott Hughes · 12 years ago
  51. 48436bb Split should have a matching Join, if only for convenient debugging output. by Elliott Hughes · 12 years ago
  52. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  53. 3bb17a6 Space trim and other unit tests. General space clean up. by Ian Rogers · 13 years ago
  54. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  55. d81871c Verifier clean up. by Ian Rogers · 13 years ago
  56. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  57. 54e7df1 Various bits of cleanup. by Elliott Hughes · 13 years ago
  58. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  59. 3402380 Remove uses of scoped_ptr_malloc. by Elliott Hughes · 13 years ago
  60. 79082e3 Add the runtime lookup of native method implementations. by Elliott Hughes · 13 years ago
  61. 5174fe6 Add the condition variable to System.loadLibrary and implement UnregisterNatives. by Elliott Hughes · 13 years ago
  62. bfaadc8 Replace a dangerous function with the convenience function callers actually want. by Elliott Hughes · 13 years ago
  63. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  64. 11e4507 Add a reference table implementation. by Elliott Hughes · 13 years ago