summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-02188-3724/+4024
* Merge "ART: Fix wrong hard-failure handling in verifier" into mnc-devAndreas Gampe2015-06-011-11/+22
|\
| * ART: Fix wrong hard-failure handling in verifierAndreas Gampe2015-05-271-11/+22
* | ART: Add support for special handlers in sigchainlibAndreas Gampe2015-05-311-1/+16
* | Add unstarted runtime test for String.<init>.Jeff Hao2015-05-291-0/+29
* | Fix double-exception in super-class method validation.Vladimir Marko2015-05-293-43/+129
* | Merge "ART: Add Mips o32 callee-save registers to SaveAll frame" into mnc-devAndreas Gampe2015-05-293-27/+44
|\ \
| * | ART: Add Mips o32 callee-save registers to SaveAll frameAndreas Gampe2015-05-283-27/+44
| |/
* | Fix single-step in native threadSebastien Hertz2015-05-281-1/+3
* | Merge "Fix updating of JNI references for String.<init>." into mnc-devJeff Hao2015-05-284-4/+42
|\ \
| * | Fix updating of JNI references for String.<init>.Jeff Hao2015-05-274-4/+42
* | | Reset libc targetSdkVersionDmitriy Ivanov2015-05-271-0/+9
|/ /
* | ART: Use kBadFprBase on mips64 and arm64.Vladimir Marko2015-05-272-2/+2
* | Fix mac build: cast fpr callee save addresses.Vladimir Marko2015-05-262-3/+6
* | Fix mac build: include <sys/time.h> in time_utils.cc .Vladimir Marko2015-05-262-1/+4
* | ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-2692-830/+1354
|/
* JDWP: fix breakpoint on catch statementSebastien Hertz2015-05-261-0/+20
* Merge "Fix for potential moving GC bugs around proxy class." into mnc-devHiroshi Yamauchi2015-05-224-67/+81
|\
| * Fix for potential moving GC bugs around proxy class.Hiroshi Yamauchi2015-05-224-67/+81
* | Merge "ART: Sometimes even empty methods take forever to verify" into mnc-devAndreas Gampe2015-05-211-0/+4
|\ \
| * | ART: Sometimes even empty methods take forever to verifyAndreas Gampe2015-05-211-0/+4
* | | Merge "Revert "DO NOT MERGE ART: Turn off duplicate-classes checking"" into m...Andreas Gampe2015-05-211-7/+0
|\ \ \ | |/ / |/| |
| * | Revert "DO NOT MERGE ART: Turn off duplicate-classes checking"Andreas Gampe2015-05-211-7/+0
* | | ART: Refactor UnstartedRuntime for testingAndreas Gampe2015-05-217-215/+504
| |/ |/|
* | Merge "DO NOT MERGE ART: Turn off duplicate-classes checking" into mnc-devAndreas Gampe2015-05-211-0/+7
|\|
| * DO NOT MERGE ART: Turn off duplicate-classes checkingAndreas Gampe2015-05-201-0/+7
* | Merge "Intercept JNI invocation of String.<init> methods." into mnc-devJeff Hao2015-05-219-86/+152
|\ \
| * | Intercept JNI invocation of String.<init> methods.Jeff Hao2015-05-209-86/+152
| |/
* | Merge "ART: Fix RegisterNative order" into mnc-devAndreas Gampe2015-05-211-3/+50
|\ \
| * | ART: Fix RegisterNative orderAndreas Gampe2015-05-201-3/+50
| |/
* | Merge "Fix a cts crash around proxy class fields." into mnc-devHiroshi Yamauchi2015-05-203-10/+80
|\ \ | |/ |/|
| * Fix a cts crash around proxy class fields.Hiroshi Yamauchi2015-05-203-10/+80
* | Merge "Fix debuggable compiler flag detection for secondary dex files" into m...Sebastien Hertz2015-05-209-20/+75
|\ \
| * | Fix debuggable compiler flag detection for secondary dex filesSebastien Hertz2015-05-199-20/+75
| |/
* / ART: Change huge-method warning in verifierAndreas Gampe2015-05-191-5/+9
|/
* Merge "Test and fix bug checking status of secondary multidex files." into mn...Richard Uhler2015-05-182-6/+39
|\
| * Test and fix bug checking status of secondary multidex files.Richard Uhler2015-05-182-6/+39
* | JDWP: more GC safetySebastien Hertz2015-05-185-56/+103
* | Merge "Print more info on mark sweep invalid ref crash." into mnc-devHiroshi Yamauchi2015-05-151-6/+39
|\ \
| * | Print more info on mark sweep invalid ref crash.Hiroshi Yamauchi2015-05-151-6/+39
* | | Add new style String operations during compilation init, part 2Kenny Root2015-05-151-0/+60
|/ /
* | Stop wrapping close(2) with TEMP_FAILURE_RETRY in art.Elliott Hughes2015-05-151-1/+1
* | Merge "In hprof, use an address within string for char array of empty string....Jeff Hao2015-05-151-2/+9
|\ \
| * | In hprof, use an address within string for char array of empty string.Jeff Hao2015-05-141-2/+9
* | | Merge changes I2ea008b7,Ibd7a643d into mnc-devKenny Root2015-05-152-6/+73
|\ \ \ | |/ / |/| |
| * | Add new style String operations during compilation initKenny Root2015-05-151-0/+66
| * | Fix non-range String init callsKenny Root2015-05-151-6/+7
* | | Merge "In hprof, set string class instance size to that of an empty string." ...Jeff Hao2015-05-141-1/+5
|\ \ \
| * | | In hprof, set string class instance size to that of an empty string.Jeff Hao2015-05-141-1/+5
| |/ /
* | / Print field info on mark sweep invalid ref crash.Hiroshi Yamauchi2015-05-147-9/+46
| |/ |/|