index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
runtime.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added code to allow method tracing from command line.
jeffhao
2012-03-12
1
-0
/
+6
*
Refactor the compilers out of libart.
Elliott Hughes
2012-03-09
1
-4
/
+19
*
Sharpen virtual calls to final methods.
Ian Rogers
2012-03-05
1
-1
/
+0
*
Invoke static/direct dispatch change.
Ian Rogers
2012-02-27
1
-0
/
+8
*
user build support for art (2 of 3)
Brian Carlstrom
2012-02-16
1
-10
/
+11
*
Reduce StringPiece usage a bit.
Elliott Hughes
2012-02-10
1
-4
/
+1
*
Remove old code to support multiple images
Brian Carlstrom
2012-02-04
1
-1
/
+1
*
Start parallelizing dex2oat.
Elliott Hughes
2012-02-03
1
-0
/
+6
*
Fix copyright headers.
Elliott Hughes
2012-01-30
1
-1
/
+15
*
Only allow one thread to abort at a time.
Elliott Hughes
2012-01-27
1
-0
/
+2
*
Remove various bits of lint.
Elliott Hughes
2012-01-24
1
-1
/
+1
*
Make pthread_mutex_t destruction safer during shutdown.
Elliott Hughes
2012-01-13
1
-0
/
+2
*
Changed tracer to use an instance to hold state instead of statics.
jeffhao
2011-12-19
1
-0
/
+8
*
Moving from libdvm to libart (1 of 5)
Brian Carlstrom
2011-12-14
1
-1
/
+1
*
Clean up verbose logging.
Elliott Hughes
2011-12-13
1
-11
/
+0
*
Detect over-long thread suspends and time out fatally.
Elliott Hughes
2011-12-07
1
-0
/
+1
*
Add --image-classes to dex2oat
Brian Carlstrom
2011-11-29
1
-3
/
+3
*
Remove the use of Method from jni_compiler
Ian Rogers
2011-11-14
1
-3
/
+3
*
Added support for -XX:HeapGrowthLimit switch
jeffhao
2011-10-28
1
-0
/
+1
*
Wire up enough of the pieces that we can connect ddms or jdb.
Elliott Hughes
2011-10-24
1
-1
/
+2
*
Implement -Xstacktracefile.
Elliott Hughes
2011-10-18
1
-0
/
+2
*
Implement -Xjnigreflimit.
Elliott Hughes
2011-10-18
1
-1
/
+2
*
Implement lock contention event logging.
Elliott Hughes
2011-10-17
1
-0
/
+2
*
Move art content to /data
Brian Carlstrom
2011-10-12
1
-2
/
+2
*
Add a C++ equivalent of Android's TimingLogger, and use it for the heap.
Elliott Hughes
2011-10-12
1
-1
/
+1
*
Implement Zygote_nativeForkSystemServer
Brian Carlstrom
2011-10-11
1
-0
/
+7
*
Sweep the monitor list.
Elliott Hughes
2011-10-11
1
-0
/
+7
*
Add -Xzygote to suppress starting the signal catcher thread.
Elliott Hughes
2011-10-11
1
-0
/
+2
*
Working ClassLoader
Brian Carlstrom
2011-10-10
1
-0
/
+4
*
Spill possibly reference holding registers for runtime calls.
Ian Rogers
2011-10-07
1
-7
/
+16
*
Support for resolving unknown direct/static methods.
Ian Rogers
2011-10-06
1
-4
/
+11
*
Static and direct resolution stub.
Ian Rogers
2011-10-05
1
-0
/
+6
*
Make class roots an image root
Brian Carlstrom
2011-10-04
1
-1
/
+1
*
Simplify command line arguments
Brian Carlstrom
2011-10-04
1
-13
/
+22
*
Separate oat from image
Brian Carlstrom
2011-10-03
1
-26
/
+18
*
Add -verbose:startup
Brian Carlstrom
2011-09-27
1
-0
/
+6
*
Implement java.lang.reflect.Constructor.constructNative.
Elliott Hughes
2011-09-25
1
-1
/
+0
*
Class cast, fill array and interface exception support.
Ian Rogers
2011-09-22
1
-0
/
+19
*
Implement as much of VMDebug as we can reasonably do right now.
Elliott Hughes
2011-09-19
1
-0
/
+16
*
Thread.join, GC daemons, suspend daemons on shutdown, and wait for non-daemon...
Elliott Hughes
2011-09-18
1
-1
/
+1
*
Filling in some Class, Method, and Field native code needed during startup an...
Brian Carlstrom
2011-09-16
1
-0
/
+1
*
Add packing to class Thread.
Elliott Hughes
2011-09-16
1
-0
/
+1
*
Add oat file generation and tests to build
Brian Carlstrom
2011-09-15
1
-0
/
+19
*
Implement VMRuntime.
Elliott Hughes
2011-09-14
1
-2
/
+24
*
More threads work.
Elliott Hughes
2011-09-11
1
-1
/
+1
*
Add a heap HWM to the Thread*, for compiled code.
Elliott Hughes
2011-09-08
1
-3
/
+3
*
A bit further along the track of multiple threads.
Elliott Hughes
2011-09-08
1
-1
/
+1
*
A little bit more of the threads implementation.
Elliott Hughes
2011-09-07
1
-2
/
+5
*
Working dex2oat and oatexec
Brian Carlstrom
2011-09-06
1
-2
/
+7
*
More SIGQUIT handling, various Thread fixes.
Elliott Hughes
2011-09-02
1
-2
/
+6
[next]