1. e417ffa am 6bd6a830: Merge "ART: (Partially) fix lock aliasing" by Andreas Gampe · 10 years ago
  2. 6bd6a83 Merge "ART: (Partially) fix lock aliasing" by Andreas Gampe · 10 years ago
  3. 9c8f4ae am 944973e5: Merge "Add a `--showcommands` option to ART\'s buildbot-build.sh." by Roland Levillain · 10 years ago
  4. 944973e Merge "Add a `--showcommands` option to ART's buildbot-build.sh." by Roland Levillain · 10 years ago
  5. b8b9356 Add a `--showcommands` option to ART's buildbot-build.sh. by Roland Levillain · 10 years ago
  6. 80ddbd8 am 113af44c: Merge "Fix indentation in reference type propagation" by David Brazdil · 10 years ago
  7. 113af44 Merge "Fix indentation in reference type propagation" by David Brazdil · 10 years ago
  8. 5ce9ec2 am a05264c1: Merge "ARM64: Minor optimization for conversions from long to int." by Roland Levillain · 10 years ago
  9. a05264c Merge "ARM64: Minor optimization for conversions from long to int." by Roland Levillain · 10 years ago
  10. 67120f9 am 1d4a598e: Merge "Fix formatting comment in Checker" by David Brazdil · 10 years ago
  11. b4edcf3 Fix indentation in reference type propagation by David Brazdil · 10 years ago
  12. 1d4a598 Merge "Fix formatting comment in Checker" by David Brazdil · 10 years ago
  13. 8ff495e Fix formatting comment in Checker by David Brazdil · 10 years ago
  14. 1a5c46f am 5e7cd7bf: Merge "Optimizing String.Equals as an intrinsic (ARM)" by Andreas Gampe · 10 years ago
  15. 5e7cd7b Merge "Optimizing String.Equals as an intrinsic (ARM)" by Andreas Gampe · 10 years ago
  16. a18658a am 8a5ea659: Merge "Fix extra parantheses" by Calin Juravle · 10 years ago
  17. 8a5ea65 Merge "Fix extra parantheses" by Calin Juravle · 10 years ago
  18. 599262c Fix extra parantheses by Calin Juravle · 10 years ago
  19. 9be7cd8 am 07b017dc: Merge "Fix BuildInvoke" by Calin Juravle · 10 years ago
  20. 07b017d Merge "Fix BuildInvoke" by Calin Juravle · 10 years ago
  21. 0eedd7e Fix BuildInvoke by Calin Juravle · 10 years ago
  22. 4dff2fd ARM64: Minor optimization for conversions from long to int. by Alexandre Rames · 10 years ago
  23. 1a59d9c am 431ad293: Merge "Refactor BuildInvoke." by Calin Juravle · 10 years ago
  24. 431ad29 Merge "Refactor BuildInvoke." by Calin Juravle · 10 years ago
  25. 85e3254 am 4a2f814e: Merge "ART: Expression evaluation in Checker" by David Brazdil · 10 years ago
  26. 68ad649 Refactor BuildInvoke. by Calin Juravle · 10 years ago
  27. 4a2f814 Merge "ART: Expression evaluation in Checker" by David Brazdil · 10 years ago
  28. b34c35e ART: Expression evaluation in Checker by David Brazdil · 10 years ago
  29. c8fd75d am bffabfce: Merge "Be more flexible on the code unit size when inlining." by Nicolas Geoffray · 10 years ago
  30. bffabfc Merge "Be more flexible on the code unit size when inlining." by Nicolas Geoffray · 10 years ago
  31. e418dda Be more flexible on the code unit size when inlining. by Nicolas Geoffray · 10 years ago
  32. 8a1e742 am 4d786026: Merge "Add support to indicate whether intrinsics require a dex cache" by Andreas Gampe · 10 years ago
  33. 4d78602 Merge "Add support to indicate whether intrinsics require a dex cache" by Andreas Gampe · 10 years ago
  34. 05f2056 Add support to indicate whether intrinsics require a dex cache by Agi Csaki · 10 years ago
  35. 289cd55 Optimizing String.Equals as an intrinsic (ARM) by Agi Csaki · 10 years ago
  36. 86657a8 am e1e05e08: Merge "Use thread-local is_gc_marking flags for the CC collector." by Hiroshi Yamauchi · 10 years ago
  37. e1e05e0 Merge "Use thread-local is_gc_marking flags for the CC collector." by Hiroshi Yamauchi · 10 years ago
  38. 0037082 Use thread-local is_gc_marking flags for the CC collector. by Hiroshi Yamauchi · 10 years ago
  39. 11e9fc3 am 83f8b5bb: Merge "ART: Enable basic optimizations for try/catch" by David Brazdil · 10 years ago
  40. 83f8b5b Merge "ART: Enable basic optimizations for try/catch" by David Brazdil · 10 years ago
  41. bbd733e ART: Enable basic optimizations for try/catch by David Brazdil · 10 years ago
  42. 0884869 am 99429ae0: Merge "Revert "Revert "Optimizing: Better invoke-static/-direct dispatch.""" by Vladimir Marko · 10 years ago
  43. 99429ae Merge "Revert "Revert "Optimizing: Better invoke-static/-direct dispatch.""" by Vladimir Marko · 10 years ago
  44. 5815501 Revert "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 10 years ago
  45. af10bc4 am a35d4c9d: Merge "ART: Refactor try/catch block info, store exception type" by David Brazdil · 10 years ago
  46. a35d4c9 Merge "ART: Refactor try/catch block info, store exception type" by David Brazdil · 10 years ago
  47. ec16f79 ART: Refactor try/catch block info, store exception type by David Brazdil · 10 years ago
  48. f5cdc41 ART: (Partially) fix lock aliasing by Andreas Gampe · 10 years ago
  49. 79f9af7 am f25f4f95: Merge "Put in place the ARM64 instruction simplification framework." by Calin Juravle · 10 years ago
  50. f25f4f9 Merge "Put in place the ARM64 instruction simplification framework." by Calin Juravle · 10 years ago
  51. fbbb059 am a85373e8: Merge "Manually unrelocate odex files generated for test." by Richard Uhler · 10 years ago
  52. a85373e Merge "Manually unrelocate odex files generated for test." by Richard Uhler · 10 years ago
  53. 44b9cf9 Put in place the ARM64 instruction simplification framework. by Alexandre Rames · 10 years ago
  54. 84ac744 am 32f264e6: Merge "ART: Revisit users in phi elimination" by David Brazdil · 10 years ago
  55. 32f264e Merge "ART: Revisit users in phi elimination" by David Brazdil · 10 years ago
  56. 77b022d ART: Revisit users in phi elimination by David Brazdil · 10 years ago
  57. ee38b36 am 3bf1027c: Merge "JDWP: remove suspend count check on invoke" by Sebastien Hertz · 10 years ago
  58. 3bf1027 Merge "JDWP: remove suspend count check on invoke" by Sebastien Hertz · 10 years ago
  59. 229642d am d9c4d2e9: Merge "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 10 years ago
  60. d9c4d2e Merge "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 10 years ago
  61. b2c431e Revert "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 10 years ago
  62. c616475 am 464581ad: Merge "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 10 years ago
  63. 464581a Merge "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 10 years ago
  64. 9b688a0 Optimizing: Better invoke-static/-direct dispatch. by Vladimir Marko · 10 years ago
  65. 56d96f4 am 5a4f0032: Merge "Remove extra calls to `RecordPcInfo()`." by Nicolas Geoffray · 10 years ago
  66. 5a4f003 Merge "Remove extra calls to `RecordPcInfo()`." by Nicolas Geoffray · 10 years ago
  67. 9859620 Remove extra calls to `RecordPcInfo()`. by Alexandre Rames · 10 years ago
  68. bcd1e1d am f9d86df5: Merge "ART: Revert storing of exceptional predecessors" by David Brazdil · 10 years ago
  69. f9d86df Merge "ART: Revert storing of exceptional predecessors" by David Brazdil · 10 years ago
  70. 558e6a7 am cbddb90e: Merge "Implement CountLeadingZeros for x86" by Roland Levillain · 10 years ago
  71. cbddb90 Merge "Implement CountLeadingZeros for x86" by Roland Levillain · 10 years ago
  72. 370d123 am 1cb16842: Merge "Always visit object class from VisitReferences" by Mathieu Chartier · 10 years ago
  73. 1cb1684 Merge "Always visit object class from VisitReferences" by Mathieu Chartier · 10 years ago
  74. 8c3f00c am fdc3990c: Merge "Revert "Introduce support for hardware simulators, starting with ARM64"" by Alex Light · 10 years ago
  75. fdc3990 Merge "Revert "Introduce support for hardware simulators, starting with ARM64"" by Alex Light · 10 years ago
  76. 4cd27d6 Revert "Introduce support for hardware simulators, starting with ARM64" by Alex Light · 10 years ago
  77. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 10 years ago
  78. 3708290 am f71ad9ed: Merge "Svelter libart-compiler" by Alex Light · 10 years ago
  79. f71ad9e Merge "Svelter libart-compiler" by Alex Light · 10 years ago
  80. ffc9947 am add6cfac: Merge "Guard thread exited message by try-catch in ThreadStress" by Mathieu Chartier · 10 years ago
  81. add6cfa Merge "Guard thread exited message by try-catch in ThreadStress" by Mathieu Chartier · 10 years ago
  82. 9d3c3fc Guard thread exited message by try-catch in ThreadStress by Mathieu Chartier · 10 years ago
  83. 50fa993 Svelter libart-compiler by Alex Light · 10 years ago
  84. 5ca6ae3 am edd0a6db: Merge "Fix some global constructors and destructors" by Mathieu Chartier · 10 years ago
  85. edd0a6d Merge "Fix some global constructors and destructors" by Mathieu Chartier · 10 years ago
  86. 6e9cc39 Fix some global constructors and destructors by Mathieu Chartier · 10 years ago
  87. 82aba97 am fc5b096f: Merge "Fix codegen_test." by Roland Levillain · 10 years ago
  88. fc5b096 Merge "Fix codegen_test." by Roland Levillain · 10 years ago
  89. 17ff917 Fix codegen_test. by Roland Levillain · 10 years ago
  90. 93aa210 Manually unrelocate odex files generated for test. by Richard Uhler · 10 years ago
  91. 29fc008 ART: Revert storing of exceptional predecessors by David Brazdil · 10 years ago
  92. 05ec299 am a539ec06: Merge "Introduce support for hardware simulators, starting with ARM64" by Roland Levillain · 10 years ago
  93. a539ec0 Merge "Introduce support for hardware simulators, starting with ARM64" by Roland Levillain · 10 years ago
  94. c2e1a5e Introduce support for hardware simulators, starting with ARM64 by Phil Wang · 10 years ago
  95. e929388 am 009c34cb: Merge "Fix and improve reference cache mod-union table" by Mathieu Chartier · 10 years ago
  96. 009c34c Merge "Fix and improve reference cache mod-union table" by Mathieu Chartier · 10 years ago
  97. a52f2f9 Fix and improve reference cache mod-union table by Mathieu Chartier · 10 years ago
  98. b3973ef am f0917e0e: Merge "ART: Some header cleaning around bit-utils" by Andreas Gampe · 10 years ago
  99. f0917e0 Merge "ART: Some header cleaning around bit-utils" by Andreas Gampe · 10 years ago
  100. 2a5c468 ART: Some header cleaning around bit-utils by Andreas Gampe · 10 years ago