index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
driver
Commit message (
Expand
)
Author
Age
Files
Lines
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-3
/
+3
*
ART: Deprecate CompilationUnit's code_item
Razvan A Lupusoru
2014-09-29
1
-12
/
+0
*
Implement method calls using relative BL on ARM.
Vladimir Marko
2014-09-25
2
-310
/
+20
*
Add ScopedAssertNoThreadSuspension
Mathieu Chartier
2014-09-19
1
-6
/
+3
*
Merge "Add the "time" compilation filter and output compilation stats."
Nicolas Geoffray
2014-09-17
1
-1
/
+2
|
\
|
*
Add the "time" compilation filter and output compilation stats.
Nicolas Geoffray
2014-09-17
1
-1
/
+2
*
|
Implement invoke virtual in optimizing compiler.
Nicolas Geoffray
2014-09-17
1
-1
/
+1
*
|
ART: Check for exceptions from unresolved classes
Andreas Gampe
2014-09-16
1
-2
/
+5
|
/
*
ART: Rename Handle hierarchy
Andreas Gampe
2014-09-15
1
-3
/
+3
*
ART: Allow quickening in the boot image
Andreas Gampe
2014-09-15
2
-67
/
+127
*
ART: Change access flag behavior in verifier
Andreas Gampe
2014-09-15
1
-3
/
+3
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-6
/
+7
*
ART: Fix things for valgrind
Andreas Gampe
2014-09-10
1
-1
/
+1
*
Merge "ART fix oat debug source map operations"
Vladimir Marko
2014-09-03
1
-3
/
+3
|
\
|
*
ART fix oat debug source map operations
Yevgeny Rouban
2014-08-25
1
-3
/
+3
*
|
Reduce and speed-up class def searches.
Ian Rogers
2014-09-02
1
-111
/
+69
*
|
Reduce interpret-only compile time.
Mathieu Chartier
2014-08-26
1
-5
/
+9
*
|
CheckAndClearResolveException should allow LinkageError
Brian Carlstrom
2014-08-25
1
-1
/
+2
|
/
*
ART: Clean up compiler
Andreas Gampe
2014-08-22
3
-15
/
+2
*
Merge "ART: Avoid expensive class lookup in compiler driver"
Andreas Gampe
2014-08-16
1
-1
/
+7
|
\
|
*
ART: Avoid expensive class lookup in compiler driver
Andreas Gampe
2014-08-18
1
-1
/
+7
*
|
ART source line debug info in OAT files
Yevgeny Rouban
2014-08-15
2
-7
/
+16
|
/
*
Merge "Move explicit GC after we are done initalizing all classes."
Mathieu Chartier
2014-08-14
1
-4
/
+4
|
\
|
*
Move explicit GC after we are done initalizing all classes.
Mathieu Chartier
2014-08-11
1
-4
/
+4
*
|
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
2
-28
/
+47
|
/
*
Merge "ART: Add guards to the dex cache and its shortcuts"
Andreas Gampe
2014-08-06
1
-2
/
+6
|
\
|
*
ART: Add guards to the dex cache and its shortcuts
Andreas Gampe
2014-08-06
1
-2
/
+6
*
|
Merge "Added support for patching classes from different dex files."
Mathieu Chartier
2014-08-06
2
-1
/
+53
|
\
\
|
*
|
Added support for patching classes from different dex files.
Fred Shih
2014-08-06
2
-1
/
+53
|
|
/
*
|
Merge "ART: Rework CFA frame initialization and writing code"
Andreas Gampe
2014-08-06
2
-21
/
+0
|
\
\
|
*
|
ART: Rework CFA frame initialization and writing code
Andreas Gampe
2014-08-06
2
-21
/
+0
|
|
/
*
|
ART: Skip compiling redefined classes in apps
Andreas Gampe
2014-08-06
2
-19
/
+52
|
/
*
Make system use patchoat to relocate during runtime.
Alex Light
2014-08-05
1
-2
/
+2
*
Merge "Set vtable in class object to null after linking."
Mingyao Yang
2014-07-22
1
-2
/
+2
|
\
|
*
Set vtable in class object to null after linking.
Mingyao Yang
2014-07-22
1
-2
/
+2
*
|
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-10
/
+21
|
/
*
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
Dave Allison
2014-07-16
1
-24
/
+24
*
Remove object_utils.h.
Ian Rogers
2014-07-16
2
-4
/
+2
*
Break apart header files.
Ian Rogers
2014-07-15
2
-62
/
+2
*
Support fields in optimizing compiler.
Nicolas Geoffray
2014-07-14
3
-18
/
+38
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
3
-1
/
+4
*
Revert "Revert "Revert "Add implicit null and stack checks for x86"""
Nicolas Geoffray
2014-07-11
1
-24
/
+24
*
Revert "Revert "Add implicit null and stack checks for x86""
Dave Allison
2014-07-10
1
-24
/
+24
*
Whitelist another exception during dex2oat resolving.
Brian Carlstrom
2014-07-08
1
-2
/
+6
*
Add patchoat tool to Art.
Alex Light
2014-07-07
1
-0
/
+9
*
Only allow whitelisted exceptions during dex2oat resolving.
Mathieu Chartier
2014-07-07
1
-10
/
+17
*
More advanced timing loggers.
Mathieu Chartier
2014-06-24
2
-10
/
+9
*
Log profile info only on debug builds.
Calin Juravle
2014-06-23
1
-8
/
+13
*
ART: Implicit checks in the compiler are independent from Runtime
Andreas Gampe
2014-06-18
1
-3
/
+39
*
ART: Ignore timing issues in debug builds
Andreas Gampe
2014-06-13
1
-1
/
+1
[next]