1. c68c350 am e4b9435f: Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 11 years ago
  2. e4b9435 Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 11 years ago
  3. fd86124 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 11 years ago
  4. 918b87b am fef16802: Merge "Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"" by Nicolas Geoffray · 11 years ago
  5. fef1680 Merge "Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"" by Nicolas Geoffray · 11 years ago
  6. 799f506 Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Nicolas Geoffray · 11 years ago
  7. 888d547 am 141d92c6: Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 11 years ago
  8. 4307b2d am 94572c51: Merge "Add ART_USE_OPTIMIZING_COMPILER flag." by Nicolas Geoffray · 11 years ago
  9. 141d92c Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 11 years ago
  10. 94572c5 Merge "Add ART_USE_OPTIMIZING_COMPILER flag." by Nicolas Geoffray · 11 years ago
  11. cea28ec [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 11 years ago
  12. e5fc772 am 220526b0: Merge "Move dexCacheStrings from ArtMethod to Class" by Mathieu Chartier · 11 years ago
  13. 220526b Merge "Move dexCacheStrings from ArtMethod to Class" by Mathieu Chartier · 11 years ago
  14. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 11 years ago
  15. 9bb492a Add ART_USE_OPTIMIZING_COMPILER flag. by Nicolas Geoffray · 11 years ago
  16. 75430ae am 8ac8d555: Merge "Fix oatwriter code deduping" by Mathieu Chartier · 11 years ago
  17. 8ac8d55 Merge "Fix oatwriter code deduping" by Mathieu Chartier · 11 years ago
  18. 3115877 Fix oatwriter code deduping by Mathieu Chartier · 11 years ago
  19. d99f91a am dc00c73d: Merge "ART: Avoid recursive abort" by Andreas Gampe · 11 years ago
  20. dc00c73 Merge "ART: Avoid recursive abort" by Andreas Gampe · 11 years ago
  21. d8bf0fb am f0c00146: Merge "Quick compiler: handle embedded switch data" by buzbee · 11 years ago
  22. f0c0014 Merge "Quick compiler: handle embedded switch data" by buzbee · 11 years ago
  23. 6489d22 Quick compiler: handle embedded switch data by buzbee · 11 years ago
  24. c9d2d41 am 79d43fd4: Merge "ART: GenLongArith has to clobber same operands for 2-op instr" by Bill Buzbee · 11 years ago
  25. 42e98f0 am 071beedc: Merge "ART: Generate switch targets from successor blocks" by Bill Buzbee · 11 years ago
  26. 79d43fd Merge "ART: GenLongArith has to clobber same operands for 2-op instr" by Bill Buzbee · 11 years ago
  27. 071beed Merge "ART: Generate switch targets from successor blocks" by Bill Buzbee · 11 years ago
  28. 770d86d am 55c5c3c2: Merge "Skip null check in MarkGCCard() for known non-null values." by Vladimir Marko · 11 years ago
  29. 55c5c3c Merge "Skip null check in MarkGCCard() for known non-null values." by Vladimir Marko · 11 years ago
  30. d2aaf98 am a757c8ed: Merge "Fix tests now that dead phis are removed when building SSA." by Nicolas Geoffray · 11 years ago
  31. a757c8e Merge "Fix tests now that dead phis are removed when building SSA." by Nicolas Geoffray · 11 years ago
  32. a3c00e5 Fix tests now that dead phis are removed when building SSA. by Nicolas Geoffray · 11 years ago
  33. bb85062 am 8acd5cbf: Merge "Fix a bug in the type analysis phase of optimizing." by Nicolas Geoffray · 11 years ago
  34. 8acd5cb Merge "Fix a bug in the type analysis phase of optimizing." by Nicolas Geoffray · 11 years ago
  35. 261e829 am 1fd2ab38: Merge "ART: Fix inline dependency" by Andreas Gampe · 11 years ago
  36. 1fd2ab3 Merge "ART: Fix inline dependency" by Andreas Gampe · 11 years ago
  37. ae214ee ART: Fix inline dependency by Andreas Gampe · 11 years ago
  38. 3159674 Fix a bug in the type analysis phase of optimizing. by Nicolas Geoffray · 11 years ago
  39. 15b849c am af2d5307: Merge "ART: Fix unused variables and functions" by Andreas Gampe · 11 years ago
  40. af2d530 Merge "ART: Fix unused variables and functions" by Andreas Gampe · 11 years ago
  41. 29309af am dd24fcf3: Merge "Revert "ART: Remove wrong DCHECK"" by Andreas Gampe · 11 years ago
  42. dd24fcf Merge "Revert "ART: Remove wrong DCHECK"" by Andreas Gampe · 11 years ago
  43. ce41062 Revert "ART: Remove wrong DCHECK" by Andreas Gampe · 11 years ago
  44. 9f612ff ART: Fix unused variables and functions by Andreas Gampe · 11 years ago
  45. d3ff02e am 385f00f8: Merge "Delete ArtMethod gc_map_ field" by Mathieu Chartier · 11 years ago
  46. 385f00f Merge "Delete ArtMethod gc_map_ field" by Mathieu Chartier · 11 years ago
  47. 743b98c Skip null check in MarkGCCard() for known non-null values. by Vladimir Marko · 11 years ago
  48. a303f5b am a5de1924: Merge "Further cleanup using dex_instruction_utils.h." by Vladimir Marko · 11 years ago
  49. a5de192 Merge "Further cleanup using dex_instruction_utils.h." by Vladimir Marko · 11 years ago
  50. e99c025 am bff1b089: Merge "Fix the list of arm64 broken optimizing tests." by Calin Juravle · 11 years ago
  51. bff1b08 Merge "Fix the list of arm64 broken optimizing tests." by Calin Juravle · 11 years ago
  52. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 11 years ago
  53. 8829bec Fix the list of arm64 broken optimizing tests. by Calin Juravle · 11 years ago
  54. b2479bc am 1c1bdcdd: Merge "Revert "Revert "Fix the computation of linear ordering.""" by Nicolas Geoffray · 11 years ago
  55. 1c1bdcd Merge "Revert "Revert "Fix the computation of linear ordering.""" by Nicolas Geoffray · 11 years ago
  56. a8eed3a Revert "Revert "Fix the computation of linear ordering."" by Nicolas Geoffray · 11 years ago
  57. f77137e am 4d3ed1a6: Merge "Revert "Fix the computation of linear ordering."" by Nicolas Geoffray · 11 years ago
  58. 4d3ed1a Merge "Revert "Fix the computation of linear ordering."" by Nicolas Geoffray · 11 years ago
  59. e50fa58 Revert "Fix the computation of linear ordering." by Nicolas Geoffray · 11 years ago
  60. 47d6710 am ad92b114: Merge "Fix the computation of linear ordering." by Nicolas Geoffray · 11 years ago
  61. ad92b11 Merge "Fix the computation of linear ordering." by Nicolas Geoffray · 11 years ago
  62. 321b987 Further cleanup using dex_instruction_utils.h. by Vladimir Marko · 11 years ago
  63. a1a41d7 am 8173e477: Merge "Fixed missing "//"." by Calin Juravle · 11 years ago
  64. 8173e47 Merge "Fixed missing "//"." by Calin Juravle · 11 years ago
  65. 8c3961a Fixed missing "//". by Calin Juravle · 11 years ago
  66. a85887f am 91e9f256: Merge "[optimizing compiler] Add shifts" by Calin Juravle · 11 years ago
  67. 91e9f25 Merge "[optimizing compiler] Add shifts" by Calin Juravle · 11 years ago
  68. 9aec02f [optimizing compiler] Add shifts by Calin Juravle · 11 years ago
  69. 52d9971 am d7a6f487: Merge "Eliminate suspend checks on back-edges to return insn." by Vladimir Marko · 11 years ago
  70. d7a6f48 Merge "Eliminate suspend checks on back-edges to return insn." by Vladimir Marko · 11 years ago
  71. 26e7d45 Eliminate suspend checks on back-edges to return insn. by Vladimir Marko · 11 years ago
  72. 3534894 am 1c51b2b0: Merge "ART: Add div-zero check elimination to LVN/GVN" by Vladimir Marko · 11 years ago
  73. 1c51b2b Merge "ART: Add div-zero check elimination to LVN/GVN" by Vladimir Marko · 11 years ago
  74. e658cc2 am c2155048: Merge "ART: Fix NullCheckElimination, BBCombine, and SplitBlock" by Vladimir Marko · 11 years ago
  75. c215504 Merge "ART: Fix NullCheckElimination, BBCombine, and SplitBlock" by Vladimir Marko · 11 years ago
  76. 6e7a463 am c12da2d9: Merge "Rewrite GVN\'s field id and field type handling." by Vladimir Marko · 11 years ago
  77. c12da2d Merge "Rewrite GVN's field id and field type handling." by Vladimir Marko · 11 years ago
  78. 90675a7 ART: Avoid recursive abort by Andreas Gampe · 11 years ago
  79. 8356786 am 4a9ac63b: Merge "ART: ELF symbol table lookup is fixed" by Andreas Gampe · 11 years ago
  80. 4a9ac63 Merge "ART: ELF symbol table lookup is fixed" by Andreas Gampe · 11 years ago
  81. acb0138 ART: ELF symbol table lookup is fixed by Yevgeny Rouban · 11 years ago
  82. 2e7af47 am c6c88d20: Merge "Increase run-test output on error." by Ian Rogers · 11 years ago
  83. c6c88d2 Merge "Increase run-test output on error." by Ian Rogers · 11 years ago
  84. 75deec0 Increase run-test output on error. by Ian Rogers · 11 years ago
  85. 5c183bd am cd00b57f: Merge "Avoid some recursive aborting." by Ian Rogers · 11 years ago
  86. cd00b57 Merge "Avoid some recursive aborting." by Ian Rogers · 11 years ago
  87. e8b547d Avoid some recursive aborting. by Ian Rogers · 11 years ago
  88. 934b2a0 am a79da1b4: Merge "ART: Wrap AllocThreadUnsafe in Valgrind wrapper" by Andreas Gampe · 11 years ago
  89. a79da1b Merge "ART: Wrap AllocThreadUnsafe in Valgrind wrapper" by Andreas Gampe · 11 years ago
  90. 24a5a30 ART: Wrap AllocThreadUnsafe in Valgrind wrapper by Andreas Gampe · 11 years ago
  91. d1a1da0 am e2631032: Merge "Fix UnimplementedEntryPoint initialziation." by Ian Rogers · 11 years ago
  92. 063ce10 am 022b46cb: Merge "Fixed ArtMethod::GetQuickFrameInfo() for proxy methods" by Ian Rogers · 11 years ago
  93. c54ceca am 124cd8f7: Merge "Add JNI trampoline for mips32." by Ian Rogers · 11 years ago
  94. e263103 Merge "Fix UnimplementedEntryPoint initialziation." by Ian Rogers · 11 years ago
  95. c7a77bf ART: Fix NullCheckElimination, BBCombine, and SplitBlock by Razvan A Lupusoru · 11 years ago
  96. 022b46c Merge "Fixed ArtMethod::GetQuickFrameInfo() for proxy methods" by Ian Rogers · 11 years ago
  97. 124cd8f Merge "Add JNI trampoline for mips32." by Ian Rogers · 11 years ago
  98. da96aed ART: Generate switch targets from successor blocks by Chao-ying Fu · 11 years ago
  99. a8fe1af am da4b7e89: Merge "Fix possible array access issue" by Ian Rogers · 11 years ago
  100. e095114 ART: Add div-zero check elimination to LVN/GVN by Razvan A Lupusoru · 11 years ago