summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add JIT"Mathieu Chartier2015-02-241-23/+78
|\
| * Add JITMathieu Chartier2015-02-231-23/+78
* | Merge "Only detach shutdown thread if we attached it"Mathieu Chartier2015-02-241-3/+6
|\ \
| * | Only detach shutdown thread if we attached itMathieu Chartier2015-02-231-3/+6
| |/
* | ART: Allow the execution to stop if the compilation fails via an optionJean Christophe Beyler2015-02-231-1/+10
|/
* Implement a simple count based boot marker.Narayan Kamath2015-02-211-1/+4
* Make UseTLAB a bool flag.Hiroshi Yamauchi2015-02-201-1/+1
* Follow up 129144Sebastien Hertz2015-02-171-9/+3
* Merge "Handle variable size of methods properly between 32 and 64 bit."Jeff Hao2015-02-101-4/+8
|\
| * Handle variable size of methods properly between 32 and 64 bit.Jeff Hao2015-02-051-4/+8
* | Read JDWP options from runtimeSebastien Hertz2015-02-051-2/+12
|/
* Merge "Fix transaction aborting"Sebastien Hertz2015-02-051-0/+25
|\
| * Fix transaction abortingSebastien Hertz2015-02-051-0/+25
* | art: Try to fix parsed_options_test on the build serverIgor Murashkin2015-02-041-1/+1
* | art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-041-71/+108
|/
* Remove some unused cutils/properties.h referencesBrian Carlstrom2015-01-301-19/+14
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-3/+24
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-26/+8
* ART: Allow to compile interpret-only mips64 filesAndreas Gampe2015-01-151-0/+7
* Merge "Use unique_ptr to track ownership of dex files."Richard Uhler2015-01-141-9/+11
|\
| * Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-9/+11
* | Fix bootclasspath string initializationSebastien Hertz2015-01-131-0/+10
|/
* Remove back-door bootclasspath option from RuntimeRichard Uhler2015-01-081-16/+14
* Fix valgrind imgdiag test failure / memory leak in runtimeIgor Murashkin2015-01-071-0/+10
* Don't add or remove verifiers if abortingMathieu Chartier2014-12-151-0/+6
* Remove a dependency on AndroidConfig.h.Elliott Hughes2014-12-121-3/+2
* Remove portable.Elliott Hughes2014-12-121-5/+0
* Stop daemon threads in runtime shutdownMathieu Chartier2014-12-101-0/+17
* Revert "Tidy gAborting."Nicolas Geoffray2014-12-091-29/+27
* Tidy gAborting.Ian Rogers2014-12-041-27/+29
* Change IsZygote test to !IsCompilerMathieu Chartier2014-11-171-1/+2
* Don't call AddImageStringsToTable or MoveImageClassesToClassTable if running ...Mathieu Chartier2014-11-171-2/+5
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-0/+1
* Add hash setMathieu Chartier2014-11-061-0/+1
* ART: More warningsAndreas Gampe2014-11-041-32/+54
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-6/+4
* Add image strings to intern tableMathieu Chartier2014-11-031-1/+6
* Optimize method linkingMathieu Chartier2014-10-271-0/+3
* Merge "[native bridge] Make sure we always unload the native bridge"Calin Juravle2014-10-231-14/+19
|\
| * [native bridge] Make sure we always unload the native bridgeCalin Juravle2014-10-231-14/+19
* | Tidy up logging.Ian Rogers2014-10-221-3/+4
|/
* Merge "Clarify a confusing error message."Elliott Hughes2014-10-211-2/+2
|\
| * Clarify a confusing error message.Elliott Hughes2014-10-211-2/+2
* | Merge "Shut down FaultManager after shutting down threads."Vladimir Marko2014-10-211-3/+4
|\ \ | |/ |/|
| * Shut down FaultManager after shutting down threads.Vladimir Marko2014-10-201-3/+4
* | Refactor quick entrypointsIan Rogers2014-10-201-1/+3
|/
* Merge "Stop using |instance_| in Runtime::InitNativeMethods."Piotr Jastrzebski2014-10-171-1/+1
|\
| * Stop using |instance_| in Runtime::InitNativeMethods.Piotr Jastrzebski2014-10-161-1/+1
* | Some code clean-up.Ian Rogers2014-10-161-0/+1
* | Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-11/+12
|/