1. abaf927 Merge "Re-apply: Implement cumulative timings for CompilerDriver." by Nicolas Geoffray · 11 years ago
  2. ea3fa0b Re-apply: Implement cumulative timings for CompilerDriver. by Nicolas Geoffray · 11 years ago
  3. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  4. 2bc4780 Revert "Revert "Check FastInstance() early for special getters and setters."" by Vladimir Marko · 11 years ago
  5. 632e458 Revert "Check FastInstance() early for special getters and setters." by Ian Rogers · 11 years ago
  6. 5dc5727 Check FastInstance() early for special getters and setters. by Vladimir Marko · 11 years ago
  7. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  8. 2730db0 Add VerfiedMethod to DexCompilationUnit. by Vladimir Marko · 11 years ago
  9. c7f8320 Refactor verification results. by Vladimir Marko · 11 years ago
  10. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  11. 650be76 Revert "Implement cumulative timings for CompilerDriver." by Brian Carlstrom · 11 years ago
  12. df01317 Implement cumulative timings for CompilerDriver. by Nicolas Geoffray · 11 years ago
  13. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  14. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 11 years ago
  15. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 11 years ago
  16. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 11 years ago
  17. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  18. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  19. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 11 years ago
  20. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  21. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  22. 83883d7 Populate dex cache for sharpened calls. by Ian Rogers · 11 years ago
  23. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  24. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  25. 9b297bf Refactor CompilerDriver::Compute..FieldInfo by Ian Rogers · 11 years ago
  26. 65ec92c Refactor CompilerDriver::ComputeInvokeInfo by Ian Rogers · 11 years ago
  27. 866709c Merge "Disable devirtualization detection in DEX-to-DEX compiler." into dalvik-dev by Sebastien Hertz · 11 years ago
  28. 936bf02 Tweak dedupe hash function. by Ian Rogers · 11 years ago
  29. 1e54d68 Disable devirtualization detection in DEX-to-DEX compiler. by Sebastien Hertz · 11 years ago
  30. d133b97 Shard dedupe set locks. by Ian Rogers · 11 years ago
  31. 193bad9 Multi threaded hashed deduplication during compilation. by Mathieu Chartier · 11 years ago
  32. f6c4b3b New arena memory allocator. by Mathieu Chartier · 11 years ago
  33. 8f3c9ae Don't allow class status to go backward except for error. by Ian Rogers · 11 years ago
  34. e6bb3b2 Reduce AOT initialization. by Ian Rogers · 11 years ago
  35. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  36. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  37. 7502122 Adds a DEX-to-DEX compilation level. by Sebastien Hertz · 11 years ago
  38. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 11 years ago
  39. c50d8e1 Remove OatWriter buffering to memory for ElfWriterQuick by Brian Carlstrom · 11 years ago
  40. 4560248 Move TimingLogger creation to dex2oat by Brian Carlstrom · 11 years ago
  41. 0177fe2 Remove CompilerDriver::IsDebuggingSupported by Brian Carlstrom · 11 years ago
  42. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  43. 56d947f Add verification of boot.oat generated on device by Brian Carlstrom · 11 years ago
  44. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/compiler/driver/compiler_driver.h]
  45. 51c2467 libart-compiler cleanup by Brian Carlstrom · 12 years ago
  46. 7467ee0 Added support for SEA IR. by Dragos Sbirlea · 12 years ago
  47. 2d6ba51 Quickening support. by Sebastien Hertz · 12 years ago
  48. 9639160 Move image class computation to the CompilerDriver by Brian Carlstrom · 12 years ago
  49. 0aba0ba Created compiled stubs in image. by Jeff Hao · 12 years ago
  50. c9e463c Faster instance-of for final classes. by Ian Rogers · 12 years ago
  51. fae370a Don't apply instance-of peephole when vDest == vSrc. by Ian Rogers · 12 years ago
  52. 1bf8d4d Profiler directed clean-up of dex2oat. by Ian Rogers · 12 years ago
  53. e3cd2f0 Enable devirtualization for abstract and sub-class methods. by Ian Rogers · 12 years ago
  54. 02c4223 Supporting de-virtualization for precise types. by Sameer Abu Asal · 12 years ago
  55. 8447d84 Compile filter for small applications and methods by Anwar Ghuloum · 12 years ago
  56. 88fc036 Merge "Revert "Supporting de-virtualization for precise types."" into dalvik-dev by Ian Rogers · 12 years ago
  57. f4da607 Revert "Supporting de-virtualization for precise types." by Ian Rogers · 12 years ago
  58. dfe0a24 Merge "Supporting de-virtualization for precise types." into dalvik-dev by Ian Rogers · 12 years ago
  59. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 12 years ago
  60. b0682d5 Supporting de-virtualization for precise types. by Sameer Abu Asal · 12 years ago
  61. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 12 years ago
  62. c4f105d Compile less stuff by Anwar Ghuloum · 12 years ago
  63. 9609cb6 Remove remaining code related to compiled invoke and proxy stubs. by Jeff Hao · 12 years ago
  64. 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago
  65. 74180ca Remove code related to compiled invoke stubs. by Jeff Hao · 12 years ago
  66. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago
  67. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  68. 3f47c12 Fix portable build on build server by removing depenency on ANDROID_HOST_OUT by Brian Carlstrom · 12 years ago
  69. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  70. 89756f2 Rename OatCompilationUnit to Dex.. move to compiler. by Ian Rogers · 12 years ago
  71. 219b5a8 Rename CompilationContext to ParallelCompilationManager. by Ian Rogers · 12 years ago
  72. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago[Renamed (91%) from src/compiler.h]
  73. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  74. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  75. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  76. fffdb02 Add memory barrier for final instance fields. by Ian Rogers · 12 years ago
  77. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  78. 2f66382 Restrict Compiler ThreadPool lifetime to compile-time by Brian Carlstrom · 12 years ago
  79. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  80. 6ed960d Merge "Add thread pool class" into dalvik-dev by Ian Rogers · 12 years ago
  81. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago
  82. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  83. 4df2bbd Enable multi-threaded Quick compilation by buzbee · 12 years ago
  84. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  85. 3d1548d Make compiler initialization of classes parallel. by Ian Rogers · 12 years ago
  86. 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
  87. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  88. 55e5e6c Fix quick fly2iceland after rebase. by TDYa127 · 12 years ago
  89. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  90. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  91. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  92. 50b69e3 Fix build. Remove unused declaration. by TDYa127 · 13 years ago
  93. 971bf3f Compile method one-by-one. by Logan Chien · 13 years ago
  94. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  95. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 13 years ago
  96. a21039c Fix a bunch more lint. by Elliott Hughes · 13 years ago
  97. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 13 years ago
  98. 2cfc639 Foundation for Quick LLVM compiler by buzbee · 13 years ago
  99. 7a2a23a Cleanup proxy stub compiler code. by Logan Chien · 13 years ago
  100. 08e1ba3 Don't fork dex2oat process on target device. by Logan Chien · 13 years ago