summaryrefslogtreecommitdiffstats
path: root/vm/Init.c
Commit message (Expand)AuthorAgeFilesLines
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-1784/+0
* Delegate the queuing of cleared references to managed code.Carl Shapiro2011-03-301-0/+3
* Try a bit harder to look like gdb(1).Elliott Hughes2011-03-251-1/+1
* Automatically dump stack traces in dvmAbort on the host.Elliott Hughes2011-03-251-0/+41
* Fix some exception issuesAndy McFadden2011-03-221-1/+5
* Collate more of the low-level class lookups.Dan Bornstein2011-03-071-187/+0
* Clean out now-unused exception code.Dan Bornstein2011-03-041-1/+0
* More exception rework.Dan Bornstein2011-03-031-2/+3
* Set up a few more exceptions.Dan Bornstein2011-03-031-0/+10
* Set up a few more exceptions.Dan Bornstein2011-03-021-0/+10
* Clarify the ordering requirement.Dan Bornstein2011-03-021-2/+2
* Yak-shaving in support of the exception cleanup.Dan Bornstein2011-03-021-28/+169
* Update dexopt control logicAndy McFadden2011-02-251-1/+3
* Add support to do suspend polling on backward branches in JIT'ed code.Ben Cheng2011-02-161-0/+3
* Move more system propery handling into managed code.Elliott Hughes2011-02-101-5/+14
* Remove the unused monitor tracking and deadlock prediction code.Carl Shapiro2011-02-011-24/+0
* Remove the HPROF stack trace collection feature.Carl Shapiro2011-01-311-3/+0
* Make more DEX optimizations "essential"Andy McFadden2011-01-281-3/+9
* Merge "Support traceview-style profiling in all builds" into dalvik-devbuzbee2011-01-201-3/+0
|\
| * Support traceview-style profiling in all buildsbuzbee2011-01-191-3/+0
* | resolved conflicts for merge of 5b1a7218 to dalvik-devCarl Shapiro2011-01-191-0/+1
|\ \
| * | Include -XX:DisableExplicitGC in the usage output.Carl Shapiro2011-01-191-0/+1
* | | am 044f1e87: am 0bd1ebdb: am 461d57dc: Merge "Add an option to disable explic...Carl Shapiro2011-01-191-0/+2
|\| | | |/ |/|
| * Merge "Add an option to disable explicit GC requests." into honeycombCarl Shapiro2011-01-191-0/+2
| |\
| | * Add an option to disable explicit GC requests.Carl Shapiro2011-01-191-0/+2
* | | am 2287bffd: am 9622ef8d: am b2e15681: Merge "Implement growth limits to supp...Carl Shapiro2011-01-181-4/+13
|\| |
| * | Implement growth limits to support multiple heap configurations.Carl Shapiro2011-01-181-4/+13
| |/
* | am c45c71a8: am 9c6e857f: Merge "Minor cleanup of some initialization code." ...Carl Shapiro2011-01-131-19/+19
|\|
| * Minor cleanup of some initialization code.Carl Shapiro2011-01-131-19/+19
* | am e7bdd8b8: Remove the external allocation facility.Carl Shapiro2010-12-191-11/+0
|\|
| * Remove the external allocation facility.Carl Shapiro2010-12-171-11/+0
* | [JIT] Trace profiling supportbuzbee2010-12-171-1/+1
* | Progress on liveness analysis.Andy McFadden2010-12-101-2/+5
|/
* Check monitors during bytecode verificationAndy McFadden2010-11-231-4/+11
* Verification no longer requires startup/shutdown.Dan Bornstein2010-11-191-5/+0
* Remove allocation limit checking.Carl Shapiro2010-11-011-3/+0
* HPROF is here to stay, make WITH_HPROF the default.Carl Shapiro2010-11-011-2/+0
* Don't force optimizations during class init in dexopt.Andy McFadden2010-10-221-5/+4
* Don't do ClassLoader prep in dexopt.Andy McFadden2010-10-081-0/+2
* Change handling of edge case.Andy McFadden2010-10-061-0/+10
* Correct dexopt for uniprocessors.Andy McFadden2010-09-301-1/+8
* am d53caae3: am b3a94965: am 148283d7: Plumb SMP optimization control through...Dan Bornstein2010-09-281-0/+1
|\
| * am b3a94965: am 148283d7: Plumb SMP optimization control through to dexopt.Dan Bornstein2010-09-281-0/+1
| |\
| | * am 148283d7: Plumb SMP optimization control through to dexopt.Dan Bornstein2010-09-281-0/+1
| | |\
| | | * Plumb SMP optimization control through to dexopt.Dan Bornstein2010-09-281-0/+1
* | | | Be more explicit in our -Xms == -Xmx message, and stop pretending we'll fix it.Elliott Hughes2010-09-261-3/+6
|/ / /
* | | am 50672515: am 60cc993e: Support -Xbootclasspath/a and /p for dvmProcessOpti...Norris, Lee2010-09-261-5/+33
|\| |
| * | am 60cc993e: Support -Xbootclasspath/a and /p for dvmProcessOptions in dalvik...Norris, Lee2010-09-261-5/+33
| |\ \ | | |/ | |/|
| | * Support -Xbootclasspath/a and /p for dvmProcessOptions in dalvik/vm/Init.cNorris, Lee2010-09-171-5/+33
| * | Print the JIT codegen type in the VM configuration list.Ben Cheng2010-09-231-1/+1