index
:
android_art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
dex
/
quick
/
dex_file_method_inliner.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-1
/
+43
*
Quick: Clean up temp use counting.
Vladimir Marko
2015-04-08
1
-0
/
+5
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-4
/
+4
*
Change Reference.get() intrinsic to Reference.getReferent().
Mathieu Chartier
2014-09-09
1
-1
/
+1
*
Added support for patching classes from different dex files.
Fred Shih
2014-08-06
1
-1
/
+1
*
AArch64: Add inlining support for ceil(), floor(), rint(), round()
Serban Constantinescu
2014-08-04
1
-0
/
+4
*
Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
Fred Shih
2014-07-15
1
-0
/
+3
*
Revert "Revert "Revert "Add intrinsic for Reference.get()"""
Sebastien Hertz
2014-07-11
1
-3
/
+0
*
Revert "Revert "Add intrinsic for Reference.get()""
Christopher Ferris
2014-07-11
1
-0
/
+3
*
Revert "Add intrinsic for Reference.get()"
Christopher Ferris
2014-07-11
1
-3
/
+0
*
Add intrinsic for Reference.get()
Fred Shih
2014-07-10
1
-0
/
+3
*
ART: Intrinsic implementation for java.lang.System.arraycopy.
DaniilSokolov
2014-07-08
1
-0
/
+4
*
AArch64: Add few more inline functions
Serban Constantinescu
2014-07-03
1
-1
/
+5
*
Add x86 inlined abs method for float/double
Yixin Shou
2014-06-18
1
-1
/
+1
*
Revert "Add x86 inlined abs method for float/double"
Vladimir Marko
2014-06-17
1
-1
/
+1
*
Add x86 inlined abs method for float/double
Yixin Shou
2014-06-16
1
-1
/
+1
*
Inlining setters that return one of their arguments.
Vladimir Marko
2014-04-07
1
-1
/
+1
*
Revert "Inlining setters that return one of their arguments."
Mathieu Chartier
2014-04-04
1
-1
/
+1
*
Inlining setters that return one of their arguments.
Vladimir Marko
2014-04-04
1
-1
/
+1
*
Early inlining of simple methods.
Vladimir Marko
2014-03-18
1
-1
/
+19
*
Move inline method detection to runtime.
Vladimir Marko
2014-03-12
1
-114
/
+1
*
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-06
1
-1
/
+0
*
Fix clang to compile and run host tests.
Ian Rogers
2014-02-28
1
-5
/
+6
*
Merge "Expose inline method identification for debugger."
Vladimir Marko
2014-02-18
1
-2
/
+13
|
\
|
*
Expose inline method identification for debugger.
Vladimir Marko
2014-02-18
1
-2
/
+13
*
|
GenSpecialCase support for x86
Razvan A Lupusoru
2014-02-13
1
-1
/
+1
|
/
*
Merge "Added inlined abs method with float and double type"
Ian Rogers
2014-02-10
1
-0
/
+3
|
\
|
*
Added inlined abs method with float and double type
Yixin Shou
2014-02-07
1
-0
/
+3
*
|
Revert "Revert "Check FastInstance() early for special getters and setters.""
Vladimir Marko
2014-02-10
1
-39
/
+43
*
|
Revert "Check FastInstance() early for special getters and setters."
Ian Rogers
2014-02-08
1
-43
/
+39
*
|
Check FastInstance() early for special getters and setters.
Vladimir Marko
2014-02-07
1
-39
/
+43
|
/
*
Avoid inliner spam wrt String.length.
Ian Rogers
2014-01-02
1
-8
/
+9
*
Fix build - style issues.
Vladimir Marko
2013-12-18
1
-2
/
+2
*
Detect special methods at the end of verification.
Vladimir Marko
2013-12-17
1
-8
/
+81
*
Per-DexFile locking for inliner initialization.
Vladimir Marko
2013-12-13
1
-4
/
+8
*
Get rid of platform-specific method inliners.
Vladimir Marko
2013-12-10
1
-14
/
+14
*
Refactor intrinsic CAS, prepare for 64-bit version.
Vladimir Marko
2013-11-22
1
-7
/
+7
*
Rewrite intrinsics detection.
Vladimir Marko
2013-11-18
1
-0
/
+318