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