1. a9014f9 Merge "Support for CONST_STRING in optimizing compiler." by Nicolas Geoffray · 10 years ago
  2. b5f62b3 Support for CONST_STRING in optimizing compiler. by Nicolas Geoffray · 10 years ago
  3. 7d4ecd5 Avoid signed integer overflow. by Ian Rogers · 10 years ago
  4. fb311f8 Remove useless suspend points from arm/arm64 AGET/APUT. by Vladimir Marko · 10 years ago
  5. 66c6d7b Rewrite class initialization check elimination. by Vladimir Marko · 10 years ago
  6. 1ef3495 Merge "Quick: Fix wide Phi detection in GVN, clean up INVOKEs." by Vladimir Marko · 10 years ago
  7. 3e3364e Merge "Tidy logging code not using UNIMPLEMENTED." by Ian Rogers · 10 years ago
  8. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 10 years ago
  9. b62ff57 Merge "ART: Add div/rem zero check elimination flag" by Ian Rogers · 10 years ago
  10. 8fe0e35 ART: Prevent float inference back to SSA in-regs. by Stephen Kyle · 10 years ago
  11. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  12. a4426cf Quick: Fix wide Phi detection in GVN, clean up INVOKEs. by Vladimir Marko · 10 years ago
  13. aea6888 Merge "Tidy up logging." by Ian Rogers · 10 years ago
  14. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  15. a65c1db X86 Long Min/Max: Avoid calling SRegToVReg with -1 by Mark Mendell · 10 years ago
  16. 415ac88 Quick: In GVN, apply modifications early if outside loop. by Vladimir Marko · 10 years ago
  17. b3f18cf Merge "Make ART compile with GCC -O0 again." by Ian Rogers · 10 years ago
  18. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  19. 4ffed25 Merge "Quick: Avoid node iteration for passes that don't need it." by Vladimir Marko · 10 years ago
  20. a78e66a Quick: Handle kMirOpNullCheck in LVN/GVN. by Vladimir Marko · 10 years ago
  21. 312eb25 Quick: Improve the BBCombine pass. by Vladimir Marko · 10 years ago
  22. 7baa6f8 Rewrite null check elimination to work on dalvik regs. by Vladimir Marko · 10 years ago
  23. aa7b8a3 Quick: Avoid node iteration for passes that don't need it. by Vladimir Marko · 10 years ago
  24. 423b137 ART: NullCheckElimination should converge with MIR_IGNORE_NULL_CHECK by Yevgeny Rouban · 10 years ago
  25. 5c5676b ART: Add div/rem zero check elimination flag by Razvan A Lupusoru · 10 years ago
  26. 7cd01f5 Add regression test for null check elimination. by Vladimir Marko · 10 years ago
  27. 72ab3ca Merge "Revert "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK"" by Vladimir Marko · 10 years ago
  28. cb46ee1 Revert "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK" by Vladimir Marko · 10 years ago
  29. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  30. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  31. d8c3e36 ART: X86: GenLongArith should handle overlapped VRs by Alexei Zavjalov · 10 years ago
  32. 5229cf1 Quick: Reduce memory usage and improve compile time. by Vladimir Marko · 10 years ago
  33. 67c72b8 Quick: Separate null check elimination and type inference. by Vladimir Marko · 10 years ago
  34. 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 10 years ago
  35. 7e70b00 Header file clean up. by Ian Rogers · 10 years ago
  36. edc34c8 Merge "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK" by Bill Buzbee · 10 years ago
  37. 254aa0d Merge "ART: Fix SelectKind to work with nullptr" by Bill Buzbee · 10 years ago
  38. 1293b6b Merge "ART: Fix issues with SplitBlock" by Bill Buzbee · 10 years ago
  39. 893e855 Merge "Fix to MirGraph::GetSSANameWithConst()" by Bill Buzbee · 10 years ago
  40. 33c1702 ART: Fix issues with SplitBlock by Mathew Zaleski · 11 years ago
  41. 50940ea Merge "Implement method calls using relative BL on ARM64." by Vladimir Marko · 10 years ago
  42. 504b788 ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK by Yevgeny Rouban · 10 years ago
  43. 9944b3b Fix to MirGraph::GetSSANameWithConst() by Mark Mendell · 10 years ago
  44. cc8cc7c Propagate optimization flags to kMirOpCheck. by Vladimir Marko · 10 years ago
  45. dfaf4c3 Merge "Quick compiler: Fix ambiguous LoadValue()" by buzbee · 10 years ago
  46. 7c02e91 Quick compiler: Fix ambiguous LoadValue() by buzbee · 10 years ago
  47. 7c2ad5a Implement method calls using relative BL on ARM64. by Vladimir Marko · 10 years ago
  48. 6346244 Merge "AArch64: oat patches should be 32-bit ints." by Vladimir Marko · 10 years ago
  49. 27cc093 AArch64: oat patches should be 32-bit ints. by Matteo Franchin · 11 years ago
  50. ff0ac47 Remove all uses of MIR_INLINED. by Vladimir Marko · 10 years ago
  51. 6e301ec Merge "Fix build_all_egdes in MIRGraph::ProcessCanThrow()." by Vladimir Marko · 10 years ago
  52. 8ac41af ART: Fix SelectKind to work with nullptr by Chao-ying Fu · 10 years ago
  53. 37241e5 Merge "Quick: Fix LVN/GVN handling of acquire operations." by Vladimir Marko · 10 years ago
  54. e767f6c Fix build_all_egdes in MIRGraph::ProcessCanThrow(). by Vladimir Marko · 10 years ago
  55. fa23645 Quick: Fix LVN/GVN handling of acquire operations. by Vladimir Marko · 10 years ago
  56. 0714083 Enable -Wunreachable-code by Ian Rogers · 10 years ago
  57. f9098ea Merge "ART: Fix GenReduceVector and GenSetVector" by Bill Buzbee · 10 years ago
  58. 955af68 Merge "ART: Reset bb id to the last list mir" by Bill Buzbee · 10 years ago
  59. f4ae8d8 Merge "ART: Allow overridable calculation of basic block dataflow" by Bill Buzbee · 10 years ago
  60. a2a9108 Merge "Update maximum number of reachable blocks in last step" by Bill Buzbee · 10 years ago
  61. 6f4dcae ART: Allow overridable calculation of basic block dataflow by Razvan A Lupusoru · 10 years ago
  62. 00ade1e Merge "ART: Fix some -Wpedantic errors" by Andreas Gampe · 10 years ago
  63. 4163c53 AArch64: address some outstanding TODOs. by Matteo Franchin · 11 years ago
  64. cc6b59e Merge "ART: Fix movnti assembler" by Ian Rogers · 10 years ago
  65. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  66. 1edf638 Merge "ART: Deprecate CompilationUnit's code_item" by Ian Rogers · 10 years ago
  67. 7503597 ART: Deprecate CompilationUnit's code_item by Razvan A Lupusoru · 11 years ago
  68. 584cc79 Reduce scope of MIR analysis attributes. by Ian Rogers · 10 years ago
  69. ae9f3e6 ART: Fix movnti assembler by Razvan A Lupusoru · 10 years ago
  70. 53cec00 ART: Fix GenReduceVector and GenSetVector by Udayan Banerji · 10 years ago
  71. d282d59 Merge "Elimination of redundant instructuion" by Ian Rogers · 10 years ago
  72. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 11 years ago
  73. 590c6a4 ART: Reset bb id to the last list mir by Chao-ying Fu · 10 years ago
  74. e39c54e Deprecate GrowableArray, use ArenaVector instead. by Vladimir Marko · 10 years ago
  75. b7e9e32 Elimination of redundant instructuion by Anton Shamin · 10 years ago
  76. 04db946 Merge "ART: Address three issues with x86 assembler before enabling load store elimination." by Ian Rogers · 10 years ago
  77. 8147dcb Merge "ART: Overflow of bound check in ArrayCopy intrinsic" by Ian Rogers · 10 years ago
  78. 87258ed Merge "Slow path should break def tracking" by Bill Buzbee · 10 years ago
  79. 8d050d8 Merge "AddIntrinsicSlowPath with resume requires clobbering" by Bill Buzbee · 10 years ago
  80. d872b79 Merge "ART: Fix instruction flags of kMirOpCheck and kMirOpCheckPart2" by Ian Rogers · 10 years ago
  81. f33e4d4 Merge "X86 QBE: Make some X86 routines virtual" by Ian Rogers · 10 years ago
  82. b7fc629 ART: Fix instruction flags of kMirOpCheck and kMirOpCheckPart2 by Udayan Banerji · 11 years ago
  83. 497d62e ART: skip compilation of huge methods. by buzbee · 11 years ago
  84. f9f0ed4 ART: Overflow of bound check in ArrayCopy intrinsic by avignate · 11 years ago
  85. 88157ef Add the "time" compilation filter and output compilation stats. by Nicolas Geoffray · 11 years ago
  86. 0a1174e X86 QBE: Make some X86 routines virtual by Mark Mendell · 11 years ago
  87. c80605d ART: Consider clinit elimination for inlining by Razvan A Lupusoru · 11 years ago
  88. ebab3bb Merge "Compile time performance improvements focusing on interpret-only." by Ian Rogers · 11 years ago
  89. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  90. 98cb689 Quick compiler (arm64) Fix inline Math.round() by buzbee · 11 years ago
  91. a870bc5 ART: Address three issues with x86 assembler before enabling load store elimination. by Haitao Feng · 11 years ago
  92. 589e046 Slow path should break def tracking by Serguei Katkov · 11 years ago
  93. 9863daf AddIntrinsicSlowPath with resume requires clobbering by Serguei Katkov · 11 years ago
  94. a87a795 Merge "Revert "Add read barriers for the roots in the verifier."" by Ian Rogers · 11 years ago
  95. be428b4 Merge "ART: Fix variable formatting and CodeLayout's multiple visits" by Bill Buzbee · 11 years ago
  96. d8f69b0 Revert "Add read barriers for the roots in the verifier." by Ian Rogers · 11 years ago
  97. 75bcc37 ART: Fix variable formatting and CodeLayout's multiple visits by Jean Christophe Beyler · 11 years ago
  98. b5477f0 Fix kThumb2Vldrd definition to set correct flag. by Junmo Park · 11 years ago
  99. cd48f2d Change Reference.get() intrinsic to Reference.getReferent(). by Mathieu Chartier · 11 years ago
  100. a464466 x86: evaluation destination should be after load of source in RA by Serguei Katkov · 11 years ago