summaryrefslogtreecommitdiff
path: root/runtime/quick/inline_method_analyser.h
AgeCommit message (Expand)Author
2015-10-12Intrinsify System.arraycopy. Nicolas Geoffray
2015-09-11ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight Scott Wakeling
2015-08-12Structure for String.Equals intrinsic agicsaki
2015-08-04ARM/ARM64: Implement numberOfLeadingZeros intrinsic. Scott Wakeling
2015-08-03Revert "Optimizing String.Equals as an intrinsic (x86)" Roland Levillain
2015-07-31Optimizing String.Equals as an intrinsic (x86) agicsaki
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-04-27Replace String CharArray with internal uint16_t array. Jeff Hao
2015-01-15ART: Optimizing compiler intrinsics Andreas Gampe
2014-11-21Rewrite GVN's field id and field type handling. Vladimir Marko
2014-11-03ART: Replace COMPILE_ASSERT with static_assert (runtime) Andreas Gampe
2014-09-09Change Reference.get() intrinsic to Reference.getReferent(). Mathieu Chartier
2014-08-06Added support for patching classes from different dex files. Fred Shih
2014-08-04AArch64: Add inlining support for ceil(), floor(), rint(), round() Serban Constantinescu
2014-07-15Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" Fred Shih
2014-07-11Revert "Revert "Revert "Add intrinsic for Reference.get()""" Sebastien Hertz
2014-07-11Revert "Revert "Add intrinsic for Reference.get()"" Christopher Ferris
2014-07-11Revert "Add intrinsic for Reference.get()" Christopher Ferris
2014-07-10Add intrinsic for Reference.get() Fred Shih
2014-07-08ART: Intrinsic implementation for java.lang.System.arraycopy. DaniilSokolov
2014-07-03AArch64: Add few more inline functions Serban Constantinescu
2014-04-07Inlining synthetic accessors. Vladimir Marko
2014-04-07Inlining setters that return one of their arguments. Vladimir Marko
2014-04-04Revert "Inlining setters that return one of their arguments." Mathieu Chartier
2014-04-04Revert "Inlining synthetic accessors." Mathieu Chartier
2014-04-04Inlining synthetic accessors. Vladimir Marko
2014-04-04Inlining setters that return one of their arguments. Vladimir Marko
2014-03-12Move inline method detection to runtime. Vladimir Marko