1. fa23645 Quick: Fix LVN/GVN handling of acquire operations. by Vladimir Marko · 11 years ago
  2. 00ade1e Merge "ART: Fix some -Wpedantic errors" by Andreas Gampe · 11 years ago
  3. 4163c53 AArch64: address some outstanding TODOs. by Matteo Franchin · 11 years ago
  4. cc6b59e Merge "ART: Fix movnti assembler" by Ian Rogers · 11 years ago
  5. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 11 years ago
  6. 1edf638 Merge "ART: Deprecate CompilationUnit's code_item" by Ian Rogers · 11 years ago
  7. 7503597 ART: Deprecate CompilationUnit's code_item by Razvan A Lupusoru · 11 years ago
  8. 584cc79 Reduce scope of MIR analysis attributes. by Ian Rogers · 11 years ago
  9. ae9f3e6 ART: Fix movnti assembler by Razvan A Lupusoru · 11 years ago
  10. d282d59 Merge "Elimination of redundant instructuion" by Ian Rogers · 11 years ago
  11. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 11 years ago
  12. e39c54e Deprecate GrowableArray, use ArenaVector instead. by Vladimir Marko · 11 years ago
  13. b7e9e32 Elimination of redundant instructuion by Anton Shamin · 11 years ago
  14. 04db946 Merge "ART: Address three issues with x86 assembler before enabling load store elimination." by Ian Rogers · 11 years ago
  15. 8147dcb Merge "ART: Overflow of bound check in ArrayCopy intrinsic" by Ian Rogers · 11 years ago
  16. 87258ed Merge "Slow path should break def tracking" by Bill Buzbee · 11 years ago
  17. 8d050d8 Merge "AddIntrinsicSlowPath with resume requires clobbering" by Bill Buzbee · 11 years ago
  18. d872b79 Merge "ART: Fix instruction flags of kMirOpCheck and kMirOpCheckPart2" by Ian Rogers · 11 years ago
  19. f33e4d4 Merge "X86 QBE: Make some X86 routines virtual" by Ian Rogers · 11 years ago
  20. b7fc629 ART: Fix instruction flags of kMirOpCheck and kMirOpCheckPart2 by Udayan Banerji · 11 years ago
  21. 497d62e ART: skip compilation of huge methods. by buzbee · 11 years ago
  22. f9f0ed4 ART: Overflow of bound check in ArrayCopy intrinsic by avignate · 11 years ago
  23. 88157ef Add the "time" compilation filter and output compilation stats. by Nicolas Geoffray · 11 years ago
  24. 0a1174e X86 QBE: Make some X86 routines virtual by Mark Mendell · 11 years ago
  25. c80605d ART: Consider clinit elimination for inlining by Razvan A Lupusoru · 11 years ago
  26. ebab3bb Merge "Compile time performance improvements focusing on interpret-only." by Ian Rogers · 11 years ago
  27. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  28. 98cb689 Quick compiler (arm64) Fix inline Math.round() by buzbee · 11 years ago
  29. a870bc5 ART: Address three issues with x86 assembler before enabling load store elimination. by Haitao Feng · 11 years ago
  30. 589e046 Slow path should break def tracking by Serguei Katkov · 11 years ago
  31. 9863daf AddIntrinsicSlowPath with resume requires clobbering by Serguei Katkov · 11 years ago
  32. a87a795 Merge "Revert "Add read barriers for the roots in the verifier."" by Ian Rogers · 11 years ago
  33. be428b4 Merge "ART: Fix variable formatting and CodeLayout's multiple visits" by Bill Buzbee · 11 years ago
  34. d8f69b0 Revert "Add read barriers for the roots in the verifier." by Ian Rogers · 11 years ago
  35. 75bcc37 ART: Fix variable formatting and CodeLayout's multiple visits by Jean Christophe Beyler · 11 years ago
  36. b5477f0 Fix kThumb2Vldrd definition to set correct flag. by Junmo Park · 11 years ago
  37. cd48f2d Change Reference.get() intrinsic to Reference.getReferent(). by Mathieu Chartier · 11 years ago
  38. a464466 x86: evaluation destination should be after load of source in RA by Serguei Katkov · 11 years ago
  39. 90a21f8 Quick compiler: Fix handling of unused returns by buzbee · 11 years ago
  40. 9b868cb Merge "ART: Make the dominator bitvectors expandable" by Bill Buzbee · 11 years ago
  41. eacc5f0 Fix Thumb2Stm, ldm definition of EncodingMap for arm by Junmo Park · 11 years ago
  42. 007a065 ART: Make the dominator bitvectors expandable by Jean Christophe Beyler · 11 years ago
  43. 3a91f44 ART: X86: Improve multiply in div/rem by literal by Mark Mendell · 11 years ago
  44. 3f51e7d ART: Fix x86_64 GenSelect case when destination is Ref by Jean Christophe Beyler · 11 years ago
  45. 6dccdc2 ART: Reduce LockCallTemps usage by Maxim Kazantsev · 11 years ago
  46. 328c430 Merge "ART: Vectorization opcode implementation fixes" by Ian Rogers · 11 years ago
  47. d73f52b Merge "Add numerator check for integer divide and modulo" by Ian Rogers · 11 years ago
  48. fbebc69 ART: Only call CalculateBasicBlockInformation once by Jean Christophe Beyler · 11 years ago
  49. b3a84e2 ART: Vectorization opcode implementation fixes by Lupusoru, Razvan A · 11 years ago
  50. 2a09504 Merge "Fix SetupResourceMasks to pass correct parameters" by Vladimir Marko · 11 years ago
  51. 4a94679 Merge "Quick compiler, aarch64: Insane sanity checker" by buzbee · 11 years ago
  52. de0b996 ART: Fix read-out-of-bounds in the compiler by Andreas Gampe · 11 years ago
  53. aa839cc Fix SetupResourceMasks to pass correct parameters by Junmo Park · 11 years ago
  54. f77e977 Quick compiler, aarch64: Insane sanity checker by buzbee · 11 years ago
  55. 7c7686e Merge "Revert "Revert "ART: Prepare for ELF64.""" by Nicolas Geoffray · 11 years ago
  56. f9b87b1 Revert "Revert "ART: Prepare for ELF64."" by Nicolas Geoffray · 11 years ago
  57. 893600c Merge "Revert "ART: Prepare for ELF64."" by Nicolas Geoffray · 11 years ago
  58. 7eebd95 Revert "ART: Prepare for ELF64." by Nicolas Geoffray · 11 years ago
  59. 59a0043 Merge "ART: Address issues with kIntrinsicMinMaxDouble for x86" by Ian Rogers · 11 years ago
  60. 5383613 Merge "ART: Update CFG dumper to handle extended better" by Ian Rogers · 11 years ago
  61. 45b8f1a ART: Prepare for ELF64. by Tong Shen · 11 years ago
  62. e5beb18 ART: Address issues with kIntrinsicMinMaxDouble for x86 by Razvan A Lupusoru · 11 years ago
  63. 1500e6f ART: Update CFG dumper to handle extended better by Razvan A Lupusoru · 11 years ago
  64. 3a65807 Quick compiler: Fix MIPS build by buzbee · 11 years ago
  65. 2ddd175 Add numerator check for integer divide and modulo by Yixin Shou · 11 years ago
  66. 8d0d03e ART: Change temporaries to positive names by Razvan A Lupusoru · 11 years ago
  67. 2cdd2f2 Merge "ART: Added dirty flag to optimizations" by Ian Rogers · 11 years ago
  68. bd25d4b ART: Add capability for a pass to have options by Razvan A Lupusoru · 11 years ago
  69. 09321df ART: Added dirty flag to optimizations by Jean Christophe Beyler · 11 years ago
  70. b5bce7c ART: Add non-temporal store support by Jean Christophe Beyler · 11 years ago
  71. 88a6b41 Quick compiler: fix DCHECK by buzbee · 11 years ago
  72. 1ff1747 Merge "ART: Extending FlagsOf" by Ian Rogers · 11 years ago
  73. fb0ea2d ART: Extending FlagsOf by Jean Christophe Beyler · 11 years ago
  74. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 11 years ago
  75. 53c913b ART: Clean up compiler by Andreas Gampe · 11 years ago
  76. e18aa43 Merge "ART: Support MIRGraph constant interface" by Ian Rogers · 11 years ago
  77. d04d309 ART: Support MIRGraph constant interface by Razvan A Lupusoru · 11 years ago
  78. a37ad7a Merge "GetDalvikDisassembly should work even without SSA info" by Ian Rogers · 11 years ago
  79. 954c7ea Merge "ART: Fix frontend to allow possibility of multiple code units" by Ian Rogers · 11 years ago
  80. 651c967 Merge "AArch64: Improve MIR to LIR translation for abs" by Ian Rogers · 11 years ago
  81. 20acd5b Merge "ART: Remove a BasicBlock's fall_through pointer in Hide()" by Ian Rogers · 11 years ago
  82. b289d2c Merge "ART: Implement kMirOpNullCheck" by Ian Rogers · 11 years ago
  83. 00b3024 Merge "x86: A couple of minor changes for String.indexOf() inlining" by Ian Rogers · 11 years ago
  84. 0f3e498 GetDalvikDisassembly should work even without SSA info by Serguei Katkov · 11 years ago
  85. f588b50 ART: Remove a BasicBlock's fall_through pointer in Hide() by Jean Christophe Beyler · 11 years ago
  86. e77493c Make common BitVector operations inline-able. by Ian Rogers · 11 years ago
  87. 09ae022 ART: Fix frontend to allow possibility of multiple code units by Razvan A Lupusoru · 11 years ago
  88. 7642324 ART: Implement kMirOpNullCheck by Razvan A Lupusoru · 11 years ago
  89. 9a8a506 AArch64: Improve MIR to LIR translation for abs by Martyn Capewell · 11 years ago
  90. 5d13f12 Quick compiler: fix Arm64 inline locking code by buzbee · 11 years ago
  91. 4efefc3 Merge "Improve GVN performance when merging null-checked values." by Vladimir Marko · 11 years ago
  92. 2d2365c Improve GVN performance when merging null-checked values. by Vladimir Marko · 11 years ago
  93. 9be4be5 Merge "AArch64: Add tbz/tbnz and tst." by Vladimir Marko · 11 years ago
  94. 5d7cdec AArch64: Add tbz/tbnz and tst. by Zheng Xu · 11 years ago
  95. 74de63b X86: Fix alias info in GenInlinedIndexOf(). by Vladimir Marko · 11 years ago
  96. 76bc718 Merge "[MIPS] Fix the code generated by GenSelectConst32" by Andreas Gampe · 11 years ago
  97. aa1ed01 Merge "ART source line debug info in OAT files" by Ian Rogers · 11 years ago
  98. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 11 years ago
  99. 08f8d4c [MIPS] Fix the code generated by GenSelectConst32 by Raghu Gandham · 11 years ago
  100. 06839f8 x86_64: Use RegClassBySize() for field accesses by Chao-ying Fu · 11 years ago