1. 91d65e0 Fix various typos in ART's comments and string literals. by Roland Levillain · 9 years ago
  2. e3f43ac Some read barrier clean-up in Optimizing. by Roland Levillain · 9 years ago
  3. 17ccfff Merge "Disable DCE when there are irreducible loops." by Nicolas Geoffray · 9 years ago
  4. 09aa147 Disable DCE when there are irreducible loops. by Nicolas Geoffray · 9 years ago
  5. 65902e8 ART: Optimize out redundant NewInstances of String by David Brazdil · 9 years ago
  6. 14c2d9f Merge "ART: Public classes never require access checks" by David Brazdil · 9 years ago
  7. 38f64d3 ART: Public classes never require access checks by David Brazdil · 9 years ago
  8. 955d24c Merge "ART: Remove Baseline compiler" by David Brazdil · 9 years ago
  9. 58282f4 ART: Remove Baseline compiler by David Brazdil · 9 years ago
  10. ae9f99e Merge "Optimizing: Improve floating point comparisons on arm and arm64." by Vladimir Marko · 9 years ago
  11. 7c0f2e5 Do HFieldGet first to avoid explicit null check. by Nicolas Geoffray · 9 years ago
  12. 7d6872a Merge "Move --dump-cfg and dump-cfg-append to CompilerOptions." by Nicolas Geoffray · 9 years ago
  13. fffbee4 Report types loaded during init to the native debugger by Tamas Berghammer · 9 years ago
  14. 03c941f Emit some additional debug info for java.lang.String by Tamas Berghammer · 9 years ago
  15. 697cc25 Merge "Report loaded classes to native debugger." by David Srbecky · 9 years ago
  16. 160e6df Report loaded classes to native debugger. by Tamas Berghammer · 9 years ago
  17. d6e069b Optimizing: Improve floating point comparisons on arm and arm64. by Vladimir Marko · 9 years ago
  18. c903b6a Move --dump-cfg and dump-cfg-append to CompilerOptions. by Nicolas Geoffray · 9 years ago
  19. cd3d0fb Do not use HArm64IntermediateAddress with read barriers. by Roland Levillain · 9 years ago
  20. 625a64a Write dex files to oat file early. by Vladimir Marko · 9 years ago
  21. 0b8cdfa ART: Fix CompilerDriver::AreInSameOatFile(). by Vladimir Marko · 9 years ago
  22. 2894346 Merge "ART: Remove incorrect HFakeString optimization" by David Brazdil · 9 years ago
  23. 51e5591 JIT: Fix incorrect CHECK by Mark Mendell · 9 years ago
  24. 947cb4f Merge "Implement irreducible loop support in optimizing." by Nicolas Geoffray · 9 years ago
  25. 7b4199a Merge "Support directly invoking interface default methods" by Alex Light · 9 years ago
  26. 15db4dc Merge "Update `ValidateInvokeRuntime()` and HDivZeroCheck." by Roland Levillain · 9 years ago
  27. 6de1938 ART: Remove incorrect HFakeString optimization by David Brazdil · 9 years ago
  28. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  29. 8422edd Merge "MIPS32: don't use R2+ instructions (mthc1, mfhc1) on MIPS32R1 or with 32-bit FPUs." by Roland Levillain · 9 years ago
  30. da88e57 Merge "Don't encode a DexRegisterMap if there is no live register." by Nicolas Geoffray · 9 years ago
  31. 2675173 Merge "Support --perf with jitted code." by Nicolas Geoffray · 9 years ago
  32. 8e6b237 Merge "MIPS: Improve conversion between ints and floats." by Roland Levillain · 9 years ago
  33. bb9863a MIPS32: don't use R2+ instructions (mthc1, mfhc1) on MIPS32R1 or by Alexey Frunze · 9 years ago
  34. baf60b7 MIPS: Improve conversion between ints and floats. by Alexey Frunze · 9 years ago
  35. 0d9150b MIPS: HRor clean-up by Alexey Frunze · 9 years ago
  36. 08d3ab5 Merge "Fixed bug with hoisting/deopting in taken-block instead of preheader. With a fail-before pass-after regression test." by Aart Bik · 9 years ago
  37. f96c43e Merge "Reduce code size by sharing slow paths." by Aart Bik · 9 years ago
  38. 55b14df Fixed bug with hoisting/deopting in taken-block instead of preheader. by Aart Bik · 9 years ago
  39. 86e4278 Add DWARF type information generation. by Tamas Berghammer · 9 years ago
  40. a25dce9 Support --perf with jitted code. by Nicolas Geoffray · 9 years ago
  41. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 9 years ago
  42. 780aece Update `ValidateInvokeRuntime()` and HDivZeroCheck. by Alexandre Rames · 9 years ago
  43. 1cde058 HDeoptimize can also trigger GC. by Nicolas Geoffray · 9 years ago
  44. 185be57 Merge "Fix memory fences in the ARM64 UnsafeCas intrinsics." by Roland Levillain · 9 years ago
  45. 5e0f5fc Merge "Disable --generate-debug-info by default in all cases." by David Srbecky · 9 years ago
  46. bb3a8bd Merge "Set side effects to HNullCheck and HBoundsCheck." by Nicolas Geoffray · 9 years ago
  47. 1af564e Set side effects to HNullCheck and HBoundsCheck. by Nicolas Geoffray · 9 years ago
  48. 67fcbd4 Merge "MIPS: Implement HRor" by Vladimir Marko · 9 years ago
  49. 42249c3 Reduce code size by sharing slow paths. by Aart Bik · 9 years ago
  50. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  51. a3eca2d Do not leave intermediate addresses across Java calls. by Nicolas Geoffray · 9 years ago
  52. 3e09eeb Disable --generate-debug-info by default in all cases. by David Srbecky · 9 years ago
  53. a05cacc Revert "Change condition to opposite if lhs is constant" by Nicolas Geoffray · 9 years ago
  54. f9f196c Change condition to opposite if lhs is constant by Anton Shamin · 9 years ago
  55. 3da15f8 Merge "Optimizing/ARM: Fix CmpConstant()." by Vladimir Marko · 9 years ago
  56. a21489e Merge "Clean up SwapSpace." by Vladimir Marko · 9 years ago
  57. 4bedb38 Fix memory fences in the ARM64 UnsafeCas intrinsics. by Roland Levillain · 9 years ago
  58. 8566a91 Merge "Generate Nops to ensure that debug stack maps have distinct PC." by David Srbecky · 9 years ago
  59. f871d46 Merge "Don't use std::abs on INT_MIN/LONG_MIN, it's undefined." by Nicolas Geoffray · 9 years ago
  60. b7070a2 Generate Nops to ensure that debug stack maps have distinct PC. by David Srbecky · 9 years ago
  61. 68f6289 Don't use std::abs on INT_MIN/LONG_MIN, it's undefined. by Nicolas Geoffray · 9 years ago
  62. acd7a6a Fix general multi-image TODOs. by Jeff Hao · 9 years ago
  63. e467cea Fix image writer for generation of app images by Mathieu Chartier · 9 years ago
  64. 012fc4e Don't encode a DexRegisterMap if there is no live register. by Nicolas Geoffray · 9 years ago
  65. 363910e Merge "Add a missing implicit null check in the ARM codegen." by Roland Levillain · 9 years ago
  66. 80e6709 Small implicit null checks refactoring in the ARM codegen. by Roland Levillain · 9 years ago
  67. 1407ee7 Add a missing implicit null check in the ARM codegen. by Roland Levillain · 9 years ago
  68. c928591 ARM Baker's read barrier fast path implementation. by Roland Levillain · 9 years ago
  69. 1f47b67 Re-enable class table for image writer by Mathieu Chartier · 9 years ago
  70. b7332f1 Merge "Perform profile file analysis in dex2oat" by Calin Juravle · 9 years ago
  71. 998c216 Perform profile file analysis in dex2oat by Calin Juravle · 9 years ago
  72. ef8f7d0 Merge "Fix a crash with unresolved classes." by Nicolas Geoffray · 9 years ago
  73. 0580d96 Fix a crash with unresolved classes. by Nicolas Geoffray · 9 years ago
  74. a06ba05 Remove gaps between images by Mathieu Chartier · 9 years ago
  75. ea0831f Re-enable adding intern table to image by Mathieu Chartier · 9 years ago
  76. 744a1c6 ART: Don't set initial RTI for BoundType if input untyped by David Brazdil · 9 years ago
  77. 15693bf ART: Resolve ambiguous ArraySets by David Brazdil · 9 years ago
  78. f555258 ART: Create BoundType for CheckCast early by David Brazdil · 9 years ago
  79. fd2140f ART: Make opt inliner a little bit cleaner/faster by Andreas Gampe · 9 years ago
  80. 92d9060 MIPS: Implement HRor by Alexey Frunze · 9 years ago
  81. d87f3ea ART: Use Primitive::Is64BitType in SsaBuilder::TypePhiFromInputs by David Brazdil · 9 years ago
  82. f196a43 Merge "X86: templatize GenerateTestAndBranch and friends" by David Brazdil · 9 years ago
  83. 06856d3 Merge "Detect phi cycles." by Nicolas Geoffray · 9 years ago
  84. a3f0bf3 Merge "Revert "Revert "Tweak inlining heuristics.""" by Nicolas Geoffray · 9 years ago
  85. 5949fa0 Revert "Revert "Tweak inlining heuristics."" by Nicolas Geoffray · 9 years ago
  86. 5f332cb Merge "MIPS32: improvements in code generation (mostly 64-bit ALU ops)" by Nicolas Geoffray · 9 years ago
  87. b7371a5 Merge "Remove bogus DCHECK in induction analysis." by Nicolas Geoffray · 9 years ago
  88. 8a1c728 X86_64: Replace x86_64 xchg instruction use by Mark Mendell · 9 years ago
  89. 152408f X86: templatize GenerateTestAndBranch and friends by Mark Mendell · 9 years ago
  90. b35302b Remove bogus DCHECK in induction analysis. by Nicolas Geoffray · 9 years ago
  91. 295abc1 ART: Set RTI of HArm64IntermediateAddress by David Brazdil · 9 years ago
  92. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  93. 5d75afe Improved side-effects/can-throw information on intrinsics. by Aart Bik · 9 years ago
  94. fa0dc72 Merge "On x64, cmpl can never take a int64 immediate." by Nicolas Geoffray · 9 years ago
  95. 6ce0173 On x64, cmpl can never take a int64 immediate. by Nicolas Geoffray · 9 years ago
  96. 1c421aa Merge "Fix code generation for String.<init> on x64." by Nicolas Geoffray · 9 years ago
  97. 7f59d59 Fix code generation for String.<init> on x64. by Nicolas Geoffray · 9 years ago
  98. e6d0d8d ART: Disable Math.round intrinsics by Andreas Gampe · 9 years ago
  99. 095b1df Revert "Make Math.round consistent on arm64." by Andreas Gampe · 9 years ago
  100. 40041c9 Make Math.round consistent on arm64. by Nicolas Geoffray · 9 years ago