1. 8d295f8 ART: Curb dex2oat verbosity by Andreas Gampe · 10 years ago
  2. 866c031 ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 10 years ago
  3. 6e73272 Revert "ART: dex2oat flag for HGraphVisualizer dump file" by Andreas Gampe · 10 years ago
  4. 54953df ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 10 years ago
  5. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  6. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  7. ab972ef Remove method verification results right after compiling a method by Mathieu Chartier · 10 years ago
  8. 49285c5 Print memory usage in dex2oat shutdown by Mathieu Chartier · 10 years ago
  9. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  10. 4bf3ae9 ART: Compiled-classes list for compiler-driver by Andreas Gampe · 10 years ago
  11. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  12. 19a19cf Add support for static fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  13. 66c6d7b Rewrite class initialization check elimination. by Vladimir Marko · 10 years ago
  14. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  15. 0b5d851 Merge "Some code clean-up." by Ian Rogers · 10 years ago
  16. d4c4d95 Some code clean-up. by Ian Rogers · 10 years ago
  17. dddb8d8 Merge "dex2oat: Add a --compile-pic option" by Igor Murashkin · 10 years ago
  18. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  19. d6dee67 dex2oat: Add a --compile-pic option by Igor Murashkin · 10 years ago
  20. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  21. e982f0b Implement invoke virtual in optimizing compiler. by Nicolas Geoffray · 10 years ago
  22. 2ed8def ART: Allow quickening in the boot image by Andreas Gampe · 10 years ago
  23. 33ac819 ART fix oat debug source map operations by Yevgeny Rouban · 10 years ago
  24. 53c913b ART: Clean up compiler by Andreas Gampe · 10 years ago
  25. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 10 years ago
  26. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  27. 57cd9d3b Merge "Added support for patching classes from different dex files." by Mathieu Chartier · 10 years ago
  28. e7f82e2 Added support for patching classes from different dex files. by Fred Shih · 10 years ago
  29. 0f56c9c Merge "ART: Rework CFA frame initialization and writing code" by Andreas Gampe · 10 years ago
  30. 7927380 ART: Rework CFA frame initialization and writing code by Andreas Gampe · 10 years ago
  31. de7b436 ART: Skip compiling redefined classes in apps by Andreas Gampe · 10 years ago
  32. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  33. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  34. 78382fa Optionally add debug symbols to ELF files made by quick compiler. by Alex Light · 10 years ago
  35. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 10 years ago
  36. bb0b53f Clean up the sampling profiler by Calin Juravle · 10 years ago
  37. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  38. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  39. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  40. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  41. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  42. 8668c3c Add finalizer references from the entrypoints. by Mathieu Chartier · 10 years ago
  43. af13ad9 Centralize instruction-set pointer-size, alignment, 64b-width code by Andreas Gampe · 10 years ago
  44. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  45. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  46. 9dae5b4 Tweaked profile significant_difference. by Calin Juravle · 10 years ago
  47. 317055b Merge "Profile: repurposed kTresholdPercent" by Calin Juravle · 10 years ago
  48. f6a4cee Profile: repurposed kTresholdPercent by Calin Juravle · 10 years ago
  49. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  50. 9820b7c Early inlining of simple methods. by Vladimir Marko · 11 years ago
  51. 9545a44 Merge "Allow patching between dex files in the boot classpath." by Jeff Hao · 10 years ago
  52. b9d50a9 Merge "Move inline method detection to runtime." by Vladimir Marko · 10 years ago
  53. b34f69a Add command line support for enabling the optimizing compiler. by Nicolas Geoffray · 10 years ago
  54. 49161ce Allow patching between dex files in the boot classpath. by Jeff Hao · 10 years ago
  55. e3e0260 Move inline method detection to runtime. by Vladimir Marko · 10 years ago
  56. f096aad Cache method lowering info in mir graph. by Vladimir Marko · 11 years ago
  57. a03de6d Revert "Revert "Make clang the default compiler on host."" by Ian Rogers · 10 years ago
  58. d54f3a6 Revert "Make clang the default compiler on host." by Ian Rogers · 10 years ago
  59. 87f8b4c Make clang the default compiler on host. by Ian Rogers · 10 years ago
  60. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  61. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  62. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  63. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 11 years ago
  64. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  65. 3d50407 Make out arguments non-reference types. by Ian Rogers · 10 years ago
  66. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  67. ae7083d Add additional const by Brian Carlstrom · 11 years ago
  68. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago
  69. 9c86a02 Revert "Annotate used fields." by Ian Rogers · 11 years ago
  70. 7f6cf56 Annotate used fields. by Vladimir Marko · 11 years ago
  71. f3e2cc4 Code cleanup to avoid LLVM dependency when building with quick only. by Nicolas Geoffray · 11 years ago
  72. 818f210 Re-apply: Initial check-in of an optimizing compiler. by Nicolas Geoffray · 11 years ago
  73. 1af0c0b Revert "Initial check-in of an optimizing compiler." by Nicolas Geoffray · 11 years ago
  74. 68a5fef Initial check-in of an optimizing compiler. by Nicolas Geoffray · 11 years ago
  75. f5df897 Rewrite the compiler interface for CompilerDriver. by Nicolas Geoffray · 11 years ago
  76. abaf927 Merge "Re-apply: Implement cumulative timings for CompilerDriver." by Nicolas Geoffray · 11 years ago
  77. ea3fa0b Re-apply: Implement cumulative timings for CompilerDriver. by Nicolas Geoffray · 11 years ago
  78. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  79. 2bc4780 Revert "Revert "Check FastInstance() early for special getters and setters."" by Vladimir Marko · 11 years ago
  80. 632e458 Revert "Check FastInstance() early for special getters and setters." by Ian Rogers · 11 years ago
  81. 5dc5727 Check FastInstance() early for special getters and setters. by Vladimir Marko · 11 years ago
  82. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  83. 2730db0 Add VerfiedMethod to DexCompilationUnit. by Vladimir Marko · 11 years ago
  84. c7f8320 Refactor verification results. by Vladimir Marko · 11 years ago
  85. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  86. 650be76 Revert "Implement cumulative timings for CompilerDriver." by Brian Carlstrom · 11 years ago
  87. df01317 Implement cumulative timings for CompilerDriver. by Nicolas Geoffray · 11 years ago
  88. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  89. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 11 years ago
  90. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 11 years ago
  91. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 11 years ago
  92. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  93. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  94. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 11 years ago
  95. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  96. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  97. 83883d7 Populate dex cache for sharpened calls. by Ian Rogers · 11 years ago
  98. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  99. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  100. 9b297bf Refactor CompilerDriver::Compute..FieldInfo by Ian Rogers · 11 years ago