1. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 10 years ago
  2. d840678 Merge "ART: Wire up DexToDexCompiler without extern" by Andreas Gampe · 10 years ago
  3. 5eb0d38 ART: Wire up DexToDexCompiler without extern by Andreas Gampe · 10 years ago
  4. 02f0771 Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"" by Igor Murashkin · 10 years ago
  5. 94800f4 Merge "Address some comments and clean up" by Mathieu Chartier · 10 years ago
  6. 1339409 Merge "Have constant folding be more flexible." by Roland Levillain · 10 years ago
  7. 902ec26 Merge "Add constant folding for long unary operations in opt. compiler." by Roland Levillain · 10 years ago
  8. 9867bc7 Have constant folding be more flexible. by Roland Levillain · 10 years ago
  9. c90bc7c Add constant folding for long unary operations in opt. compiler. by Roland Levillain · 11 years ago
  10. d4fd591 Merge "ART: Move exception clearing into own instruction" by David Brazdil · 10 years ago
  11. 1056919 Merge "ART: x86_64 RoundDouble/Float intrinsics should initialize out value." by Nicolas Geoffray · 10 years ago
  12. 90ef3db Address some comments and clean up by Mathieu Chartier · 10 years ago
  13. d2606b1 Merge "Parallel Move Resolver: Perform Stack/Stack first" by Nicolas Geoffray · 10 years ago
  14. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago
  15. cb1c055 ART: Move exception clearing into own instruction by David Brazdil · 10 years ago
  16. 9ca2571 ART: x86_64 RoundDouble/Float intrinsics should initialize out value. by Pavel Vyssotski · 10 years ago
  17. fe092ab Merge "Added repe_cmpsq instruction to x86_64 assembler" by Vladimir Marko · 10 years ago
  18. 611d339 ARM/ARM64: Implement numberOfLeadingZeros intrinsic. by Scott Wakeling · 10 years ago
  19. 3fd0e6a Added repe_cmpsq instruction to x86_64 assembler by agicsaki · 10 years ago
  20. e3d598e Merge "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago
  21. 743e962 Merge "Optimizing: Add Non Temporal Move support for x86" by Aart Bik · 10 years ago
  22. e238414 Merge "Optimizing: Use more X86 3 operand multiplies" by Roland Levillain · 10 years ago
  23. bc576cf Merge "Revert "Optimizing String.Equals as an intrinsic (x86)"" by Roland Levillain · 10 years ago
  24. aabdf8a Revert "Optimizing String.Equals as an intrinsic (x86)" by Roland Levillain · 10 years ago
  25. 7a58566 Merge "Optimizing String.Equals as an intrinsic (x86)" by Roland Levillain · 10 years ago
  26. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 10 years ago
  27. 8ab7bd6 Optimizing String.Equals as an intrinsic (x86) by agicsaki · 10 years ago
  28. 68c5640 Merge "Added repe_cmpsl instruction to x86, x86_64 assemblers" by Andreas Gampe · 10 years ago
  29. 970abfb Added repe_cmpsl instruction to x86, x86_64 assemblers by agicsaki · 10 years ago
  30. 5a898e6 Merge "Optimizing: Replace x86 xchg use with xor sequence" by Roland Levillain · 10 years ago
  31. 109c89a ART: Change stream output kNone intrinsic by David Brazdil · 10 years ago
  32. dbf5d75 ART: Fix gtest after GraphChecker CL by David Brazdil · 10 years ago
  33. 5d2ed00 Merge "ART: Use __ANDROID__ instead of HAVE_ANDROID_OS" by Andreas Gampe · 10 years ago
  34. b618ade ART: Store and check exceptional predecessors by David Brazdil · 10 years ago
  35. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 10 years ago
  36. 7a08fb5 Optimizing: Add Non Temporal Move support for x86 by Mark Mendell · 10 years ago
  37. 9097981 Optimizing: Replace x86 xchg use with xor sequence by Mark Mendell · 10 years ago
  38. 36c51fc Merge "Take into account that we might end up with unresolved classes." by Calin Juravle · 10 years ago
  39. 51d135f Take into account that we might end up with unresolved classes. by Calin Juravle · 10 years ago
  40. 57a9c7d Merge "Fix gtests." by Calin Juravle · 10 years ago
  41. 0941b9d Fix gtests. by Calin Juravle · 10 years ago
  42. b931848 Merge "Allow for fine tuning the inliner." by Calin Juravle · 10 years ago
  43. ec74835 Allow for fine tuning the inliner. by Calin Juravle · 10 years ago
  44. 57c0f3f Merge "Clean up class visitors" by Mathieu Chartier · 10 years ago
  45. e0671ce Clean up class visitors by Mathieu Chartier · 10 years ago
  46. 8c4113b Merge "Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation""""" by Calin Juravle · 10 years ago
  47. 3dac766 Merge "Revert "Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation""""" by Calin Juravle · 10 years ago
  48. 2e76830 Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation"""" by Calin Juravle · 10 years ago
  49. 0f8c6da Merge "Run intrinsics on inlined code." by Roland Levillain · 10 years ago
  50. d60a1af Run intrinsics on inlined code. by Scott Wakeling · 10 years ago
  51. 3f680be Merge "Add read barrier support to the entrypoints." by Mathieu Chartier · 10 years ago
  52. 6e18dcb Parallel Move Resolver: Perform Stack/Stack first by Mark Mendell · 10 years ago
  53. 4a2aa4a Optimizing: Use more X86 3 operand multiplies by Mark Mendell · 10 years ago
  54. 1aee900 Add read barrier support to the entrypoints. by Man Cao · 10 years ago
  55. a5ae3c3 Revert "Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation"""" by Calin Juravle · 10 years ago
  56. 6df1d46 Merge "Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation"""" by Calin Juravle · 10 years ago
  57. 431403a Merge "Revert "Revert "Revert "Use the object class as top in reference type propagation"""" by Calin Juravle · 10 years ago
  58. e344a80 Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation""" by Calin Juravle · 10 years ago
  59. b734808 Revert "Revert "Revert "Use the object class as top in reference type propagation""" by Calin Juravle · 10 years ago
  60. 48215e2 Merge "Revert "Revert "Use the object class as top in reference type propagation""" by Calin Juravle · 10 years ago
  61. 5716a1f Merge "Revert "Revert "Fixes and improvements in ReferenceTypePropagation""" by Calin Juravle · 10 years ago
  62. 9af8d8d Merge "Added repe_cmpsw instruction to x86, x86_64 assemblers" by Roland Levillain · 10 years ago
  63. 71311f8 Added repe_cmpsw instruction to x86, x86_64 assemblers by agicsaki · 10 years ago
  64. 80caa14 Revert "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 10 years ago
  65. 00e3b38 Revert "Revert "Fixes and improvements in ReferenceTypePropagation"" by Calin Juravle · 10 years ago
  66. 718493c HDeoptimize should hold values live in env. by Mingyao Yang · 10 years ago
  67. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 10 years ago
  68. f7efc9e Merge "ART: Fix Quick/Optimizing suspend check assumption mismatch." by Vladimir Marko · 10 years ago
  69. d29e848 ART: Fix Quick/Optimizing suspend check assumption mismatch. by Vladimir Marko · 10 years ago
  70. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  71. 6078aec Merge "ART: Add VerboseMethods to optimizing compiler" by Andreas Gampe · 10 years ago
  72. 53fcd0f ART: Add VerboseMethods to optimizing compiler by Andreas Gampe · 10 years ago
  73. 8f08f9e Replaced CHECK with EXPECT in tests. by Aart Bik · 10 years ago
  74. c5bee2a Merge "Revert "Fixes and improvements in ReferenceTypePropagation"" by Calin Juravle · 10 years ago
  75. 32d7806 Merge "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 10 years ago
  76. 7733bd6 Revert "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  77. 9b0096b Revert "Fixes and improvements in ReferenceTypePropagation" by Calin Juravle · 10 years ago
  78. d77aa00 Merge "ART: Fix Thumb2 literal fixup." by Vladimir Marko · 10 years ago
  79. ff6e79c Merge "Added unit tests to LICM." by Aart Bik · 10 years ago
  80. 60f4804 Merge "Delete extraneous prefix `SideEffects::` in `nodes.h`." by Roland Levillain · 10 years ago
  81. 1c4ccea Delete extraneous prefix `SideEffects::` in `nodes.h`. by Alexandre Rames · 10 years ago
  82. 663c934 ART: Fix Thumb2 literal fixup. by Vladimir Marko · 10 years ago
  83. e6e38ce Merge "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  84. a3073e2 Merge "Fixes and improvements in ReferenceTypePropagation" by Calin Juravle · 10 years ago
  85. 3f307f3 Added unit tests to LICM. by Aart Bik · 10 years ago
  86. 3fabec7 Use the object class as top in reference type propagation by Calin Juravle · 10 years ago
  87. b0d5fc0 Fixes and improvements in ReferenceTypePropagation by Calin Juravle · 10 years ago
  88. 34c3ba9 Fix broken tests. by Aart Bik · 10 years ago
  89. e07300b Merge "Improved side effect analysis (field/array write/read)." by Aart Bik · 10 years ago
  90. 854a02b Improved side effect analysis (field/array write/read). by Aart Bik · 10 years ago
  91. 6db1377 Merge "Improve documentation of memory layouts in stack_map.h." by Roland Levillain · 10 years ago
  92. 1123794 Merge "Change intern table to not use WaitHoldingLocks" by Mathieu Chartier · 10 years ago
  93. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 10 years ago
  94. 2661ffc Merge "Improve Thumb2 branch/load-literal fixup performance." by Vladimir Marko · 10 years ago
  95. 6b756b5 Improve Thumb2 branch/load-literal fixup performance. by Vladimir Marko · 10 years ago
  96. 9523a3e Revert "Revert "Use the quickened metadata to compile -QUICK opcodes."" by Nicolas Geoffray · 10 years ago
  97. 33e50d8 Merge "Reduce space filter threshold to 128." by Nicolas Geoffray · 10 years ago
  98. 432bf3d Reduce space filter threshold to 128. by Nicolas Geoffray · 10 years ago
  99. 8ab9a90 Revert "Use the quickened metadata to compile -QUICK opcodes." by Nicolas Geoffray · 10 years ago
  100. 4515a67 Use the quickened metadata to compile -QUICK opcodes. by Nicolas Geoffray · 10 years ago