1. c4c9881 Fix the LLVM build. Separate out libart-compiler-llvm.so. by Shih-wei Liao · 12 years ago
  2. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  3. edbd6ed No more "-0", "-1" files. gtest-0 or boot-0 are OK, not "-0" by Shih-wei Liao · 12 years ago
  4. 5b8b1ed Implement Link-loading and pass 62 tests in JniInternalTest. by Shih-wei Liao · 13 years ago
  5. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  6. de6e4cf Add dex2oat -g to control whether the compiled code has debugger support. by Elliott Hughes · 12 years ago
  7. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  8. a56fcd6 Honor ANDROID_ROOT and ANDROID_DATA by Brian Carlstrom · 13 years ago
  9. 5523ee0 Add -j to dex2oat. by Elliott Hughes · 13 years ago
  10. 32b4b2a Test changes to support tradefed by Brian Carlstrom · 13 years ago
  11. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  12. b9cc1ca Remove need for libarttest.so for gtests for tradefed by Brian Carlstrom · 13 years ago
  13. 9b06a0d Make valgrind happy; just a test bug. by Elliott Hughes · 13 years ago
  14. 699f9f4 More %zds for the Mac build. by Elliott Hughes · 13 years ago
  15. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  16. 7a00a3c Fix definition GCC_VERSION by Brian Carlstrom · 13 years ago
  17. a0cb120 Not all hosts are running linux... by Elliott Hughes · 13 years ago
  18. 8add92d Remove the rest of the unordered_ stuff. by Elliott Hughes · 13 years ago
  19. 4d6850c Fix the handful of leaks detectable in our tests. by Elliott Hughes · 13 years ago
  20. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  21. 24782c6 Add a macro GCC_VERSION and use it to control code paths. by Shih-wei Liao · 13 years ago
  22. c3b77c7 Avoid copying and strlen(3) in the FindClass path. by Elliott Hughes · 13 years ago
  23. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  24. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  25. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  26. 9b1a4f4 Refactor testing to use dex file find routines. by Ian Rogers · 13 years ago
  27. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 13 years ago
  28. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  29. 234da57 Basic file locking. by Elliott Hughes · 13 years ago
  30. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  31. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  32. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  33. a4a7b48 Make CommonTest::runtime_ a compiler by Brian Carlstrom · 13 years ago
  34. 47a0d5a Move art content to /data by Brian Carlstrom · 13 years ago
  35. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  36. 1634155 Flush icache when making pages executable. by Ian Rogers · 13 years ago
  37. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  38. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 13 years ago
  39. 1cb0a1d Support for resolving unknown direct/static methods. by Ian Rogers · 13 years ago
  40. ad25ac5 Static and direct resolution stub. by Ian Rogers · 13 years ago
  41. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  42. 33f741e Remove opening of DexFile from pointer by Brian Carlstrom · 13 years ago
  43. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  44. 14134a1 Fix JNI NoSuchMethodErrors. by Elliott Hughes · 13 years ago
  45. f91c8c3 Adding JNI code for dalvik.system.DexFile and java.lang.Class by Brian Carlstrom · 13 years ago
  46. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  47. 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago
  48. 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 13 years ago
  49. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  50. 0e073f7 Make CommonTest.compiler_ a UniquePtr by Ian Rogers · 13 years ago
  51. 2c8f653 Support for cross compilation. by Ian Rogers · 13 years ago
  52. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  53. 42ee142 Log line-at-a-time to work around Android logging lossage. by Elliott Hughes · 13 years ago
  54. 0f4c41d Various fixes. by Elliott Hughes · 13 years ago
  55. 848a4b3 Fix ClassLinker::InitializeStaticStorageFromCode by Brian Carlstrom · 13 years ago
  56. 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 13 years ago
  57. 3e465b1 Get the test speed back to where it was. by Elliott Hughes · 13 years ago
  58. 0db460b Make our tests only 2x slower than they were this morning... by Elliott Hughes · 13 years ago
  59. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  60. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  61. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  62. 3402380 Remove uses of scoped_ptr_malloc. by Elliott Hughes · 13 years ago
  63. 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 13 years ago
  64. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  65. 30b9445 Handle interface methods in JNI invocation by Brian Carlstrom · 13 years ago
  66. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 13 years ago
  67. 9e0f9b0 Add switch and comparison tests. Fix ralloc bug by buzbee · 13 years ago
  68. 3ea4ec5 Misc fixes, new compiler unit tests by buzbee · 13 years ago
  69. 885c3bd Implement field access (and a few other bits and bobs). by Elliott Hughes · 13 years ago
  70. c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
  71. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  72. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  73. 0af5543 Code for loading shared libraries and calling JNI_OnLoad. by Elliott Hughes · 13 years ago
  74. 8a43659 Work on option parsing as prelude to image loading by Brian Carlstrom · 13 years ago
  75. a5b897e Add semi-functional exception throwing. by Elliott Hughes · 13 years ago
  76. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  77. 9b9ba28 Implement upcalls with compiled JNI callback bridges. by Carl Shapiro · 13 years ago
  78. 28e7627 Add some exceptions classes for throw by Brian Carlstrom · 13 years ago
  79. 40ef99e Start implementing JNI. by Elliott Hughes · 13 years ago
  80. 7833bd2 Store static field values in arrays. by Jesse Wilson · 13 years ago
  81. f7ed11a Adding Object::InstanceOf and Class::IsAssignableFrom by Brian Carlstrom · 13 years ago
  82. 74eb46a Improved ClassLoader support by Brian Carlstrom · 13 years ago
  83. 419ec7b Materialize method descriptors when instantiating method objects. by Carl Shapiro · 13 years ago
  84. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago
  85. 46cdd4b More field order validation. by Jesse Wilson · 13 years ago
  86. 75cb3b4 Add ClassLinker::VisitRoots by Brian Carlstrom · 13 years ago
  87. ac5b9e2 Validate the C++ and managed fields are ordered consistently. by Jesse Wilson · 13 years ago
  88. 4a96b60 ClassLinker can now FindClass all libcore classes by Brian Carlstrom · 13 years ago
  89. 7a90959 Make the RuntimeTest use Runtime instances instead of its constituents. by Carl Shapiro · 13 years ago
  90. 913af1b Heap allocate class supporting arrays for fields, methods, interfaces by Brian Carlstrom · 13 years ago
  91. f615a61 Rename RawDexFile to DexFile by Brian Carlstrom · 13 years ago
  92. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  93. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 13 years ago
  94. df20fe0 Support for synchronized native methods. by Ian Rogers · 13 years ago
  95. b033c75 x86 JNI compiler and unit tests. by Ian Rogers · 13 years ago
  96. cdc8de4 Move base64 to test code by Brian Carlstrom · 13 years ago
  97. a331b3c New ClassLinker::CreateArrayClass by Brian Carlstrom · 13 years ago
  98. 934486c Make ClassLinker set Class::super_class_ plus test and build improvements by Brian Carlstrom · 13 years ago