1. e2aa326 Use binary search for FindDeclaredInstance/StaticField by Mathieu Chartier · 9 years ago
  2. 534a9b6 Merge "Mark 2 libcore tests as failing." by Nicolas Geoffray · 9 years ago
  3. d9486f9 Mark 2 libcore tests as failing. by Nicolas Geoffray · 9 years ago
  4. d700afa Merge "Remove the magic 32 constant and ensure alignment." by Nicolas Geoffray · 9 years ago
  5. 1e7de6c Remove the magic 32 constant and ensure alignment. by Nicolas Geoffray · 9 years ago
  6. 9926d88 Merge "Inliner: make sure the returned value is in the outer graph." by Calin Juravle · 9 years ago
  7. 66e33f1 Merge "Use DlMallocSpace for the JIT code cache." by Nicolas Geoffray · 9 years ago
  8. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 9 years ago
  9. 31e913f Merge "ART: Disable Clang for arm" by Stephen Hines · 9 years ago
  10. 5295bc2 ART: Disable Clang for arm by Andreas Gampe · 9 years ago
  11. 11d4236 Merge "ART: Fix left-shift of negative numbers" by Andreas Gampe · 9 years ago
  12. 58554b7 ART: Fix left-shift of negative numbers by Andreas Gampe · 9 years ago
  13. 1d7d0ce Merge "Fix typos." by Alex Light · 9 years ago
  14. e16a741 Merge "Change dex_location_ from const char* to std::string." by Richard Uhler · 9 years ago
  15. 0ba73a9 Merge "Switch ahat test to use core-optimizing-pic.art." by Richard Uhler · 9 years ago
  16. 214bbcd Inliner: make sure the returned value is in the outer graph. by Calin Juravle · 9 years ago
  17. 4d3a8be Fix typos. by Alex Light · 9 years ago
  18. b1f10f5 Merge "Disable the x86 & x86-64 UnsafeCASObject intrinsic with heap poisoning." by Roland Levillain · 9 years ago
  19. 6774660 Merge "Disable test 961-default-iface-resolution-generated with gcstress" by Alex Light · 9 years ago
  20. 4bc7168 Merge "MIPS64: Disassembler support for rotate instructions." by Andreas Gampe · 9 years ago
  21. 8d148c9 Disable test 961-default-iface-resolution-generated with gcstress by Alex Light · 9 years ago
  22. cfea7d5 Disable the x86 & x86-64 UnsafeCASObject intrinsic with heap poisoning. by Roland Levillain · 9 years ago
  23. 620021e Merge "New attempt at fixing mac build." by Nicolas Geoffray · 9 years ago
  24. ab60b68 New attempt at fixing mac build. by Nicolas Geoffray · 9 years ago
  25. 4206af2 Merge "Fix mac build." by Nicolas Geoffray · 9 years ago
  26. b937a44 Fix mac build. by Nicolas Geoffray · 9 years ago
  27. 94e24ac Merge "Remove ArtCode." by Nicolas Geoffray · 9 years ago
  28. 524e7ea Remove ArtCode. by Nicolas Geoffray · 9 years ago
  29. b697c44 Merge "Fix induction_var_range_test." by Calin Juravle · 9 years ago
  30. 27cfad0 Fix induction_var_range_test. by Calin Juravle · 9 years ago
  31. 7cf979b Merge "Revert "Revert "optimizing: propagate type information of arguments""" by Calin Juravle · 9 years ago
  32. 7d4152f MIPS64: Disassembler support for rotate instructions. by Chris Larsen · 9 years ago
  33. e033ea6 Merge "MIPS64: Add intrinsic support for bit rotation" by Andreas Gampe · 9 years ago
  34. 0f8f864 MIPS64: Add intrinsic support for bit rotation by Chris Larsen · 9 years ago
  35. 25cf8c4 Merge "Added ability to generate induction range code." by Aart Bik · 9 years ago
  36. 28a15a9 Merge "Keep dex files live in class table" by Mathieu Chartier · 9 years ago
  37. aec3cce Added ability to generate induction range code. by Aart Bik · 9 years ago
  38. 00310e0 Keep dex files live in class table by Mathieu Chartier · 9 years ago
  39. f69f56e Merge "Generalize codegen and simplification of deopt." by Aart Bik · 9 years ago
  40. bb245d1 Generalize codegen and simplification of deopt. by Aart Bik · 9 years ago
  41. a31e53f Merge "ART: Replace an "ALWAYS_INLINE" with "inline" to fix build." by Vladimir Marko · 9 years ago
  42. 722fa98 ART: Replace an "ALWAYS_INLINE" with "inline" to fix build. by Vladimir Marko · 9 years ago
  43. 2261d46 Merge "Clean up OatFile." by Vladimir Marko · 9 years ago
  44. aeae32f Merge "MIPS64: Add intrinsic support for bit rotation" by Andreas Gampe · 9 years ago
  45. 06d7aaa Clean up OatFile. by Vladimir Marko · 9 years ago
  46. 9aebff2 MIPS64: Add intrinsic support for bit rotation by Chris Larsen · 9 years ago
  47. a5903e6 Merge "MIPS64: Add intrinsics support for trailing zeros" by Andreas Gampe · 9 years ago
  48. 0646da7 MIPS64: Add intrinsics support for trailing zeros by Chris Larsen · 9 years ago
  49. 45513eb Merge "MIPS64: Implement intrinsics from sun.misc.Unsafe:" by Andreas Gampe · 9 years ago
  50. 1360ada MIPS64: Implement intrinsics from sun.misc.Unsafe: by Chris Larsen · 10 years ago
  51. 522b308 Merge "Allow changing the optimization level of a build with env variable." by Alex Light · 9 years ago
  52. c4daa0a Merge "MIPS64: Additional assember tests:" by Andreas Gampe · 9 years ago
  53. 4b0ef9c Merge "MIPS64: Implement intrinsics from java.lang.String:" by Andreas Gampe · 9 years ago
  54. 740eec9 Change dex_location_ from const char* to std::string. by Richard Uhler · 9 years ago
  55. 7cabeca Merge "Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm.""" by Hiroshi Yamauchi · 9 years ago
  56. bf606b6 Merge "Fix mips64 cfi test" by Mathieu Chartier · 9 years ago
  57. 97a2181 Fix mips64 cfi test by Mathieu Chartier · 9 years ago
  58. 1362c07 Merge "Fix in reference type propagation" by Calin Juravle · 9 years ago
  59. 1261759 Fix in reference type propagation by Calin Juravle · 9 years ago
  60. 977f12b Merge "ART: Fix Mips64 JNI Calling Convention" by Vladimir Marko · 9 years ago
  61. 3ae313d Merge "Change hash table load factors" by Mathieu Chartier · 9 years ago
  62. 32cc9ee Change hash table load factors by Mathieu Chartier · 9 years ago
  63. 0e09cf6 ART: Fix Mips64 JNI Calling Convention by Vladimir Marko · 10 years ago
  64. e8939d2 Merge "ARM64: Better recognition of constants encodable as immediates." by Nicolas Geoffray · 9 years ago
  65. b69fbfb ARM64: Better recognition of constants encodable as immediates. by Alexandre Rames · 9 years ago
  66. 28c34f8 Merge "Parse runtime compiler options for JIT" by Andreas Gampe · 9 years ago
  67. 085fc87 Parse runtime compiler options for JIT by Mathieu Chartier · 9 years ago
  68. 3c50e23 Merge "Use ATTRIBUTE_UNUSED more." by Andreas Gampe · 9 years ago
  69. ceb0124 Merge "Fix race in ART 079-phantom" by Mathieu Chartier · 9 years ago
  70. dc412b6 Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Hiroshi Yamauchi · 9 years ago
  71. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 10 years ago
  72. 1148731 Merge "ART: Add simple null alias tracking for lock counting" by Andreas Gampe · 9 years ago
  73. 895bb5f ART: Add simple null alias tracking for lock counting by Andreas Gampe · 9 years ago
  74. d5a69fc Merge "Added support for unsigned comparisons" by Aart Bik · 9 years ago
  75. bdbce4e Merge "ART: Use .bss section for dex cache arrays." by Vladimir Marko · 9 years ago
  76. b8b3702 Merge "Fix monitor contention logging to support negative line numbers" by Brian Carlstrom · 9 years ago
  77. 7dae191 Merge "Fix a sign-extension bug in JValue." by Vladimir Marko · 9 years ago
  78. 4f55fd2 Merge "Allocate dex cache arrays in their class loader's linear alloc" by Mathieu Chartier · 9 years ago
  79. 09d0943 ART: Use .bss section for dex cache arrays. by Vladimir Marko · 10 years ago
  80. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 9 years ago
  81. bc6cb93 Merge "Move x86 constant area code to its own file" by Calin Juravle · 9 years ago
  82. d09d013 Merge "Revert "load store elimination."" by Nicolas Geoffray · 9 years ago
  83. 8030c41 Revert "load store elimination." by Nicolas Geoffray · 9 years ago
  84. 742448b Merge "load store elimination." by Mingyao Yang · 9 years ago
  85. 589dac7 load store elimination. by Mingyao Yang · 10 years ago
  86. a2b2e73 Merge "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Nicolas Geoffray · 9 years ago
  87. cf91c7d Revert "Implement rosalloc fast path in assembly for 32 bit arm." by Nicolas Geoffray · 9 years ago
  88. d2e0dd1 Merge "Make the run-test makefile check if we have python3" by Alex Light · 9 years ago
  89. 8069d9f Allow changing the optimization level of a build with env variable. by Alex Light · 9 years ago
  90. 9ed8be6 Merge "Fix structural class checks" by Mathieu Chartier · 9 years ago
  91. 80b37b7 Fix structural class checks by Mathieu Chartier · 9 years ago
  92. dedcba2 Make the run-test makefile check if we have python3 by Alex Light · 9 years ago
  93. e9f3760 Added support for unsigned comparisons by Aart Bik · 9 years ago
  94. 08583a0 Merge "ART: Fix build" by Andreas Gampe · 9 years ago
  95. 0a67a9c ART: Fix build by Andreas Gampe · 9 years ago
  96. 5139864 Merge "ART: More lenient lock merging in the verifier" by Andreas Gampe · 9 years ago
  97. aaad121 Merge "Cleanup interface initialization code to create fewer scopes" by Alex Light · 9 years ago
  98. 56a40f5 Cleanup interface initialization code to create fewer scopes by Alex Light · 9 years ago
  99. 2248d27 Merge "Implement rosalloc fast path in assembly for 32 bit arm." by Hiroshi Yamauchi · 9 years ago
  100. bf8fd42 Merge "Do not attempt to unregister null oat files" by Mathieu Chartier · 9 years ago