1. 0d896bd Add Method/Field iterator to ClassAccessor by Mathieu Chartier · 6 years ago
  2. c8c8d5f Move compiler/ to ClassAccessor by Mathieu Chartier · 6 years ago
  3. 312f3b2 Move some remaining dex utilities by David Sehr · 6 years ago
  4. 2daa134 Fix unquickening logic for quickened input dexes by Mathieu Chartier · 6 years ago
  5. 279e3a3 Enable code item deduping by Mathieu Chartier · 7 years ago
  6. a79efdb Fix quickening logic by Mathieu Chartier · 7 years ago
  7. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 7 years ago
  8. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 7 years ago
  9. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 7 years ago
  10. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  11. 73f21d4 Remove CodeItem accessor functions by Mathieu Chartier · 7 years ago
  12. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 7 years ago
  13. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 7 years ago
  14. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  15. 0021feb Delete CodeItemIterator by Mathieu Chartier · 7 years ago
  16. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  17. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 7 years ago
  18. d8dbc8d Refactor compiled_method.h . by Vladimir Marko · 7 years ago
  19. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  20. de4b08f Reduce quicken info size by Mathieu Chartier · 7 years ago
  21. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  22. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 7 years ago
  23. 1a4bc7f ART: Remove unused DexToDex level. by Andreas Gampe · 7 years ago
  24. cbcedbf Add method info to oat files by Mathieu Chartier · 7 years ago
  25. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  26. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  27. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  28. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 7 years ago
  29. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  30. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  31. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  32. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  33. 01b70e8 Add dequickening support. by Nicolas Geoffray · 8 years ago
  34. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  35. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  36. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 8 years ago
  37. 0e84439 Collapse ART's AbstractMethod class into Executable by Neil Fuller · 8 years ago
  38. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 8 years ago
  39. df73984 Post-Quick cleanup: Remove CompilationUnit. by Vladimir Marko · 8 years ago
  40. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  41. 897ce64 Merge "Reduce how often we call FindDexCache" by Mathieu Chartier · 9 years ago
  42. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 9 years ago
  43. f9f6441 Optimizing: Tag Arena allocations with their source. by Vladimir Marko · 9 years ago
  44. 5eb0d38 ART: Wire up DexToDexCompiler without extern by Andreas Gampe · 9 years ago
  45. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 9 years ago
  46. ed6195a Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""" by Nicolas Geoffray · 9 years ago
  47. f075879 Revert "Revert "Make dex2dex return a CompiledMethod after quickening."" by Nicolas Geoffray · 9 years ago
  48. 327c5ed Revert "Make dex2dex return a CompiledMethod after quickening." by Nicolas Geoffray · 9 years ago
  49. 6920703 Make dex2dex return a CompiledMethod after quickening. by Nicolas Geoffray · 9 years ago
  50. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  51. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  52. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  53. d7cbf8a Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER by Mathieu Chartier · 9 years ago
  54. 091d238 Fix incompatible class change error for JIT stress mode by Mathieu Chartier · 9 years ago
  55. ab1eb0d ART: Templatize IsInt & IsUint by Andreas Gampe · 9 years ago
  56. ffc605c Add missing iget quick for bool, byte, char, short by Mathieu Chartier · 10 years ago
  57. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  58. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  59. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 10 years ago
  60. 2730db0 Add VerfiedMethod to DexCompilationUnit. by Vladimir Marko · 11 years ago
  61. 1ebe217 Remove unused method in DEX-to-DEX. by Sebastien Hertz · 11 years ago
  62. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  63. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 11 years ago
  64. 9b297bf Refactor CompilerDriver::Compute..FieldInfo by Ian Rogers · 11 years ago
  65. 65ec92c Refactor CompilerDriver::ComputeInvokeInfo by Ian Rogers · 11 years ago
  66. 866709c Merge "Disable devirtualization detection in DEX-to-DEX compiler." into dalvik-dev by Sebastien Hertz · 11 years ago
  67. 1e54d68 Disable devirtualization detection in DEX-to-DEX compiler. by Sebastien Hertz · 11 years ago
  68. e0948e1 Make DexFiles opened from files readonly by default, but writable during dex2oat by Brian Carlstrom · 11 years ago
  69. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  70. 9fc16eb Don't add barriers to clinit methods. by Ian Rogers · 11 years ago
  71. 7502122 Adds a DEX-to-DEX compilation level. by Sebastien Hertz · 11 years ago
  72. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  73. d0b4959 am 9b7085a4: Fix cpplint readability/braces issues by Brian Carlstrom · 11 years ago
  74. 9b7085a Fix cpplint readability/braces issues by Brian Carlstrom · 11 years ago
  75. 543959c Support check-cast elision in DEX-to-DEX compiler. by Sebastien Hertz · 11 years ago
  76. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (98%) from src/compiler/dex/dex_to_dex_compiler.cc]
  77. 1581766 resolved conflicts for merge of 51c2467e to dalvik-dev by Brian Carlstrom · 11 years ago
  78. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  79. cc10e0e Constructor barrier support in DEX-to-DEX compiler. by Sebastien Hertz · 11 years ago
  80. 2d6ba51 Quickening support. by Sebastien Hertz · 11 years ago