1. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 9 years ago
  2. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 9 years ago
  3. 0e84439 Collapse ART's AbstractMethod class into Executable by Neil Fuller · 9 years ago
  4. ca3c8c3 Collect verifier dependencies by David Brazdil · 9 years ago
  5. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  6. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  7. 26de38b ART: Delete old compiler_enums.h by Andreas Gampe · 9 years ago
  8. 492a7fa Delay dex-to-dex compilation until Optimizing is done. by Vladimir Marko · 9 years ago
  9. 3c7787f Merge "Fix misc-macro-parentheses warnings." by Treehugger Robot · 9 years ago
  10. f6d1e0f Compile JNI stubs for verify-profile and interpret-only. by Vladimir Marko · 9 years ago
  11. fba3997 Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 9 years ago
  12. ffc8707 Split profile recording from jit compilation by Calin Juravle · 9 years ago
  13. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago
  14. bf9611f ART: Clean up verifier by Andreas Gampe · 9 years ago
  15. 2e38434 Merge "Post-Quick cleanup: Remove CompilationUnit." by Vladimir Marko · 9 years ago
  16. df73984 Post-Quick cleanup: Remove CompilationUnit. by Vladimir Marko · 9 years ago
  17. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 9 years ago
  18. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 9 years ago
  19. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 9 years ago
  20. 3c94f09 Remove Quick from tree. by Nicolas Geoffray · 9 years ago
  21. f6a35de Optimizing: Fix register allocator validation memory usage. by Vladimir Marko · 9 years ago
  22. f969a20 Fix and enable java.lang.StringFactory intrinsics. by Roland Levillain · 9 years ago
  23. 0e54c01 Unsafe: Recognize intrinsics for 1.8 java.util.concurrent With unit test. by Aart Bik · 9 years ago
  24. 4cb069f Merge "Fix the signature of the IndexOf entry point." by Roland Levillain · 9 years ago
  25. 42ad288 Fix the signature of the IndexOf entry point. by Roland Levillain · 9 years ago
  26. cc3839c Improve documentation about StringFactory.newStringFromChars. by Roland Levillain · 9 years ago
  27. 1bdfdb3 Merge "Implement fp to bits methods as intrinsics." by Aart Bik · 9 years ago
  28. 2a6aad9 Implement fp to bits methods as intrinsics. by Aart Bik · 9 years ago
  29. a1de918 Optimizing: Reduce memory usage of HInstructions. by Vladimir Marko · 9 years ago
  30. 944da60 ART: Allow method references across oat files for multi-image, 2nd attempt. by Vladimir Marko · 9 years ago
  31. 98e6ce4 Remove string init map. by Nicolas Geoffray · 9 years ago
  32. 45724f9 Revert "Allow method references across oat files for multi-image." by Vladimir Marko · 9 years ago
  33. 6065402 Allow method references across oat files for multi-image. by Vladimir Marko · 9 years ago
  34. 927f40d Merge "Try to substitute constructor chains for IPUTs." by Vladimir Marko · 9 years ago
  35. 354efa6 Try to substitute constructor chains for IPUTs. by Vladimir Marko · 9 years ago
  36. 4fda4eb Move code related to debug info generation to its own directory. by David Srbecky · 9 years ago
  37. d967266 MIPS64: Remove unaligned memory access from art generated code by Lazar Trsic · 10 years ago
  38. 78e9015 Merge "ART: Add option to ensure deterministic compilation" by Andreas Gampe · 10 years ago
  39. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 10 years ago
  40. 30202b2 Merge "Revert "Revert "Add option to generate compressed backtrace info.""" by David Srbecky · 10 years ago
  41. b1bd048 Merge "Recognize common utilities as intrinsics." by Aart Bik · 10 years ago
  42. 9724c63 Enable interface default methods by default. by Neil Fuller · 10 years ago
  43. 59c9454 Recognize common utilities as intrinsics. by Aart Bik · 10 years ago
  44. 5b1c2ca Revert "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 10 years ago
  45. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 10 years ago
  46. 5fdcc3c Add option to generate compressed backtrace info. by David Srbecky · 10 years ago
  47. 3f67e69 Implemented BitCount as an intrinsic. With unit test. by Aart Bik · 10 years ago
  48. 0021c31 Merge "JIT: Fix incorrect CHECK" by Aart Bik · 10 years ago
  49. 91d65e0 Fix various typos in ART's comments and string literals. by Roland Levillain · 10 years ago
  50. c903b6a Move --dump-cfg and dump-cfg-append to CompilerOptions. by Nicolas Geoffray · 10 years ago
  51. 51e5591 JIT: Fix incorrect CHECK by Mark Mendell · 10 years ago
  52. 7b4199a Merge "Support directly invoking interface default methods" by Alex Light · 10 years ago
  53. 705ad49 Support directly invoking interface default methods by Alex Light · 10 years ago
  54. 998c216 Perform profile file analysis in dex2oat by Calin Juravle · 10 years ago
  55. e6d0d8d ART: Disable Math.round intrinsics by Andreas Gampe · 10 years ago
  56. 095b1df Revert "Make Math.round consistent on arm64." by Andreas Gampe · 10 years ago
  57. 40041c9 Make Math.round consistent on arm64. by Nicolas Geoffray · 10 years ago
  58. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 10 years ago
  59. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 10 years ago
  60. 17077d8 Revert "Revert "X86: Use locked add rather than mfence"" by Mark P Mendell · 10 years ago
  61. 0da3b91 Revert "X86: Use locked add rather than mfence" by Aart Bik · 10 years ago
  62. 7b3e4f9 X86: Use locked add rather than mfence by Mark Mendell · 10 years ago
  63. 226501b Revert "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 10 years ago
  64. 6627864 Merge "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 10 years ago
  65. 2306ae0 Revert "Enable profiled guided compilation in dex2oat" by Calin Juravle · 10 years ago
  66. a79c717 Merge "Enable profiled guided compilation in dex2oat" by Calin Juravle · 10 years ago
  67. 376cbcc Merge "Optimizing: Add direct calls to math intrinsics" by Nicolas Geoffray · 10 years ago
  68. a4f1220 Optimizing: Add direct calls to math intrinsics by Mark Mendell · 10 years ago
  69. 500c9be Enable profiled guided compilation in dex2oat by Calin Juravle · 10 years ago
  70. 53e32d1 ART: Refactor verifier callbacks by Andreas Gampe · 10 years ago
  71. 9fdb129 Revert "Enable profiled guided compilation in dex2oat" by Nicolas Geoffray · 10 years ago
  72. 27e17fd Enable profiled guided compilation in dex2oat by Calin Juravle · 10 years ago
  73. fb8464a Revert "Revert "Enable store elimination for singleton objects."" by Mingyao Yang · 10 years ago
  74. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 10 years ago
  75. 9139e00 Correct exception behavior for default methods by Alex Light · 10 years ago
  76. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 10 years ago
  77. 4b01856 Revert "Add basic image writer support for app images" by Nicolas Geoffray · 10 years ago
  78. c033474 Add basic image writer support for app images by Mathieu Chartier · 10 years ago
  79. f31f973 Merge "Refactor code so that JIT can parse compiler options." by Nicolas Geoffray · 10 years ago
  80. abbb0f7 Refactor code so that JIT can parse compiler options. by Nicolas Geoffray · 10 years ago
  81. 9507fa2 Change a few places to use string version of GetTypeId by Mathieu Chartier · 10 years ago
  82. 55d02cf Revert "Enable store elimination for singleton objects." by Andreas Gampe · 10 years ago
  83. 7f43a3d Enable store elimination for singleton objects. by Mingyao Yang · 10 years ago
  84. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 10 years ago
  85. e5d80f8 Move ArenaBitVector into the runtime by Mathieu Chartier · 10 years ago
  86. 58554b7 ART: Fix left-shift of negative numbers by Andreas Gampe · 10 years ago
  87. 524e7ea Remove ArtCode. by Nicolas Geoffray · 10 years ago
  88. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 10 years ago
  89. eb7c144 Add initial default method support to Art by Alex Light · 10 years ago
  90. 439ffb8 Merge "Intrinsify System.arraycopy." by Nicolas Geoffray · 10 years ago
  91. ee3cf07 Intrinsify System.arraycopy. by Nicolas Geoffray · 10 years ago
  92. 4bf9012 ART: Do not include endian.h on Mac. by Vladimir Marko · 10 years ago
  93. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 10 years ago
  94. 7bda3b6 Revert "Quick: Work around large frame sizes for x86_64." by Vladimir Marko · 10 years ago
  95. d4cf1e4 Quick: Work around large frame sizes for x86_64. by Vladimir Marko · 10 years ago
  96. edbff6f Merge "ART: Use an iterative way in DoDFSPreOrderSSARename()" by Vladimir Marko · 10 years ago
  97. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 10 years ago
  98. a661d7d ART: Use an iterative way in DoDFSPreOrderSSARename() by Chao-ying Fu · 10 years ago
  99. 97a87ec Quick: Avoid shifting -1 left (undefined behavior). by Vladimir Marko · 10 years ago
  100. 6918bf1 Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Igor Murashkin · 10 years ago