1. de4cf16 Merge "Do not emit stack maps for runtime calls to ReadBarrierMarkRegX." by Roland Levillain · 8 years ago
  2. dec8f63 Do not emit stack maps for runtime calls to ReadBarrierMarkRegX. by Roland Levillain · 9 years ago
  3. 67def59 Combine offsets in loop-based dynamic BCE. by Aart Bik · 9 years ago
  4. 057361c Merge "Move caller-saves saving/restoring to ReadBarrierMarkRegX." by Roland Levillain · 9 years ago
  5. 4359e61 Move caller-saves saving/restoring to ReadBarrierMarkRegX. by Roland Levillain · 9 years ago
  6. a92938a Merge "ARM: Port instr simplification of array accesses." by Vladimir Marko · 9 years ago
  7. 328429f ARM: Port instr simplification of array accesses. by Artem Serov · 9 years ago
  8. e4b1c86 Merge "Revert "Revert "Refactor GetIMTIndex""" by Treehugger Robot · 9 years ago
  9. 8a75990 Merge "Refactor register allocation to be pluggable" by Treehugger Robot · 9 years ago
  10. 0b110f4 Fix accidental pass-by-value by Matthew Gharrity · 9 years ago
  11. 8f49d4b Refactor register allocation to be pluggable by Matthew Gharrity · 9 years ago
  12. 360b4b0 Merge "ART: Change return types of field access entrypoints" by Vladimir Marko · 9 years ago
  13. 6740997 ART: Change return types of field access entrypoints by Andreas Gampe · 9 years ago
  14. 79e7324 Merge "JIT: Don't update the dex cache of another class loader." by Nicolas Geoffray · 9 years ago
  15. c17e6d3 Merge "ARM: Change mem address mode for array accesses." by Vladimir Marko · 9 years ago
  16. 6c91679 ARM: Change mem address mode for array accesses. by Artem Serov · 9 years ago
  17. 465ecc8 Revert "Revert "Refactor GetIMTIndex"" by Matthew Gharrity · 9 years ago
  18. 5d6e27d Refactor SSA deconstruction into its own class by Matthew Gharrity · 9 years ago
  19. 491617a JIT: Don't update the dex cache of another class loader. by Nicolas Geoffray · 9 years ago
  20. bae13af Merge "ARM: Fix shifted register offset mem address mode for load signed." by Vladimir Marko · 9 years ago
  21. 2e4fcc9 ARM: Fix shifted register offset mem address mode for load signed. by Artem Serov · 9 years ago
  22. 0c67dda Merge "Rename current register allocator implementation" by Treehugger Robot · 9 years ago
  23. 4c489f4 Merge "MIPS64: Highest/Lowest Bit Intrinsic Support" by Roland Levillain · 9 years ago
  24. 71280fc Fix the build with respect to new VIXL. by Roland Levillain · 9 years ago
  25. 5668e58 Merge "Fixes to build against new VIXL interface." by Roland Levillain · 9 years ago
  26. 24670a7 Merge "Add a new control flow simplifier." by Nicolas Geoffray · 9 years ago
  27. 68bd9b9 ARM64: Improve code generated to spill/restore for slow paths. by Alexandre Rames · 9 years ago
  28. dac9b19 Add a new control flow simplifier. by Nicolas Geoffray · 9 years ago
  29. 43e10b0 ART: Replace ScopedFd with FdFile by Andreas Gampe · 9 years ago
  30. e928885 Rename current register allocator implementation by Matthew Gharrity · 9 years ago
  31. 97c72b7 Fixes to build against new VIXL interface. by Scott Wakeling · 9 years ago
  32. 05d9a64 Merge "Revert "Revert "Dump more dex file data in oatdump""" by Treehugger Robot · 9 years ago
  33. dc00f18 Revert "Revert "Dump more dex file data in oatdump"" by Mathieu Chartier · 9 years ago
  34. f18f3cb Merge "Integer.bitCount and Long.bitCount intrinsics for ARM" by Treehugger Robot · 9 years ago
  35. f1073c8 Integer.bitCount and Long.bitCount intrinsics for ARM by xueliang.zhong · 9 years ago
  36. 2c30a37 Merge "Introduce more compact ReadBarrierMark slow-paths." by Roland Levillain · 9 years ago
  37. 7598736 Merge "Revert "Dump more dex file data in oatdump"" by Nicolas Geoffray · 9 years ago
  38. 9c05578 Revert "Dump more dex file data in oatdump" by Nicolas Geoffray · 9 years ago
  39. 09d77fa Merge "Fix a bug in ClassTableGet code generation for IMTs." by Nicolas Geoffray · 9 years ago
  40. 8e2c562 Dump more dex file data in oatdump by Mathieu Chartier · 9 years ago
  41. 633c22d Merge "Improve search for available spill slots in RA" by Treehugger Robot · 9 years ago
  42. a708355 Merge "X86: Use memory to do array range checks" by Vladimir Marko · 9 years ago
  43. ff484b9 Fix a bug in ClassTableGet code generation for IMTs. by Nicolas Geoffray · 9 years ago
  44. ee8d971 X86: Use memory to do array range checks by Mark Mendell · 9 years ago
  45. 02b7580 Introduce more compact ReadBarrierMark slow-paths. by Roland Levillain · 9 years ago
  46. f64a6ab Improve search for available spill slots in RA by Matthew Gharrity · 9 years ago
  47. 058d934 Merge "ARM64: Shorter fast-path for read barrier field load." by Vladimir Marko · 9 years ago
  48. 2f378bf Merge "Two more patterns for instruction simplifier" by Vladimir Marko · 9 years ago
  49. 877a033 ARM64: Shorter fast-path for read barrier field load. by Vladimir Marko · 9 years ago
  50. 5f4f6cf Merge "ARM: Shorter fast-path for read barrier field load." by Vladimir Marko · 9 years ago
  51. d3278bd Two more patterns for instruction simplifier by Maxim Kazantsev · 9 years ago
  52. d8f5f56 Merge "Rename kCall to kCallOnMainOnly" by Roland Levillain · 9 years ago
  53. 194bcfe ARM: Shorter fast-path for read barrier field load. by Vladimir Marko · 9 years ago
  54. 54ff482 Rename kCall to kCallOnMainOnly by Serban Constantinescu · 9 years ago
  55. dedde3f Merge "Have LOCAL_ASFLAGS honor debug/non-debug configuration." by Roland Levillain · 9 years ago
  56. 83e4903 Merge "Revert "Revert "Optimize IMT""" by Jeff Hao · 9 years ago
  57. ab92250 MIPS64: Highest/Lowest Bit Intrinsic Support by Chris Larsen · 9 years ago
  58. b136c87 Merge "MIPS64: java.lang.Math.round" by Aart Bik · 9 years ago
  59. a548c08 Merge "Math Round Intrinsic Implementations For Java8." by Roland Levillain · 9 years ago
  60. 4a7a7d2 Merge "ARM: Remove unnecessary VMOV from float/double-to-int." by Vladimir Marko · 9 years ago
  61. 4d35bee Merge "ARM: Use 64-bit literals for LoadDImmediate()." by Treehugger Robot · 9 years ago
  62. d1e153c Math Round Intrinsic Implementations For Java8. by xueliang.zhong · 9 years ago
  63. ebdbf4b ARM: Use 64-bit literals for LoadDImmediate(). by Vladimir Marko · 9 years ago
  64. fea1abd Implement System.arraycopy intrinsic on x86. by Nicolas Geoffray · 9 years ago
  65. 8c5d310 ARM: Remove unnecessary VMOV from float/double-to-int. by Vladimir Marko · 9 years ago
  66. 9f65db8 Fix System.arraycopy when doing same array copying. by Nicolas Geoffray · 9 years ago
  67. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 9 years ago
  68. 5bf7bac Revert "Revert "Inline and optimize interface calls."" by Nicolas Geoffray · 9 years ago
  69. 19dc255 Revert "Inline and optimize interface calls." by Nicolas Geoffray · 9 years ago
  70. d9facea Inline and optimize interface calls. by Nicolas Geoffray · 9 years ago
  71. f7ba875 Merge "Simplification for associative and commutative operations on constants" by Nicolas Geoffray · 9 years ago
  72. b5390f7 Have LOCAL_ASFLAGS honor debug/non-debug configuration. by Roland Levillain · 9 years ago
  73. e3fb245 MIPS32: Improve method invocation by Alexey Frunze · 9 years ago
  74. e14dc86 Simplification for associative and commutative operations on constants by Anton Kirilov · 9 years ago
  75. 1fdb340 Merge "Create a typedef for HInstruction::GetInputs() return type." by Treehugger Robot · 9 years ago
  76. e900491 Create a typedef for HInstruction::GetInputs() return type. by Vladimir Marko · 9 years ago
  77. 7fe30f9 Make the Compute() method of all HIRs static. by Anton Kirilov · 9 years ago
  78. 04e5e59 Merge "Improvements in induction range analysis." by Aart Bik · 9 years ago
  79. a77ceae Merge "MIPS32: Disassemble and test movf.fmt and movt.fmt (missed earlier)" by Treehugger Robot · 9 years ago
  80. a8aaf5a MIPS32: Disassemble and test movf.fmt and movt.fmt (missed earlier) by Alexey Frunze · 9 years ago
  81. e430539 Merge "Revert "Integer.bitCount and Long.bitCount intrinsics for ARM"" by Nicolas Geoffray · 9 years ago
  82. 35ca359 Revert "Integer.bitCount and Long.bitCount intrinsics for ARM" by Nicolas Geoffray · 9 years ago
  83. 8bf8117 Merge "Fix merging HLoadClass with HNewInstance." by Vladimir Marko · 9 years ago
  84. 52be7e7 Improvements in induction range analysis. by Aart Bik · 9 years ago
  85. c7591b4 Fix merging HLoadClass with HNewInstance. by Vladimir Marko · 9 years ago
  86. 2a17419 Integer.bitCount and Long.bitCount intrinsics for ARM by xueliang.zhong · 9 years ago
  87. 9c23cec Merge "Remove the old obsolete profiler" by Treehugger Robot · 9 years ago
  88. fdbc395 Merge "Do checks on the fault address when we think it's an NPE." by Treehugger Robot · 9 years ago
  89. 34bccc1 Merge "ARM64: Ensure stricter alignment when loading and storing register pairs" by Treehugger Robot · 9 years ago
  90. e8e1127 Do checks on the fault address when we think it's an NPE. by Nicolas Geoffray · 9 years ago
  91. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 9 years ago
  92. e36389f Merge "Revert "Refactor GetIMTIndex"" by Nicolas Geoffray · 9 years ago
  93. d4ceecc Revert "Refactor GetIMTIndex" by Nicolas Geoffray · 9 years ago
  94. 5cb6513 Merge "ARM assembler support for VCNT and VPADDL." by Treehugger Robot · 9 years ago
  95. e652c12 ARM assembler support for VCNT and VPADDL. by xueliang.zhong · 9 years ago
  96. be84b59 Remove the old obsolete profiler by Calin Juravle · 9 years ago
  97. f249230 Merge "Optimize away useless masking operations on shift amounts." by Treehugger Robot · 9 years ago
  98. d5d0c7b Merge "MIPS64: Remove the workaround in VisitInvokeStaticOrDirect" by Treehugger Robot · 9 years ago
  99. bde6ae1 ARM64: Ensure stricter alignment when loading and storing register pairs by Anton Kirilov · 9 years ago
  100. 47fe36d Merge "MIPS32: Drop redundant moves in integer conversions" by Treehugger Robot · 9 years ago