index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
class_linker.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add option to specify compiler executable.
Tsu Chiang Chuang
2014-05-27
1
-2
/
+1
*
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-23
1
-82
/
+69
*
Revert "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
1
-69
/
+82
*
Fix an outstanding compaction bug in interpreter.
Mathieu Chartier
2014-05-22
1
-82
/
+69
*
Add context to LinkFields asserts since the previous_size check failed
Brian Carlstrom
2014-05-20
1
-63
/
+97
*
Merge "Now we have a proper C++ library, use std::unique_ptr."
Ian Rogers
2014-05-20
1
-22
/
+21
|
\
|
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-22
/
+21
*
|
Don't get and restore thread state for ScopedFastNativeObjectAccess.
Mathieu Chartier
2014-05-19
1
-1
/
+1
|
/
*
Merge "Add ISA directory to image and odex pathnames."
Brian Carlstrom
2014-05-19
1
-3
/
+4
|
\
|
*
Add ISA directory to image and odex pathnames.
Brian Carlstrom
2014-05-16
1
-3
/
+4
*
|
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-69
/
+56
*
|
Fix generic jni issue in ArtMethod::GetQuickFrameInfo
Dmitry Petrochenko
2014-05-16
1
-7
/
+14
|
/
*
Change ObjectLock to take Handle instead of Handle pointer.
Mathieu Chartier
2014-05-16
1
-12
/
+11
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Merge "Ensure JNI primitive array type is appropriate."
Ian Rogers
2014-05-14
1
-1
/
+4
|
\
|
*
Ensure JNI primitive array type is appropriate.
Ian Rogers
2014-05-14
1
-1
/
+4
*
|
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-395
/
+429
|
/
*
Move quick frame info to OatQuickMethodHeader.
Vladimir Marko
2014-05-13
1
-26
/
+0
*
Improve ValidateSuperClassDescriptors performance.
Ian Rogers
2014-05-06
1
-72
/
+21
*
Merge "Allow ArtMethod::Invoke in unstarted runtimes."
Ian Rogers
2014-05-03
1
-6
/
+2
|
\
|
*
Allow ArtMethod::Invoke in unstarted runtimes.
Ian Rogers
2014-05-02
1
-6
/
+2
*
|
Prevent spurious dexopts in 32-64 builds.
Narayan Kamath
2014-05-02
1
-6
/
+22
|
/
*
Don't leak oat file when we fail to open a dex file.
Vladimir Marko
2014-05-01
1
-25
/
+26
*
Use instruction specific dalvik cache dirs.
Narayan Kamath
2014-05-01
1
-1
/
+3
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-2
/
+2
*
Move mapping table and vmap table offsets to OatMethodHeader.
Vladimir Marko
2014-04-25
1
-1
/
+3
*
Merge "Avoid allocating OatFile::OatClass on the heap."
Vladimir Marko
2014-04-22
1
-34
/
+32
|
\
|
*
Avoid allocating OatFile::OatClass on the heap.
Vladimir Marko
2014-04-14
1
-34
/
+32
*
|
Merge "Speed up single-stepping"
Sebastien Hertz
2014-04-22
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Speed up single-stepping
Sebastien Hertz
2014-04-09
1
-2
/
+3
*
|
Better error reporting when loading dex files
Andreas Gampe
2014-04-08
1
-26
/
+40
|
/
*
Fix Object::Clone()'s pre-fence barrier.
Hiroshi Yamauchi
2014-04-03
1
-2
/
+3
*
Add support for -Xverify:none mode.
Jeff Hao
2014-04-02
1
-0
/
+10
*
Pass instruction-set from runtime through to spawned dex2oat.
Ian Rogers
2014-04-02
1
-30
/
+2
*
Make the support code for read barriers a bit more general.
Hiroshi Yamauchi
2014-03-31
1
-4
/
+4
*
Improvements to Field.get/set.
Ian Rogers
2014-03-21
1
-11
/
+11
*
Refactor reference code into mirror namespace.
Mathieu Chartier
2014-03-14
1
-7
/
+0
*
Remove small duplicate code in Generic JNI handling, add comments
Andreas Gampe
2014-03-14
1
-18
/
+15
*
Merge "Fixes for Generic JNI"
Andreas Gampe
2014-03-13
1
-3
/
+35
|
\
|
*
Fixes for Generic JNI
Andreas Gampe
2014-03-13
1
-3
/
+35
*
|
Implicit null/suspend checks (oat version bump)
Dave Allison
2014-03-13
1
-0
/
+32
|
/
*
A few 64bit fixes.
Ian Rogers
2014-03-12
1
-4
/
+7
*
Generic JNI implementation for x86_64
Andreas Gampe
2014-03-05
1
-4
/
+9
*
Support compiler filters for boot classpath
Brian Carlstrom
2014-03-04
1
-1
/
+1
*
Avoid marking old class linker and intern table roots during pause.
Mathieu Chartier
2014-03-04
1
-15
/
+50
*
Remove oat file location in the image.
Nicolas Geoffray
2014-03-04
1
-4
/
+2
*
Initial changes towards Generic JNI option
Andreas Gampe
2014-03-03
1
-3
/
+12
*
Make allocations report usable size.
Ian Rogers
2014-02-26
1
-15
/
+35
*
(Experimental) Add Brooks pointers.
Hiroshi Yamauchi
2014-02-25
1
-0
/
+6
*
Move waitpid(2) includes to art::Exec implementation
Brian Carlstrom
2014-02-25
1
-2
/
+0
[next]