summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix test 003's expectations.Elliott Hughes2012-02-271-12/+6
* Fix Mac build.Elliott Hughes2012-02-271-1/+1
* Merge "Handle all known tag types in StackFrame.GetValues." into dalvik-devElliott Hughes2012-02-271-1/+13
|\
| * Handle all known tag types in StackFrame.GetValues.Elliott Hughes2012-02-241-1/+13
* | Eagerly resolve strings that are in the image into dex cachesIan Rogers2012-02-272-0/+34
* | Merge "Oatdump fields of objects using reflection" into dalvik-devIan Rogers2012-02-271-46/+118
|\ \
| * | Oatdump fields of objects using reflectionIan Rogers2012-02-271-46/+118
| |/
* | Multi-target supportbuzbee2012-02-2632-1724/+7691
|/
* Merge "Implement VirtualMachine.ClassPaths correctly." into dalvik-devElliott Hughes2012-02-241-18/+11
|\
| * Implement VirtualMachine.ClassPaths correctly.Elliott Hughes2012-02-241-18/+11
* | Minor fix to be consistent with the style today.Shih-wei Liao2012-02-241-3/+1
* | Merge "Add large frame test" into dalvik-devbuzbee2012-02-244-2/+4016
|\ \
| * | Add large frame testbuzbee2012-02-244-2/+4016
* | | Merge "Ignore frame-larger-than warning for auto generated code." into dalvik...Shih-wei Liao2012-02-244-8/+52
|\ \ \
| * | | Ignore frame-larger-than warning for auto generated code.Logan Chien2012-02-244-8/+52
* | | | Merge "Fix build for incompatible API change: int32_t -> uint32_t." into dalv...Shih-wei Liao2012-02-241-6/+6
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fix build for incompatible API change: int32_t -> uint32_t.Logan Chien2012-02-231-6/+6
* | | Merge "Fix a bug in ReferenceType.SignatureWithGeneric." into dalvik-devElliott Hughes2012-02-241-30/+16
|\ \ \ | |_|/ |/| |
| * | Fix a bug in ReferenceType.SignatureWithGeneric.Elliott Hughes2012-02-241-30/+16
* | | Merge "[Compiler] Exit-path bug fix" into dalvik-devbuzbee2012-02-241-0/+7
|\ \ \
| * | | [Compiler] Exit-path bug fixbuzbee2012-02-241-0/+7
* | | | Merge "In order object graph traversal for image writing" into dalvik-devIan Rogers2012-02-243-1/+103
|\ \ \ \ | |_|/ / |/| | |
| * | | In order object graph traversal for image writingIan Rogers2012-02-243-1/+103
| |/ /
* | | Fix a thread state misunderstanding.Elliott Hughes2012-02-242-2/+4
|/ /
* | Merge "Fix the remaining GetValues/SetValues tests." into dalvik-devElliott Hughes2012-02-244-29/+61
|\ \ | |/ |/|
| * Fix the remaining GetValues/SetValues tests.Elliott Hughes2012-02-234-29/+61
* | Merge "Numerous fixes to compiler and verifier for cts vm-tests." into dalvik...jeffhao2012-02-2311-76/+139
|\ \ | |/ |/|
| * Numerous fixes to compiler and verifier for cts vm-tests.jeffhao2012-02-2311-76/+139
* | Fix GetCurrentMethod to return the actual native PC.Elliott Hughes2012-02-231-1/+4
* | Consistently use hex for dex PC values in the debugger.Elliott Hughes2012-02-234-47/+47
* | Add missing art_cflags.Shih-wei Liao2012-02-231-0/+1
* | Rename JdwpLocation.idx to the more intention-revealing dex_pc.Elliott Hughes2012-02-225-33/+31
|/
* Fix a few more JDWP bugs.Elliott Hughes2012-02-211-13/+14
* Merge "Fix various debugger method invocation bugs." into dalvik-devElliott Hughes2012-02-217-64/+122
|\
| * Fix various debugger method invocation bugs.Elliott Hughes2012-02-217-64/+122
* | Merge "Don't enable JNI work arounds with check JNI" into dalvik-devBrian Carlstrom2012-02-211-3/+6
|\ \ | |/ |/|
| * Don't enable JNI work arounds with check JNIIan Rogers2012-02-211-3/+6
* | Fix single-stepping for native methods.Elliott Hughes2012-02-211-5/+9
* | Merge "Show useful thread information in IllegalMonitorStateExceptions." into...Elliott Hughes2012-02-211-17/+25
|\ \ | |/ |/|
| * Show useful thread information in IllegalMonitorStateExceptions.Elliott Hughes2012-02-211-17/+25
* | Fix JNI work around for IRT removalIan Rogers2012-02-211-1/+1
|/
* Add shadow stack support to Dex compiler.Logan Chien2012-02-204-12/+190
* Merge "Add shadow stack runtime support function to art_module.ll." into dalv...Shih-wei Liao2012-02-203-77/+142
|\
| * Add shadow stack runtime support function to art_module.ll.Logan Chien2012-02-193-77/+142
* | SIRT work around JNI support for legacy appsIan Rogers2012-02-207-14/+118
|/
* Add Module as a member of IRBuilder.Logan Chien2012-02-192-5/+7
* Fix the build, because we still need the ret_shorty.Shih-wei Liao2012-02-193-3/+5
* Add upcall compiler.Logan Chien2012-02-1910-3/+300
* Implement invoke-interface instruction.Logan Chien2012-02-191-1/+43
* Implement invoke-super instruction.Logan Chien2012-02-191-1/+87