1. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 11 years ago
  2. c928de9 Remove Iceland. by Ian Rogers · 11 years ago
  3. a40307e Ensure VM's heap is accounted correctly. by Ian Rogers · 11 years ago
  4. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  5. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  6. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  7. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 12 years ago
  8. f66330a Fix icu4c include path pollution. by Elliott Hughes · 12 years ago
  9. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  10. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  11. 4696b5b Fix art usage of readdir_r(3). by Elliott Hughes · 12 years ago
  12. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago
  13. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  14. 0051be6 Add parsed options for heap min free, heap max free, target utilization. by Mathieu Chartier · 12 years ago
  15. 4445a7e Class clean-up. by Ian Rogers · 12 years ago
  16. 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
  17. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  18. c0228b8 Fixes to verifier and slowpaths for cts invoke tests. by jeffhao · 12 years ago
  19. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  20. 971bf3f Compile method one-by-one. by Logan Chien · 12 years ago
  21. 4284bb9 Add thumb-specific code for invoke stub. by Logan Chien · 12 years ago
  22. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  23. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  24. 56ef042 JNI test improvements. by Elliott Hughes · 12 years ago
  25. 3f6635a Improve JniAbort (and JNI tests). by Elliott Hughes · 12 years ago
  26. 7a2a23a Cleanup proxy stub compiler code. by Logan Chien · 12 years ago
  27. eead4ac Implement proxy stub for compiler_llvm. by TDYa127 · 12 years ago
  28. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 12 years ago
  29. b264f08 Implement native method return value and upcall argument type checking. by Elliott Hughes · 12 years ago
  30. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 12 years ago
  31. 0c717dd Add ELF loader to OatFile. by Logan Chien · 12 years ago
  32. e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 12 years ago
  33. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 12 years ago
  34. de08e84 Remove ELF filename argument. by Logan Chien · 12 years ago
  35. f7015fd Add ELF loader to load the executables. by Logan Chien · 12 years ago
  36. 1cb0ae7 Fix the LLVM build. by Shih-wei Liao · 12 years ago
  37. ba0668e Make non-debug dex2oat omit timing and stats information by Brian Carlstrom · 12 years ago
  38. 5147733 Fix sdk_x86 build by Brian Carlstrom · 12 years ago
  39. 0637e27 Enable kSupportBootImageFixup by Brian Carlstrom · 12 years ago
  40. b279337 Add disabled test-art-host-oat by Brian Carlstrom · 12 years ago
  41. c4c9881 Fix the LLVM build. Separate out libart-compiler-llvm.so. by Shih-wei Liao · 12 years ago
  42. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  43. edbd6ed No more "-0", "-1" files. gtest-0 or boot-0 are OK, not "-0" by Shih-wei Liao · 12 years ago
  44. 5b8b1ed Implement Link-loading and pass 62 tests in JniInternalTest. by Shih-wei Liao · 12 years ago
  45. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 12 years ago
  46. de6e4cf Add dex2oat -g to control whether the compiled code has debugger support. by Elliott Hughes · 12 years ago
  47. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  48. a56fcd6 Honor ANDROID_ROOT and ANDROID_DATA by Brian Carlstrom · 13 years ago
  49. 5523ee0 Add -j to dex2oat. by Elliott Hughes · 13 years ago
  50. 32b4b2a Test changes to support tradefed by Brian Carlstrom · 13 years ago
  51. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  52. b9cc1ca Remove need for libarttest.so for gtests for tradefed by Brian Carlstrom · 13 years ago
  53. 9b06a0d Make valgrind happy; just a test bug. by Elliott Hughes · 13 years ago
  54. 699f9f4 More %zds for the Mac build. by Elliott Hughes · 13 years ago
  55. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  56. 7a00a3c Fix definition GCC_VERSION by Brian Carlstrom · 13 years ago
  57. a0cb120 Not all hosts are running linux... by Elliott Hughes · 13 years ago
  58. 8add92d Remove the rest of the unordered_ stuff. by Elliott Hughes · 13 years ago
  59. 4d6850c Fix the handful of leaks detectable in our tests. by Elliott Hughes · 13 years ago
  60. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  61. 24782c6 Add a macro GCC_VERSION and use it to control code paths. by Shih-wei Liao · 13 years ago
  62. c3b77c7 Avoid copying and strlen(3) in the FindClass path. by Elliott Hughes · 13 years ago
  63. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  64. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  65. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  66. 9b1a4f4 Refactor testing to use dex file find routines. by Ian Rogers · 13 years ago
  67. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 13 years ago
  68. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  69. 234da57 Basic file locking. by Elliott Hughes · 13 years ago
  70. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  71. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  72. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  73. a4a7b48 Make CommonTest::runtime_ a compiler by Brian Carlstrom · 13 years ago
  74. 47a0d5a Move art content to /data by Brian Carlstrom · 13 years ago
  75. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  76. 1634155 Flush icache when making pages executable. by Ian Rogers · 13 years ago
  77. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  78. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 13 years ago
  79. 1cb0a1d Support for resolving unknown direct/static methods. by Ian Rogers · 13 years ago
  80. ad25ac5 Static and direct resolution stub. by Ian Rogers · 13 years ago
  81. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  82. 33f741e Remove opening of DexFile from pointer by Brian Carlstrom · 13 years ago
  83. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  84. 14134a1 Fix JNI NoSuchMethodErrors. by Elliott Hughes · 13 years ago
  85. f91c8c3 Adding JNI code for dalvik.system.DexFile and java.lang.Class by Brian Carlstrom · 13 years ago
  86. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  87. 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago
  88. 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 13 years ago
  89. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  90. 0e073f7 Make CommonTest.compiler_ a UniquePtr by Ian Rogers · 13 years ago
  91. 2c8f653 Support for cross compilation. by Ian Rogers · 13 years ago
  92. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  93. 42ee142 Log line-at-a-time to work around Android logging lossage. by Elliott Hughes · 13 years ago
  94. 0f4c41d Various fixes. by Elliott Hughes · 13 years ago
  95. 848a4b3 Fix ClassLinker::InitializeStaticStorageFromCode by Brian Carlstrom · 13 years ago
  96. 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 13 years ago
  97. 3e465b1 Get the test speed back to where it was. by Elliott Hughes · 13 years ago
  98. 0db460b Make our tests only 2x slower than they were this morning... by Elliott Hughes · 13 years ago
  99. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  100. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago