1. 6489d22 Quick compiler: handle embedded switch data by buzbee · 10 years ago
  2. 79d43fd Merge "ART: GenLongArith has to clobber same operands for 2-op instr" by Bill Buzbee · 10 years ago
  3. 071beed Merge "ART: Generate switch targets from successor blocks" by Bill Buzbee · 10 years ago
  4. 55c5c3c Merge "Skip null check in MarkGCCard() for known non-null values." by Vladimir Marko · 10 years ago
  5. a757c8e Merge "Fix tests now that dead phis are removed when building SSA." by Nicolas Geoffray · 10 years ago
  6. a3c00e5 Fix tests now that dead phis are removed when building SSA. by Nicolas Geoffray · 10 years ago
  7. 8acd5cb Merge "Fix a bug in the type analysis phase of optimizing." by Nicolas Geoffray · 10 years ago
  8. 1fd2ab3 Merge "ART: Fix inline dependency" by Andreas Gampe · 10 years ago
  9. ae214ee ART: Fix inline dependency by Andreas Gampe · 10 years ago
  10. 3159674 Fix a bug in the type analysis phase of optimizing. by Nicolas Geoffray · 10 years ago
  11. af2d530 Merge "ART: Fix unused variables and functions" by Andreas Gampe · 10 years ago
  12. dd24fcf Merge "Revert "ART: Remove wrong DCHECK"" by Andreas Gampe · 10 years ago
  13. ce41062 Revert "ART: Remove wrong DCHECK" by Andreas Gampe · 10 years ago
  14. 9f612ff ART: Fix unused variables and functions by Andreas Gampe · 10 years ago
  15. 385f00f Merge "Delete ArtMethod gc_map_ field" by Mathieu Chartier · 10 years ago
  16. 743b98c Skip null check in MarkGCCard() for known non-null values. by Vladimir Marko · 10 years ago
  17. a5de192 Merge "Further cleanup using dex_instruction_utils.h." by Vladimir Marko · 10 years ago
  18. bff1b08 Merge "Fix the list of arm64 broken optimizing tests." by Calin Juravle · 10 years ago
  19. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  20. 8829bec Fix the list of arm64 broken optimizing tests. by Calin Juravle · 10 years ago
  21. 1c1bdcd Merge "Revert "Revert "Fix the computation of linear ordering.""" by Nicolas Geoffray · 10 years ago
  22. a8eed3a Revert "Revert "Fix the computation of linear ordering."" by Nicolas Geoffray · 10 years ago
  23. 4d3ed1a Merge "Revert "Fix the computation of linear ordering."" by Nicolas Geoffray · 10 years ago
  24. e50fa58 Revert "Fix the computation of linear ordering." by Nicolas Geoffray · 10 years ago
  25. ad92b11 Merge "Fix the computation of linear ordering." by Nicolas Geoffray · 10 years ago
  26. 321b987 Further cleanup using dex_instruction_utils.h. by Vladimir Marko · 10 years ago
  27. 8173e47 Merge "Fixed missing "//"." by Calin Juravle · 10 years ago
  28. 8c3961a Fixed missing "//". by Calin Juravle · 10 years ago
  29. 91e9f25 Merge "[optimizing compiler] Add shifts" by Calin Juravle · 10 years ago
  30. 9aec02f [optimizing compiler] Add shifts by Calin Juravle · 10 years ago
  31. d7a6f48 Merge "Eliminate suspend checks on back-edges to return insn." by Vladimir Marko · 10 years ago
  32. 26e7d45 Eliminate suspend checks on back-edges to return insn. by Vladimir Marko · 10 years ago
  33. 1c51b2b Merge "ART: Add div-zero check elimination to LVN/GVN" by Vladimir Marko · 10 years ago
  34. c215504 Merge "ART: Fix NullCheckElimination, BBCombine, and SplitBlock" by Vladimir Marko · 10 years ago
  35. c12da2d Merge "Rewrite GVN's field id and field type handling." by Vladimir Marko · 10 years ago
  36. 4a9ac63 Merge "ART: ELF symbol table lookup is fixed" by Andreas Gampe · 10 years ago
  37. acb0138 ART: ELF symbol table lookup is fixed by Yevgeny Rouban · 10 years ago
  38. c6c88d2 Merge "Increase run-test output on error." by Ian Rogers · 10 years ago
  39. 75deec0 Increase run-test output on error. by Ian Rogers · 10 years ago
  40. cd00b57 Merge "Avoid some recursive aborting." by Ian Rogers · 10 years ago
  41. e8b547d Avoid some recursive aborting. by Ian Rogers · 10 years ago
  42. a79da1b Merge "ART: Wrap AllocThreadUnsafe in Valgrind wrapper" by Andreas Gampe · 10 years ago
  43. 24a5a30 ART: Wrap AllocThreadUnsafe in Valgrind wrapper by Andreas Gampe · 10 years ago
  44. e263103 Merge "Fix UnimplementedEntryPoint initialziation." by Ian Rogers · 10 years ago
  45. c7a77bf ART: Fix NullCheckElimination, BBCombine, and SplitBlock by Razvan A Lupusoru · 10 years ago
  46. 022b46c Merge "Fixed ArtMethod::GetQuickFrameInfo() for proxy methods" by Ian Rogers · 10 years ago
  47. 124cd8f Merge "Add JNI trampoline for mips32." by Ian Rogers · 10 years ago
  48. da96aed ART: Generate switch targets from successor blocks by Chao-ying Fu · 10 years ago
  49. e095114 ART: Add div-zero check elimination to LVN/GVN by Razvan A Lupusoru · 10 years ago
  50. da4b7e8 Merge "Fix possible array access issue" by Ian Rogers · 10 years ago
  51. f41b92c Fix possible array access issue by Vladimir · 10 years ago
  52. 819b3c0 Merge "ART: Fix crash with unreachable void check-cast" by Ian Rogers · 10 years ago
  53. 2cfbccd Merge "LSRA: Fix X86 shuffle flags" by Ian Rogers · 10 years ago
  54. 22e60ea Merge "test: Fix assember_arm_test to compile on gcc" by Igor Murashkin · 10 years ago
  55. 6b9356c ART: GenLongArith has to clobber same operands for 2-op instr by nikolay serdjuk · 10 years ago
  56. cad2f0a test: Fix assember_arm_test to compile on gcc by Igor Murashkin · 10 years ago
  57. 19010dc Merge "ART: X86 vectorized reduce may use incorrect extract index" by Ian Rogers · 10 years ago
  58. b72c723 ART: X86 vectorized reduce may use incorrect extract index by Razvan A Lupusoru · 10 years ago
  59. 1d56c84 Merge "Clean up MIRGraph pass temporaries." by Vladimir Marko · 10 years ago
  60. af6925b Rewrite GVN's field id and field type handling. by Vladimir Marko · 10 years ago
  61. 0772169 Merge "Fix oatdump to use OatHeader pointer size" by Mathieu Chartier · 10 years ago
  62. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago
  63. f585e54 Clean up MIRGraph pass temporaries. by Vladimir Marko · 10 years ago
  64. 3054a90 Fix the computation of linear ordering. by Nicolas Geoffray · 10 years ago
  65. 4514d2a Merge "Add card mark to filled-new-array." by Vladimir Marko · 10 years ago
  66. 23442be Merge "ART: Fix uninitialized value in arm32 assembler test" by Andreas Gampe · 10 years ago
  67. ab65c67 ART: Fix uninitialized value in arm32 assembler test by Andreas Gampe · 10 years ago
  68. 5fb0dcd Merge "ART: Fix arm32 assembler test." by Andreas Gampe · 10 years ago
  69. 8205c77 ART: Fix arm32 assembler test. by Andreas Gampe · 10 years ago
  70. 7da7fe0 Merge "Restrict FDO to only apply to target build." by Christopher Ferris · 10 years ago
  71. 6c36a8b Restrict FDO to only apply to target build. by Dehao Chen · 10 years ago
  72. 0c45167 Merge "dex2oat: Pack likely-dirty objects together when generating the boot image" by Igor Murashkin · 10 years ago
  73. f5b4c50 dex2oat: Pack likely-dirty objects together when generating the boot image by Igor Murashkin · 10 years ago
  74. be0bb06 Merge "Tune rosalloc buffer sizes." by Hiroshi Yamauchi · 10 years ago
  75. 17f7873 Merge "ART: Assembler_arm_test" by Andreas Gampe · 10 years ago
  76. 849cc5e ART: Assembler_arm_test by Andreas Gampe · 10 years ago
  77. 3f3c6c0 Tune rosalloc buffer sizes. by Hiroshi Yamauchi · 10 years ago
  78. 94438d2 Merge "ART: Split image and non-image case in dex2oat" by Andreas Gampe · 10 years ago
  79. 20032e5 Merge "Re-enable DumpNativeStack." by Ian Rogers · 10 years ago
  80. 83597d0 Re-enable DumpNativeStack. by Ian Rogers · 10 years ago
  81. bdfbf86 Merge "Revert "Revert "Revert "Unfortunately, the test still hits too many run failures."""" by Ian Rogers · 10 years ago
  82. 46ae618 Revert "Revert "Revert "Unfortunately, the test still hits too many run failures.""" by Ian Rogers · 10 years ago
  83. 10e477d ART: Split image and non-image case in dex2oat by Andreas Gampe · 10 years ago
  84. bf535be Add card mark to filled-new-array. by Vladimir Marko · 10 years ago
  85. 292b3bd Merge "Prune image cache if the boot marker is still in place." by Narayan Kamath · 10 years ago
  86. aad7f3f Merge "JDWP: only deoptimize when it is required" by Sebastien Hertz · 10 years ago
  87. f2f6b5a Merge "Update arm64/optimizing expectations." by Nicolas Geoffray · 10 years ago
  88. 99891d6 Update arm64/optimizing expectations. by Nicolas Geoffray · 10 years ago
  89. 8b5223b Merge "Avoid JNI call with pending OOME." by Ian Rogers · 10 years ago
  90. 3242729 Avoid JNI call with pending OOME. by Ian Rogers · 10 years ago
  91. af6dad6 Merge "Fix zygote space and non moving space map names" by Mathieu Chartier · 10 years ago
  92. 7247af5 Fix zygote space and non moving space map names by Mathieu Chartier · 10 years ago
  93. 017ff87 Merge "Fix transitive equality error in set." by Mathieu Chartier · 10 years ago
  94. 88f21ca Fix transitive equality error in set. by Mathieu Chartier · 10 years ago
  95. 834896d Merge "Improvements to the ARM64 disassembler." by Ian Rogers · 10 years ago
  96. 7b5f98e Merge "Fix the last users of TARGET_CPU_SMP." by Ian Rogers · 10 years ago
  97. 8366ca0 Fix the last users of TARGET_CPU_SMP. by Elliott Hughes · 10 years ago
  98. 8542ff3 Merge "AArch64: Addressing Cortex-A53 erratum 835769." by Ian Rogers · 10 years ago
  99. cee552a Merge "ART: X86Mir2Lir::OpRegRegReg should expect kOpMul for r_dest == r_src2 case" by Bill Buzbee · 10 years ago
  100. f91ffc6 Merge "Fix safepoint bug when computing live registers." by Nicolas Geoffray · 10 years ago