summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tweaks for C++ compilation.Dan Bornstein2011-04-191-2/+2
* Merge "Improve the impossible allocation log message." into dalvik-devCarl Shapiro2011-04-181-2/+2
|\
| * Improve the impossible allocation log message.Carl Shapiro2011-04-181-2/+2
* | Merge "Adjust basis against which enum performance is compared." into dalvik-devJesse Wilson2011-04-182-39/+35
|\ \ | |/ |/|
| * Adjust basis against which enum performance is compared.Jesse Wilson2011-04-182-39/+35
* | Fix a type error in the allocation of non-moving arrays.Carl Shapiro2011-04-181-2/+4
* | Merge "[JIT] Clear inJitCodeCache flag on return" into dalvik-devbuzbee2011-04-185-0/+18
|\ \
| * | [JIT] Clear inJitCodeCache flag on returnbuzbee2011-04-185-0/+18
| |/
* | Merge "Move the remaining non-compiler VM code into C++." into dalvik-devCarl Shapiro2011-04-1840-176/+180
|\ \
| * | Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-1540-176/+180
* | | Support catch blocks.Jesse Wilson2011-04-176-130/+643
| |/ |/|
* | Merge "Return Code instances from Method.declare." into dalvik-devJesse Wilson2011-04-169-295/+432
|\ \ | |/ |/|
| * Return Code instances from Method.declare.Jesse Wilson2011-04-169-295/+432
* | Fix build by reverting NELEM change.Elliott Hughes2011-04-151-13/+0
* | In C++, we can offer a better NELEM.Elliott Hughes2011-04-151-0/+13
* | Merge "Move the verifier and parts of the interpreter into C++." into dalvik-devCarl Shapiro2011-04-1514-108/+115
|\ \
| * | Move the verifier and parts of the interpreter into C++.Carl Shapiro2011-04-1514-108/+115
* | | Merge "Start actually using C++ in the JNI implementation." into dalvik-devElliott Hughes2011-04-152-1839/+1288
|\ \ \ | |_|/ |/| |
| * | Start actually using C++ in the JNI implementation.Elliott Hughes2011-04-152-1839/+1288
* | | Don't require a dalvikvm to build.Jesse Wilson2011-04-151-5/+17
* | | Merge "Bare-bones dex code generator." into dalvik-devJesse Wilson2011-04-1522-15/+2812
|\ \ \ | |/ / |/| |
| * | Bare-bones dex code generator.Jesse Wilson2011-04-1522-15/+2812
* | | More JNI implementation cleanup.Elliott Hughes2011-04-142-61/+45
* | | Merge "Switch the JNI code over to C++." into dalvik-devElliott Hughes2011-04-143-872/+643
|\ \ \ | |_|/ |/| |
| * | Switch the JNI code over to C++.Elliott Hughes2011-04-143-872/+643
* | | Merge "Cleanup." into dalvik-devDan Bornstein2011-04-142-113/+5
|\ \ \ | |/ / |/| |
| * | Cleanup.Dan Bornstein2011-04-142-113/+5
* | | Fix out-of-date comments.Elliott Hughes2011-04-143-119/+4
* | | Move JDWP into C++ and add extern "C" to remaining non-compiler includes.Carl Shapiro2011-04-1420-449/+293
|/ /
* | Merge "Compile libdex as C++." into dalvik-devDan Bornstein2011-04-1421-131/+165
|\ \
| * | Compile libdex as C++.Dan Bornstein2011-04-1421-131/+165
* | | am 780d3e25: make dvmOpenCachedDexFile resistant to umask changes.Nick Kralevich2011-04-141-0/+2
|\ \ \
| * | | make dvmOpenCachedDexFile resistant to umask changes.Nick Kralevich2011-04-141-0/+2
* | | | am 80aedd4d: The jni-tips documentation has moved to frameworks/base.Elliott Hughes2011-04-142-773/+0
|\| | |
| * | | The jni-tips documentation has moved to frameworks/base.Elliott Hughes2011-04-142-773/+0
* | | | Merge "Move fundamental object definitions and operations to C++" into dalvik...Carl Shapiro2011-04-1413-71/+106
|\ \ \ \
| * | | | Move fundamental object definitions and operations to C++Carl Shapiro2011-04-1313-71/+106
| | |/ / | |/| |
* | | | Merge "Fix self-verification with backward branches or invokes." into dalvik-devBen Cheng2011-04-131-32/+36
|\ \ \ \ | |/ / / |/| | |
| * | | Fix self-verification with backward branches or invokes.Ben Cheng2011-04-131-32/+36
* | | | Add a class flag CLASS_ISCLASS.Dan Bornstein2011-04-1315-34/+55
* | | | Merge "Move the reflection code into C++." into dalvik-devCarl Shapiro2011-04-134-125/+102
|\ \ \ \
| * | | | Move the reflection code into C++.Carl Shapiro2011-04-134-125/+102
* | | | | am e7147462: Fix debugger performance regressionbuzbee2011-04-131-4/+5
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Fix debugger performance regressionbuzbee2011-04-131-4/+5
* | | | Convert the internal and in-line natives to C++.Carl Shapiro2011-04-1249-132/+270
| |/ / |/| |
* | | Merge "Add additional asserts and combine declarations with definitions." int...Carl Shapiro2011-04-111-63/+38
|\ \ \
| * | | Add additional asserts and combine declarations with definitions.Carl Shapiro2011-04-111-63/+38
* | | | am 0161e158: Merge "Add missing JUMBO opcodes to volatile rewriting"buzbee2011-04-111-0/+16
|\ \ \ \ | | |/ / | |/| |
| * | | Merge "Add missing JUMBO opcodes to volatile rewriting"buzbee2011-04-111-0/+16
| |\ \ \
| | * | | Add missing JUMBO opcodes to volatile rewritingbuzbee2011-04-111-0/+16