1. a0f2bc5 Merge "Move code related to debug info generation to its own directory." by David Srbecky · 9 years ago
  2. 4fda4eb Move code related to debug info generation to its own directory. by David Srbecky · 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 · 10 years ago
  14. 2f10a5f Revert "Revert "X86: Use the constant area for more operations."" by Mark P Mendell · 10 years ago
  15. 7c0b44f Support CMOV for x86_64 Select by Mark Mendell · 9 years ago
  16. 3f1a8be Fixed bug on premature DCHECK. With fail-before/pass-after test by Aart Bik · 9 years ago
  17. c5b76b9 Merge "Minor improvement on static BCE analysis." by Aart Bik · 9 years ago
  18. 1fc3afb Minor improvement on static BCE analysis. by Aart Bik · 9 years ago
  19. a20748a Merge "Implement first kind of polymorphic inlining on MIPS." by Roland Levillain · 9 years ago
  20. 2aba7cd Implement first kind of polymorphic inlining on MIPS. by Roland Levillain · 9 years ago
  21. 905cb88 Merge "Revert "Revert "Optimizing: double-negated bitwise operations simplifications""" by Roland Levillain · 9 years ago
  22. ca0e3a0 Revert "Revert "Optimizing: double-negated bitwise operations simplifications"" by Alexandre Rames · 9 years ago
  23. 371d75e Merge "Assume fp operations can also take a constant on x86." by Nicolas Geoffray · 9 years ago
  24. 7770a3e Assume fp operations can also take a constant on x86. by Nicolas Geoffray · 9 years ago
  25. 674f519 ART: Enable multi-level instruction inlining by David Brazdil · 9 years ago
  26. e5c71f9 Handle HSelect in LSE. by Mingyao Yang · 9 years ago
  27. 623a7a2 MIPS32: Fix codegen register dumps. by Vladimir Marko · 9 years ago
  28. ba70200 Add MIPS floating point register mapping to DWARF. by David Srbecky · 9 years ago
  29. 5f16c05 Merge "Remove unused DMB code paths in the ARM64 Optimizing Compiler" by Roland Levillain · 9 years ago
  30. 02fc24e ARM64: Add direct calls to math intrinsics by Anton Kirilov · 10 years ago
  31. a9e5521 Merge "MIPS64: Remove unaligned memory access from art generated code" by Vladimir Marko · 9 years ago
  32. c3cf1d2 Merge "Implemented signum() on ARM64." by Aart Bik · 9 years ago
  33. bb24bd0 Implemented signum() on ARM64. by Aart Bik · 10 years ago
  34. 03196cf Be on the safe side: emit an environment for runtime calls. by Nicolas Geoffray · 9 years ago
  35. 7b56502 Implement compare() on ARM64. by Aart Bik · 10 years ago
  36. ea3a007 Merge "Implementation of integer intrinsics on x86_64" by Aart Bik · 10 years ago
  37. 1c720b7 Merge "Optimizing compiler support for directly calling interface methods" by Alex Light · 10 years ago
  38. d967266 MIPS64: Remove unaligned memory access from art generated code by Lazar Trsic · 10 years ago
  39. 87d38b7 Merge "Optimizing: Use dex pc 0 for pattern substitution-generated IGET." by Vladimir Marko · 10 years ago
  40. adda435 Optimizing: Use dex pc 0 for pattern substitution-generated IGET. by Vladimir Marko · 10 years ago
  41. 04d3e87 ART: Do not use AT register in MIPS DSS<->RP swap by David Brazdil · 10 years ago
  42. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 10 years ago
  43. c5d4754 Implementation of integer intrinsics on x86_64 by Aart Bik · 10 years ago
  44. be10e8e Optimizing: Try pattern substitution when we cannot inline. by Vladimir Marko · 10 years ago
  45. cc0f311 ART: Add missing swaps to MIPS codegen by David Brazdil · 10 years ago
  46. 6f06fdb Merge "ART: Fix gtest after liveness CL" by David Brazdil · 10 years ago
  47. b11b072 ART: Fix gtest after liveness CL by David Brazdil · 10 years ago
  48. 9ff1de0 Merge "Implement first kind of polymorphic inlining." by Nicolas Geoffray · 10 years ago
  49. a42363f Implement first kind of polymorphic inlining. by Nicolas Geoffray · 10 years ago
  50. 74eb1b2 ART: Implement HSelect by David Brazdil · 10 years ago
  51. 75fd2a8 Merge "ART: Implement support for instruction inlining" by David Brazdil · 10 years ago
  52. b3e773e ART: Implement support for instruction inlining by David Brazdil · 10 years ago
  53. 9e485e6 Merge "Fix ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning." by Roland Levillain · 10 years ago
  54. 8bfdf83 Merge "Revert "Revert "Lift the spill at each irreducible loop block restriction.""" by Nicolas Geoffray · 10 years ago
  55. ad4ed08 Revert "Revert "Lift the spill at each irreducible loop block restriction."" by Nicolas Geoffray · 10 years ago
  56. 4a6a67c Remove unused DMB code paths in the ARM64 Optimizing Compiler by Serban Constantinescu · 10 years ago
  57. 30202b2 Merge "Revert "Revert "Add option to generate compressed backtrace info.""" by David Srbecky · 10 years ago
  58. f032f3a Merge "Optimizing: Lazy creation of Handle<>s in RTP." by Vladimir Marko · 10 years ago
  59. 2e50ecb Fix ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning. by Roland Levillain · 10 years ago
  60. 7d1fbf3 Optimizing: Lazy creation of Handle<>s in RTP. by Vladimir Marko · 10 years ago
  61. b1bd048 Merge "Recognize common utilities as intrinsics." by Aart Bik · 10 years ago
  62. 59c9454 Recognize common utilities as intrinsics. by Aart Bik · 10 years ago
  63. 09e8d5f Some minor simplifications in code and tests. by Aart Bik · 10 years ago
  64. 8881c42 Merge "Revert "Lift the spill at each irreducible loop block restriction."" by Bart Sears · 10 years ago
  65. 2818dbc Revert "Lift the spill at each irreducible loop block restriction." by Bart Sears · 10 years ago
  66. a00d5fe Merge "Lift the spill at each irreducible loop block restriction." by Nicolas Geoffray · 10 years ago
  67. 79e9f43 Lift the spill at each irreducible loop block restriction. by Nicolas Geoffray · 10 years ago
  68. 5b1c2ca Revert "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 10 years ago
  69. f39745e ART: Remove some unnecessary mutator lock annotations. by Vladimir Marko · 10 years ago
  70. 1acf046 Merge "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 10 years ago
  71. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 10 years ago
  72. 6a75b9e Merge "Fix MIPS64 booting problem" by Vladimir Marko · 10 years ago
  73. 5fdcc3c Add option to generate compressed backtrace info. by David Srbecky · 10 years ago
  74. 9500529 Merge "Improve documentation and assertions of read barrier instrumentation." by Roland Levillain · 10 years ago
  75. 6f007eb Merge "Allow x86 memory operands for 64-bit popcnt on x86." by Aart Bik · 10 years ago
  76. 7d9f95f Merge "Revert "Revert "ARM64 Baker's read barrier fast path implementation.""" by Roland Levillain · 10 years ago
  77. 8ed1826 Fix MIPS64 booting problem by Goran Jakovljevic · 10 years ago
  78. 87f7dfc Merge "Revert "Revert "Inline methods with loops.""" by Nicolas Geoffray · 10 years ago
  79. 788f2f0 Revert "Revert "Inline methods with loops."" by Nicolas Geoffray · 10 years ago
  80. d30de5b Merge "Revert "Revert "Revert "Change condition to opposite if lhs is constant"""" by Nicolas Geoffray · 10 years ago
  81. d4aee94 Revert "Revert "Revert "Change condition to opposite if lhs is constant""" by Nicolas Geoffray · 10 years ago
  82. 95e7ffc Improve documentation and assertions of read barrier instrumentation. by Roland Levillain · 10 years ago
  83. 4401586 Revert "Revert "ARM64 Baker's read barrier fast path implementation."" by Roland Levillain · 10 years ago
  84. 3451383 Merge "With irreducible loops, we can have a null destination." by Nicolas Geoffray · 10 years ago
  85. 04eb70f With irreducible loops, we can have a null destination. by Nicolas Geoffray · 10 years ago
  86. 45ec096 Merge "Revert "Revert "Change condition to opposite if lhs is constant""" by Nicolas Geoffray · 10 years ago
  87. c54ec90 Merge "Revert "Some minor simplifications in code and tests."" by Nicolas Geoffray · 10 years ago
  88. 69fd1b5 Revert "Some minor simplifications in code and tests." by Nicolas Geoffray · 10 years ago
  89. ca9f686 Merge "Revert "ARM/ARM64: Extend support of instruction combining."" by Nicolas Geoffray · 10 years ago
  90. 6b5afdd Revert "ARM/ARM64: Extend support of instruction combining." by Nicolas Geoffray · 10 years ago
  91. 884e54c Revert "Revert "Change condition to opposite if lhs is constant"" by Nicolas Geoffray · 10 years ago
  92. 2a94607 Allow x86 memory operands for 64-bit popcnt on x86. by Aart Bik · 10 years ago
  93. 20a96c6 Merge "Support for x86 popcnt." by Aart Bik · 10 years ago
  94. c39dac1 Support for x86 popcnt. by Aart Bik · 10 years ago
  95. 14de51f Merge "Revert "ARM64 Baker's read barrier fast path implementation."" by Mathieu Chartier · 10 years ago
  96. 28a2ff0 Revert "ARM64 Baker's read barrier fast path implementation." by Mathieu Chartier · 10 years ago
  97. 857235b Merge "Implemented BitCount as an intrinsic. With unit test." by Aart Bik · 10 years ago
  98. f3e4c8a Merge "Some minor simplifications in code and tests." by Aart Bik · 10 years ago
  99. 8ad4824 Merge "ARM64 Baker's read barrier fast path implementation." by Roland Levillain · 10 years ago
  100. debeb98 ARM/ARM64: Extend support of instruction combining. by Ilmir Usmanov · 10 years ago