1. 3b165bc ART: Extract macro assembler by Andreas Gampe · 9 years ago
  2. 1a2e5e6 Merge "Thumb2: Clean up 16-bit LDR/STR detection." by Treehugger Robot · 9 years ago
  3. 3a656e1 Thumb2: Clean up 16-bit LDR/STR detection. by Vladimir Marko · 9 years ago
  4. 087930f ARM64: Make the VIXL macro assembler part of ART ARM64's assembler. by Alexandre Rames · 9 years ago
  5. ba65cc4 Merge "ART: Convert pointer size to enum" by Treehugger Robot · 9 years ago
  6. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  7. 33dd909 Fixed bug in disassembly of roundss/roundsd by Aart Bik · 9 years ago
  8. 18ba121 Added direct memory operand support for comiss/sd on x86. by Aart Bik · 9 years ago
  9. 06a46c4 MIPS32: Improve string and class loads by Alexey Frunze · 9 years ago
  10. 2e4fcc9 ARM: Fix shifted register offset mem address mode for load signed. by Artem Serov · 9 years ago
  11. 5668e58 Merge "Fixes to build against new VIXL interface." by Roland Levillain · 9 years ago
  12. 97c72b7 Fixes to build against new VIXL interface. by Scott Wakeling · 9 years ago
  13. dc00f18 Revert "Revert "Dump more dex file data in oatdump"" by Mathieu Chartier · 9 years ago
  14. 9c05578 Revert "Dump more dex file data in oatdump" by Nicolas Geoffray · 9 years ago
  15. 8e2c562 Dump more dex file data in oatdump by Mathieu Chartier · 9 years ago
  16. ebdbf4b ARM: Use 64-bit literals for LoadDImmediate(). by Vladimir Marko · 9 years ago
  17. e3fb245 MIPS32: Improve method invocation by Alexey Frunze · 9 years ago
  18. e900491 Create a typedef for HInstruction::GetInputs() return type. by Vladimir Marko · 9 years ago
  19. a77ceae Merge "MIPS32: Disassemble and test movf.fmt and movt.fmt (missed earlier)" by Treehugger Robot · 9 years ago
  20. a8aaf5a MIPS32: Disassemble and test movf.fmt and movt.fmt (missed earlier) by Alexey Frunze · 9 years ago
  21. 34bccc1 Merge "ARM64: Ensure stricter alignment when loading and storing register pairs" by Treehugger Robot · 9 years ago
  22. 5cb6513 Merge "ARM assembler support for VCNT and VPADDL." by Treehugger Robot · 9 years ago
  23. e652c12 ARM assembler support for VCNT and VPADDL. by xueliang.zhong · 9 years ago
  24. bde6ae1 ARM64: Ensure stricter alignment when loading and storing register pairs by Anton Kirilov · 9 years ago
  25. 5c6a587 Clean up StringReferenceValueComparator and DexFile. by Vladimir Marko · 9 years ago
  26. 4d2bb1b Fix StringReferenceValueComparator. by Vladimir Marko · 9 years ago
  27. 37d6a3b Support the -i flag in the new dexdump. by Aart Bik · 9 years ago
  28. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 9 years ago
  29. 3add9cb MIPS32: Assembler tests for MIPS32R6 by Chris Larsen · 9 years ago
  30. 6149681 Merge "MIPS32: Improve offset calculations in loads and stores" by Treehugger Robot · 9 years ago
  31. cad3a4c MIPS32: Improve offset calculations in loads and stores by Alexey Frunze · 9 years ago
  32. 372f10e Refactor handling of input records. by Vladimir Marko · 9 years ago
  33. 247250f Merge "Clean up JNI calling convention callee saves." by Vladimir Marko · 9 years ago
  34. 4020ecd Merge "MIPS32: java.lang.Math.round(float)" by Aart Bik · 9 years ago
  35. 3224838 Clean up JNI calling convention callee saves. by Vladimir Marko · 9 years ago
  36. 3b62593 Add cmpb instruction to x86 and x86_64 assembler by Serguei Katkov · 9 years ago
  37. f09d532 MIPS32: java.lang.Math.round(float) by Chris Larsen · 9 years ago
  38. dbea8b4 Merge "Revert "Revert "Thumb2: Reduce memory used for fixup dependencies.""" by Vladimir Marko · 9 years ago
  39. a64f249 Revert "Revert "Thumb2: Reduce memory used for fixup dependencies."" by Vladimir Marko · 9 years ago
  40. 2798325 Merge "Reduce memory lost by ArenaAllocator for large allocations." by Vladimir Marko · 9 years ago
  41. 3e0e717 Reduce memory lost by ArenaAllocator for large allocations. by Vladimir Marko · 9 years ago
  42. d89e241 Revert "Thumb2: Reduce memory used for fixup dependencies." by Guang Zhu · 9 years ago
  43. 1f2ce44 Thumb2: Reduce memory used for fixup dependencies. by Vladimir Marko · 9 years ago
  44. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 9 years ago
  45. c6b5627 Fix HInstruction::ReplaceInput(), allow no-op. by Vladimir Marko · 9 years ago
  46. 9152fed Thumb2: Fix EmitJumpTables() to extend buffer only if needed. by Vladimir Marko · 9 years ago
  47. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 9 years ago
  48. 979fb00 Merge "Fix: correctly destruct VIXL labels." by Roland Levillain · 9 years ago
  49. c01a664 Fix: correctly destruct VIXL labels. by Alexandre Rames · 9 years ago
  50. 6134ba1 Fix CFI fixups for long branches on MIPS. by Vladimir Marko · 9 years ago
  51. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 9 years ago
  52. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 9 years ago
  53. c496181 Add support for Dex version 37 in Runtime. by Alex Light · 9 years ago
  54. 51aff3a MIPS32: Implement UnsafeCASInt and UnsafeCASObject intrinsics. by Alexey Frunze · 9 years ago
  55. 8a8c841 Merge "Remove useless map in SwapAllocator" by Vladimir Marko · 9 years ago
  56. cc544f3 Merge "ARM: Implement Reverse bits and bytes intrinsic." by Vladimir Marko · 9 years ago
  57. c257da7 ARM: Implement Reverse bits and bytes intrinsic. by Artem Serov · 10 years ago
  58. b74353a MIPS32: Implement intrinsics from java.lang.Math: by Chris Larsen · 10 years ago
  59. 0ae0e3c Remove useless map in SwapAllocator by Jean-Philippe Halimi · 9 years ago
  60. 936d5dc Merge "MIPS32: peek*/poke*, and String.charAt intrinsics." by Roland Levillain · 9 years ago
  61. abdac47 Add X86/X86_64 support for CMOV from memory. by Mark Mendell · 9 years ago
  62. 3acee73 MIPS32: peek*/poke*, and String.charAt intrinsics. by Chris Larsen · 10 years ago
  63. 4fda4eb Move code related to debug info generation to its own directory. by David Srbecky · 9 years ago
  64. d967266 MIPS64: Remove unaligned memory access from art generated code by Lazar Trsic · 10 years ago
  65. 3a2bd29 ART: Make sure dex files are verified in the compiler by Andreas Gampe · 10 years ago
  66. c39dac1 Support for x86 popcnt. by Aart Bik · 10 years ago
  67. 857235b Merge "Implemented BitCount as an intrinsic. With unit test." by Aart Bik · 10 years ago
  68. 9bdf108 Revert "Revert "Write dex files to oat file early."" by Vladimir Marko · 10 years ago
  69. 3f67e69 Implemented BitCount as an intrinsic. With unit test. by Aart Bik · 10 years ago
  70. 919f553 Revert "Write dex files to oat file early." by Vladimir Marko · 10 years ago
  71. 625a64a Write dex files to oat file early. by Vladimir Marko · 10 years ago
  72. 8422edd Merge "MIPS32: don't use R2+ instructions (mthc1, mfhc1) on MIPS32R1 or with 32-bit FPUs." by Roland Levillain · 10 years ago
  73. bb9863a MIPS32: don't use R2+ instructions (mthc1, mfhc1) on MIPS32R1 or by Alexey Frunze · 10 years ago
  74. baf60b7 MIPS: Improve conversion between ints and floats. by Alexey Frunze · 10 years ago
  75. 3da15f8 Merge "Optimizing/ARM: Fix CmpConstant()." by Vladimir Marko · 10 years ago
  76. a21489e Merge "Clean up SwapSpace." by Vladimir Marko · 10 years ago
  77. 5f332cb Merge "MIPS32: improvements in code generation (mostly 64-bit ALU ops)" by Nicolas Geoffray · 10 years ago
  78. 6ce0173 On x64, cmpl can never take a int64 immediate. by Nicolas Geoffray · 10 years ago
  79. ef9230b Clean up SwapSpace. by Vladimir Marko · 10 years ago
  80. ac6ac10 Optimizing/ARM: Fix CmpConstant(). by Vladimir Marko · 10 years ago
  81. 299a939 MIPS64: Fuse long and FP compare & condition in Optimizing. by Alexey Frunze · 10 years ago
  82. 0ac7a8e Merge "Optimizing/ARM: Fix AddConstant() to adhere to set_cc." by Vladimir Marko · 10 years ago
  83. f5c09c3 Optimizing/ARM: Fix AddConstant() to adhere to set_cc. by Vladimir Marko · 10 years ago
  84. 5c7aed3 MIPS32: improvements in code generation (mostly 64-bit ALU ops) by Alexey Frunze · 10 years ago
  85. cd7b0ee MIPS32: Fuse long and FP compare & condition in Optimizing. by Alexey Frunze · 10 years ago
  86. 6d0aefd Merge "MIPS32: Improve integer division by constants" by Nicolas Geoffray · 10 years ago
  87. e0d25b1 Merge "Allow initializing runtime with parsed options." by Vladimir Marko · 10 years ago
  88. 88b2b80 Allow initializing runtime with parsed options. by Vladimir Marko · 10 years ago
  89. 5bde68f Merge "MIPS32: Bit rotation intrinsics" by Andreas Gampe · 10 years ago
  90. e15f6e2 Merge "MIPS32: int java.lang.*.numberOfLeadingZeros" by Andreas Gampe · 10 years ago
  91. eddbfb7 Merge "MIPS32: java.lang.*.reverse" by Andreas Gampe · 10 years ago
  92. b4536b7 Optimizing/ARM: Implement kDexCachePcRelative dispatch. by Vladimir Marko · 10 years ago
  93. e16ce5a MIPS32: Bit rotation intrinsics by Chris Larsen · 10 years ago
  94. e384547 MIPS32: int java.lang.*.numberOfLeadingZeros by Chris Larsen · 10 years ago
  95. 70014c8 MIPS32: java.lang.*.reverse by Chris Larsen · 10 years ago
  96. 7e99e05 MIPS32: Improve integer division by constants by Alexey Frunze · 10 years ago
  97. 51a354c Merge "MIPS64: Support short and long branches" by Roland Levillain · 10 years ago
  98. f180af0 Merge "Optimizing/ARM: Improve long shifts by 1." by Vladimir Marko · 10 years ago
  99. 97cd5bb Merge "Optimizing/Thumb2: Improve load/store for large offsets." by Vladimir Marko · 10 years ago
  100. a0e87b0 MIPS64: Support short and long branches by Alexey Frunze · 10 years ago