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