1. 68c506c Merge "Revert "Revert "Refined add/sub analysis vis-a-vis SIMD idioms.""" by Aart Bik · 7 years ago
  2. a3e2326 Revert "Revert "Refined add/sub analysis vis-a-vis SIMD idioms."" by Nicolas Geoffray · 7 years ago
  3. d00aa16 Merge "Revert "Refined add/sub analysis vis-a-vis SIMD idioms."" by Nicolas Geoffray · 7 years ago
  4. 7f31326 Revert "Refined add/sub analysis vis-a-vis SIMD idioms." by Nicolas Geoffray · 7 years ago
  5. b939805 Merge "Refined add/sub analysis vis-a-vis SIMD idioms." by Treehugger Robot · 7 years ago
  6. 81a1f85 Refined add/sub analysis vis-a-vis SIMD idioms. by Aart Bik · 7 years ago
  7. b006e1f Merge "Revert^4 "Compiler changes for bitstring based type checks."" by Treehugger Robot · 7 years ago
  8. 55ceb9a Merge "ART: Fix infinite recursion for deopt at dex pc 0." by Vladimir Marko · 7 years ago
  9. 175e786 Revert^4 "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  10. 2a93c76 Merge "ART: Implement scalar loop unrolling." by Aart Bik · 7 years ago
  11. d1ede32 Merge "Revert^3 "Compiler changes for bitstring based type checks."" by Andreas Gampe · 7 years ago
  12. 3fbd3ad Revert^3 "Compiler changes for bitstring based type checks." by Andreas Gampe · 7 years ago
  13. 121f203 ART: Implement scalar loop unrolling. by Artem Serov · 8 years ago
  14. fe94875 ART: Fix infinite recursion for deopt at dex pc 0. by Vladimir Marko · 7 years ago
  15. 7075583 Merge "Revert^2 "Compiler changes for bitstring based type checks."" by Vladimir Marko · 7 years ago
  16. 224219c Merge "Refined recognizing integral MIN-MAX-ABS." by Treehugger Robot · 7 years ago
  17. 2286da2 Refined recognizing integral MIN-MAX-ABS. by Aart Bik · 7 years ago
  18. 071d435 Code sinking bug fix. by Aart Bik · 7 years ago
  19. 3f41323 Revert^2 "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  20. 5a39276 Recognize signed saturation in single clipping. by Aart Bik · 7 years ago
  21. f191ae7 Merge "Move some remaining dex utilities" by Treehugger Robot · 7 years ago
  22. 99ddca5 Merge "Fix running some run-tests with -Xjitthreshold:0" by Treehugger Robot · 7 years ago
  23. 312f3b2 Move some remaining dex utilities by David Sehr · 7 years ago
  24. be0c7cf Fix running some run-tests with -Xjitthreshold:0 by Vladimir Marko · 7 years ago
  25. 5a0eb0c Minor DCHECK bug fix. by Aart Bik · 7 years ago
  26. 1a38102 Minor cleanup of saturation arithmetic code. by Aart Bik · 7 years ago
  27. 29aa082 Vectorization of saturation arithmetic. by Aart Bik · 7 years ago
  28. 142b913 Recognize MIN-MAX. by Aart Bik · 7 years ago
  29. 9992e09 Merge "Retrieve String/Class references from .data.bimg.rel.ro." by Vladimir Marko · 7 years ago
  30. 45677e5 Merge "ART: Implement loop peeling/unrolling routines." by Treehugger Robot · 7 years ago
  31. 8ba5641 Merge "Load ArtMethod* from .data.bimg.rel.ro entries." by Vladimir Marko · 7 years ago
  32. 66f40db Merge "Minor cleanup of MIN/MAX code." by Treehugger Robot · 7 years ago
  33. d395e73 Merge "MIPS: Use PCNT to implement VisitIntegerBitCount() and VisitLongBitCount()" by Treehugger Robot · 7 years ago
  34. e47f60c Retrieve String/Class references from .data.bimg.rel.ro. by Vladimir Marko · 7 years ago
  35. b066d43 Load ArtMethod* from .data.bimg.rel.ro entries. by Vladimir Marko · 8 years ago
  36. 02eebcf ART: Implement loop peeling/unrolling routines. by Artem Serov · 8 years ago
  37. 351df3e Minor cleanup of MIN/MAX code. by Aart Bik · 7 years ago
  38. 1f8d51b Introduce MIN/MAX/ABS as HIR nodes. by Aart Bik · 7 years ago
  39. 0d2cab5 MIPS: Use PCNT to implement VisitIntegerBitCount() and VisitLongBitCount() by Lena Djokic · 7 years ago
  40. 3ef920e Merge "Move most of runtime/base to libartbase/base" by David Sehr · 7 years ago
  41. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  42. 3b2a595 Introduce ABS as HIR nodes (missing file). by Aart Bik · 7 years ago
  43. 4927ba0 Merge "Introduce ABS as HIR nodes." by Treehugger Robot · 7 years ago
  44. 540ca50 Merge "MIPS: Use sltiu instead of LoadConst32() + sltu" by Treehugger Robot · 7 years ago
  45. 3dad341 Introduce ABS as HIR nodes. by Aart Bik · 7 years ago
  46. 3177e10 MIPS: Use sltiu instead of LoadConst32() + sltu by Lena Djokic · 7 years ago
  47. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  48. 63e9e87 Merge "Add timestamps to JIT/DEX native debug info." by David Srbecky · 7 years ago
  49. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  50. 440a9b3 Add timestamps to JIT/DEX native debug info. by David Srbecky · 7 years ago
  51. d9e4d73 Fix iCache misses for GetKind on x86,x86_64 by Gupta Kumar, Sanjiv · 7 years ago
  52. 59eb30f ART: Clean up patching data in codegens. by Vladimir Marko · 7 years ago
  53. ea179f4 Refactor method resolution in class linker. by Nicolas Geoffray · 7 years ago
  54. f665f84 Pass the right dex_file/method_index for String.<init>. by Nicolas Geoffray · 7 years ago
  55. bdaec34 Merge "MIPS32 Implement signed 64-bit division by powers of 2" by Treehugger Robot · 7 years ago
  56. feec167 Add support for counting hotness in compiled code for MIPS by Goran Jakovljevic · 7 years ago
  57. 249eeac Merge "Added missing return." by Treehugger Robot · 7 years ago
  58. f12c309 Merge "Do not eliminate array allocation if it may throw NegativeArraySizeException" by Mingyao Yang · 7 years ago
  59. 897df03 Added missing return. by Aart Bik · 7 years ago
  60. 7cf9af2 Do not eliminate array allocation if it may throw NegativeArraySizeException by Mingyao Yang · 7 years ago
  61. 129ebee Merge "Don't analyze methods with verification errors." by Treehugger Robot · 7 years ago
  62. 2c148f0 Don't analyze methods with verification errors. by Aart Bik · 7 years ago
  63. e0d8bd4 Merge "Revert "Revert "More general store elimination""" by Treehugger Robot · 7 years ago
  64. 669669c Merge "Exploit non-null control dependence." by Treehugger Robot · 7 years ago
  65. a354053 Revert "Revert "More general store elimination"" by Mingyao Yang · 8 years ago
  66. 4c563ca Exploit non-null control dependence. by Aart Bik · 8 years ago
  67. e65948f Merge "Revert^2 "ARM: Use r4 for stack overflow check to reduce code size."" by Treehugger Robot · 7 years ago
  68. 833529f Merge "Create list of open dex files for libbacktrace." by Treehugger Robot · 7 years ago
  69. 1004955 Revert^2 "ARM: Use r4 for stack overflow check to reduce code size." by xueliang.zhong · 8 years ago
  70. 6831209 Merge "MIPS: Clean up InstanceOf/CheckCast." by Treehugger Robot · 7 years ago
  71. fb3de3d Create list of open dex files for libbacktrace. by David Srbecky · 8 years ago
  72. 66c158e Clean up signed/unsigned in vectorizer. by Aart Bik · 8 years ago
  73. 0e9d090 Merge "Add compiler option for counting hotness in compiled code." by Nicolas Geoffray · 8 years ago
  74. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 8 years ago
  75. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 8 years ago
  76. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 8 years ago
  77. 8d72832 Add compiler option for counting hotness in compiled code. by Nicolas Geoffray · 8 years ago
  78. dfc30af MIPS: Clean up InstanceOf/CheckCast. by Alexey Frunze · 8 years ago
  79. 144c34f Merge "Log JIT mini-debug-info memory usage." by David Srbecky · 8 years ago
  80. 4580b6d Merge "Revert "ARM: Use r4 for stack overflow check to reduce code size."" by Treehugger Robot · 8 years ago
  81. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 8 years ago
  82. 1a4f3ca Revert "ARM: Use r4 for stack overflow check to reduce code size." by Nicolas Geoffray · 8 years ago
  83. 8304743 Merge "Revert "ART: Use the bitstring type check for AOT app compilation."" by Treehugger Robot · 8 years ago
  84. 8dc11b7 Merge "Revert "More general store elimination"" by Treehugger Robot · 8 years ago
  85. 0be8cab Revert "ART: Use the bitstring type check for AOT app compilation." by Nicolas Geoffray · 8 years ago
  86. e97949e Revert "More general store elimination" by Nicolas Geoffray · 8 years ago
  87. 4b8025c MIPS32 Implement signed 64-bit division by powers of 2 by Lena Djokic · 8 years ago
  88. d3233ab Merge "ART: Use the bitstring type check for AOT app compilation." by Mingyao Yang · 8 years ago
  89. 8c0961f Move missed files to libdexfile by David Sehr · 8 years ago
  90. c9e0208 Log JIT mini-debug-info memory usage. by David Srbecky · 8 years ago
  91. 6650b0d Merge "ARM: Use r4 for stack overflow check to reduce code size." by Treehugger Robot · 8 years ago
  92. 718e831 ART: Use the bitstring type check for AOT app compilation. by Vladimir Marko · 8 years ago
  93. be2b613 Merge "Compiler changes for bitstring based type checks." by Vladimir Marko · 8 years ago
  94. 4eb4563 ARM: Use r4 for stack overflow check to reduce code size. by Vladimir Marko · 8 years ago
  95. eb0ebed Compiler changes for bitstring based type checks. by Vladimir Marko · 8 years ago
  96. d78ca52 Merge "Improve bound analysis on constant range." by Aart Bik · 8 years ago
  97. 7b4c09a Merge "ART: Implement SuperblockCloner." by Aart Bik · 8 years ago
  98. a95a5cc Improve bound analysis on constant range. by Aart Bik · 8 years ago
  99. 5577295 Merge "ART: Add entrypoint and intrinsic for Math.pow()." by Treehugger Robot · 8 years ago
  100. 4d17987 ART: Add entrypoint and intrinsic for Math.pow(). by Vladimir Marko · 8 years ago