1. 279e3a3 Enable code item deduping by Mathieu Chartier · 6 years ago
  2. a79efdb Fix quickening logic by Mathieu Chartier · 6 years ago
  3. 92f7f3c Use intrinsic codegen for compiling intrinsic methods. by Vladimir Marko · 7 years ago
  4. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  5. d8dbc8d Refactor compiled_method.h . by Vladimir Marko · 7 years ago
  6. cbcedbf Add method info to oat files by Mathieu Chartier · 7 years ago
  7. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 8 years ago
  8. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  9. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 9 years ago
  10. ed6195a Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""" by Nicolas Geoffray · 9 years ago
  11. f075879 Revert "Revert "Make dex2dex return a CompiledMethod after quickening."" by Nicolas Geoffray · 9 years ago
  12. 327c5ed Revert "Make dex2dex return a CompiledMethod after quickening." by Nicolas Geoffray · 9 years ago
  13. 6920703 Make dex2dex return a CompiledMethod after quickening. by Nicolas Geoffray · 9 years ago
  14. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  15. c6b4dd8 Implement CFI for Optimizing. by David Srbecky · 9 years ago
  16. b207e14 Pass linker patches around as const. by Vladimir Marko · 9 years ago
  17. 6f71589 Write .debug_line section using the new DWARF library. by David Srbecky · 9 years ago
  18. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  19. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  20. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  21. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 9 years ago
  22. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  23. 956af0f Remove portable. by Elliott Hughes · 9 years ago
  24. 376b2bb Ensure stack maps are 4 byte aligned. by Nicolas Geoffray · 10 years ago
  25. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  26. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  27. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 10 years ago
  28. 547cdfd Emit CFI for x86 & x86_64 JNI compiler. by Tong Shen · 10 years ago
  29. 50abf0a Move trampolines to thumb2 instead of ARM by Dave Allison · 10 years ago
  30. 72d3262 Give Compiler a back reference to the driver. by Ian Rogers · 10 years ago
  31. af13ad9 Centralize instruction-set pointer-size, alignment, 64b-width code by Andreas Gampe · 10 years ago
  32. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  33. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  34. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 10 years ago
  35. 754ddad Use trampolines for calls to helpers by Dave Allison · 10 years ago
  36. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 10 years ago
  37. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 10 years ago
  38. befbd57 Fix host architecture for 64bit. by Ian Rogers · 10 years ago
  39. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 10 years ago
  40. ef7d42f Object model changes to support 64bit. by Ian Rogers · 10 years ago
  41. 193bad9 Multi threaded hashed deduplication during compilation. by Mathieu Chartier · 11 years ago