1. 3f6c7f6 [optimizing] Improve x86, x86_64 code by Mark Mendell · 10 years ago
  2. 234d69d Revert "Revert "[optimizing] Enable x86 long support."" by Nicolas Geoffray · 10 years ago
  3. 154552e Revert "[optimizing] Enable x86 long support." by Nicolas Geoffray · 10 years ago
  4. b4ba354 [optimizing] Enable x86 long support. by Nicolas Geoffray · 10 years ago
  5. 7cde48c Stack support for Optimizing compiler by Sebastien Hertz · 10 years ago
  6. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  7. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  8. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  9. 6aa7fe6 Merge "Replace a few std::vector with ArenaVector in Mir2Lir." by Vladimir Marko · 10 years ago
  10. 80b96d1 Replace a few std::vector with ArenaVector in Mir2Lir. by Vladimir Marko · 10 years ago
  11. b666f48 Move arenas into runtime by Mathieu Chartier · 10 years ago
  12. 2ee8837 Merge "ART: Templatize IsInt & IsUint" by Andreas Gampe · 10 years ago
  13. ab1eb0d ART: Templatize IsInt & IsUint by Andreas Gampe · 10 years ago
  14. 7a01dc2 Dead code elimination based on GVN results. by Vladimir Marko · 10 years ago
  15. bce8899 Merge "Clean up Scoped-/ArenaAlocator array allocations." by Vladimir Marko · 10 years ago
  16. ffe8a57 Optimize double/float immediate loading on arm. by Nicolas Geoffray · 10 years ago
  17. e4fcc5b Clean up Scoped-/ArenaAlocator array allocations. by Vladimir Marko · 10 years ago
  18. aa874e0 Merge "Quick: Rewrite Phi node insertion." by Vladimir Marko · 10 years ago
  19. 1d6957f Merge "Improve ParallelMoveResolver to work with pairs." by Nicolas Geoffray · 10 years ago
  20. f7a0c4e Improve ParallelMoveResolver to work with pairs. by Nicolas Geoffray · 10 years ago
  21. 6a8946b Quick: Rewrite Phi node insertion. by Vladimir Marko · 10 years ago
  22. 391b87e Merge "ART: Arm intrinsics for Optimizing compiler" by Andreas Gampe · 10 years ago
  23. 2bcf9bf ART: Arm intrinsics for Optimizing compiler by Andreas Gampe · 10 years ago
  24. 748f140 x64 goodness. by Nicolas Geoffray · 10 years ago
  25. 3d1e788 Fix build by putting ATTRIBUTE_UNUSUED. by Nicolas Geoffray · 10 years ago
  26. 51fdf43 Fix thumb2 assembler's ShifterOperandCanHold. by Nicolas Geoffray · 10 years ago
  27. 7b7e524 ART: Fix assembler_thumb_test by Andreas Gampe · 10 years ago
  28. 513ea0c ART: Fix thumb2 utils assembler by Andreas Gampe · 10 years ago
  29. 1cf9528 Small optimization for recursive calls: avoid dex cache. by Nicolas Geoffray · 10 years ago
  30. 966c3ae Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" by Mark P Mendell · 10 years ago
  31. 949c91f Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 10 years ago
  32. 827eedb Move code around and address growable_array comment. by Nicolas Geoffray · 10 years ago
  33. 76d032b Merge "Introduce a SideEffectsAnalysis class." by Nicolas Geoffray · 10 years ago
  34. 86dde16 Introduce a SideEffectsAnalysis class. by Nicolas Geoffray · 10 years ago
  35. 3d2c8e7 ART: Implement X86 hard float (Quick/JNI/Baseline) by Mark Mendell · 10 years ago
  36. 9889396 Enable core callee-save on x64. by Nicolas Geoffray · 10 years ago
  37. 24f2dfa [optimizing compiler] Implement inline x86 FP '%' by Mark Mendell · 10 years ago
  38. cd6dffe Add implicit null checks for the optimizing compiler by Calin Juravle · 10 years ago
  39. 0223a19 Merge "ART: Allow to compile interpret-only mips64 files" by Andreas Gampe · 10 years ago
  40. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 10 years ago
  41. 71fb52f ART: Optimizing compiler intrinsics by Andreas Gampe · 10 years ago
  42. 369810a ART: Allow scoped adjustments to log verbosity by Andreas Gampe · 10 years ago
  43. 65bec69 ART: Clean assembler_test disassemblies by Andreas Gampe · 10 years ago
  44. 8d36591 ART: Use jalr instead of jr for Mips by Andreas Gampe · 10 years ago
  45. 6650de2 Merge "Revert "ART: Implement hard float for X86"" by Vladimir Marko · 10 years ago
  46. 0f9b03c Revert "ART: Implement hard float for X86" by Vladimir Marko · 10 years ago
  47. 1342867 Merge "ART: Implement hard float for X86" by Vladimir Marko · 10 years ago
  48. 59b9cf7 ART: Implement hard float for X86 by Mark Mendell · 10 years ago
  49. 840e546 Implement double and float support for arm in register allocator. by Nicolas Geoffray · 10 years ago
  50. 140c2c7 ART: Remove unused parts of x86 assemblers by Andreas Gampe · 10 years ago
  51. 8558375 Merge "Fix braino in x64 assembler." by Nicolas Geoffray · 10 years ago
  52. edb157f ART: Mac build fix by Andreas Gampe · 10 years ago
  53. bed520b ART: Do not compile swap file functionality on Mac by Andreas Gampe · 10 years ago
  54. 5c79aec Merge "ART: Swap-space in the compiler" by Andreas Gampe · 10 years ago
  55. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  56. 52c4896 [optimizing compiler] Add support for volatile by Calin Juravle · 10 years ago
  57. 784cc5c Fix braino in x64 assembler. by Nicolas Geoffray · 10 years ago
  58. ac0341e Fix Thumb2 Emit16BitAddSub() to keep full immediate. by Vladimir Marko · 10 years ago
  59. 6048838 Merge "Revert "Don't block quick callee saved registers for optimizing."" by Nicolas Geoffray · 10 years ago
  60. 5b4b898 Revert "Don't block quick callee saved registers for optimizing." by Nicolas Geoffray · 10 years ago
  61. ca747ea Merge "Fix Thumb2 assembler to emit 16-bit add/sub SP, #imm." by Vladimir Marko · 10 years ago
  62. e408f8c Merge "Don't block quick callee saved registers for optimizing." by Nicolas Geoffray · 10 years ago
  63. 6004796 Don't block quick callee saved registers for optimizing. by Nicolas Geoffray · 10 years ago
  64. 5bc561c Fix Thumb2 assembler to emit 16-bit add/sub SP, #imm. by Vladimir Marko · 10 years ago
  65. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  66. 4c0b61f Add support for double-to-int & double-to-long in optimizing. by Roland Levillain · 10 years ago
  67. 624279f Add support for float-to-long in the optimizing compiler. by Roland Levillain · 10 years ago
  68. 49285c5 Print memory usage in dex2oat shutdown by Mathieu Chartier · 10 years ago
  69. 89b5387 Merge "Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug." by Nicolas Geoffray · 10 years ago
  70. 3bcc8ea Don't use CanHoldArm in the code generator. by Nicolas Geoffray · 10 years ago
  71. 32f5b4d Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug. by Serban Constantinescu · 10 years ago
  72. 6d0e483 Add support for long-to-float in the optimizing compiler. by Roland Levillain · 10 years ago
  73. d7fa3a7 Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
  74. ddb7df2 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
  75. a9159b2 Merge "Add support for long-to-double in the optimizing compiler." by Roland Levillain · 10 years ago
  76. 647b9ed Add support for long-to-double in the optimizing compiler. by Roland Levillain · 10 years ago
  77. e8469c1 Optimizing: Use 16-bit Thumb2 PUSH/POP when possible. by Vladimir Marko · 10 years ago
  78. 91debbc Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
  79. fd86124 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
  80. 799f506 Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Nicolas Geoffray · 10 years ago
  81. cea28ec [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
  82. af2d530 Merge "ART: Fix unused variables and functions" by Andreas Gampe · 10 years ago
  83. 9f612ff ART: Fix unused variables and functions by Andreas Gampe · 10 years ago
  84. 321b987 Further cleanup using dex_instruction_utils.h. by Vladimir Marko · 10 years ago
  85. 91e9f25 Merge "[optimizing compiler] Add shifts" by Calin Juravle · 10 years ago
  86. 9aec02f [optimizing compiler] Add shifts by Calin Juravle · 10 years ago
  87. 26e7d45 Eliminate suspend checks on back-edges to return insn. by Vladimir Marko · 10 years ago
  88. c12da2d Merge "Rewrite GVN's field id and field type handling." by Vladimir Marko · 10 years ago
  89. f41b92c Fix possible array access issue by Vladimir · 10 years ago
  90. 22e60ea Merge "test: Fix assember_arm_test to compile on gcc" by Igor Murashkin · 10 years ago
  91. cad2f0a test: Fix assember_arm_test to compile on gcc by Igor Murashkin · 10 years ago
  92. af6925b Rewrite GVN's field id and field type handling. by Vladimir Marko · 10 years ago
  93. ab65c67 ART: Fix uninitialized value in arm32 assembler test by Andreas Gampe · 10 years ago
  94. 8205c77 ART: Fix arm32 assembler test. by Andreas Gampe · 10 years ago
  95. 17f7873 Merge "ART: Assembler_arm_test" by Andreas Gampe · 10 years ago
  96. 849cc5e ART: Assembler_arm_test by Andreas Gampe · 10 years ago
  97. 8366ca0 Fix the last users of TARGET_CPU_SMP. by Elliott Hughes · 10 years ago
  98. 981e454 Add support for int-to-char in the optimizing compiler. by Roland Levillain · 10 years ago
  99. 0e57dec Merge "ART: Multiview assembler_test, fix x86-64 assembler" by Andreas Gampe · 10 years ago
  100. 851df20 ART: Multiview assembler_test, fix x86-64 assembler by Andreas Gampe · 10 years ago