summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints
Commit message (Expand)AuthorAgeFilesLines
* ART: Implement X86 hard float (Quick/JNI/Baseline)Mark Mendell2015-01-231-5/+9
* 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
* | | Fix build.Ian Rogers2014-11-041-4/+4
* | | Fix mac build.Ian Rogers2014-11-041-6/+8
|/ /
* | ART: Replace COMPILE_ASSERT with static_assert (runtime)Andreas Gampe2014-11-031-7/+8
* | Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-037-32/+17
* | Check null this pointer for direct methods in FindMethodFast.Jeff Hao2014-11-031-3/+2
|/
* Move MethodHelper::GetReturnType to mirror::ArtMethod.Ian Rogers2014-10-281-12/+8
* Optimize method linkingMathieu Chartier2014-10-271-1/+8
* Merge "Tidy logging code not using UNIMPLEMENTED."Ian Rogers2014-10-254-13/+9
|\
| * Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-244-13/+9
* | ARM: Use hardfp calling convention between java to java call.Zheng Xu2014-10-241-59/+89
|/
* Tidy up logging.Ian Rogers2014-10-222-1/+2
* Const-ify functions/variables in trampoline entrypoints.Ian Rogers2014-10-211-22/+23
* Refactor quick entrypointsIan Rogers2014-10-2012-269/+243
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-169-72/+139
* Merge "Work around ICE bugs with MIPS GCC and O1."Ian Rogers2014-10-101-19/+17
|\
| * Work around ICE bugs with MIPS GCC and O1.Ian Rogers2014-10-101-19/+17
* | Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-0/+9
|/
* stdint types all the way!Ian Rogers2014-10-094-20/+20