1. 81d804a Bring Reference Type Propagation to NewArray by Guillaume "Vermeille" Sanchez · 10 years ago
  2. c06841d Merge "Fix a few literals and assertions." by Roland Levillain · 10 years ago
  3. 41f2729 Merge "Move the catalog after the stack maps." by Nicolas Geoffray · 10 years ago
  4. 6530baf Move the catalog after the stack maps. by Nicolas Geoffray · 10 years ago
  5. 9470f04 Merge "Make inlining deterministic." by Nicolas Geoffray · 10 years ago
  6. f39c9eb Fix a few literals and assertions. by Roland Levillain · 10 years ago
  7. d026143 Make inlining deterministic. by Nicolas Geoffray · 10 years ago
  8. c7af85d ART: Update graph's exit block field if removed by David Brazdil · 10 years ago
  9. 8a8d825 Merge "Do not use dex_compilation_unit after inlining." by Nicolas Geoffray · 10 years ago
  10. ca27be7 Merge "ARM64: Move xSELF from x18 to x19." by Andreas Gampe · 10 years ago
  11. e7654e5 Merge "Revert "Switch to using ELF-64 for 64-bit architectures."" by Hiroshi Yamauchi · 10 years ago
  12. 650f0c4 Revert "Switch to using ELF-64 for 64-bit architectures." by Hiroshi Yamauchi · 10 years ago
  13. d5111bf Do not use dex_compilation_unit after inlining. by Nicolas Geoffray · 10 years ago
  14. d56376c Revert "Revert "Introduce a NearLabel in thumb2."" by Nicolas Geoffray · 10 years ago
  15. 9bd88b0 ARM64: Move xSELF from x18 to x19. by Serban Constantinescu · 10 years ago
  16. dc80984 Merge "Write 64-bit address in DWARF if we are on 64-bit architecture." by David Srbecky · 10 years ago
  17. 1d63774 Merge "Fix the size of a StackHandleScope in art::CompilerDriver." by Roland Levillain · 10 years ago
  18. d6a1eae Merge "Revert "Introduce a NearLabel in thumb2."" by Nicolas Geoffray · 10 years ago
  19. 1f277e3 Revert "Introduce a NearLabel in thumb2." by Nicolas Geoffray · 10 years ago
  20. 9758a8e Merge "Also encode the InvokeType in an InlineInfo." by Nicolas Geoffray · 10 years ago
  21. b176d7c Also encode the InvokeType in an InlineInfo. by Nicolas Geoffray · 10 years ago
  22. 1fd8dae Merge "Introduce a NearLabel in thumb2." by Nicolas Geoffray · 10 years ago
  23. 20d80be Merge "Switch to using ELF-64 for 64-bit architectures." by David Srbecky · 10 years ago
  24. db0bbab Introduce a NearLabel in thumb2. by Nicolas Geoffray · 10 years ago
  25. 9099ef7 Add tests for InstanceOf's and CheckCast's MustDoNullCheck by Guillaume "Vermeille" Sanchez · 10 years ago
  26. 0ba218d Remove unnecessary clinit checks by Calin Juravle · 10 years ago
  27. 9ba4e65 Merge "Revert "Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1"" by Calin Juravle · 10 years ago
  28. 2b79984 Revert "Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1" by Calin Juravle · 10 years ago
  29. 713c59e Merge "Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1" by Calin Juravle · 10 years ago
  30. 0f675d8 Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1 by Guillaume "Vermeille" Sanchez · 10 years ago
  31. d126ba1 [Optimizing] Thumb2 assembler: use 16bits branches when we can. by Nicolas Geoffray · 10 years ago
  32. bc84222 Merge "Mark CheckCast's and InstanceOf's input as !CanBeNull if used before in a NullCheck" by Calin Juravle · 10 years ago
  33. a3a49fe Switch to using ELF-64 for 64-bit architectures. by David Srbecky · 10 years ago
  34. 90688ae Fix build - large frame size of ElfWriterQuick<ElfTypes>::Write. by David Srbecky · 10 years ago
  35. dc23a38 Merge "Eliminate redundant constructor barriers when inlining." by Calin Juravle · 10 years ago
  36. 3cd4fc8 Eliminate redundant constructor barriers when inlining. by Calin Juravle · 10 years ago
  37. ad5fa8c Support generation of CFI in .debug_frame format. by David Srbecky · 10 years ago
  38. 48fb0b7 Merge "Don't do a null test in MarkGCCard if the value cannot be null." by Nicolas Geoffray · 10 years ago
  39. 2b846ed Fix the size of a StackHandleScope in art::CompilerDriver. by Roland Levillain · 10 years ago
  40. 07276db Don't do a null test in MarkGCCard if the value cannot be null. by Nicolas Geoffray · 10 years ago
  41. 8909baf Mark CheckCast's and InstanceOf's input as !CanBeNull if used before in a NullCheck by Guillaume "Vermeille" Sanchez · 10 years ago
  42. 2f9d137 Merge "Opt compiler: ARM64: Use ldp/stp on arm64 for slow paths." by Nicolas Geoffray · 10 years ago
  43. f1a9ff7 ART: Mark constructor 'explicit' by David Brazdil · 10 years ago
  44. c7a2485 ART: Revert change to LiveRange::Dump by David Brazdil · 10 years ago
  45. 7fe79ff Revert "ART: Revert change to LiveRange::Dump" by David Brazdil · 10 years ago
  46. 294a050 ART: Revert change to LiveRange::Dump by David Brazdil · 10 years ago
  47. 17f1bc5 Merge "Support InlineInfo in StackMap." by Nicolas Geoffray · 10 years ago
  48. b1d0f3f Support InlineInfo in StackMap. by Nicolas Geoffray · 10 years ago
  49. 682876a Merge "Don't emit bkpt, takes extra space for nothing." by Nicolas Geoffray · 10 years ago
  50. 81b2591 Merge "ART: Removed redundant Phis as part of DCE" by David Brazdil · 10 years ago
  51. 84daae5 ART: Removed redundant Phis as part of DCE by David Brazdil · 10 years ago
  52. d30ad93 Merge "Callee/caller save logic in register allocator." by Nicolas Geoffray · 10 years ago
  53. 8826f67 Callee/caller save logic in register allocator. by Nicolas Geoffray · 10 years ago
  54. c88b09f Merge "ART: Print C1vis lists as [v1,...,vN]" by David Brazdil · 10 years ago
  55. 3f68e38 Don't emit bkpt, takes extra space for nothing. by Nicolas Geoffray · 10 years ago
  56. c57397b ART: Print C1vis lists as [v1,...,vN] by David Brazdil · 10 years ago
  57. 99df2b1 Merge "Opt compiler: Speedup div/rem by constants on arm32 and arm64." by Nicolas Geoffray · 10 years ago
  58. c666710 Opt compiler: Speedup div/rem by constants on arm32 and arm64. by Zheng Xu · 10 years ago
  59. 9f99d92 ART: Fix a minor lint error by David Brazdil · 10 years ago
  60. 1cad536 Merge "ART: Refactor GraphVisualizer attribute printing" by David Brazdil · 10 years ago
  61. c7465286 ART: Refactor GraphVisualizer attribute printing by David Brazdil · 10 years ago
  62. d9a27b6 Merge "Quick: Fix marking high words in DCE." by Vladimir Marko · 10 years ago
  63. 9cacef6 Quick: Fix marking high words in DCE. by Vladimir Marko · 10 years ago
  64. c8c6aa9 Merge "ART: Do not relocate app program headers in patchoat." by Vladimir Marko · 10 years ago
  65. 2a6c5ee Merge "[optimizing] Fold HTypeConversion of constants" by Roland Levillain · 10 years ago
  66. 3fc9903 ART: Do not relocate app program headers in patchoat. by Vladimir Marko · 10 years ago
  67. fd11470 ART: Fix unused return-value in test by Andreas Gampe · 10 years ago
  68. e82549b [optimizing] Fold HTypeConversion of constants by Mark Mendell · 10 years ago
  69. ade58e1 Quick: Fix DCE, clear high word flag in RemoveChange(). by Vladimir Marko · 10 years ago
  70. cefb155 Merge "ART: arm indexOf intrinsics for the optimizing compiler" by Andreas Gampe · 10 years ago
  71. 83d46ef Quick: Fix DCE to mark wide register overlaps correctly. by Vladimir Marko · 10 years ago
  72. f396211 Merge "ART: Rediscover loops after deleting blocks in DCE" by David Brazdil · 10 years ago
  73. ba6fdbc ART: arm indexOf intrinsics for the optimizing compiler by Andreas Gampe · 10 years ago
  74. cdf89f3 Merge "Small correction in Optimizing's ARM64 code generator." by Roland Levillain · 10 years ago
  75. c23fef5 Merge "Revert "Add new rule to the graph checker."" by Calin Juravle · 10 years ago
  76. 1d8b49f Revert "Add new rule to the graph checker." by Calin Juravle · 10 years ago
  77. fe8cd35 Merge "Add new rule to the graph checker." by Calin Juravle · 10 years ago
  78. a4b8c21 ART: Rediscover loops after deleting blocks in DCE by David Brazdil · 10 years ago
  79. 987b2e6 Merge "Simplify floating-point comparisons with NaN in Optimizing." by Roland Levillain · 10 years ago
  80. 1d316ad Merge "Insert a read barrier in the JNI bridge." by Hiroshi Yamauchi · 10 years ago
  81. 9dfba72 Merge "ART: x86 indexOf intrinsics for the optimizing compiler" by Andreas Gampe · 10 years ago
  82. 21030dd ART: x86 indexOf intrinsics for the optimizing compiler by Andreas Gampe · 10 years ago
  83. 9d50775 Add new rule to the graph checker. by Calin Juravle · 10 years ago
  84. 119b21a Merge "[optimizing] Improve 32 bit long shift by 1." by Roland Levillain · 10 years ago
  85. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 10 years ago
  86. ba56d06 [optimizing] Improve 32 bit long shift by 1. by Mark Mendell · 10 years ago
  87. cdeb0b5 Merge "[optimizing] Tune some x86_64 moves" by Nicolas Geoffray · 10 years ago
  88. 6727a48 Merge "Skip compilation when falling-through out of method code." by Calin Juravle · 10 years ago
  89. 3b55ebb Simplify floating-point comparisons with NaN in Optimizing. by Roland Levillain · 10 years ago
  90. 1cc71eb Insert a read barrier in the JNI bridge. by Hiroshi Yamauchi · 10 years ago
  91. 7b4de07 Merge "Quick: Fix DCE to rename SSA regs for degenerate Phis." by Vladimir Marko · 10 years ago
  92. 92e83bf [optimizing] Tune some x86_64 moves by Mark Mendell · 10 years ago
  93. e299f16 Quick: Abolish kMirOpCheckPart2. by Vladimir Marko · 10 years ago
  94. f60715c Quick: Fix DCE to rename SSA regs for degenerate Phis. by Vladimir Marko · 10 years ago
  95. 8c0c91a Use a growable array instead of an environment during SSA. by Nicolas Geoffray · 10 years ago
  96. db216f4 Relax the only one back-edge restriction. by Nicolas Geoffray · 10 years ago
  97. a6591ef Merge "ART: Fix mips64 jni bugs." by Andreas Gampe · 10 years ago
  98. d90957f ART: Fix mips64 jni bugs. by Douglas Leung · 10 years ago
  99. a412964 In quick compiler, force string init invoke to be fast path. by Jeff Hao · 10 years ago
  100. 896e32d Small correction in Optimizing's ARM64 code generator. by Roland Levillain · 10 years ago