index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
inliner.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only do some checks when compiling against the core image.
Nicolas Geoffray
2015-06-25
1
-1
/
+2
*
Revert "Revert "Add support for inlining already sharpened interface calls.""
Nicolas Geoffray
2015-06-22
1
-11
/
+7
*
Revert "Add support for inlining already sharpened interface calls. DO NOT ME...
Nicolas Geoffray
2015-06-22
1
-7
/
+11
*
Add support for inlining already sharpened interface calls. DO NOT MERGE ANYW...
Nicolas Geoffray
2015-06-18
1
-11
/
+7
*
Merge "Move mirror::ArtMethod to native" into mnc-dev
Mathieu Chartier
2015-06-02
1
-6
/
+6
|
\
|
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-6
/
+6
*
|
Fix another source of undeterministic inlining.
Nicolas Geoffray
2015-06-02
1
-2
/
+0
|
/
*
Fix another source of undeterministic inlining.
Nicolas Geoffray
2015-06-01
1
-1
/
+3
*
Make inlining deterministic.
Nicolas Geoffray
2015-05-26
1
-1
/
+8
*
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-05-11
1
-1
/
+5
*
[optimizing] Rename HasArrayAccesses and check it
Mark Mendell
2015-04-24
1
-2
/
+2
*
Ensure inlined static calls perform clinit checks in Optimizing.
Roland Levillain
2015-04-24
1
-0
/
+10
*
Run DCE again after all the other optimizations have run.
Calin Juravle
2015-04-21
1
-1
/
+1
*
Merge "Fallback to quick in case of soft verification errors"
Calin Juravle
2015-04-16
1
-2
/
+6
|
\
|
*
Fallback to quick in case of soft verification errors
Calin Juravle
2015-04-16
1
-2
/
+6
*
|
ART: Hot fix for an inliner issue
David Brazdil
2015-04-16
1
-4
/
+0
|
/
*
Revert "Fallback to quick in case of soft verification errors"
Calin Juravle
2015-04-13
1
-5
/
+2
*
Fallback to quick in case of soft verification errors
Calin Juravle
2015-04-10
1
-2
/
+5
*
[optimizing] Do not inline intrinsics
Razvan A Lupusoru
2015-03-27
1
-1
/
+2
*
Use the original invoke type when inlining.
Nicolas Geoffray
2015-03-26
1
-1
/
+3
*
Revert "Revert "Inline across dex files.""
Nicolas Geoffray
2015-03-25
1
-32
/
+43
*
Revert "Inline across dex files."
Nicolas Geoffray
2015-03-24
1
-16
/
+10
*
Inline across dex files.
Nicolas Geoffray
2015-03-23
1
-10
/
+16
*
Remember whether a method was worth inlining.
Nicolas Geoffray
2015-03-20
1
-2
/
+23
*
Disable inlining in Optimizing when --debuggable is set.
Nicolas Geoffray
2015-03-13
1
-0
/
+5
*
Make the SSA builder honor the debuggable flag.
Nicolas Geoffray
2015-03-10
1
-6
/
+2
*
Make BCE a no-op if there is no array access.
Mingyao Yang
2015-03-03
1
-0
/
+4
*
Reference type propagation
Calin Juravle
2015-02-19
1
-3
/
+3
*
Create HGraph outside Builder, print timings
David Brazdil
2015-02-04
1
-3
/
+5
*
Inline methods with multiple blocks.
Nicolas Geoffray
2015-02-03
1
-8
/
+4
*
Allow nested inlining.
Nicolas Geoffray
2015-02-03
1
-29
/
+38
*
ART: Optimizing compiler intrinsics
Andreas Gampe
2015-01-15
1
-2
/
+2
*
When inlining, also look whether we can allocate registers.
Nicolas Geoffray
2014-12-18
1
-0
/
+8
*
Fix ids and remove invoke when inlining.
Nicolas Geoffray
2014-12-17
1
-0
/
+5
*
Inlining support in optimizing.
Nicolas Geoffray
2014-12-15
1
-0
/
+208