1. ec6e6c1 ART: Rerun the verifier for compile-time failures by Andreas Gampe · 9 years ago
  2. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 9 years ago
  3. d28b969 Code cleanup to avoid CompilerDriver abstractions in JIT. by Nicolas Geoffray · 9 years ago
  4. 22cf3d3 Fix tests flakiness with jit when using Proxy classes. by Nicolas Geoffray · 9 years ago
  5. d1eaf0d Keep list of dex files for oat file in CompilerDriver. by Vladimir Marko · 9 years ago
  6. 55d02cf Revert "Enable store elimination for singleton objects." by Andreas Gampe · 9 years ago
  7. 7f43a3d Enable store elimination for singleton objects. by Mingyao Yang · 9 years ago
  8. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  9. 66e33f1 Merge "Use DlMallocSpace for the JIT code cache." by Nicolas Geoffray · 9 years ago
  10. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 9 years ago
  11. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 9 years ago
  12. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 9 years ago
  13. 9eac83e Merge "ART: Skip compiler-driver compile loop for VerifyAtRuntime" by Andreas Gampe · 9 years ago
  14. 740667a ART: Skip compiler-driver compile loop for VerifyAtRuntime by Andreas Gampe · 9 years ago
  15. 87000a9 Add option to append to the cfg dump. by Calin Juravle · 9 years ago
  16. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  17. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 9 years ago
  18. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  19. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 9 years ago
  20. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  21. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  22. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  23. a727e37 ART: Balanced locking by Andreas Gampe · 9 years ago
  24. 706ea6a Merge "ART: Propagate verifier failure types to the compilers" by Andreas Gampe · 9 years ago
  25. 0760a81 ART: Propagate verifier failure types to the compilers by Andreas Gampe · 9 years ago
  26. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  27. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 9 years ago
  28. e4275c0 Visit class roots from ClassLoader::VisitReferences by Mathieu Chartier · 9 years ago
  29. 5eb0d38 ART: Wire up DexToDexCompiler without extern by Andreas Gampe · 9 years ago
  30. e0671ce Clean up class visitors by Mathieu Chartier · 9 years ago
  31. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 9 years ago
  32. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  33. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 9 years ago
  34. ed6195a Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""" by Nicolas Geoffray · 9 years ago
  35. f075879 Revert "Revert "Make dex2dex return a CompiledMethod after quickening."" by Nicolas Geoffray · 9 years ago
  36. 327c5ed Revert "Make dex2dex return a CompiledMethod after quickening." by Nicolas Geoffray · 9 years ago
  37. 6920703 Make dex2dex return a CompiledMethod after quickening. by Nicolas Geoffray · 9 years ago
  38. 1c284f2 ART: Set methods to preverified in verify-none by Andreas Gampe · 9 years ago
  39. c08ab29 ART: Don't do pre-linked calls to the interpreter bridge. by Vladimir Marko · 9 years ago
  40. 07785bb ART: Fix reporting initialized classes by CompilerDriver. by Vladimir Marko · 9 years ago
  41. 7b9f214 Merge "Revert "Revert "Switch to using ELF-64 for 64-bit architectures.""" by David Srbecky · 9 years ago
  42. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  43. ce0db62 Revert "Revert "Switch to using ELF-64 for 64-bit architectures."" by David Srbecky · 9 years ago
  44. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 9 years ago
  45. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  46. e7654e5 Merge "Revert "Switch to using ELF-64 for 64-bit architectures."" by Hiroshi Yamauchi · 9 years ago
  47. 650f0c4 Revert "Switch to using ELF-64 for 64-bit architectures." by Hiroshi Yamauchi · 9 years ago
  48. 1d63774 Merge "Fix the size of a StackHandleScope in art::CompilerDriver." by Roland Levillain · 9 years ago
  49. a3a49fe Switch to using ELF-64 for 64-bit architectures. by David Srbecky · 9 years ago
  50. 2b846ed Fix the size of a StackHandleScope in art::CompilerDriver. by Roland Levillain · 9 years ago
  51. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  52. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  53. 70bef0d ART: Add compiled-methods by Andreas Gampe · 9 years ago
  54. b1fcead ART: Change image_classes and compiled_classes to unordered set by Andreas Gampe · 9 years ago
  55. 27df758 [optimizing] Add memory barriers in constructors when needed by Calin Juravle · 9 years ago
  56. f1c6d9e Fallback to quick in case of soft verification errors by Calin Juravle · 9 years ago
  57. 3481ba2 ART: Clean up includes. by Vladimir Marko · 9 years ago
  58. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  59. 3773cd0 ART: Remove WriteElf from Compiler by Andreas Gampe · 9 years ago
  60. c7399c8 ART: Remove LLVM cruft by Andreas Gampe · 9 years ago
  61. 425ee0e Merge "Prevent verified method from being deleted by compiler driver." by Jeff Hao · 9 years ago
  62. 48699fb Prevent verified method from being deleted by compiler driver. by Jeff Hao · 9 years ago
  63. 75c40d4 Fix JNI compiler for mips64 by Goran Jakovljevic · 9 years ago
  64. 7bf5a26 Explicitly specify the C libraries that have mallinfo(3). by Elliott Hughes · 9 years ago
  65. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 9 years ago
  66. 6ced409 Enable more direct code for JIT by Mathieu Chartier · 9 years ago
  67. e86deef Add verify-at-runtime compiler filter by Mathieu Chartier · 9 years ago
  68. 5b783e6 Fix 003-omnibus-opcodes flaky failures with GSS GC. by Hiroshi Yamauchi · 9 years ago
  69. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 9 years ago
  70. d304629 Merge "ART: Check that boot image classes are verified" by Andreas Gampe · 9 years ago
  71. 9b34b24 Trim arenas for JIT by Mathieu Chartier · 9 years ago
  72. 5c9d8f0 Merge "Compute the right catch location for the debugger." by Nicolas Geoffray · 9 years ago
  73. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  74. 6ea651f Initial support for quick compiler on MIPS64r6. by Maja Gagic · 10 years ago
  75. 6cf49e5 ART: Add option to abort dex2oat on hard failure by Andreas Gampe · 9 years ago
  76. 4d4eff7 ART: Fix compile-time-init fail by Andreas Gampe · 9 years ago
  77. 775f1d4 Merge "Follow-up 128393" by Sebastien Hertz · 9 years ago
  78. bd9cf9f Follow-up 128393 by Sebastien Hertz · 9 years ago
  79. 28a3588 Fix JIT direct call to interpreter bridge by Mathieu Chartier · 9 years ago
  80. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  81. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  82. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  83. a0acc2d Revert "Revert "Allow preopted apps to have sharpened calls for non-x86 architectures."" by Jeff Hao · 10 years ago
  84. 1c80bec Fix transaction aborting by Sebastien Hertz · 10 years ago
  85. 14247b6 Revert "Allow preopted apps to have sharpened calls for non-x86 architectures." by Brian Carlstrom · 10 years ago
  86. 1e3dfff Allow preopted apps to have sharpened calls for non-x86 architectures. by Jeff Hao · 10 years ago
  87. 8d295f8 ART: Curb dex2oat verbosity by Andreas Gampe · 10 years ago
  88. 0223a19 Merge "ART: Allow to compile interpret-only mips64 files" by Andreas Gampe · 10 years ago
  89. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 10 years ago
  90. 866c031 ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 10 years ago
  91. 6e73272 Revert "ART: dex2oat flag for HGraphVisualizer dump file" by Andreas Gampe · 10 years ago
  92. 54953df ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 10 years ago
  93. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  94. 6c170c9 ART: Punt to the interpreter for VerifiedMethod errors by Andreas Gampe · 10 years ago
  95. e53798a Inlining support in optimizing. by Nicolas Geoffray · 10 years ago
  96. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  97. ab972ef Remove method verification results right after compiling a method by Mathieu Chartier · 10 years ago
  98. dc8b63c ART: Build fix. by Andreas Gampe · 10 years ago
  99. f842571 Merge "Move FindDexMethodIndexInOtherDexFile into ArtMethod." by Ian Rogers · 10 years ago
  100. e0a02da Move FindDexMethodIndexInOtherDexFile into ArtMethod. by Ian Rogers · 10 years ago