summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints
Commit message (Expand)AuthorAgeFilesLines
* Unify ART's various implementations of bit_cast.Roland Levillain2015-03-241-9/+9
* JDWP: Optimized single step during debuggingDaniel Mihalyi2015-03-241-2/+34
* Revert "Deoptimization-based bce."Andreas Gampe2015-03-242-3/+0
* Deoptimization-based bce.Mingyao Yang2015-03-232-0/+3
* Remove ThrowLocation.Nicolas Geoffray2015-03-105-65/+24
* Merge "Compute the right catch location for the debugger."Nicolas Geoffray2015-03-094-10/+8
|\
| * Compute the right catch location for the debugger.Nicolas Geoffray2015-03-094-10/+8
* | Initial support for quick compiler on MIPS64r6.Maja Gagic2015-03-061-2/+0
|/
* Change how we report exceptions to the debugger.Nicolas Geoffray2015-03-031-2/+0
* ART: Make error messages for StackOverflow WARNINGsAndreas Gampe2015-02-191-1/+1
* Default to 64-bit for tests of methods with varying ISAs for valgrind.Jeff Hao2015-02-171-0/+6
* Fix a compilation error for Mips64.Douglas Leung2015-02-091-0/+1
* ART: Change x86 long param ABI (Quick/JNI/Opt)Mark Mendell2015-01-301-0/+10
* Force set resolved method for static invokesMathieu Chartier2015-01-281-0/+10
* Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""Mark P Mendell2015-01-271-5/+9
* Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"Vladimir Marko2015-01-271-9/+5
* Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)"Vladimir Marko2015-01-261-5/+9
|\
| * ART: Implement X86 hard float (Quick/JNI/Baseline)Mark Mendell2015-01-231-5/+9
* | More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+14
|/
* Merge "Fix refs_and_args callee save order for Mips32."Andreas Gampe2015-01-161-1/+1
|\
| * Fix refs_and_args callee save order for Mips32.Douglas Leung2015-01-121-1/+1
| * Merge "Revert "ART: Implement hard float for X86""Vladimir Marko2015-01-121-9/+5
| |\
| | * Revert "ART: Implement hard float for X86"Vladimir Marko2015-01-121-9/+5
| * | Merge "ART: Implement hard float for X86"Vladimir Marko2015-01-121-5/+9
| |\|
| | * ART: Implement hard float for X86Mark Mendell2015-01-121-5/+9
* | | ART: Mips64 runtime supportAndreas Gampe2015-01-151-20/+114
* | | ART: Allow to compile interpret-only mips64 filesAndreas Gampe2015-01-151-0/+3
* | | Skip r1 on arm if first parameter is a long.Nicolas Geoffray2015-01-131-0/+10
|/ /
* | Fix handling of long argument spanning register/memory.Nicolas Geoffray2015-01-121-8/+3
* | Fix signal test to work with gcstressMathieu Chartier2015-01-071-5/+3
|/
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-299-86/+110
* Remove portable.Elliott Hughes2014-12-1214-1528/+4
* Support proxy method in StackVisitor::GetThisObjectSebastien Hertz2014-12-091-0/+23
* Remove MethodHelper.Ian Rogers2014-12-021-9/+61
* Fix artQuickResolutionTrampoline.Ian Rogers2014-12-021-1/+4
* Move FindDexMethodIndexInOtherDexFile into ArtMethod.Ian Rogers2014-12-021-35/+39
* Remove MethodHelper from the interpreter.Ian Rogers2014-12-025-19/+15
* Merge "ART: Fix unused variables and functions"Andreas Gampe2014-11-242-96/+96
|\
| * ART: Fix unused variables and functionsAndreas Gampe2014-11-242-96/+96
* | Delete ArtMethod gc_map_ fieldMathieu Chartier2014-11-241-1/+1
|/
* Merge "Add JNI trampoline for mips32."Ian Rogers2014-11-221-5/+4
|\
| * Add JNI trampoline for mips32.Douglas Leung2014-10-311-5/+4
* | Fix oatdump to use OatHeader pointer sizeMathieu Chartier2014-11-211-1/+1
* | Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-1/+1
* | Merge "Fix DCHECK in artInstrumentationMethodEntryFromCode"Sebastien Hertz2014-11-171-1/+1
|\ \
| * | Fix DCHECK in artInstrumentationMethodEntryFromCodeSebastien Hertz2014-11-171-1/+1
* | | Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-133-3/+1
|/ /
* | ART: Fix some redundant declarationsAndreas Gampe2014-11-041-0/+109
* | Merge "ART: More warnings"Andreas Gampe2014-11-051-2/+2
|\ \
| * | ART: More warningsAndreas Gampe2014-11-041-2/+2