1. bbd733e ART: Enable basic optimizations for try/catch by David Brazdil · 10 years ago
  2. a35d4c9 Merge "ART: Refactor try/catch block info, store exception type" by David Brazdil · 10 years ago
  3. ec16f79 ART: Refactor try/catch block info, store exception type by David Brazdil · 10 years ago
  4. 44b9cf9 Put in place the ARM64 instruction simplification framework. by Alexandre Rames · 10 years ago
  5. 77b022d ART: Revisit users in phi elimination by David Brazdil · 10 years ago
  6. d9c4d2e Merge "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 10 years ago
  7. b2c431e Revert "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 10 years ago
  8. 464581a Merge "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 10 years ago
  9. 9b688a0 Optimizing: Better invoke-static/-direct dispatch. by Vladimir Marko · 10 years ago
  10. 5a4f003 Merge "Remove extra calls to `RecordPcInfo()`." by Nicolas Geoffray · 10 years ago
  11. 9859620 Remove extra calls to `RecordPcInfo()`. by Alexandre Rames · 10 years ago
  12. f9d86df Merge "ART: Revert storing of exceptional predecessors" by David Brazdil · 10 years ago
  13. cbddb90 Merge "Implement CountLeadingZeros for x86" by Roland Levillain · 10 years ago
  14. 1cb1684 Merge "Always visit object class from VisitReferences" by Mathieu Chartier · 10 years ago
  15. fdc3990 Merge "Revert "Introduce support for hardware simulators, starting with ARM64"" by Alex Light · 10 years ago
  16. 4cd27d6 Revert "Introduce support for hardware simulators, starting with ARM64" by Alex Light · 10 years ago
  17. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 10 years ago
  18. f71ad9e Merge "Svelter libart-compiler" by Alex Light · 10 years ago
  19. 50fa993 Svelter libart-compiler by Alex Light · 10 years ago
  20. 17ff917 Fix codegen_test. by Roland Levillain · 10 years ago
  21. 29fc008 ART: Revert storing of exceptional predecessors by David Brazdil · 10 years ago
  22. a539ec0 Merge "Introduce support for hardware simulators, starting with ARM64" by Roland Levillain · 10 years ago
  23. c2e1a5e Introduce support for hardware simulators, starting with ARM64 by Phil Wang · 10 years ago
  24. 2a5c468 ART: Some header cleaning around bit-utils by Andreas Gampe · 10 years ago
  25. 151ab8d Revert "Revert "ART: DCHECK zero case for CLZ/CTZ"" by Andreas Gampe · 10 years ago
  26. 1463285 ART: Rename ArtMethod's size and alignment methods. by Vladimir Marko · 10 years ago
  27. d589767 Implement CountLeadingZeros for x86 by Mark Mendell · 10 years ago
  28. 8ecc135 Merge "ART: Compress LengthPrefixedArray on 32-bit targets." by Vladimir Marko · 10 years ago
  29. 6103d96 Merge "Add 'bsr' instruction to x86 and x86_64" by Roland Levillain · 10 years ago
  30. cf36d49 ART: Compress LengthPrefixedArray on 32-bit targets. by Vladimir Marko · 10 years ago
  31. 63fdedf Merge "Optimizing String.Equals as an intrinsic (x86_64)" by Andreas Gampe · 10 years ago
  32. f8cfb20 Optimizing String.Equals as an intrinsic (x86_64) by Agi Csaki · 10 years ago
  33. 8ae3ffb Add 'bsr' instruction to x86 and x86_64 by Mark Mendell · 10 years ago
  34. f67ab12 Merge "Add rep movsw to x86 and x86_64 instructions." by Roland Levillain · 10 years ago
  35. d95ab77 Merge "Revert "Revert "Optimizing String.Equals as an intrinsic (x86)""" by Andreas Gampe · 10 years ago
  36. b9c4bbe Add rep movsw to x86 and x86_64 instructions. by Mark Mendell · 10 years ago
  37. 1cad8c7 Merge "Fix a bug in the register allocator when allocating pairs." by Nicolas Geoffray · 10 years ago
  38. d7138c8 Revert "Revert "Optimizing String.Equals as an intrinsic (x86)"" by Agi Csaki · 10 years ago
  39. ea34b40 Optimizing String.Equals as an intrinsic (ARM64) by Agi Csaki · 10 years ago
  40. 837b649 Merge "Adjust art::HTypeConversion's side effects for MIPS64." by Roland Levillain · 10 years ago
  41. e28dde5 Merge "Small optimization improvements." by Nicolas Geoffray · 10 years ago
  42. df3f822 Adjust art::HTypeConversion's side effects for MIPS64. by Roland Levillain · 10 years ago
  43. 7c2af0d Merge "Remove unnecessary `explicit` qualifiers on constructors." by Roland Levillain · 10 years ago
  44. 1d4219e Merge "Intrinsics recognizer returns kNone for MIPS, MIPS64 instruction sets" by Andreas Gampe · 10 years ago
  45. 7da072f Structure for String.Equals intrinsic by agicsaki · 10 years ago
  46. 6cff09a Intrinsics recognizer returns kNone for MIPS, MIPS64 instruction sets by agicsaki · 10 years ago
  47. a83cf57 Merge "Add support to indicate whether intrinsics require an environment" by Andreas Gampe · 10 years ago
  48. efa8468 Small optimization improvements. by Nicolas Geoffray · 10 years ago
  49. 57b81ec Add support to indicate whether intrinsics require an environment by agicsaki · 10 years ago
  50. e4275c0 Visit class roots from ClassLoader::VisitReferences by Mathieu Chartier · 10 years ago
  51. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 10 years ago
  52. 78e3ef6 Add a GVN dependency 'GC' for garbage collection. by Alexandre Rames · 10 years ago
  53. 6a5037e Merge "[optimizing] More x86_64 code improvements" by Roland Levillain · 10 years ago
  54. 548a3ce Merge "[MIPS] Avoid using odd numbered fp registers" by Roland Levillain · 10 years ago
  55. da2b254 Fix a bug in the register allocator when allocating pairs. by Nicolas Geoffray · 10 years ago
  56. 4500fcb Merge "Address some comments" by Mathieu Chartier · 10 years ago
  57. c0fe56a Address some comments by Mathieu Chartier · 10 years ago
  58. ff2ac94 Merge "Revert "Revert "Pass the verified method to the inlinee DexCompilationUnit.""" by Nicolas Geoffray · 10 years ago
  59. cfa410b [optimizing] More x86_64 code improvements by Mark Mendell · 10 years ago
  60. adbd0e5 Merge "ART: Fix Quick's DCE+GVN" by Vladimir Marko · 10 years ago
  61. 423f150 Merge "ART-Optimizing: Fix the type of HDivZeroCheck" by Calin Juravle · 10 years ago
  62. 2f2f173 ART: Fix Quick's DCE+GVN by Serguei Katkov · 10 years ago
  63. 8c0676c ART-Optimizing: Fix the type of HDivZeroCheck by Serguei Katkov · 10 years ago
  64. 8dbf0cf Revert "Revert "Pass the verified method to the inlinee DexCompilationUnit."" by Nicolas Geoffray · 10 years ago
  65. 1a5625b Merge "Fix a bug in the register allocator around pair allocation." by Nicolas Geoffray · 10 years ago
  66. fc8156a [MIPS] Avoid using odd numbered fp registers by Goran Jakovljevic · 10 years ago
  67. f297581 Fix a bug in the register allocator around pair allocation. by Nicolas Geoffray · 10 years ago
  68. fc29856 Merge "ART: Remove TODO in BitVector" by Andreas Gampe · 10 years ago
  69. 067f1ed ART: Remove TODO in BitVector by Andreas Gampe · 10 years ago
  70. e6b307a Merge "Add class table field to class loader" by Mathieu Chartier · 10 years ago
  71. 6b06953 Add class table field to class loader by Mathieu Chartier · 10 years ago
  72. 3ded776 Merge "Ensure coherency of call kinds for LocationSummary." by Nicolas Geoffray · 10 years ago
  73. a001e3a Merge "Revert "Pass the verified method to the inlinee DexCompilationUnit."" by Nicolas Geoffray · 10 years ago
  74. f25b661 Revert "Pass the verified method to the inlinee DexCompilationUnit." by Nicolas Geoffray · 10 years ago
  75. 4320ff1 Merge "Pass the verified method to the inlinee DexCompilationUnit." by Nicolas Geoffray · 10 years ago
  76. a215b95 Tighten default inlining settings when using the space filter. by Roland Levillain · 10 years ago
  77. 8158f28 Ensure coherency of call kinds for LocationSummary. by Alexandre Rames · 10 years ago
  78. 08624c5 Pass the verified method to the inlinee DexCompilationUnit. by Nicolas Geoffray · 10 years ago
  79. 7fbaa22 Merge "ART: Fix the simplifier for add/sub" by Calin Juravle · 10 years ago
  80. 115b53f ART: Fix the simplifier for add/sub by Serguei Katkov · 10 years ago
  81. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 10 years ago
  82. d840678 Merge "ART: Wire up DexToDexCompiler without extern" by Andreas Gampe · 10 years ago
  83. 5eb0d38 ART: Wire up DexToDexCompiler without extern by Andreas Gampe · 10 years ago
  84. 02f0771 Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"" by Igor Murashkin · 10 years ago
  85. 94800f4 Merge "Address some comments and clean up" by Mathieu Chartier · 10 years ago
  86. 1339409 Merge "Have constant folding be more flexible." by Roland Levillain · 10 years ago
  87. 902ec26 Merge "Add constant folding for long unary operations in opt. compiler." by Roland Levillain · 10 years ago
  88. 9867bc7 Have constant folding be more flexible. by Roland Levillain · 10 years ago
  89. c90bc7c Add constant folding for long unary operations in opt. compiler. by Roland Levillain · 11 years ago
  90. d4fd591 Merge "ART: Move exception clearing into own instruction" by David Brazdil · 10 years ago
  91. 1056919 Merge "ART: x86_64 RoundDouble/Float intrinsics should initialize out value." by Nicolas Geoffray · 10 years ago
  92. 90ef3db Address some comments and clean up by Mathieu Chartier · 10 years ago
  93. d2606b1 Merge "Parallel Move Resolver: Perform Stack/Stack first" by Nicolas Geoffray · 10 years ago
  94. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago
  95. cb1c055 ART: Move exception clearing into own instruction by David Brazdil · 10 years ago
  96. 9ca2571 ART: x86_64 RoundDouble/Float intrinsics should initialize out value. by Pavel Vyssotski · 10 years ago
  97. fe092ab Merge "Added repe_cmpsq instruction to x86_64 assembler" by Vladimir Marko · 10 years ago
  98. 611d339 ARM/ARM64: Implement numberOfLeadingZeros intrinsic. by Scott Wakeling · 10 years ago
  99. 3fd0e6a Added repe_cmpsq instruction to x86_64 assembler by agicsaki · 10 years ago
  100. e3d598e Merge "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago