1. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  2. 3db7068 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  3. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  4. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  5. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  6. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  7. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 6 years ago
  8. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 6 years ago
  9. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  10. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  11. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  12. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  13. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  14. 69147f1 Add code item accessor helper classes by Mathieu Chartier · 7 years ago
  15. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 7 years ago
  16. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 7 years ago
  17. fc8b422 Clean up AtomicDexRefMap by Mathieu Chartier · 7 years ago
  18. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  19. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 7 years ago
  20. 5d08fcc ART: More header cleanups by Andreas Gampe · 7 years ago
  21. 6b04057 ART: Clean up InlineMethodAnalyzer by Andreas Gampe · 7 years ago
  22. b95c74b ART: Move InlineMethodAnalyzer into compiler by Andreas Gampe · 7 years ago[Renamed from runtime/quick/inline_method_analyser.cc]
  23. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  24. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  25. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 8 years ago
  26. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  27. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  28. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  29. ffc8707 Split profile recording from jit compilation by Calin Juravle · 8 years ago
  30. 141de8c Revert "ART: Weaken DCHECK" by Nicolas Geoffray · 9 years ago
  31. 1ee29d3 ART: Weaken DCHECK by Andreas Gampe · 9 years ago
  32. 8b3f835 ART: Write bit fields together in ComputeSpecialAccessorInfo(). by Vladimir Marko · 9 years ago
  33. 354efa6 Try to substitute constructor chains for IPUTs. by Vladimir Marko · 9 years ago
  34. 9f35ccd ART: Fix bad manual rename of local variable. by Vladimir Marko · 9 years ago
  35. be10e8e Optimizing: Try pattern substitution when we cannot inline. by Vladimir Marko · 9 years ago
  36. bd425fa Remove stalled DCHECK. by Nicolas Geoffray · 9 years ago
  37. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  38. d5f1005 Quick: Inline synthetic accessors generated by jack. by Vladimir Marko · 9 years ago
  39. 3481ba2 ART: Clean up includes. by Vladimir Marko · 9 years ago
  40. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  41. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  42. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  43. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  44. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  45. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 10 years ago
  46. 29a2648 Move DecodedInstruction into MIR. by Ian Rogers · 10 years ago
  47. c8f60a6 Inlining synthetic accessors. by Vladimir Marko · 11 years ago
  48. e1fced1 Inlining setters that return one of their arguments. by Vladimir Marko · 11 years ago
  49. 73ed718 Revert "Inlining setters that return one of their arguments." by Mathieu Chartier · 11 years ago
  50. 389e11d Revert "Inlining synthetic accessors." by Mathieu Chartier · 11 years ago
  51. 505ebb0 Inlining synthetic accessors. by Vladimir Marko · 11 years ago
  52. 8e40c3e Inlining setters that return one of their arguments. by Vladimir Marko · 11 years ago
  53. 2c87c4d Support inlining detection from debugger. by Sebastien Hertz · 11 years ago
  54. e3e0260 Move inline method detection to runtime. by Vladimir Marko · 11 years ago