1. 307dac9 Fix destruction order in Dex2Oat. by Vladimir Marko · 9 years ago
  2. 620021e Merge "New attempt at fixing mac build." by Nicolas Geoffray · 9 years ago
  3. ab60b68 New attempt at fixing mac build. by Nicolas Geoffray · 9 years ago
  4. 4206af2 Merge "Fix mac build." by Nicolas Geoffray · 9 years ago
  5. b937a44 Fix mac build. by Nicolas Geoffray · 9 years ago
  6. 94e24ac Merge "Remove ArtCode." by Nicolas Geoffray · 9 years ago
  7. 524e7ea Remove ArtCode. by Nicolas Geoffray · 9 years ago
  8. b697c44 Merge "Fix induction_var_range_test." by Calin Juravle · 9 years ago
  9. 27cfad0 Fix induction_var_range_test. by Calin Juravle · 9 years ago
  10. 7cf979b Merge "Revert "Revert "optimizing: propagate type information of arguments""" by Calin Juravle · 9 years ago
  11. e033ea6 Merge "MIPS64: Add intrinsic support for bit rotation" by Andreas Gampe · 9 years ago
  12. 0f8f864 MIPS64: Add intrinsic support for bit rotation by Chris Larsen · 9 years ago
  13. 25cf8c4 Merge "Added ability to generate induction range code." by Aart Bik · 9 years ago
  14. 28a15a9 Merge "Keep dex files live in class table" by Mathieu Chartier · 9 years ago
  15. aec3cce Added ability to generate induction range code. by Aart Bik · 9 years ago
  16. 00310e0 Keep dex files live in class table by Mathieu Chartier · 9 years ago
  17. f69f56e Merge "Generalize codegen and simplification of deopt." by Aart Bik · 9 years ago
  18. bb245d1 Generalize codegen and simplification of deopt. by Aart Bik · 9 years ago
  19. a31e53f Merge "ART: Replace an "ALWAYS_INLINE" with "inline" to fix build." by Vladimir Marko · 9 years ago
  20. 722fa98 ART: Replace an "ALWAYS_INLINE" with "inline" to fix build. by Vladimir Marko · 9 years ago
  21. 2261d46 Merge "Clean up OatFile." by Vladimir Marko · 9 years ago
  22. aeae32f Merge "MIPS64: Add intrinsic support for bit rotation" by Andreas Gampe · 9 years ago
  23. 06d7aaa Clean up OatFile. by Vladimir Marko · 9 years ago
  24. 9aebff2 MIPS64: Add intrinsic support for bit rotation by Chris Larsen · 9 years ago
  25. a5903e6 Merge "MIPS64: Add intrinsics support for trailing zeros" by Andreas Gampe · 9 years ago
  26. 0646da7 MIPS64: Add intrinsics support for trailing zeros by Chris Larsen · 9 years ago
  27. 45513eb Merge "MIPS64: Implement intrinsics from sun.misc.Unsafe:" by Andreas Gampe · 9 years ago
  28. 1360ada MIPS64: Implement intrinsics from sun.misc.Unsafe: by Chris Larsen · 9 years ago
  29. 522b308 Merge "Allow changing the optimization level of a build with env variable." by Alex Light · 9 years ago
  30. c4daa0a Merge "MIPS64: Additional assember tests:" by Andreas Gampe · 9 years ago
  31. 4b0ef9c Merge "MIPS64: Implement intrinsics from java.lang.String:" by Andreas Gampe · 9 years ago
  32. 7cabeca Merge "Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm.""" by Hiroshi Yamauchi · 9 years ago
  33. bf606b6 Merge "Fix mips64 cfi test" by Mathieu Chartier · 9 years ago
  34. 97a2181 Fix mips64 cfi test by Mathieu Chartier · 9 years ago
  35. 1362c07 Merge "Fix in reference type propagation" by Calin Juravle · 9 years ago
  36. 1261759 Fix in reference type propagation by Calin Juravle · 9 years ago
  37. 977f12b Merge "ART: Fix Mips64 JNI Calling Convention" by Vladimir Marko · 9 years ago
  38. 3ae313d Merge "Change hash table load factors" by Mathieu Chartier · 9 years ago
  39. 32cc9ee Change hash table load factors by Mathieu Chartier · 9 years ago
  40. 0e09cf6 ART: Fix Mips64 JNI Calling Convention by Vladimir Marko · 9 years ago
  41. e8939d2 Merge "ARM64: Better recognition of constants encodable as immediates." by Nicolas Geoffray · 9 years ago
  42. b69fbfb ARM64: Better recognition of constants encodable as immediates. by Alexandre Rames · 9 years ago
  43. 28c34f8 Merge "Parse runtime compiler options for JIT" by Andreas Gampe · 9 years ago
  44. 085fc87 Parse runtime compiler options for JIT by Mathieu Chartier · 9 years ago
  45. 3c50e23 Merge "Use ATTRIBUTE_UNUSED more." by Andreas Gampe · 9 years ago
  46. ceb0124 Merge "Fix race in ART 079-phantom" by Mathieu Chartier · 9 years ago
  47. dc412b6 Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Hiroshi Yamauchi · 9 years ago
  48. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  49. 1148731 Merge "ART: Add simple null alias tracking for lock counting" by Andreas Gampe · 9 years ago
  50. 895bb5f ART: Add simple null alias tracking for lock counting by Andreas Gampe · 9 years ago
  51. d5a69fc Merge "Added support for unsigned comparisons" by Aart Bik · 9 years ago
  52. bdbce4e Merge "ART: Use .bss section for dex cache arrays." by Vladimir Marko · 9 years ago
  53. b8b3702 Merge "Fix monitor contention logging to support negative line numbers" by Brian Carlstrom · 9 years ago
  54. 7dae191 Merge "Fix a sign-extension bug in JValue." by Vladimir Marko · 9 years ago
  55. 4f55fd2 Merge "Allocate dex cache arrays in their class loader's linear alloc" by Mathieu Chartier · 9 years ago
  56. 09d0943 ART: Use .bss section for dex cache arrays. by Vladimir Marko · 9 years ago
  57. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 9 years ago
  58. bc6cb93 Merge "Move x86 constant area code to its own file" by Calin Juravle · 9 years ago
  59. d09d013 Merge "Revert "load store elimination."" by Nicolas Geoffray · 9 years ago
  60. 8030c41 Revert "load store elimination." by Nicolas Geoffray · 9 years ago
  61. 742448b Merge "load store elimination." by Mingyao Yang · 9 years ago
  62. 589dac7 load store elimination. by Mingyao Yang · 9 years ago
  63. a2b2e73 Merge "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Nicolas Geoffray · 9 years ago
  64. cf91c7d Revert "Implement rosalloc fast path in assembly for 32 bit arm." by Nicolas Geoffray · 9 years ago
  65. d2e0dd1 Merge "Make the run-test makefile check if we have python3" by Alex Light · 9 years ago
  66. 8069d9f Allow changing the optimization level of a build with env variable. by Alex Light · 9 years ago
  67. 9ed8be6 Merge "Fix structural class checks" by Mathieu Chartier · 9 years ago
  68. 80b37b7 Fix structural class checks by Mathieu Chartier · 9 years ago
  69. dedcba2 Make the run-test makefile check if we have python3 by Alex Light · 9 years ago
  70. e9f3760 Added support for unsigned comparisons by Aart Bik · 9 years ago
  71. 08583a0 Merge "ART: Fix build" by Andreas Gampe · 9 years ago
  72. 0a67a9c ART: Fix build by Andreas Gampe · 9 years ago
  73. 5139864 Merge "ART: More lenient lock merging in the verifier" by Andreas Gampe · 9 years ago
  74. aaad121 Merge "Cleanup interface initialization code to create fewer scopes" by Alex Light · 9 years ago
  75. 56a40f5 Cleanup interface initialization code to create fewer scopes by Alex Light · 9 years ago
  76. 2248d27 Merge "Implement rosalloc fast path in assembly for 32 bit arm." by Hiroshi Yamauchi · 9 years ago
  77. bf8fd42 Merge "Do not attempt to unregister null oat files" by Mathieu Chartier · 9 years ago
  78. fdccbd4 Do not attempt to unregister null oat files by Mathieu Chartier · 9 years ago
  79. 9499107 Move x86 constant area code to its own file by Mark Mendell · 9 years ago
  80. 943e89e Merge "X86 jump tables for PackedSwitch" by Vladimir Marko · 9 years ago
  81. 392835d Merge "X86_64 jump tables for PackedSwitch" by Vladimir Marko · 9 years ago
  82. 805b3b5 X86 jump tables for PackedSwitch by Mark Mendell · 9 years ago
  83. e6e3bea Revert "Revert "optimizing: propagate type information of arguments"" by Calin Juravle · 9 years ago
  84. 9c86b48 X86_64 jump tables for PackedSwitch by Mark Mendell · 9 years ago
  85. 6440443 Merge "Improve Thumb2 bitwise operations." by Vladimir Marko · 9 years ago
  86. d2b4ca2 Improve Thumb2 bitwise operations. by Vladimir Marko · 9 years ago
  87. 045a95c Merge "Fix braino in arm assembler." by Nicolas Geoffray · 9 years ago
  88. 0ccb383 Fix braino in arm assembler. by Nicolas Geoffray · 9 years ago
  89. d17bd22 Merge "Fix MIPS64 boot" by Nicolas Geoffray · 9 years ago
  90. 8c34ec1 Fix MIPS64 boot by Goran Jakovljevic · 9 years ago
  91. 26a896a Merge "Implement System.arraycopy intrinsic for arm." by Nicolas Geoffray · 9 years ago
  92. e9c1f1d Merge "Disable tests requiring python3 for dist builds." by Nicolas Geoffray · 9 years ago
  93. ec00b7e Disable tests requiring python3 for dist builds. by Nicolas Geoffray · 9 years ago
  94. f992a63 Merge "Add some missing comments" by Mathieu Chartier · 9 years ago
  95. 24a0fc8 Add some missing comments by Mathieu Chartier · 9 years ago
  96. 85506c2 Merge "Add initial default method support to Art" by Alex Light · 9 years ago
  97. 7598f14 Merge "Revert "Revert "Unload oat files""" by Mathieu Chartier · 9 years ago
  98. e58991b Revert "Revert "Unload oat files"" by Mathieu Chartier · 9 years ago
  99. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  100. e631694 Implement rosalloc fast path in assembly for 32 bit arm. by Hiroshi Yamauchi · 9 years ago