1. d7cbf8a Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER by Mathieu Chartier · 10 years ago
  2. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  3. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  4. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  5. b666f48 Move arenas into runtime by Mathieu Chartier · 10 years ago
  6. e4fcc5b Clean up Scoped-/ArenaAlocator array allocations. by Vladimir Marko · 10 years ago
  7. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  8. ffda499 Clean up post-opt passes, perform only those we need. by Vladimir Marko · 10 years ago
  9. af6925b Rewrite GVN's field id and field type handling. by Vladimir Marko · 10 years ago
  10. aaf29b3 Tidy some uses of IsCompilationEnabled. by Ian Rogers · 10 years ago
  11. 1edf638 Merge "ART: Deprecate CompilationUnit's code_item" by Ian Rogers · 10 years ago
  12. 7503597 ART: Deprecate CompilationUnit's code_item by Razvan A Lupusoru · 10 years ago
  13. 584cc79 Reduce scope of MIR analysis attributes. by Ian Rogers · 10 years ago
  14. e39c54e Deprecate GrowableArray, use ArenaVector instead. by Vladimir Marko · 10 years ago
  15. 88157ef Add the "time" compilation filter and output compilation stats. by Nicolas Geoffray · 10 years ago
  16. b3a84e2 ART: Vectorization opcode implementation fixes by Lupusoru, Razvan A · 10 years ago
  17. b5bce7c ART: Add non-temporal store support by Jean Christophe Beyler · 10 years ago
  18. e1fa1dd Fix analysis_attributes_ to update missing definitions. by Junmo Park · 10 years ago
  19. 2ab40eb ART: Add Invokes to DecodedInstruction by Jean Christophe Beyler · 10 years ago
  20. 060e6fe ART: Log information when skipping method during compilation by Andreas Gampe · 10 years ago
  21. 8c7a02a Quick compiler:interpret on type mismatch by buzbee · 10 years ago
  22. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 10 years ago
  23. 35ba7f3 Quick compiler: fix array overrun. by buzbee · 10 years ago
  24. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  25. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  26. 69f08ba Clean up ScopedArenaAllocatorAdapter. by Vladimir Marko · 11 years ago
  27. 4a200f5 Add support for -Xverify:none mode. by Jeff Hao · 11 years ago
  28. f096aad Cache method lowering info in mir graph. by Vladimir Marko · 11 years ago
  29. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  30. a24122d Use ScopedArenaAllocator for CacheFieldLoweringInfo pass. by Vladimir Marko · 11 years ago
  31. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 11 years ago
  32. b1f1d64 Workaround for range ops spanning vreg gap by buzbee · 11 years ago
  33. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago
  34. 9c86a02 Revert "Annotate used fields." by Ian Rogers · 11 years ago
  35. 7f6cf56 Annotate used fields. by Vladimir Marko · 11 years ago
  36. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 11 years ago
  37. 0d82948 64-bit prep by buzbee · 11 years ago
  38. b48819d Compile-time tuning: assembly phase by buzbee · 11 years ago
  39. 56c7178 Compile-time tuning by buzbee · 11 years ago
  40. fe9ca40 Compiler filter update by buzbee · 11 years ago
  41. ee17e0a Compilation filter by buzbee · 11 years ago