1. dfdf1e5 Merge "ART: Extract JNI macro assembler for arm" by Treehugger Robot · 8 years ago
  2. 60b1e1d ART: Extract JNI macro assembler for arm by Andreas Gampe · 8 years ago
  3. dcf3014 ART: Extract JNI macro assembler for arm64 by Andreas Gampe · 8 years ago
  4. c0362b5 Merge "ART: Extract JNI macro assembler for x86" by Treehugger Robot · 8 years ago
  5. af2962c Merge "ART: Extract JNI macro assembler for x86-64" by Treehugger Robot · 8 years ago
  6. 1ace16b ART: Extract JNI macro assembler for x86-64 by Andreas Gampe · 8 years ago
  7. 9954e3b ART: Extract JNI macro assembler for x86 by Andreas Gampe · 8 years ago
  8. 5319d3c Implement running user defined list of passes by Wojciech Staszkiewicz · 8 years ago
  9. 51616fb Merge "Enable IntermediateAddress for primitive arrays with read barriers." by Roland Levillain · 8 years ago
  10. 12ecf08 Enable IntermediateAddress for primitive arrays with read barriers. by Roland Levillain · 8 years ago
  11. 1568ed9 Merge "Add a register allocation strategy compiler option" by Treehugger Robot · 8 years ago
  12. 95a976a Merge "ART: Extract macro assembler" by Treehugger Robot · 8 years ago
  13. 2cd05b7 Add a register allocation strategy compiler option by Matthew Gharrity · 8 years ago
  14. 3b165bc ART: Extract macro assembler by Andreas Gampe · 8 years ago
  15. 2ac06bc Test all register allocators in regalloc gtest by Matthew Gharrity · 8 years ago
  16. d9ffd0d Implement a graph coloring register allocator by Matthew Gharrity · 8 years ago
  17. 9526d13 Merge "Temporary disable new round implementation on x86/x86_64" by Treehugger Robot · 8 years ago
  18. ac15207 Merge "Add support for CallKind::kCallOnMainAndSlowPath" by Treehugger Robot · 8 years ago
  19. 7ad310da Temporary disable new round implementation on x86/x86_64 by Aart Bik · 8 years ago
  20. 349f388 Implement single-/double-precision round intrinsic in x86_64 by Aart Bik · 8 years ago
  21. 25dd953 Merge "Implement single-precision round intrinsic in x86" by Aart Bik · 8 years ago
  22. 2c9f495 Implement single-precision round intrinsic in x86 by Aart Bik · 8 years ago
  23. 1a2e5e6 Merge "Thumb2: Clean up 16-bit LDR/STR detection." by Treehugger Robot · 8 years ago
  24. 3a656e1 Thumb2: Clean up 16-bit LDR/STR detection. by Vladimir Marko · 8 years ago
  25. 965c0b9 Merge "Change suspend entrypoint to save all registers." by Vladimir Marko · 8 years ago
  26. 952dbb1 Change suspend entrypoint to save all registers. by Vladimir Marko · 8 years ago
  27. 36a270a Change one read barrier bit to mark bit by Mathieu Chartier · 8 years ago
  28. 89bd835 Merge "ARM64: Use the zero register in the parallel-move resolver." by Roland Levillain · 8 years ago
  29. a7426c6 Fix an assertion in the non-Baker read barrier ARM64 slow path. by Roland Levillain · 8 years ago
  30. b2b753c ARM64: Use the zero register in the parallel-move resolver. by Alexandre Rames · 8 years ago
  31. b7e921c Merge "Improve the graph visualizer's output for constant locations." by Nicolas Geoffray · 8 years ago
  32. 524a76c Merge "ARM64: Make the VIXL macro assembler part of ART ARM64's assembler." by Nicolas Geoffray · 8 years ago
  33. 35bb22f Merge "Align method code rather than method header in oat files." by Vladimir Marko · 8 years ago
  34. 087930f ARM64: Make the VIXL macro assembler part of ART ARM64's assembler. by Alexandre Rames · 8 years ago
  35. c2c52a1 Improve the graph visualizer's output for constant locations. by Alexandre Rames · 8 years ago
  36. 3719016 Merge "ARM: Embed 0.0 in VCMP." by Vladimir Marko · 8 years ago
  37. 37dd80d ARM: Embed 0.0 in VCMP. by Vladimir Marko · 8 years ago
  38. 0c737df Align method code rather than method header in oat files. by Vladimir Marko · 8 years ago
  39. ba65cc4 Merge "ART: Convert pointer size to enum" by Treehugger Robot · 8 years ago
  40. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  41. 33dd909 Fixed bug in disassembly of roundss/roundsd by Aart Bik · 8 years ago
  42. e304fc2 Merge "Added direct memory operand support for comiss/sd on x86." by Treehugger Robot · 8 years ago
  43. 18ba121 Added direct memory operand support for comiss/sd on x86. by Aart Bik · 8 years ago
  44. df638c6 Merge "ART: remove gcc cruft from the makefiles" by Colin Cross · 8 years ago
  45. 4c4d6f4 Merge "Pass the right class loader when inlining." by Nicolas Geoffray · 8 years ago
  46. ecf75a6 ART: remove gcc cruft from the makefiles by Colin Cross · 8 years ago
  47. 5fc9dde Merge "Disable CheckSwapUsage test with read barriers on x86." by Roland Levillain · 8 years ago
  48. d22b69a Merge "Remove two ReadBarrierMarkRegX entrypoints." by Roland Levillain · 8 years ago
  49. f1aedb1 Pass the right class loader when inlining. by Nicolas Geoffray · 8 years ago
  50. 63b6eb4 Disable CheckSwapUsage test with read barriers on x86. by Roland Levillain · 8 years ago
  51. f9136b6 Merge "MIPS32: Improve string and class loads" by Vladimir Marko · 8 years ago
  52. 75d2df2 ART: Use old operator<< for MemBarrierKind by Andreas Gampe · 8 years ago
  53. 06a46c4 MIPS32: Improve string and class loads by Alexey Frunze · 8 years ago
  54. 6369394 Merge "ART: Delete old compiler_enums.h" by Treehugger Robot · 8 years ago
  55. 26de38b ART: Delete old compiler_enums.h by Andreas Gampe · 8 years ago
  56. cdd822f MIPS32: Block callee save fp registers in debuggable by Goran Jakovljevic · 8 years ago
  57. a69e790 Merge "Make static helper methods member functions of OptimizingCompiler class" by Aart Bik · 8 years ago
  58. de4cf16 Merge "Do not emit stack maps for runtime calls to ReadBarrierMarkRegX." by Roland Levillain · 8 years ago
  59. 806f012 Add support for CallKind::kCallOnMainAndSlowPath by Serban Constantinescu · 8 years ago
  60. d549c28 Remove two ReadBarrierMarkRegX entrypoints. by Roland Levillain · 8 years ago
  61. f5fb090 Make static helper methods member functions of OptimizingCompiler class by Wojciech Staszkiewicz · 8 years ago
  62. dec8f63 Do not emit stack maps for runtime calls to ReadBarrierMarkRegX. by Roland Levillain · 8 years ago
  63. 67def59 Combine offsets in loop-based dynamic BCE. by Aart Bik · 8 years ago
  64. 057361c Merge "Move caller-saves saving/restoring to ReadBarrierMarkRegX." by Roland Levillain · 8 years ago
  65. 4359e61 Move caller-saves saving/restoring to ReadBarrierMarkRegX. by Roland Levillain · 8 years ago
  66. a92938a Merge "ARM: Port instr simplification of array accesses." by Vladimir Marko · 8 years ago
  67. 328429f ARM: Port instr simplification of array accesses. by Artem Serov · 8 years ago
  68. e4b1c86 Merge "Revert "Revert "Refactor GetIMTIndex""" by Treehugger Robot · 8 years ago
  69. 8a75990 Merge "Refactor register allocation to be pluggable" by Treehugger Robot · 8 years ago
  70. 0b110f4 Fix accidental pass-by-value by Matthew Gharrity · 8 years ago
  71. 8f49d4b Refactor register allocation to be pluggable by Matthew Gharrity · 8 years ago
  72. 360b4b0 Merge "ART: Change return types of field access entrypoints" by Vladimir Marko · 8 years ago
  73. 6740997 ART: Change return types of field access entrypoints by Andreas Gampe · 8 years ago
  74. 79e7324 Merge "JIT: Don't update the dex cache of another class loader." by Nicolas Geoffray · 8 years ago
  75. c17e6d3 Merge "ARM: Change mem address mode for array accesses." by Vladimir Marko · 8 years ago
  76. 6c91679 ARM: Change mem address mode for array accesses. by Artem Serov · 8 years ago
  77. 465ecc8 Revert "Revert "Refactor GetIMTIndex"" by Matthew Gharrity · 8 years ago
  78. 5d6e27d Refactor SSA deconstruction into its own class by Matthew Gharrity · 8 years ago
  79. 491617a JIT: Don't update the dex cache of another class loader. by Nicolas Geoffray · 8 years ago
  80. bae13af Merge "ARM: Fix shifted register offset mem address mode for load signed." by Vladimir Marko · 8 years ago
  81. 2e4fcc9 ARM: Fix shifted register offset mem address mode for load signed. by Artem Serov · 8 years ago
  82. 0c67dda Merge "Rename current register allocator implementation" by Treehugger Robot · 8 years ago
  83. 4c489f4 Merge "MIPS64: Highest/Lowest Bit Intrinsic Support" by Roland Levillain · 8 years ago
  84. 71280fc Fix the build with respect to new VIXL. by Roland Levillain · 8 years ago
  85. 5668e58 Merge "Fixes to build against new VIXL interface." by Roland Levillain · 8 years ago
  86. 24670a7 Merge "Add a new control flow simplifier." by Nicolas Geoffray · 8 years ago
  87. 68bd9b9 ARM64: Improve code generated to spill/restore for slow paths. by Alexandre Rames · 8 years ago
  88. dac9b19 Add a new control flow simplifier. by Nicolas Geoffray · 8 years ago
  89. 43e10b0 ART: Replace ScopedFd with FdFile by Andreas Gampe · 8 years ago
  90. e928885 Rename current register allocator implementation by Matthew Gharrity · 8 years ago
  91. 97c72b7 Fixes to build against new VIXL interface. by Scott Wakeling · 8 years ago
  92. 05d9a64 Merge "Revert "Revert "Dump more dex file data in oatdump""" by Treehugger Robot · 8 years ago
  93. dc00f18 Revert "Revert "Dump more dex file data in oatdump"" by Mathieu Chartier · 8 years ago
  94. f18f3cb Merge "Integer.bitCount and Long.bitCount intrinsics for ARM" by Treehugger Robot · 8 years ago
  95. f1073c8 Integer.bitCount and Long.bitCount intrinsics for ARM by xueliang.zhong · 8 years ago
  96. 2c30a37 Merge "Introduce more compact ReadBarrierMark slow-paths." by Roland Levillain · 8 years ago
  97. 7598736 Merge "Revert "Dump more dex file data in oatdump"" by Nicolas Geoffray · 8 years ago
  98. 9c05578 Revert "Dump more dex file data in oatdump" by Nicolas Geoffray · 8 years ago
  99. 09d77fa Merge "Fix a bug in ClassTableGet code generation for IMTs." by Nicolas Geoffray · 8 years ago
  100. 8e2c562 Dump more dex file data in oatdump by Mathieu Chartier · 8 years ago