1. 199f336 Wrap long lines in the optimizing compiler. by Roland Levillain · 10 years ago
  2. 924632d Merge "Ensure opt. compiler doesn't get core & FP registers mixed up." by Roland Levillain · 10 years ago
  3. e936f68 Merge "Fix neg-float & neg-double for null values in opt. compiler." by Roland Levillain · 10 years ago
  4. 6e98da8 Merge "Fix Move64 by using ParallelMoves." by Nicolas Geoffray · 10 years ago
  5. 32b2a52 Fix Move64 by using ParallelMoves. by Nicolas Geoffray · 10 years ago
  6. 271ab9c Ensure opt. compiler doesn't get core & FP registers mixed up. by Roland Levillain · 10 years ago
  7. 5368c21 Fix neg-float & neg-double for null values in opt. compiler. by Roland Levillain · 10 years ago
  8. d7fa3a7 Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
  9. ddb7df2 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
  10. a9159b2 Merge "Add support for long-to-double in the optimizing compiler." by Roland Levillain · 10 years ago
  11. 63b2fa5 Merge "Optimizing: Use 16-bit Thumb2 PUSH/POP when possible." by Vladimir Marko · 10 years ago
  12. 647b9ed Add support for long-to-double in the optimizing compiler. by Roland Levillain · 10 years ago
  13. 35ecc8c Merge "Trim reference tables when we trim the heap" by Mathieu Chartier · 10 years ago
  14. 91c2f0c Trim reference tables when we trim the heap by Mathieu Chartier · 10 years ago
  15. bd6bb37 Merge "Add a way to change the IMT size" by Mathieu Chartier · 10 years ago
  16. 7939a25 Merge "Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_)." by Stephen Hines · 10 years ago
  17. cd195fe Add a way to change the IMT size by Mathieu Chartier · 10 years ago
  18. e8469c1 Optimizing: Use 16-bit Thumb2 PUSH/POP when possible. by Vladimir Marko · 10 years ago
  19. 3c17775 Merge "Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"" by Calin Juravle · 10 years ago
  20. 91debbc Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
  21. f261134 Merge "ART: Use Overwrite instead of Put" by Andreas Gampe · 10 years ago
  22. e4b9435 Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
  23. fd86124 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
  24. fef1680 Merge "Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"" by Nicolas Geoffray · 10 years ago
  25. 799f506 Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Nicolas Geoffray · 10 years ago
  26. 141d92c Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
  27. 94572c5 Merge "Add ART_USE_OPTIMIZING_COMPILER flag." by Nicolas Geoffray · 10 years ago
  28. cea28ec [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
  29. a1785c5 ART: Use Overwrite instead of Put by Andreas Gampe · 10 years ago
  30. 95c51b3 Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_). by Stephen Hines · 10 years ago
  31. 220526b Merge "Move dexCacheStrings from ArtMethod to Class" by Mathieu Chartier · 10 years ago
  32. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 10 years ago
  33. 9bb492a Add ART_USE_OPTIMIZING_COMPILER flag. by Nicolas Geoffray · 10 years ago
  34. 8ac8d55 Merge "Fix oatwriter code deduping" by Mathieu Chartier · 10 years ago
  35. 3115877 Fix oatwriter code deduping by Mathieu Chartier · 10 years ago
  36. dc00c73 Merge "ART: Avoid recursive abort" by Andreas Gampe · 10 years ago
  37. f0c0014 Merge "Quick compiler: handle embedded switch data" by buzbee · 10 years ago
  38. 6489d22 Quick compiler: handle embedded switch data by buzbee · 10 years ago
  39. 79d43fd Merge "ART: GenLongArith has to clobber same operands for 2-op instr" by Bill Buzbee · 10 years ago
  40. 071beed Merge "ART: Generate switch targets from successor blocks" by Bill Buzbee · 10 years ago
  41. 55c5c3c Merge "Skip null check in MarkGCCard() for known non-null values." by Vladimir Marko · 10 years ago
  42. a757c8e Merge "Fix tests now that dead phis are removed when building SSA." by Nicolas Geoffray · 10 years ago
  43. a3c00e5 Fix tests now that dead phis are removed when building SSA. by Nicolas Geoffray · 10 years ago
  44. 8acd5cb Merge "Fix a bug in the type analysis phase of optimizing." by Nicolas Geoffray · 10 years ago
  45. 1fd2ab3 Merge "ART: Fix inline dependency" by Andreas Gampe · 10 years ago
  46. ae214ee ART: Fix inline dependency by Andreas Gampe · 10 years ago
  47. 3159674 Fix a bug in the type analysis phase of optimizing. by Nicolas Geoffray · 10 years ago
  48. af2d530 Merge "ART: Fix unused variables and functions" by Andreas Gampe · 10 years ago
  49. dd24fcf Merge "Revert "ART: Remove wrong DCHECK"" by Andreas Gampe · 10 years ago
  50. ce41062 Revert "ART: Remove wrong DCHECK" by Andreas Gampe · 10 years ago
  51. 9f612ff ART: Fix unused variables and functions by Andreas Gampe · 10 years ago
  52. 385f00f Merge "Delete ArtMethod gc_map_ field" by Mathieu Chartier · 10 years ago
  53. 743b98c Skip null check in MarkGCCard() for known non-null values. by Vladimir Marko · 10 years ago
  54. a5de192 Merge "Further cleanup using dex_instruction_utils.h." by Vladimir Marko · 10 years ago
  55. bff1b08 Merge "Fix the list of arm64 broken optimizing tests." by Calin Juravle · 10 years ago
  56. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  57. 8829bec Fix the list of arm64 broken optimizing tests. by Calin Juravle · 10 years ago
  58. 1c1bdcd Merge "Revert "Revert "Fix the computation of linear ordering.""" by Nicolas Geoffray · 10 years ago
  59. a8eed3a Revert "Revert "Fix the computation of linear ordering."" by Nicolas Geoffray · 10 years ago
  60. 4d3ed1a Merge "Revert "Fix the computation of linear ordering."" by Nicolas Geoffray · 10 years ago
  61. e50fa58 Revert "Fix the computation of linear ordering." by Nicolas Geoffray · 10 years ago
  62. ad92b11 Merge "Fix the computation of linear ordering." by Nicolas Geoffray · 10 years ago
  63. 321b987 Further cleanup using dex_instruction_utils.h. by Vladimir Marko · 10 years ago
  64. 8173e47 Merge "Fixed missing "//"." by Calin Juravle · 10 years ago
  65. 8c3961a Fixed missing "//". by Calin Juravle · 10 years ago
  66. 91e9f25 Merge "[optimizing compiler] Add shifts" by Calin Juravle · 10 years ago
  67. 9aec02f [optimizing compiler] Add shifts by Calin Juravle · 10 years ago
  68. d7a6f48 Merge "Eliminate suspend checks on back-edges to return insn." by Vladimir Marko · 10 years ago
  69. 26e7d45 Eliminate suspend checks on back-edges to return insn. by Vladimir Marko · 10 years ago
  70. 1c51b2b Merge "ART: Add div-zero check elimination to LVN/GVN" by Vladimir Marko · 10 years ago
  71. c215504 Merge "ART: Fix NullCheckElimination, BBCombine, and SplitBlock" by Vladimir Marko · 10 years ago
  72. c12da2d Merge "Rewrite GVN's field id and field type handling." by Vladimir Marko · 10 years ago
  73. 90675a7 ART: Avoid recursive abort by Andreas Gampe · 10 years ago
  74. 4a9ac63 Merge "ART: ELF symbol table lookup is fixed" by Andreas Gampe · 10 years ago
  75. acb0138 ART: ELF symbol table lookup is fixed by Yevgeny Rouban · 10 years ago
  76. c6c88d2 Merge "Increase run-test output on error." by Ian Rogers · 10 years ago
  77. 75deec0 Increase run-test output on error. by Ian Rogers · 10 years ago
  78. cd00b57 Merge "Avoid some recursive aborting." by Ian Rogers · 10 years ago
  79. e8b547d Avoid some recursive aborting. by Ian Rogers · 10 years ago
  80. a79da1b Merge "ART: Wrap AllocThreadUnsafe in Valgrind wrapper" by Andreas Gampe · 10 years ago
  81. 24a5a30 ART: Wrap AllocThreadUnsafe in Valgrind wrapper by Andreas Gampe · 10 years ago
  82. e263103 Merge "Fix UnimplementedEntryPoint initialziation." by Ian Rogers · 10 years ago
  83. c7a77bf ART: Fix NullCheckElimination, BBCombine, and SplitBlock by Razvan A Lupusoru · 10 years ago
  84. 022b46c Merge "Fixed ArtMethod::GetQuickFrameInfo() for proxy methods" by Ian Rogers · 10 years ago
  85. 124cd8f Merge "Add JNI trampoline for mips32." by Ian Rogers · 10 years ago
  86. da96aed ART: Generate switch targets from successor blocks by Chao-ying Fu · 10 years ago
  87. e095114 ART: Add div-zero check elimination to LVN/GVN by Razvan A Lupusoru · 10 years ago
  88. da4b7e8 Merge "Fix possible array access issue" by Ian Rogers · 10 years ago
  89. f41b92c Fix possible array access issue by Vladimir · 10 years ago
  90. 819b3c0 Merge "ART: Fix crash with unreachable void check-cast" by Ian Rogers · 10 years ago
  91. 2cfbccd Merge "LSRA: Fix X86 shuffle flags" by Ian Rogers · 10 years ago
  92. 22e60ea Merge "test: Fix assember_arm_test to compile on gcc" by Igor Murashkin · 10 years ago
  93. 6b9356c ART: GenLongArith has to clobber same operands for 2-op instr by nikolay serdjuk · 10 years ago
  94. cad2f0a test: Fix assember_arm_test to compile on gcc by Igor Murashkin · 10 years ago
  95. 19010dc Merge "ART: X86 vectorized reduce may use incorrect extract index" by Ian Rogers · 10 years ago
  96. b72c723 ART: X86 vectorized reduce may use incorrect extract index by Razvan A Lupusoru · 10 years ago
  97. 1d56c84 Merge "Clean up MIRGraph pass temporaries." by Vladimir Marko · 10 years ago
  98. af6925b Rewrite GVN's field id and field type handling. by Vladimir Marko · 10 years ago
  99. 0772169 Merge "Fix oatdump to use OatHeader pointer size" by Mathieu Chartier · 10 years ago
  100. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago