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