1. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 6 years ago
  2. 213ee2d Move dex_files_for_oat_file_ to CompilerOptions. by Vladimir Marko · 6 years ago
  3. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 6 years ago
  4. bd600e3 ART: Remove support for compiled-methods and compiled-classes by Andreas Gampe · 6 years ago
  5. 3913e48 ART: Refactor profile_compilation_info.h includes by Andreas Gampe · 7 years ago
  6. 2d8801f Clean some dex2oat options. by Nicolas Geoffray · 7 years ago
  7. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  8. 9c4f0d8f Clean up after MIPS got read barriers support by Goran Jakovljevic · 7 years ago
  9. d0af56c Make dex2oat support profiles passed to non profile filters by Mathieu Chartier · 7 years ago
  10. 33083d6 Rename offline_profiling_info to profile_compilation_info by Calin Juravle · 8 years ago
  11. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 8 years ago
  12. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  13. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  14. 63b6eb4 Disable CheckSwapUsage test with read barriers on x86. by Roland Levillain · 8 years ago
  15. 8b233fc Remove more Quick-related macros in tests. by Roland Levillain · 8 years ago
  16. d527657 Disable some image_test cases with concurrent collector. by Roland Levillain · 8 years ago
  17. 3f41a01 ART: Use optimizing compiler in image_test by Andreas Gampe · 8 years ago
  18. 877fd96 Improve profile processing by Calin Juravle · 9 years ago
  19. ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 9 years ago
  20. 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 9 years ago
  21. c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 9 years ago
  22. 22ccc3a ARM64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  23. 3b359c7 ARM read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  24. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  25. 409e809 Don't force the boot image to using quick. by Nicolas Geoffray · 9 years ago
  26. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  27. 4d02711 Implement heap poisoning in ART's Optimizing compiler. by Roland Levillain · 9 years ago
  28. bbcc01a Make compiler-related gtests honor ART_USE_OPTIMIZING_COMPILER. by Roland Levillain · 9 years ago
  29. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  30. 70bef0d ART: Add compiled-methods by Andreas Gampe · 9 years ago
  31. bb9c6b1 ART: Refactor callbacks_ in common_runtime_test by Andreas Gampe · 9 years ago
  32. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  33. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  34. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 10 years ago
  35. bf99f77 Clean up Handle usage. by Mathieu Chartier · 10 years ago
  36. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  37. 9c854ea Enable compiler testing for ARM64 and x86-64. by Ian Rogers · 10 years ago
  38. f5997b4 More advanced timing loggers. by Mathieu Chartier · 10 years ago
  39. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  40. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  41. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  42. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  43. f0972a4 Fix generic jni issue in ArtMethod::GetQuickFrameInfo by Dmitry Petrochenko · 10 years ago
  44. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  45. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  46. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 10 years ago
  47. 75b9113 AArch64: Jni compiler fixes by Serban Constantinescu · 10 years ago
  48. 8afeb85 Pass instruction-set from runtime through to spawned dex2oat. by Ian Rogers · 10 years ago
  49. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 10 years ago
  50. b34f69a Add command line support for enabling the optimizing compiler. by Nicolas Geoffray · 10 years ago
  51. 36fea8d Fixing structure of native frame for Generic JNI by Andreas Gampe · 10 years ago
  52. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  53. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 10 years ago
  54. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 10 years ago
  55. 3d50407 Make out arguments non-reference types. by Ian Rogers · 10 years ago
  56. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  57. 659d87d art: Fix build errors for x86_64 target by Dmitry Petrochenko · 10 years ago
  58. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 10 years ago