1. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 8 years ago
  2. df73984 Post-Quick cleanup: Remove CompilationUnit. by Vladimir Marko · 8 years ago
  3. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  4. 897ce64 Merge "Reduce how often we call FindDexCache" by Mathieu Chartier · 9 years ago
  5. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 9 years ago
  6. f9f6441 Optimizing: Tag Arena allocations with their source. by Vladimir Marko · 9 years ago
  7. 5eb0d38 ART: Wire up DexToDexCompiler without extern by Andreas Gampe · 9 years ago
  8. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 9 years ago
  9. ed6195a Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""" by Nicolas Geoffray · 9 years ago
  10. f075879 Revert "Revert "Make dex2dex return a CompiledMethod after quickening."" by Nicolas Geoffray · 9 years ago
  11. 327c5ed Revert "Make dex2dex return a CompiledMethod after quickening." by Nicolas Geoffray · 9 years ago
  12. 6920703 Make dex2dex return a CompiledMethod after quickening. by Nicolas Geoffray · 9 years ago
  13. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  14. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  15. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  16. d7cbf8a Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER by Mathieu Chartier · 9 years ago
  17. 091d238 Fix incompatible class change error for JIT stress mode by Mathieu Chartier · 9 years ago
  18. ab1eb0d ART: Templatize IsInt & IsUint by Andreas Gampe · 10 years ago
  19. ffc605c Add missing iget quick for bool, byte, char, short by Mathieu Chartier · 10 years ago
  20. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  21. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  22. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 11 years ago
  23. 2730db0 Add VerfiedMethod to DexCompilationUnit. by Vladimir Marko · 11 years ago
  24. 1ebe217 Remove unused method in DEX-to-DEX. by Sebastien Hertz · 11 years ago
  25. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  26. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 11 years ago
  27. 9b297bf Refactor CompilerDriver::Compute..FieldInfo by Ian Rogers · 11 years ago
  28. 65ec92c Refactor CompilerDriver::ComputeInvokeInfo by Ian Rogers · 11 years ago
  29. 866709c Merge "Disable devirtualization detection in DEX-to-DEX compiler." into dalvik-dev by Sebastien Hertz · 11 years ago
  30. 1e54d68 Disable devirtualization detection in DEX-to-DEX compiler. by Sebastien Hertz · 11 years ago
  31. e0948e1 Make DexFiles opened from files readonly by default, but writable during dex2oat by Brian Carlstrom · 11 years ago
  32. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  33. 9fc16eb Don't add barriers to clinit methods. by Ian Rogers · 11 years ago
  34. 7502122 Adds a DEX-to-DEX compilation level. by Sebastien Hertz · 11 years ago
  35. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  36. d0b4959 am 9b7085a4: Fix cpplint readability/braces issues by Brian Carlstrom · 11 years ago
  37. 9b7085a Fix cpplint readability/braces issues by Brian Carlstrom · 11 years ago
  38. 543959c Support check-cast elision in DEX-to-DEX compiler. by Sebastien Hertz · 11 years ago
  39. 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]
  40. 1581766 resolved conflicts for merge of 51c2467e to dalvik-dev by Brian Carlstrom · 11 years ago
  41. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  42. cc10e0e Constructor barrier support in DEX-to-DEX compiler. by Sebastien Hertz · 11 years ago
  43. 2d6ba51 Quickening support. by Sebastien Hertz · 11 years ago