summaryrefslogtreecommitdiffstats
path: root/src/runtime.h
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-479/+0
* resolved conflicts for merge of 51c2467e to dalvik-devBrian Carlstrom2013-07-121-0/+2
|\
| * libart-compiler cleanupBrian Carlstrom2013-07-111-0/+2
* | Disable -Xjnigreflimit: in art too.Elliott Hughes2013-07-021-2/+1
|/
* Added support for SEA IR.Dragos Sbirlea2013-06-251-0/+13
* GC clean up.Ian Rogers2013-06-211-16/+17
* Removed haspeer check and changed small method default limitAnwar Ghuloum2013-06-141-1/+3
* Fixed Android.common.mk #define setting for small artAnwar Ghuloum2013-05-101-2/+7
* Fixing Small_Art DefaultAnwar Ghuloum2013-05-021-1/+1
* Compile filter for small applications and methodsAnwar Ghuloum2013-04-301-0/+27
* Removing remaining compiled stubs from image.Jeff Hao2013-04-261-26/+0
* Removed compiled resolution trampoline.Jeff Hao2013-04-231-20/+0
* Interpreter entries and instrumentation as a listener.Ian Rogers2013-04-081-13/+6
* Tracking rebase to jb-mr1-releaseBrian Carlstrom2013-03-111-2/+3
* Remove ExtractCodeAndPrelink and switch Portable to MCLinkerBrian Carlstrom2013-03-061-7/+0
* Move compiler_llvm to art::llvm.Ian Rogers2013-03-041-2/+2
* Remove Iceland.Ian Rogers2013-02-271-2/+2
* Directory restructuring of object.hIan Rogers2013-01-301-30/+34
* Move stringpiece.h and stringprintf.h to base/.Elliott Hughes2012-12-131-1/+1
* Switch over to the google3 unix_file File*.Elliott Hughes2012-12-121-1/+1
* Add alignment attribute to packed.Ian Rogers2012-11-271-1/+1
* Introduce -Xint flag for ART.Ian Rogers2012-11-201-0/+6
* Pulled out instrumentation into its own class separate from trace.jeffhao2012-11-141-11/+5
* Fix occasional deadlock caused by checkpoint root marking.Mathieu Chartier2012-11-121-1/+2
* Check point root marking.Mathieu Chartier2012-10-231-0/+3
* Concurrent class linker and intern table root markingMathieu Chartier2012-10-161-1/+12
* Add parsed options for heap min free, heap max free, target utilization.Mathieu Chartier2012-10-151-0/+3
* Fail threads attaching during runtime shutdown.Ian Rogers2012-10-031-3/+26
* Change dex cache to be java object instead of array, add pointer to dex file ...Mathieu Chartier2012-09-211-11/+11
* Rename GlobalSynchronization to LocksIan Rogers2012-09-051-12/+12
* Syntax clean up to make clang happy.Ian Rogers2012-08-201-1/+1
* Global lock levels.Ian Rogers2012-08-141-15/+24
* Check for null thread groups at initializationBrian Carlstrom2012-08-011-8/+2
* Zygote space / partial collection support.Mathieu Chartier2012-07-271-0/+1
* Add missed check in thread group getters.Ian Rogers2012-06-281-0/+2
* Compile method one-by-one.Logan Chien2012-06-271-0/+7
* Increase use of ScopedJniThreadState.Ian Rogers2012-06-261-1/+15
* Fix a bunch more lint.Elliott Hughes2012-06-211-1/+0
* Enable / disable CMS runtime options.Mathieu Chartier2012-06-181-0/+6
* Don't pre-allocate one OOME per thread.Elliott Hughes2012-06-111-7/+14
* Fix GC performance regressionMathieu Chartier2012-06-111-0/+9
* Move simple runtime accessors to header fileIan Rogers2012-06-031-19/+75
* Clean up host aborts (and simplify the code).Elliott Hughes2012-04-211-2/+1
* Add signal handlers for host builds to imitate debuggerd.Elliott Hughes2012-04-161-0/+1
* Include a new heap summary line in the SIGQUIT output.Elliott Hughes2012-04-161-1/+1
* Add a SafeMap equivalent to std::map but without the error-prone operator[].Elliott Hughes2012-04-141-5/+4
* Kill constants.h and fix some copyright headers.Elliott Hughes2012-03-301-1/+1
* Fix AttachCurrentThread to use the right thread group.Elliott Hughes2012-03-261-2/+2
* Added code to allow method tracing from command line.jeffhao2012-03-121-0/+6
* Refactor the compilers out of libart.Elliott Hughes2012-03-091-4/+19