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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
user build support for art (2 of 3)
Brian Carlstrom
2012-02-16
1
-14
/
+23
*
Missing initialization
Ian Rogers
2012-02-15
1
-0
/
+1
*
Reduce StringPiece usage a bit.
Elliott Hughes
2012-02-10
1
-32
/
+31
*
Remove old code to support multiple images
Brian Carlstrom
2012-02-04
1
-6
/
+5
*
Honor ANDROID_ROOT and ANDROID_DATA
Brian Carlstrom
2012-02-04
1
-1
/
+3
*
Make all FATAL-related output appear as 'F' log output.
Elliott Hughes
2012-02-03
1
-1
/
+1
*
Improve debug-ability of native method registration
Ian Rogers
2012-02-03
1
-1
/
+2
*
Start parallelizing dex2oat.
Elliott Hughes
2012-02-03
1
-4
/
+6
*
Simple heap trimming.
Elliott Hughes
2012-02-02
1
-0
/
+1
*
Support Runtime::Abort() before the runtime has started.
Elliott Hughes
2012-02-01
1
-0
/
+4
*
Remove dex2oat warnings by providing "." class path defaulting only to JNI ca...
Brian Carlstrom
2012-02-01
1
-4
/
+0
*
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
/
+6
*
Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like na...
Ian Rogers
2012-01-26
1
-1
/
+1
*
Include the thread name in Thread's operator<< output.
Elliott Hughes
2012-01-24
1
-1
/
+5
*
Mac runtime fixes.
Elliott Hughes
2012-01-20
1
-2
/
+1
*
Fix the handful of leaks detectable in our tests.
Elliott Hughes
2012-01-18
1
-0
/
+2
*
Default java.class.path to "." Bug: 5878535
Ian Rogers
2012-01-17
1
-2
/
+6
*
Make pthread_mutex_t destruction safer during shutdown.
Elliott Hughes
2012-01-13
1
-0
/
+7
*
Minor fixes.
Elliott Hughes
2012-01-12
1
-0
/
+2
*
Changed tracer to use an instance to hold state instead of statics.
jeffhao
2011-12-19
1
-1
/
+22
*
Adding newly required headers
Brian Carlstrom
2011-12-15
1
-0
/
+2
*
Moving from libdvm to libart (1 of 5)
Brian Carlstrom
2011-12-14
1
-1
/
+1
*
Don't default-construct std::strings and then assign them.
Elliott Hughes
2011-12-13
1
-1
/
+1
*
Clean up verbose logging.
Elliott Hughes
2011-12-13
1
-36
/
+37
*
Detect over-long thread suspends and time out fatally.
Elliott Hughes
2011-12-07
1
-0
/
+13
*
Reduce meta-data object sizes, introduce meta-data helper classes.
Ian Rogers
2011-12-06
1
-13
/
+2
*
Remove some lint.
Elliott Hughes
2011-12-01
1
-3
/
+3
*
Add --image-classes to dex2oat
Brian Carlstrom
2011-11-29
1
-7
/
+10
*
Don't set the context class loader until it has been created.
Jesse Wilson
2011-11-22
1
-0
/
+9
*
Don't run managed code until the runtime has started.
Jesse Wilson
2011-11-14
1
-7
/
+2
*
Remove the use of Method from jni_compiler
Ian Rogers
2011-11-14
1
-3
/
+3
*
More SIGQUIT detail, earlier exit in AttachCurrentThread, handling recursive ...
Elliott Hughes
2011-11-03
1
-9
/
+16
*
Provide a convenience for logging types that don't have an operator<<.
Elliott Hughes
2011-10-28
1
-15
/
+14
*
Added support for -XX:HeapGrowthLimit switch
jeffhao
2011-10-28
1
-0
/
+16
*
Better unresolved type support.
Ian Rogers
2011-10-26
1
-1
/
+15
*
Makes objects known to the debugger GC roots, implements the THST message, an...
Elliott Hughes
2011-10-26
1
-0
/
+1
*
Callers of SuspendAll should be in the kRunnable state
Brian Carlstrom
2011-10-26
1
-0
/
+6
*
Implement more DDMS support.
Elliott Hughes
2011-10-25
1
-1
/
+1
*
Make ResolveField not rely on Field::GetType resolution
Brian Carlstrom
2011-10-25
1
-1
/
+5
*
Wire up enough of the pieces that we can connect ddms or jdb.
Elliott Hughes
2011-10-24
1
-2
/
+10
*
Verifier clean up.
Ian Rogers
2011-10-24
1
-2
/
+0
*
Basic JDWP option parsing...
Elliott Hughes
2011-10-21
1
-2
/
+9
*
Add ThreadStress test to try and exercise corner cases
Brian Carlstrom
2011-10-21
1
-0
/
+3
*
Reuse SIRT for C++ references
Brian Carlstrom
2011-10-20
1
-2
/
+2
*
Implement -Xstacktracefile.
Elliott Hughes
2011-10-18
1
-1
/
+4
*
Implement -Xjnigreflimit.
Elliott Hughes
2011-10-18
1
-1
/
+19
*
Implement lock contention event logging.
Elliott Hughes
2011-10-17
1
-1
/
+8
*
Add internal compiler option to control defaulting of boot.art
Brian Carlstrom
2011-10-16
1
-1
/
+7
*
Fix the double-OOME case again.
Elliott Hughes
2011-10-13
1
-0
/
+2
[next]