1. 45b93ca Merge "Implemented compare/signum intrinsics as HCompare (with all code generation for all)" by Aart Bik · 9 years ago
  2. e2caf54 Merge "Make test 971-iface-super smaller to prevent gcstress timeouts." by Alex Light · 9 years ago
  3. a19616e Implemented compare/signum intrinsics as HCompare by Aart Bik · 9 years ago
  4. 9fba3f6 Merge "Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""" by Nicolas Geoffray · 9 years ago
  5. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  6. 0f638c6 Merge "Extend De Morgan factorisation to `HBooleanNot`." by David Brazdil · 9 years ago
  7. 11aa3f5 Merge "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by David Brazdil · 9 years ago
  8. bd89a5c Revert "Implement on-stack replacement for arm/arm64/x86/x86_64." by David Brazdil · 9 years ago
  9. 7ac9aeb Merge "Implement on-stack replacement for arm/arm64/x86/x86_64." by Nicolas Geoffray · 9 years ago
  10. c8d2b0c Merge "Support CMOV for x86_64 Select" by David Brazdil · 9 years ago
  11. 9f98025 Extend De Morgan factorisation to `HBooleanNot`. by Alexandre Rames · 9 years ago
  12. e6e0cfd Merge "Revert "Revert "X86: Use the constant area for more operations.""" by David Brazdil · 9 years ago
  13. 891bc28 Implement on-stack replacement for arm/arm64/x86/x86_64. by Nicolas Geoffray · 9 years ago
  14. 27c6b48 Merge "Don't use native bridge for non zygote-spawn processes" by Calin Juravle · 9 years ago
  15. d3e7c6c Don't use native bridge for non zygote-spawn processes by Calin Juravle · 9 years ago
  16. 2f10a5f Revert "Revert "X86: Use the constant area for more operations."" by Mark P Mendell · 9 years ago
  17. 6157a5d Make test 971-iface-super smaller to prevent gcstress timeouts. by Alex Light · 9 years ago
  18. 85b3b52 Merge "Fixed bug on premature DCHECK. With fail-before/pass-after test" by Aart Bik · 9 years ago
  19. 7c0b44f Support CMOV for x86_64 Select by Mark Mendell · 9 years ago
  20. f6171e1 Merge "Re-enable some MIPS/MIPS64 run-tests" by Roland Levillain · 9 years ago
  21. 6fe28c0 Re-enable some MIPS/MIPS64 run-tests by Goran Jakovljevic · 9 years ago
  22. a211a02 Test 565-checker-doublenegbitwise applies to all architectures. by Alexandre Rames · 9 years ago
  23. 867d63b Merge "runtime: Don't skip verification for -Xverify:soft-fail" by Igor Murashkin · 9 years ago
  24. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 9 years ago
  25. 3f1a8be Fixed bug on premature DCHECK. With fail-before/pass-after test by Aart Bik · 9 years ago
  26. e968112 Merge changes I44ee74d8,I78b17187 by Igor Murashkin · 9 years ago
  27. 071b933 Merge changes from topic 'reflection_1_8' by Igor Murashkin · 9 years ago
  28. 905cb88 Merge "Revert "Revert "Optimizing: double-negated bitwise operations simplifications""" by Roland Levillain · 9 years ago
  29. ca0e3a0 Revert "Revert "Optimizing: double-negated bitwise operations simplifications"" by Alexandre Rames · 9 years ago
  30. 7770a3e Assume fp operations can also take a constant on x86. by Nicolas Geoffray · 9 years ago
  31. e5c71f9 Handle HSelect in LSE. by Mingyao Yang · 9 years ago
  32. df187e4 Revert "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"" by Igor Murashkin · 9 years ago
  33. f1b4c41 runtime: Fix field resolution with access checks (runtest 073) by Igor Murashkin · 9 years ago
  34. 9f95ba7 interpreter: Fix proxy method invocation with access checks enabled. by Igor Murashkin · 9 years ago
  35. 85fdcda Merge "Optimizing: Re-enable checker tests disabled for multi-image." by Vladimir Marko · 9 years ago
  36. 88b29f3 Optimizing: Re-enable checker tests disabled for multi-image. by Vladimir Marko · 9 years ago
  37. c2dd176 Merge "Optimizing: Do not depend on sharpening in test 449." by Vladimir Marko · 9 years ago
  38. 17fb893 Optimizing: Do not depend on sharpening in test 449. by Vladimir Marko · 9 years ago
  39. 5b38b35 Merge "ART: Add test case for Select implementations" by David Brazdil · 9 years ago
  40. fb50270 ART: Add test case for Select implementations by David Brazdil · 9 years ago
  41. 0d11ffe Optimizing: Do not depend on sharpening in test 569. by Vladimir Marko · 9 years ago
  42. 1ed4449 ART: Fix test 117 after OatFileAssistant change by David Brazdil · 9 years ago
  43. 68b5c0b ART: Disallow uses of uninitialized references by David Brazdil · 9 years ago
  44. b4961db Regression test ensuring unresolved classes are not put in dex cache. by Jeff Hao · 9 years ago
  45. 5a55986 Fix issue with exception type resolution during linking. by Alex Light · 9 years ago
  46. ea3a007 Merge "Implementation of integer intrinsics on x86_64" by Aart Bik · 9 years ago
  47. 1c720b7 Merge "Optimizing compiler support for directly calling interface methods" by Alex Light · 9 years ago
  48. e38a328 Merge "Re-enable test 566-polymorphic-inlining." by Nicolas Geoffray · 9 years ago
  49. c26f128 Re-enable test 566-polymorphic-inlining. by Nicolas Geoffray · 9 years ago
  50. 560297f Re-enable test 496-checker-inlining-and-class-loader with CC. by Roland Levillain · 9 years ago
  51. 10cd5ee Merge "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"" by Nicolas Geoffray · 9 years ago
  52. 28a2a18 Revert "reflection: Add new 1.8 AnnotatedElement methods and tests" by Nicolas Geoffray · 9 years ago
  53. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 9 years ago
  54. 1cdee57 Disable test for now. by Nicolas Geoffray · 9 years ago
  55. c5d4754 Implementation of integer intrinsics on x86_64 by Aart Bik · 9 years ago
  56. c43a8fc Merge "Doh. Forgot to ensure it's compiled." by Nicolas Geoffray · 9 years ago
  57. 1c7736c Merge "Optimizing: Try pattern substitution when we cannot inline." by Vladimir Marko · 9 years ago
  58. a60e220 Doh. Forgot to ensure it's compiled. by Nicolas Geoffray · 9 years ago
  59. 09cd656 Merge "Fix issue with IMT dispatch." by Alex Light · 9 years ago
  60. be10e8e Optimizing: Try pattern substitution when we cannot inline. by Vladimir Marko · 9 years ago
  61. 9ff1de0 Merge "Implement first kind of polymorphic inlining." by Nicolas Geoffray · 9 years ago
  62. a42363f Implement first kind of polymorphic inlining. by Nicolas Geoffray · 9 years ago
  63. 74eb1b2 ART: Implement HSelect by David Brazdil · 9 years ago
  64. 75fd2a8 Merge "ART: Implement support for instruction inlining" by David Brazdil · 9 years ago
  65. b3e773e ART: Implement support for instruction inlining by David Brazdil · 9 years ago
  66. 9e485e6 Merge "Fix ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning." by Roland Levillain · 9 years ago
  67. 05aeb40 Merge "Re-enable some run-tests with CC after mterp fix." by Roland Levillain · 9 years ago
  68. 8bfdf83 Merge "Revert "Revert "Lift the spill at each irreducible loop block restriction.""" by Nicolas Geoffray · 9 years ago
  69. ad4ed08 Revert "Revert "Lift the spill at each irreducible loop block restriction."" by Nicolas Geoffray · 9 years ago
  70. 1277108 Fix issue with IMT dispatch. by Alex Light · 9 years ago
  71. c167ee9 reflection: Add new 1.8 AnnotatedElement methods and tests by Igor Murashkin · 9 years ago
  72. d2a188d Merge "Clear dalvik-cache before running test on host." by David Srbecky · 9 years ago
  73. 044ac84 Merge "Implemented checker/unit test for various operations." by Aart Bik · 9 years ago
  74. 2e4afe8 Clear dalvik-cache before running test on host. by David Srbecky · 9 years ago
  75. 8edb521 Re-enable some run-tests with CC after mterp fix. by Roland Levillain · 9 years ago
  76. 8206291 Merge "Do not write full method signature in mini-debug-info." by David Srbecky · 9 years ago
  77. 30202b2 Merge "Revert "Revert "Add option to generate compressed backtrace info.""" by David Srbecky · 9 years ago
  78. 2e50ecb Fix ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning. by Roland Levillain · 9 years ago
  79. 6e74fa9 Implemented checker/unit test for various operations. by Aart Bik · 9 years ago
  80. 1e953c3 Merge "Some minor simplifications in code and tests." by Aart Bik · 9 years ago
  81. 7ccb63f Merge "Enable interface default methods by default." by Alex Light · 9 years ago
  82. 9724c63 Enable interface default methods by default. by Neil Fuller · 9 years ago
  83. 09e8d5f Some minor simplifications in code and tests. by Aart Bik · 9 years ago
  84. 8881c42 Merge "Revert "Lift the spill at each irreducible loop block restriction."" by Bart Sears · 9 years ago
  85. 2818dbc Revert "Lift the spill at each irreducible loop block restriction." by Bart Sears · 9 years ago
  86. a00d5fe Merge "Lift the spill at each irreducible loop block restriction." by Nicolas Geoffray · 9 years ago
  87. b0659e6 Disable interpreter run-tests occasionally failing with CC. by Roland Levillain · 9 years ago
  88. 79e9f43 Lift the spill at each irreducible loop block restriction. by Nicolas Geoffray · 9 years ago
  89. 5288611 Do not write full method signature in mini-debug-info. by David Srbecky · 9 years ago
  90. 5b1c2ca Revert "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 9 years ago
  91. 78ebe4a Disable run-tests causing occasional timeouts with CC. by Roland Levillain · 9 years ago
  92. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  93. 1acf046 Merge "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 9 years ago
  94. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 9 years ago
  95. e0ce2c9 Merge "Add option to generate compressed backtrace info." by David Srbecky · 9 years ago
  96. 226ba9b Merge "Revert "Optimizing: double-negated bitwise operations simplifications"" by Nicolas Geoffray · 9 years ago
  97. 737c0a9 Revert "Optimizing: double-negated bitwise operations simplifications" by Nicolas Geoffray · 9 years ago
  98. 62e38f7 Merge "Optimizing: double-negated bitwise operations simplifications" by Nicolas Geoffray · 9 years ago
  99. 5d5dbeb Merge "Revert "Load app images"" by Nicolas Geoffray · 9 years ago
  100. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago