summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Make verifier allow integral types to be put in integral type arrays.Jeff Hao2013-08-015-24/+64
* am 08d7d44b: Fix image generation.Mathieu Chartier2013-07-311-5/+4
|\
| * Fix image generation.Mathieu Chartier2013-07-311-5/+4
* | am 266099b1: Merge "Fix mismatched malloc / delete."Mathieu Chartier2013-07-311-25/+26
|\ \ | |/
| * Fix mismatched malloc / delete.Mathieu Chartier2013-07-311-25/+26
* | Don't add barriers to clinit methods.Ian Rogers2013-07-311-2/+2
|/
* GC a lot mode.Mathieu Chartier2013-07-311-1/+9
* Merge "Ensure has_no_move_exception is initialized on all return paths." into...Ian Rogers2013-07-311-10/+14
|\
| * Ensure has_no_move_exception is initialized on all return paths.Ian Rogers2013-07-311-10/+14
* | Merge "Unsigned comparison for array bounds check." into dalvik-devIan Rogers2013-07-311-1/+1
|\ \
| * | Unsigned comparison for array bounds check.Sebastien Hertz2013-07-231-1/+1
* | | Clear exception when no move-exception on portable.Ian Rogers2013-07-311-0/+6
| |/ |/|
* | am 025218c7: Clean up stlport usage.Elliott Hughes2013-07-301-2/+2
|\ \
| * | Clean up stlport usage.Elliott Hughes2013-07-301-2/+2
| * | Support inline dex data, take 2buzbee2013-07-301-6/+0
* | | Merge "Fix host oat_test on portable." into dalvik-devBrian Carlstrom2013-07-311-1/+2
|\ \ \
| * | | Fix host oat_test on portable.Ian Rogers2013-07-301-1/+2
* | | | Portable refactorings.Ian Rogers2013-07-3065-2173/+2647
* | | | Merge "Remove sorted variable in allocation stacks." into dalvik-devMathieu Chartier2013-07-302-33/+51
|\ \ \ \ | |/ / / |/| | |
| * | | Remove sorted variable in allocation stacks.Mathieu Chartier2013-07-302-33/+51
* | | | am afa8ff61: Fix bug in ZipEntry::ExtractToMemory for zero length entriesBrian Carlstrom2013-07-291-0/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Fix bug in ZipEntry::ExtractToMemory for zero length entriesBrian Carlstrom2013-07-291-0/+4
* | | | am 9004cb65: Allow MemMap to support empty map requestsBrian Carlstrom2013-07-292-6/+49
|\ \ \ \ | |/ / /
| * | | Allow MemMap to support empty map requestsBrian Carlstrom2013-07-292-6/+49
* | | | Merge "Clear exception if catch block doesn't have move-exception." into dalv...Ian Rogers2013-07-296-15/+35
|\ \ \ \
| * | | | Clear exception if catch block doesn't have move-exception.Ian Rogers2013-07-296-15/+35
| | |/ / | |/| |
* | | | am 9dcd45c6: Fix NewLocalRef to use AddLocalReference.Elliott Hughes2013-07-293-13/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Fix NewLocalRef to use AddLocalReference.Elliott Hughes2013-07-293-13/+4
* | | | Merge "Put jni lookup stub in native code ptr and fix GetOatMethodFor for pro...Jeff Hao2013-07-291-1/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | Put jni lookup stub in native code ptr and fix GetOatMethodFor for proxy.Jeff Hao2013-07-291-1/+12
* | | | Merge "Move vector output stream to compiler." into dalvik-devIan Rogers2013-07-293-114/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Move vector output stream to compiler.Ian Rogers2013-07-293-114/+0
* | | | Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-2969-10365/+348
|/ / /
* | | Avoid unnecessary exception checks.Sebastien Hertz2013-07-291-229/+290
* | | am 46a1270f: Revert "Support inline dex data"Brian Carlstrom2013-07-281-4/+0
|\ \ \ | |/ /
| * | Revert "Support inline dex data"Brian Carlstrom2013-07-271-4/+0
* | | am 64d8f18c: Merge "Support inline dex data"buzbee2013-07-281-0/+4
|\ \ \ | |/ /
| * | Merge "Support inline dex data"buzbee2013-07-261-0/+4
| |\ \
| | * | Support inline dex databuzbee2013-07-261-0/+4
* | | | resolved conflicts for merge of 7934ac28 to dalvik-devBrian Carlstrom2013-07-2692-378/+378
|\ \ \ \ | |/ / /
| * | | Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-2692-378/+378
* | | | Fix style issues in MethodVerifierBrian Carlstrom2013-07-261-61/+146
* | | | am fb331d7c: Convert CHECKS in OatFile::Setup to LOG(ERROR) messagesBrian Carlstrom2013-07-261-21/+75
|\ \ \ \ | |/ / /
| * | | Convert CHECKS in OatFile::Setup to LOG(ERROR) messagesBrian Carlstrom2013-07-261-21/+75
* | | | Prevent verifier from creating unused compilation data.Sebastien Hertz2013-07-263-69/+137
* | | | Merge "Avoid fetching instruction's first 16 bits twice." into dalvik-devSebastien Hertz2013-07-261-3/+1
|\ \ \ \
| * | | | Avoid fetching instruction's first 16 bits twice.Sebastien Hertz2013-07-251-3/+1
| | |_|/ | |/| |
* | | | Merge "Update DEX pc before thread suspension." into dalvik-devSebastien Hertz2013-07-261-45/+46
|\ \ \ \
| * | | | Update DEX pc before thread suspension.Sebastien Hertz2013-07-251-45/+46
| |/ / /
* | | | am 0de7985b: Consistently handle EINTR on FUTEX_WAITBrian Carlstrom2013-07-261-6/+16
|\ \ \ \ | | |/ / | |/| |