1. a42363f Implement first kind of polymorphic inlining. by Nicolas Geoffray · 10 years ago
  2. 1acf046 Merge "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 10 years ago
  3. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 10 years ago
  4. 6a75b9e Merge "Fix MIPS64 booting problem" by Vladimir Marko · 10 years ago
  5. 5fdcc3c Add option to generate compressed backtrace info. by David Srbecky · 10 years ago
  6. 9500529 Merge "Improve documentation and assertions of read barrier instrumentation." by Roland Levillain · 10 years ago
  7. 6f007eb Merge "Allow x86 memory operands for 64-bit popcnt on x86." by Aart Bik · 10 years ago
  8. 7d9f95f Merge "Revert "Revert "ARM64 Baker's read barrier fast path implementation.""" by Roland Levillain · 10 years ago
  9. 8ed1826 Fix MIPS64 booting problem by Goran Jakovljevic · 10 years ago
  10. 87f7dfc Merge "Revert "Revert "Inline methods with loops.""" by Nicolas Geoffray · 10 years ago
  11. 788f2f0 Revert "Revert "Inline methods with loops."" by Nicolas Geoffray · 10 years ago
  12. d30de5b Merge "Revert "Revert "Revert "Change condition to opposite if lhs is constant"""" by Nicolas Geoffray · 10 years ago
  13. d4aee94 Revert "Revert "Revert "Change condition to opposite if lhs is constant""" by Nicolas Geoffray · 10 years ago
  14. 95e7ffc Improve documentation and assertions of read barrier instrumentation. by Roland Levillain · 10 years ago
  15. 4401586 Revert "Revert "ARM64 Baker's read barrier fast path implementation."" by Roland Levillain · 10 years ago
  16. 3451383 Merge "With irreducible loops, we can have a null destination." by Nicolas Geoffray · 10 years ago
  17. 04eb70f With irreducible loops, we can have a null destination. by Nicolas Geoffray · 10 years ago
  18. 45ec096 Merge "Revert "Revert "Change condition to opposite if lhs is constant""" by Nicolas Geoffray · 10 years ago
  19. c54ec90 Merge "Revert "Some minor simplifications in code and tests."" by Nicolas Geoffray · 10 years ago
  20. 69fd1b5 Revert "Some minor simplifications in code and tests." by Nicolas Geoffray · 10 years ago
  21. ca9f686 Merge "Revert "ARM/ARM64: Extend support of instruction combining."" by Nicolas Geoffray · 10 years ago
  22. 6b5afdd Revert "ARM/ARM64: Extend support of instruction combining." by Nicolas Geoffray · 10 years ago
  23. 884e54c Revert "Revert "Change condition to opposite if lhs is constant"" by Nicolas Geoffray · 10 years ago
  24. 2a94607 Allow x86 memory operands for 64-bit popcnt on x86. by Aart Bik · 10 years ago
  25. 20a96c6 Merge "Support for x86 popcnt." by Aart Bik · 10 years ago
  26. c39dac1 Support for x86 popcnt. by Aart Bik · 10 years ago
  27. 14de51f Merge "Revert "ARM64 Baker's read barrier fast path implementation."" by Mathieu Chartier · 10 years ago
  28. 28a2ff0 Revert "ARM64 Baker's read barrier fast path implementation." by Mathieu Chartier · 10 years ago
  29. 857235b Merge "Implemented BitCount as an intrinsic. With unit test." by Aart Bik · 10 years ago
  30. f3e4c8a Merge "Some minor simplifications in code and tests." by Aart Bik · 10 years ago
  31. 8ad4824 Merge "ARM64 Baker's read barrier fast path implementation." by Roland Levillain · 10 years ago
  32. debeb98 ARM/ARM64: Extend support of instruction combining. by Ilmir Usmanov · 10 years ago
  33. 3f67e69 Implemented BitCount as an intrinsic. With unit test. by Aart Bik · 10 years ago
  34. 086d27e Fix missing case in ARM64 codegen. by Aart Bik · 10 years ago
  35. bf03fcd Some minor simplifications in code and tests. by Aart Bik · 10 years ago
  36. 3ac099b Merge "Revert "Inline methods with loops."" by Andreas Gampe · 10 years ago
  37. 6c2574c Merge "Revert "Fix gtests after loop inlining support."" by Andreas Gampe · 10 years ago
  38. 451ad8d Revert "Inline methods with loops." by Andreas Gampe · 10 years ago
  39. fee4e2e Revert "Fix gtests after loop inlining support." by Andreas Gampe · 10 years ago
  40. 7997baf Merge "Fix gtests after loop inlining support." by Nicolas Geoffray · 10 years ago
  41. 0e342cd Fix gtests after loop inlining support. by Nicolas Geoffray · 10 years ago
  42. c047d94 ART: DCHECK still too strong for String NewInstance by David Brazdil · 10 years ago
  43. 440ef2c Merge "ART: Cannot assume String.<init> called on NewInstance" by David Brazdil · 10 years ago
  44. 5b98e3c Merge "Inline methods with loops." by Nicolas Geoffray · 10 years ago
  45. c8f1df9 ARM64 Baker's read barrier fast path implementation. by Roland Levillain · 10 years ago
  46. bc9ab16 ART: Cannot assume String.<init> called on NewInstance by David Brazdil · 10 years ago
  47. 82fc9bb Inline methods with loops. by Nicolas Geoffray · 10 years ago
  48. 91d65e0 Fix various typos in ART's comments and string literals. by Roland Levillain · 10 years ago
  49. e3f43ac Some read barrier clean-up in Optimizing. by Roland Levillain · 10 years ago
  50. 17ccfff Merge "Disable DCE when there are irreducible loops." by Nicolas Geoffray · 10 years ago
  51. 09aa147 Disable DCE when there are irreducible loops. by Nicolas Geoffray · 10 years ago
  52. 65902e8 ART: Optimize out redundant NewInstances of String by David Brazdil · 10 years ago
  53. 955d24c Merge "ART: Remove Baseline compiler" by David Brazdil · 10 years ago
  54. 58282f4 ART: Remove Baseline compiler by David Brazdil · 10 years ago
  55. ae9f99e Merge "Optimizing: Improve floating point comparisons on arm and arm64." by Vladimir Marko · 10 years ago
  56. 7c0f2e5 Do HFieldGet first to avoid explicit null check. by Nicolas Geoffray · 10 years ago
  57. d6e069b Optimizing: Improve floating point comparisons on arm and arm64. by Vladimir Marko · 10 years ago
  58. c903b6a Move --dump-cfg and dump-cfg-append to CompilerOptions. by Nicolas Geoffray · 10 years ago
  59. cd3d0fb Do not use HArm64IntermediateAddress with read barriers. by Roland Levillain · 10 years ago
  60. 2894346 Merge "ART: Remove incorrect HFakeString optimization" by David Brazdil · 10 years ago
  61. 947cb4f Merge "Implement irreducible loop support in optimizing." by Nicolas Geoffray · 10 years ago
  62. 15db4dc Merge "Update `ValidateInvokeRuntime()` and HDivZeroCheck." by Roland Levillain · 10 years ago
  63. 6de1938 ART: Remove incorrect HFakeString optimization by David Brazdil · 10 years ago
  64. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 10 years ago
  65. 8422edd Merge "MIPS32: don't use R2+ instructions (mthc1, mfhc1) on MIPS32R1 or with 32-bit FPUs." by Roland Levillain · 10 years ago
  66. da88e57 Merge "Don't encode a DexRegisterMap if there is no live register." by Nicolas Geoffray · 10 years ago
  67. 8e6b237 Merge "MIPS: Improve conversion between ints and floats." by Roland Levillain · 10 years ago
  68. bb9863a MIPS32: don't use R2+ instructions (mthc1, mfhc1) on MIPS32R1 or by Alexey Frunze · 10 years ago
  69. baf60b7 MIPS: Improve conversion between ints and floats. by Alexey Frunze · 10 years ago
  70. 0d9150b MIPS: HRor clean-up by Alexey Frunze · 10 years ago
  71. 08d3ab5 Merge "Fixed bug with hoisting/deopting in taken-block instead of preheader. With a fail-before pass-after regression test." by Aart Bik · 10 years ago
  72. f96c43e Merge "Reduce code size by sharing slow paths." by Aart Bik · 10 years ago
  73. 55b14df Fixed bug with hoisting/deopting in taken-block instead of preheader. by Aart Bik · 10 years ago
  74. 86e4278 Add DWARF type information generation. by Tamas Berghammer · 10 years ago
  75. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 10 years ago
  76. 780aece Update `ValidateInvokeRuntime()` and HDivZeroCheck. by Alexandre Rames · 10 years ago
  77. 1cde058 HDeoptimize can also trigger GC. by Nicolas Geoffray · 10 years ago
  78. 185be57 Merge "Fix memory fences in the ARM64 UnsafeCas intrinsics." by Roland Levillain · 10 years ago
  79. bb3a8bd Merge "Set side effects to HNullCheck and HBoundsCheck." by Nicolas Geoffray · 10 years ago
  80. 1af564e Set side effects to HNullCheck and HBoundsCheck. by Nicolas Geoffray · 10 years ago
  81. 67fcbd4 Merge "MIPS: Implement HRor" by Vladimir Marko · 10 years ago
  82. 42249c3 Reduce code size by sharing slow paths. by Aart Bik · 10 years ago
  83. a3eca2d Do not leave intermediate addresses across Java calls. by Nicolas Geoffray · 10 years ago
  84. a05cacc Revert "Change condition to opposite if lhs is constant" by Nicolas Geoffray · 10 years ago
  85. f9f196c Change condition to opposite if lhs is constant by Anton Shamin · 10 years ago
  86. 3da15f8 Merge "Optimizing/ARM: Fix CmpConstant()." by Vladimir Marko · 10 years ago
  87. 4bedb38 Fix memory fences in the ARM64 UnsafeCas intrinsics. by Roland Levillain · 10 years ago
  88. 8566a91 Merge "Generate Nops to ensure that debug stack maps have distinct PC." by David Srbecky · 10 years ago
  89. f871d46 Merge "Don't use std::abs on INT_MIN/LONG_MIN, it's undefined." by Nicolas Geoffray · 10 years ago
  90. b7070a2 Generate Nops to ensure that debug stack maps have distinct PC. by David Srbecky · 10 years ago
  91. 68f6289 Don't use std::abs on INT_MIN/LONG_MIN, it's undefined. by Nicolas Geoffray · 10 years ago
  92. 012fc4e Don't encode a DexRegisterMap if there is no live register. by Nicolas Geoffray · 10 years ago
  93. 363910e Merge "Add a missing implicit null check in the ARM codegen." by Roland Levillain · 10 years ago
  94. 80e6709 Small implicit null checks refactoring in the ARM codegen. by Roland Levillain · 10 years ago
  95. 1407ee7 Add a missing implicit null check in the ARM codegen. by Roland Levillain · 10 years ago
  96. c928591 ARM Baker's read barrier fast path implementation. by Roland Levillain · 10 years ago
  97. 0580d96 Fix a crash with unresolved classes. by Nicolas Geoffray · 10 years ago
  98. 744a1c6 ART: Don't set initial RTI for BoundType if input untyped by David Brazdil · 10 years ago
  99. 15693bf ART: Resolve ambiguous ArraySets by David Brazdil · 10 years ago
  100. f555258 ART: Create BoundType for CheckCast early by David Brazdil · 10 years ago