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
*
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
*
Optionally add debug symbols to ELF files made by quick compiler.
Alex Light
2014-06-12
2
-5
/
+18
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-14
/
+13
*
Merge "Change FieldHelper to use a handle."
Mathieu Chartier
2014-06-06
1
-1
/
+3
|
\
|
*
Change FieldHelper to use a handle.
Mathieu Chartier
2014-06-06
1
-1
/
+3
*
|
Merge "Fixed and refactored profiler options handling"
Calin Juravle
2014-06-06
3
-21
/
+32
|
\
\
|
*
|
Fixed and refactored profiler options handling
Calin Juravle
2014-06-06
3
-21
/
+32
*
|
|
Merge "Clean up the sampling profiler"
Calin Juravle
2014-06-06
2
-25
/
+14
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Clean up the sampling profiler
Calin Juravle
2014-06-06
2
-25
/
+14
*
|
Fix GC race condition in visit roots
Serguei Katkov
2014-06-02
1
-1
/
+4
|
/
*
ART: Fix sharpening across dex files
Andreas Gampe
2014-05-27
1
-1
/
+1
*
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-23
4
-32
/
+36
*
Revert "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
4
-36
/
+32
*
Fix an outstanding compaction bug in interpreter.
Mathieu Chartier
2014-05-22
4
-32
/
+36
*
Merge "Method inlining across dex files in boot image."
Vladimir Marko
2014-05-22
1
-20
/
+14
|
\
|
*
Method inlining across dex files in boot image.
Vladimir Marko
2014-05-22
1
-20
/
+14
*
|
Begin migration of art::Atomic to std::atomic.
Ian Rogers
2014-05-20
1
-2
/
+2
|
/
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
3
-11
/
+11
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-11
/
+18
*
Change ObjectLock to take Handle instead of Handle pointer.
Mathieu Chartier
2014-05-16
1
-1
/
+1
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Merge "Changes for vogar compatibility"
Kenny Root
2014-05-13
1
-3
/
+7
|
\
|
*
Changes for vogar compatibility
Kenny Root
2014-05-13
1
-3
/
+7
*
|
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
4
-99
/
+118
|
/
*
Give Compiler a back reference to the driver.
Ian Rogers
2014-05-06
1
-8
/
+7
*
Create stack traces in unstarted runtimes.
Ian Rogers
2014-05-03
1
-37
/
+27
*
Add finalizer references from the entrypoints.
Mathieu Chartier
2014-05-01
2
-2
/
+3
*
Centralize instruction-set pointer-size, alignment, 64b-width code
Andreas Gampe
2014-04-14
2
-3
/
+1
*
Fix problem with empty profiles.
Dave Allison
2014-04-10
1
-1
/
+1
*
Revert "Revert "Revert "Use trampolines for calls to helpers"""
Dave Allison
2014-04-09
3
-169
/
+3
*
Revert "Revert "Use trampolines for calls to helpers""
Dave Allison
2014-04-09
3
-3
/
+169
*
Merge "Tweaked profile significant_difference."
Calin Juravle
2014-04-08
2
-114
/
+2
|
\
|
*
Tweaked profile significant_difference.
Calin Juravle
2014-04-07
2
-114
/
+2
[next]