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
/
src
/
compiler
/
driver
/
compiler_driver.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-2404
/
+0
*
libart-compiler cleanup
Brian Carlstrom
2013-07-11
1
-144
/
+87
*
Update class_initializer_black_list for master
Brian Carlstrom
2013-07-10
1
-0
/
+131
*
Add StandardCharsets to the class_initializer_black_list
Brian Carlstrom
2013-07-01
1
-0
/
+1
*
Added support for SEA IR.
Dragos Sbirlea
2013-06-25
1
-2
/
+19
*
Quickening support.
Sebastien Hertz
2013-06-24
1
-10
/
+58
*
GC clean up.
Ian Rogers
2013-06-21
1
-9
/
+11
*
Don't always slow-path array casts/instance-of.
Ian Rogers
2013-06-20
1
-1
/
+1
*
Move image class computation to the CompilerDriver
Brian Carlstrom
2013-06-14
1
-12
/
+255
*
Merge "Simplify CanAssumeTypeIsPresentInDexCache." into dalvik-dev
Ian Rogers
2013-06-07
1
-14
/
+9
|
\
|
*
Simplify CanAssumeTypeIsPresentInDexCache.
Ian Rogers
2013-06-07
1
-14
/
+9
*
|
Created compiled stubs in image.
Jeff Hao
2013-06-07
1
-0
/
+61
|
/
*
Faster instance-of for final classes.
Ian Rogers
2013-06-05
1
-1
/
+21
*
Don't apply instance-of peephole when vDest == vSrc.
Ian Rogers
2013-06-05
1
-3
/
+36
*
Allow type based sharpening for imprecise references.
Ian Rogers
2013-06-01
1
-0
/
+2
*
Verifier improvements.
Ian Rogers
2013-05-31
1
-2
/
+1
*
More profiler driven tweaks.
Ian Rogers
2013-05-31
1
-1
/
+1
*
Profiler directed clean-up of dex2oat.
Ian Rogers
2013-05-30
1
-5
/
+16
*
Build fix.
Ian Rogers
2013-05-29
1
-0
/
+1
*
Enable devirtualization for abstract and sub-class methods.
Ian Rogers
2013-05-24
1
-63
/
+154
*
Rename abstract method code_ to entry_point_from_compiled_code_.
Jeff Hao
2013-05-13
1
-1
/
+1
*
Improve interpreter to interpreter invokes.
Jeff Hao
2013-05-10
1
-2
/
+1
*
Fixed Android.common.mk #define setting for small art
Anwar Ghuloum
2013-05-10
1
-1
/
+2
*
Tracking merge of JWR32E (#656244) to dalvik-dev
Brian Carlstrom
2013-05-04
1
-5
/
+45
*
Supporting de-virtualization for precise types.
Sameer Abu Asal
2013-05-02
1
-4
/
+39
*
Merge "Compile filter for small applications and methods" into dalvik-dev
Anwar Ghuloum
2013-05-01
1
-4
/
+6
|
\
|
*
Compile filter for small applications and methods
Anwar Ghuloum
2013-04-30
1
-4
/
+6
*
|
Track rename of JSSE
Kenny Root
2013-04-30
1
-6
/
+6
*
|
Revert "Supporting de-virtualization for precise types."
Brian Carlstrom
2013-04-30
1
-47
/
+4
*
|
Supporting de-virtualization for precise types.
Sameer Abu Asal
2013-04-29
1
-4
/
+47
|
/
*
Merge "Revert "Supporting de-virtualization for precise types."" into dalvik-dev
Ian Rogers
2013-04-26
1
-47
/
+4
|
\
|
*
Revert "Supporting de-virtualization for precise types."
Ian Rogers
2013-04-26
1
-47
/
+4
*
|
Merge "Supporting de-virtualization for precise types." into dalvik-dev
Ian Rogers
2013-04-26
1
-4
/
+47
|
\
|
|
*
Supporting de-virtualization for precise types.
Sameer Abu Asal
2013-04-26
1
-4
/
+47
*
|
Removing remaining compiled stubs from image.
Jeff Hao
2013-04-26
1
-31
/
+0
|
/
*
Removed compiled resolution trampoline.
Jeff Hao
2013-04-23
1
-16
/
+0
*
minor cleanup
Anwar Ghuloum
2013-04-17
1
-2
/
+1
*
Add bool to verifier to allow soft failures.
Jeff Hao
2013-04-16
1
-1
/
+1
*
Compile less stuff
Anwar Ghuloum
2013-04-16
1
-7
/
+13
*
Remove SLOW_ART output spam in compiler driver.
Jeff Hao
2013-04-11
1
-3
/
+0
*
Fix abort regression.
Ian Rogers
2013-04-09
1
-1
/
+1
*
Build fix.
Ian Rogers
2013-04-09
1
-0
/
+1
*
Interpreter entries and instrumentation as a listener.
Ian Rogers
2013-04-08
1
-12
/
+10
*
Remove remaining code related to compiled invoke and proxy stubs.
Jeff Hao
2013-04-08
1
-45
/
+0
*
Merge branch 'dalvik-dev' of https://googleplex-android.googlesource.com/a/pl...
Brian Carlstrom
2013-03-30
1
-73
/
+7
|
\
|
*
Merge "Remove code related to compiled invoke stubs." into dalvik-dev
Jeff Hao
2013-03-27
1
-73
/
+1
|
|
\
|
|
*
Remove code related to compiled invoke stubs.
Jeff Hao
2013-03-27
1
-73
/
+1
|
*
|
Disable close of compiler_library_ to workaround mclinker bug affecting gtest...
Brian Carlstrom
2013-03-27
1
-0
/
+6
|
|
/
*
/
Update class_initializer_black_list for jb-mr2
Brian Carlstrom
2013-03-24
1
-1
/
+1
|
/
*
Slow ART.
Ian Rogers
2013-03-20
1
-3
/
+12
[next]