1. ca368cb Break apart oat writing times. by Ian Rogers · 11 years ago
  2. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 11 years ago
  3. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  4. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  5. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  6. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 11 years ago
  7. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  8. f1603c2 am bf1f0cdc: am 7ba7936d: am 756ee4e0: Find OatDexFile by DexFile name and checksum, not just checksum by Brian Carlstrom · 11 years ago
  9. 756ee4e Find OatDexFile by DexFile name and checksum, not just checksum by Brian Carlstrom · 11 years ago
  10. 919b11c Remove conscrypt dependency from CommonTest by Brian Carlstrom · 11 years ago
  11. 0e480ca Move output_stream files out of runtime. by Ian Rogers · 11 years ago[Renamed from runtime/oat_test.cc]
  12. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  13. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  14. a073c67 Fix host oat_test on portable. by Ian Rogers · 11 years ago
  15. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  16. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  17. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 11 years ago
  18. c50d8e1 Remove OatWriter buffering to memory for ElfWriterQuick by Brian Carlstrom · 11 years ago
  19. 4560248 Move TimingLogger creation to dex2oat by Brian Carlstrom · 11 years ago
  20. 0177fe2 Remove CompilerDriver::IsDebuggingSupported by Brian Carlstrom · 11 years ago
  21. f1d3455 Do not mark pages executable unnecessarily to play nice with selinux by Brian Carlstrom · 11 years ago
  22. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/oat_test.cc]
  23. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  24. 9639160 Move image class computation to the CompilerDriver by Brian Carlstrom · 11 years ago
  25. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  26. cf9773a Merge "Compile filter for small applications and methods" into dalvik-dev by Anwar Ghuloum · 12 years ago
  27. 8447d84 Compile filter for small applications and methods by Anwar Ghuloum · 12 years ago
  28. 654d919 Add conscrypt to art tests by Brian Carlstrom · 12 years ago
  29. c4f105d Compile less stuff by Anwar Ghuloum · 12 years ago
  30. 9609cb6 Remove remaining code related to compiled invoke and proxy stubs. by Jeff Hao · 12 years ago
  31. 74180ca Remove code related to compiled invoke stubs. by Jeff Hao · 12 years ago
  32. 04d7aa9 Fix object verification. by Ian Rogers · 12 years ago
  33. 3f47c12 Fix portable build on build server by removing depenency on ANDROID_HOST_OUT by Brian Carlstrom · 12 years ago
  34. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  35. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  36. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  37. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  38. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  39. cd60ac7 Create OutputStream abstraction by Brian Carlstrom · 12 years ago
  40. 1cac343 Remove now unused RelocationBehavior by Brian Carlstrom · 12 years ago
  41. ff2d2c5 Remove ClassLoader from OatWriter by Brian Carlstrom · 12 years ago
  42. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  43. f852fb2 Fix OatHeader.isValid by Brian Carlstrom · 12 years ago
  44. 28db012 Add oat file dependency on boot.oat load location by Brian Carlstrom · 12 years ago
  45. 5833853 Fix oat_test for portable path. by TDYa127 · 12 years ago
  46. 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
  47. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  48. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  49. 341df94 Bump oat version number and add OatHeaderSizeCheck test by Brian Carlstrom · 12 years ago
  50. 0c717dd Add ELF loader to OatFile. by Logan Chien · 13 years ago
  51. 42d4d73 Fix oat_test for the LLVM route. by TDYa127 · 13 years ago
  52. eeb7edf Extract common code in Oat test. by Logan Chien · 13 years ago
  53. ba0668e Make non-debug dex2oat omit timing and stats information by Brian Carlstrom · 13 years ago
  54. 81f3ca1 Add image dependency to oat files by Brian Carlstrom · 13 years ago
  55. de6e4cf Add dex2oat -g to control whether the compiled code has debugger support. by Elliott Hughes · 13 years ago
  56. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  57. 5523ee0 Add -j to dex2oat. by Elliott Hughes · 13 years ago
  58. 5b332c8 Fix checksum verification when opening DexFiles from OatFiles by Brian Carlstrom · 13 years ago
  59. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  60. 10037c8 Added pass to verify structure of dex file. by jeffhao · 13 years ago
  61. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  62. 254db0f Pass the classpath to dex2oat. by Jesse Wilson · 13 years ago
  63. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  64. 234da57 Basic file locking. by Elliott Hughes · 13 years ago
  65. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  66. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  67. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  68. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  69. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago