1. dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 6 years ago
  2. 18259d7 ART: Compiler support for const-method-type by Orion Hodson · 6 years ago
  3. b006e1f Merge "Revert^4 "Compiler changes for bitstring based type checks."" by Treehugger Robot · 7 years ago
  4. 175e786 Revert^4 "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  5. 3fbd3ad Revert^3 "Compiler changes for bitstring based type checks." by Andreas Gampe · 7 years ago
  6. fe94875 ART: Fix infinite recursion for deopt at dex pc 0. by Vladimir Marko · 7 years ago
  7. 3f41323 Revert^2 "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  8. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  9. 2c148f0 Don't analyze methods with verification errors. by Aart Bik · 7 years ago
  10. 66c158e Clean up signed/unsigned in vectorizer. by Aart Bik · 7 years ago
  11. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 7 years ago
  12. eb0ebed Compiler changes for bitstring based type checks. by Vladimir Marko · 7 years ago
  13. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  14. 38a3f21 Alignment optimizations in vectorizer. by Aart Bik · 7 years ago
  15. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 7 years ago
  16. d5d2f2c ART: Introduce Uint8 compiler data type. by Vladimir Marko · 7 years ago
  17. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 7 years ago
  18. bf3243b ART: Describe static fields in GraphVisualizer. by Vladimir Marko · 7 years ago
  19. 5ceac0e Don't use the graph's dex file when printing HInvoke. by Nicolas Geoffray · 7 years ago
  20. 82b0740 Use IntrusiveForwardList<> for Env-/UsePosition. by Vladimir Marko · 8 years ago
  21. c8e93c7 Min/max SIMDization support. by Aart Bik · 7 years ago
  22. f34dd20 ARM64: Support MultiplyAccumulate for SIMD. by Artem Serov · 7 years ago
  23. f3e61ee Implement halving add idiom (with checker tests). by Aart Bik · 7 years ago
  24. 7359649 Merge "Make data dependency around HDeoptimize correct." by Nicolas Geoffray · 8 years ago
  25. 6f8e2c9 Make data dependency around HDeoptimize correct. by Nicolas Geoffray · 8 years ago
  26. 5576f37 Implement a SIMD spilling slot. by Aart Bik · 8 years ago
  27. 74234da ARM: Merge data-processing instructions and shifts/(un)signed extensions by Anton Kirilov · 8 years ago
  28. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  29. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 8 years ago
  30. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 8 years ago
  31. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  32. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 8 years ago
  33. 372f3a3 ART: Add thread offset printing hook to disassembler by Andreas Gampe · 8 years ago
  34. c2c52a1 Improve the graph visualizer's output for constant locations. by Alexandre Rames · 8 years ago
  35. e928885 Rename current register allocator implementation by Matthew Gharrity · 8 years ago
  36. ee8d971 X86: Use memory to do array range checks by Mark Mendell · 8 years ago
  37. e900491 Create a typedef for HInstruction::GetInputs() return type. by Vladimir Marko · 8 years ago
  38. 4692c35 Merge "Replace String.charAt() with HIR." by Vladimir Marko · 8 years ago
  39. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 8 years ago
  40. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 9 years ago
  41. 372f10e Refactor handling of input records. by Vladimir Marko · 8 years ago
  42. 893a1d3 Merge "Fix oatdump crash on arm64/arm code. Also adds 16 bit literal information." by Aart Bik · 8 years ago
  43. d3059e7 Fix oatdump crash on arm64/arm code. Also adds 16 bit literal information. by Aart Bik · 8 years ago
  44. d7c2fdc Fix another case of live_in at irreducible loop entry. by Nicolas Geoffray · 8 years ago
  45. dce016e Intrinsify String.length() and String.isEmpty() as HIR. by Vladimir Marko · 8 years ago
  46. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 9 years ago
  47. 085055f Merge "Optimizing: Improve const-string code generation." by Vladimir Marko · 9 years ago
  48. fa02c9d ART: Flush ostream less frequently in GraphVisualizer by David Brazdil · 9 years ago
  49. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 9 years ago
  50. 11edec7 ART: Loosen a GraphChecker rule on Boolean inputs by David Brazdil · 9 years ago
  51. b133ec6 Ensure object ArraySet with null value does not need a type check. by Roland Levillain · 9 years ago
  52. 7fc6350 Integrate BitwiseNegated into shared framework. by Artem Serov · 9 years ago
  53. 9ff0d20 Optimizing: ARM64 negated bitwise operations simplification by Kevin Brodsky · 9 years ago
  54. 4a0dad6 Revert "Revert "ARM/ARM64: Extend support of instruction combining."" by Artem Udovichenko · 9 years ago
  55. 31dd3d6 Extend constant folding to float and double operations. by Roland Levillain · 9 years ago
  56. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 9 years ago
  57. 8650378 Fix x86-64 Baker's read barrier fast path for CheckCast. by Roland Levillain · 9 years ago
  58. ad4ed08 Revert "Revert "Lift the spill at each irreducible loop block restriction."" by Nicolas Geoffray · 9 years ago
  59. 09e8d5f Some minor simplifications in code and tests. by Aart Bik · 9 years ago
  60. 2818dbc Revert "Lift the spill at each irreducible loop block restriction." by Bart Sears · 9 years ago
  61. 79e9f43 Lift the spill at each irreducible loop block restriction. by Nicolas Geoffray · 9 years ago
  62. 69fd1b5 Revert "Some minor simplifications in code and tests." by Nicolas Geoffray · 9 years ago
  63. bf03fcd Some minor simplifications in code and tests. by Aart Bik · 9 years ago
  64. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  65. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  66. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 9 years ago
  67. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  68. 47229aa Merge "Revert "Revert "Don't use the compiler driver for method resolution.""" by Nicolas Geoffray · 9 years ago
  69. e523423 Revert "Revert "Don't use the compiler driver for method resolution."" by Nicolas Geoffray · 9 years ago
  70. f64242a Optimizing: Add checker tests for sharpening. by Vladimir Marko · 9 years ago
  71. c88ef3a Revert "Don't use the compiler driver for method resolution." by Nicolas Geoffray · 9 years ago
  72. 4db0bf9 Don't use the compiler driver for method resolution. by Nicolas Geoffray · 9 years ago
  73. 8626b74 ARM64: Use the shifter operands. by Alexandre Rames · 9 years ago
  74. 418318f ARM64: Add support for multiply-accumulate. by Alexandre Rames · 9 years ago
  75. 33a9a16 Merge "Allow NullConstant to be untyped in GraphVisualiser." by Calin Juravle · 9 years ago
  76. b2d38fd Allow NullConstant to be untyped in GraphVisualiser. by Mark Mendell · 9 years ago
  77. fbb184a Fix ClinitCheck pruning. by Vladimir Marko · 9 years ago
  78. cdfed3d Revert "Revert "Run type propagation after inliner only when needed."" by Calin Juravle · 9 years ago
  79. d26a411 ART: Refactor iteration over normal/exceptional successors by David Brazdil · 9 years ago
  80. 2717436 Revert "Run type propagation after inliner only when needed." by Calin Juravle · 9 years ago
  81. 4e5dd52 Run type propagation after inliner only when needed. by Calin Juravle · 9 years ago
  82. 359f77c Merge "Add DCHECKs to ArenaVector and ScopedArenaVector." by Vladimir Marko · 9 years ago
  83. 386062d Make sure classes with different access checks are not GVN-ed by Calin Juravle · 9 years ago
  84. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 9 years ago
  85. 98893e1 Add support for unresolved classes in optimizing. by Calin Juravle · 9 years ago
  86. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 9 years ago
  87. 6e7455e Use dominance information for null optimization in write barrier. by Nicolas Geoffray · 9 years ago
  88. e6f49b4 Revert "Support unresolved fields in optimizing" breaks debuggable tests. by Calin Juravle · 9 years ago
  89. 23a8e35 Support unresolved fields in optimizing by Calin Juravle · 9 years ago
  90. 175dc73 Support unresolved methods in Optimizing by Calin Juravle · 9 years ago
  91. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 9 years ago
  92. 6058455 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 9 years ago
  93. 145acc5 Revert "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 9 years ago
  94. 91e11c0 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 9 years ago
  95. 8c4113b Merge "Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation""""" by Calin Juravle · 9 years ago
  96. 3dac766 Merge "Revert "Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation""""" by Calin Juravle · 9 years ago
  97. 2e76830 Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation"""" by Calin Juravle · 9 years ago
  98. d60a1af Run intrinsics on inlined code. by Scott Wakeling · 9 years ago
  99. a5ae3c3 Revert "Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation"""" by Calin Juravle · 9 years ago
  100. e344a80 Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation""" by Calin Juravle · 9 years ago