1. d9e4d73 Fix iCache misses for GetKind on x86,x86_64 by Gupta Kumar, Sanjiv · 7 years ago
  2. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 7 years ago
  3. be2b613 Merge "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  4. eb0ebed Compiler changes for bitstring based type checks. by Vladimir Marko · 7 years ago
  5. 7f4aff6 ART: Implement SuperblockCloner. by Artem Serov · 7 years ago
  6. df99018 Merge "ART: Fix single-preheader transformation." by Aart Bik · 7 years ago
  7. ba3a790 Merge "Revert "ART: Try to statically evaluate some conditions."" by Treehugger Robot · 7 years ago
  8. 04366f3 Revert "ART: Try to statically evaluate some conditions." by Nicolas Geoffray · 7 years ago
  9. 09faaea ART: Fix single-preheader transformation. by Artem Serov · 7 years ago
  10. 03376f4 Merge "ART: Try to statically evaluate some conditions." by Treehugger Robot · 7 years ago
  11. 1de1e11 ART: Try to statically evaluate some conditions. by Artem Serov · 7 years ago
  12. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  13. d57fdd8 Merge "Log at places we fail to compile." by Nicolas Geoffray · 7 years ago
  14. dbb9aef Log at places we fail to compile. by Nicolas Geoffray · 7 years ago
  15. 75bb2f3 Type conversion elimination of constants by Mingyao Yang · 7 years ago
  16. 68351eb Merge "ART: Introduce individual HInstruction cloning." by Aart Bik · 7 years ago
  17. 46721ef Don't merge values for exit block in LSE. by Mingyao Yang · 7 years ago
  18. cced8ba ART: Introduce individual HInstruction cloning. by Artem Serov · 7 years ago
  19. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 7 years ago
  20. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 7 years ago
  21. d5d2f2c ART: Introduce Uint8 compiler data type. by Vladimir Marko · 7 years ago
  22. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 7 years ago
  23. 9d9f2d7 Merge "Use mmapped boot image class table for PIC app HLoadClass." by Vladimir Marko · 7 years ago
  24. 94ec2db Use mmapped boot image class table for PIC app HLoadClass. by Vladimir Marko · 7 years ago
  25. 86ce504 Merge "optimizing: add block-scoped constructor fence merging pass" by Treehugger Robot · 7 years ago
  26. dd018df optimizing: add block-scoped constructor fence merging pass by Igor Murashkin · 7 years ago
  27. 6cfbdbc Use mmapped boot image intern table for PIC app HLoadString. by Vladimir Marko · 7 years ago
  28. 4ec14ff Merge "RFC: Generate select instruction for conditional returns." by Nicolas Geoffray · 7 years ago
  29. e9b61ba Merge changes Ic119441c,I83b96b41 by Treehugger Robot · 7 years ago
  30. 6ef4567 optimizing: Add statistics for # of constructor fences added/removed by Igor Murashkin · 7 years ago
  31. 16e5289 RFC: Generate select instruction for conditional returns. by Mads Ager · 7 years ago
  32. 5aedbcd Merge "ART: Fix loop header's predecessors reordering in SimplifyLoops." by Nicolas Geoffray · 7 years ago
  33. c73ee37 ART: Fix loop header's predecessors reordering in SimplifyLoops. by Artem Serov · 7 years ago
  34. 21c7e6f ART: Fix SimplifyInduction for an instruction with HEnvironment. by Artem Serov · 7 years ago
  35. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  36. a4b58ed Fix static analyzer warning by George Burgess IV · 7 years ago
  37. 0eb882b Use ArtMethod* .bss entries for HInvokeStaticOrDirect. by Vladimir Marko · 7 years ago
  38. 3c8a912 Merge "Replace invoke kind kDexCacheViaMethod with kRuntimeCall." by Vladimir Marko · 7 years ago
  39. e7197bf Replace invoke kind kDexCacheViaMethod with kRuntimeCall. by Vladimir Marko · 7 years ago
  40. 847e6ce Rename kDexCacheViaMethod to kRuntimeCall for HLoadClass/String. by Vladimir Marko · 7 years ago
  41. 19d7d50 ARM64: Fix IsAdrpPatch(). by Vladimir Marko · 7 years ago
  42. 6597946 Use PC-relative pointer to boot image methods. by Vladimir Marko · 7 years ago
  43. 662ee25 Merge "optimizing: Build HConstructorFence for HNewArray/HNewInstance nodes" by Treehugger Robot · 7 years ago
  44. 79d8fa7 optimizing: Build HConstructorFence for HNewArray/HNewInstance nodes by Igor Murashkin · 8 years ago
  45. 764d454 Remove LoadString/Class kind kBootImageLinkTimeAddress. by Vladimir Marko · 7 years ago
  46. 4e92c3c Add runtime reasons for deopt. by Nicolas Geoffray · 8 years ago
  47. d01745e optimizing: constructor fence redundancy elimination - remove dmb after LSE by Igor Murashkin · 8 years ago
  48. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  49. b07d1bc Ensure environment is ready when populating loop. by Aart Bik · 8 years ago
  50. f8f5a16 ART vectorizer. by Aart Bik · 8 years ago
  51. 7359649 Merge "Make data dependency around HDeoptimize correct." by Nicolas Geoffray · 8 years ago
  52. 6f8e2c9 Make data dependency around HDeoptimize correct. by Nicolas Geoffray · 8 years ago
  53. b13c65b Saves full XMM state along suspend check's slow path. by Aart Bik · 8 years ago
  54. 1eede6a Don't inline methods that throw in graph with irreducible loops. by Nicolas Geoffray · 8 years ago
  55. 69d75ff Skip loop optimization if there is no loop in the graph. by Mingyao Yang · 8 years ago
  56. fdb7d63 Inline methods that throw. by Nicolas Geoffray · 8 years ago
  57. fe076a5 Merge "Code refactoring around sharpening HLoadClass." by Nicolas Geoffray · 8 years ago
  58. 83c8e27 Code refactoring around sharpening HLoadClass. by Nicolas Geoffray · 8 years ago
  59. 22aa54b AArch64: Add HInstruction scheduling support. by Alexandre Rames · 8 years ago
  60. 1ea9efc Acquire the mutator lock before comparing classes/strings. by Nicolas Geoffray · 8 years ago
  61. dcc7ab6 Merge "Put the resolved class in HLoadClass." by Nicolas Geoffray · 8 years ago
  62. e037a73 Merge "Put inlined ArtMethod pointer in stack maps." by Nicolas Geoffray · 8 years ago
  63. 5247c08 Put the resolved class in HLoadClass. by Nicolas Geoffray · 8 years ago
  64. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  65. 6bec91c Store resolved types for AOT code in .bss. by Vladimir Marko · 8 years ago
  66. 48886c2 Remove HLoadClass::LoadKind::kDexCachePcRelative. by Vladimir Marko · 8 years ago
  67. 6b69e0a Complete unrolling of loops with small body and trip count one. by Aart Bik · 8 years ago
  68. f0acfe7 Keep resolved String in HLoadString. by Nicolas Geoffray · 8 years ago
  69. c1a42cf Remove soon to be obsolete call kinds for direct calls. by Nicolas Geoffray · 8 years ago
  70. b0b051a CHA guard optimization (elimination/hoisting). by Mingyao Yang · 8 years ago
  71. a9dbe83 Add HVariableInputSizeInstruction. by Mingyao Yang · 8 years ago
  72. 9b1583e Support GVN for HLoadClass::LoadKind::kJitTableAddress. by Nicolas Geoffray · 8 years ago
  73. 22384ae Revert "Revert "Add kJitTableAddress for HLoadClass."" by Nicolas Geoffray · 8 years ago
  74. d2d5262 Revert "Add kJitTableAddress for HLoadClass." by Nicolas Geoffray · 8 years ago
  75. 5b12f79 Add kJitTableAddress for HLoadClass. by Nicolas Geoffray · 8 years ago
  76. be44dcf Add LoadString kind of kJitTableAddress for dump-cfg. by Mingyao Yang · 8 years ago
  77. 48f3e29 Merge "Do not inline loops without exit edges" by David Sehr · 8 years ago
  78. c757dec Do not inline loops without exit edges by David Sehr · 8 years ago
  79. b4e4c27 Merge "Reduce arena memory usage when changing graph structure." by Treehugger Robot · 8 years ago
  80. 661b69b Reduce arena memory usage when changing graph structure. by Vladimir Marko · 8 years ago
  81. 54d6a20 Fix 552-checker-sharpening for PIC test. by Vladimir Marko · 8 years ago
  82. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 8 years ago
  83. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  84. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 8 years ago
  85. 9620230 Refactoring of graph linearization and linear order. by Aart Bik · 8 years ago
  86. 26705cc Merge "A first implementation of a loop optimization framework." by Aart Bik · 8 years ago
  87. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 8 years ago
  88. 281c681 A first implementation of a loop optimization framework. by Aart Bik · 8 years ago
  89. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  90. 4287925 Merge "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  91. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  92. 63dccbb Store resolved Strings for AOT code in .bss. by Vladimir Marko · 8 years ago
  93. 20e9db6 Make LinearizeGraph() public (and move it to nodes files) by Aart Bik · 8 years ago
  94. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  95. 75d2df2 ART: Use old operator<< for MemBarrierKind by Andreas Gampe · 8 years ago
  96. 26de38b ART: Delete old compiler_enums.h by Andreas Gampe · 8 years ago
  97. e900491 Create a typedef for HInstruction::GetInputs() return type. by Vladimir Marko · 8 years ago
  98. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 9 years ago
  99. 206fbf5 Remove too aggressive DCHECKs. by Nicolas Geoffray · 8 years ago
  100. d6c205e ART: Remove redundant MoveInstructionBefore method by David Brazdil · 8 years ago