1. 78382fa Optionally add debug symbols to ELF files made by quick compiler. by Alex Light · 10 years ago
  2. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 10 years ago
  3. bb0b53f Clean up the sampling profiler by Calin Juravle · 10 years ago
  4. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  5. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  6. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  7. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  8. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  9. 8668c3c Add finalizer references from the entrypoints. by Mathieu Chartier · 10 years ago
  10. af13ad9 Centralize instruction-set pointer-size, alignment, 64b-width code by Andreas Gampe · 10 years ago
  11. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  12. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  13. 9dae5b4 Tweaked profile significant_difference. by Calin Juravle · 10 years ago
  14. 317055b Merge "Profile: repurposed kTresholdPercent" by Calin Juravle · 10 years ago
  15. f6a4cee Profile: repurposed kTresholdPercent by Calin Juravle · 10 years ago
  16. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  17. 9820b7c Early inlining of simple methods. by Vladimir Marko · 11 years ago
  18. 9545a44 Merge "Allow patching between dex files in the boot classpath." by Jeff Hao · 10 years ago
  19. b9d50a9 Merge "Move inline method detection to runtime." by Vladimir Marko · 10 years ago
  20. b34f69a Add command line support for enabling the optimizing compiler. by Nicolas Geoffray · 10 years ago
  21. 49161ce Allow patching between dex files in the boot classpath. by Jeff Hao · 10 years ago
  22. e3e0260 Move inline method detection to runtime. by Vladimir Marko · 10 years ago
  23. f096aad Cache method lowering info in mir graph. by Vladimir Marko · 11 years ago
  24. a03de6d Revert "Revert "Make clang the default compiler on host."" by Ian Rogers · 10 years ago
  25. d54f3a6 Revert "Make clang the default compiler on host." by Ian Rogers · 10 years ago
  26. 87f8b4c Make clang the default compiler on host. by Ian Rogers · 10 years ago
  27. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  28. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  29. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 10 years ago
  30. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 10 years ago
  31. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  32. 3d50407 Make out arguments non-reference types. by Ian Rogers · 10 years ago
  33. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  34. ae7083d Add additional const by Brian Carlstrom · 10 years ago
  35. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago
  36. 9c86a02 Revert "Annotate used fields." by Ian Rogers · 10 years ago
  37. 7f6cf56 Annotate used fields. by Vladimir Marko · 11 years ago
  38. f3e2cc4 Code cleanup to avoid LLVM dependency when building with quick only. by Nicolas Geoffray · 11 years ago
  39. 818f210 Re-apply: Initial check-in of an optimizing compiler. by Nicolas Geoffray · 11 years ago
  40. 1af0c0b Revert "Initial check-in of an optimizing compiler." by Nicolas Geoffray · 10 years ago
  41. 68a5fef Initial check-in of an optimizing compiler. by Nicolas Geoffray · 11 years ago
  42. f5df897 Rewrite the compiler interface for CompilerDriver. by Nicolas Geoffray · 11 years ago
  43. abaf927 Merge "Re-apply: Implement cumulative timings for CompilerDriver." by Nicolas Geoffray · 11 years ago
  44. ea3fa0b Re-apply: Implement cumulative timings for CompilerDriver. by Nicolas Geoffray · 11 years ago
  45. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  46. 2bc4780 Revert "Revert "Check FastInstance() early for special getters and setters."" by Vladimir Marko · 11 years ago
  47. 632e458 Revert "Check FastInstance() early for special getters and setters." by Ian Rogers · 11 years ago
  48. 5dc5727 Check FastInstance() early for special getters and setters. by Vladimir Marko · 11 years ago
  49. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  50. 2730db0 Add VerfiedMethod to DexCompilationUnit. by Vladimir Marko · 11 years ago
  51. c7f8320 Refactor verification results. by Vladimir Marko · 11 years ago
  52. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  53. 650be76 Revert "Implement cumulative timings for CompilerDriver." by Brian Carlstrom · 11 years ago
  54. df01317 Implement cumulative timings for CompilerDriver. by Nicolas Geoffray · 11 years ago
  55. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  56. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 11 years ago
  57. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 11 years ago
  58. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 11 years ago
  59. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  60. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  61. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 11 years ago
  62. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  63. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  64. 83883d7 Populate dex cache for sharpened calls. by Ian Rogers · 11 years ago
  65. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  66. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  67. 9b297bf Refactor CompilerDriver::Compute..FieldInfo by Ian Rogers · 11 years ago
  68. 65ec92c Refactor CompilerDriver::ComputeInvokeInfo by Ian Rogers · 11 years ago
  69. 866709c Merge "Disable devirtualization detection in DEX-to-DEX compiler." into dalvik-dev by Sebastien Hertz · 11 years ago
  70. 936bf02 Tweak dedupe hash function. by Ian Rogers · 11 years ago
  71. 1e54d68 Disable devirtualization detection in DEX-to-DEX compiler. by Sebastien Hertz · 11 years ago
  72. d133b97 Shard dedupe set locks. by Ian Rogers · 11 years ago
  73. 193bad9 Multi threaded hashed deduplication during compilation. by Mathieu Chartier · 11 years ago
  74. f6c4b3b New arena memory allocator. by Mathieu Chartier · 11 years ago
  75. 8f3c9ae Don't allow class status to go backward except for error. by Ian Rogers · 11 years ago
  76. e6bb3b2 Reduce AOT initialization. by Ian Rogers · 11 years ago
  77. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  78. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  79. 7502122 Adds a DEX-to-DEX compilation level. by Sebastien Hertz · 11 years ago
  80. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 11 years ago
  81. c50d8e1 Remove OatWriter buffering to memory for ElfWriterQuick by Brian Carlstrom · 11 years ago
  82. 4560248 Move TimingLogger creation to dex2oat by Brian Carlstrom · 11 years ago
  83. 0177fe2 Remove CompilerDriver::IsDebuggingSupported by Brian Carlstrom · 11 years ago
  84. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  85. 56d947f Add verification of boot.oat generated on device by Brian Carlstrom · 11 years ago
  86. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/compiler/driver/compiler_driver.h]
  87. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  88. 7467ee0 Added support for SEA IR. by Dragos Sbirlea · 11 years ago
  89. 2d6ba51 Quickening support. by Sebastien Hertz · 11 years ago
  90. 9639160 Move image class computation to the CompilerDriver by Brian Carlstrom · 11 years ago
  91. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  92. c9e463c Faster instance-of for final classes. by Ian Rogers · 11 years ago
  93. fae370a Don't apply instance-of peephole when vDest == vSrc. by Ian Rogers · 11 years ago
  94. 1bf8d4d Profiler directed clean-up of dex2oat. by Ian Rogers · 11 years ago
  95. e3cd2f0 Enable devirtualization for abstract and sub-class methods. by Ian Rogers · 11 years ago
  96. 02c4223 Supporting de-virtualization for precise types. by Sameer Abu Asal · 11 years ago
  97. 8447d84 Compile filter for small applications and methods by Anwar Ghuloum · 11 years ago
  98. 88fc036 Merge "Revert "Supporting de-virtualization for precise types."" into dalvik-dev by Ian Rogers · 11 years ago
  99. f4da607 Revert "Supporting de-virtualization for precise types." by Ian Rogers · 11 years ago
  100. dfe0a24 Merge "Supporting de-virtualization for precise types." into dalvik-dev by Ian Rogers · 11 years ago