summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/quick
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-033-19/+14
|/
* Merge "Tidy logging code not using UNIMPLEMENTED."Ian Rogers2014-10-252-5/+5
|\
| * Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-242-5/+5
* | 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-163-6/+8
* 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-093-13/+13
* Don't copy fill array data to quick literal pool.Ian Rogers2014-10-081-35/+11
* Handlerize methods across some GC points.Hiroshi Yamauchi2014-10-061-6/+5
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-292-9/+6
* Optimize get/set reflection performanceMathieu Chartier2014-09-262-0/+3
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-2/+2
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-123-17/+8
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-252-0/+322
* Support running without a boot image.Alex Light2014-08-251-1/+2
* Merge "Fix bugs in the x86 and arm versions of generic JNI."Nicolas Geoffray2014-08-121-1/+9
|\
| * Fix bugs in the x86 and arm versions of generic JNI.Nicolas Geoffray2014-08-141-1/+9
* | Reduce stack usage for overflow checksDave Allison2014-08-131-0/+4
|/
* ART: Build fix for dex_cache reworkAndreas Gampe2014-08-061-1/+1
* Merge "ART: Add guards to the dex cache and its shortcuts"Andreas Gampe2014-08-061-3/+3
|\
| * ART: Add guards to the dex cache and its shortcutsAndreas Gampe2014-08-061-3/+3
* | Merge "Implement TLAB fast paths in artAllocObjectFromCode."Hiroshi Yamauchi2014-08-051-0/+61
|\ \ | |/ |/|
| * Implement TLAB fast paths in artAllocObjectFromCode.Hiroshi Yamauchi2014-08-061-0/+61
* | Fix proxy tracing and enable tests that now work with tracing.Jeff Hao2014-08-061-2/+1
|/
* Merge "Revert "Fix proxy tracing and enable tests that now work with tracing.""Nicolas Geoffray2014-07-231-1/+2
|\
| * Revert "Fix proxy tracing and enable tests that now work with tracing."Nicolas Geoffray2014-07-291-1/+2
* | AArch64: Clean up CalleeSaveMethod frame and the use of temp registers.Zheng Xu2014-07-291-9/+15
|/
* Fix proxy tracing and enable tests that now work with tracing.Jeff Hao2014-07-281-2/+1
* ART: Rework quick entrypoint code in Mir2Lir, cleanupAndreas Gampe2014-07-283-105/+178
* Merge "Fix art test failures for Mips."Jeff Hao2014-07-161-0/+4
|\
| * Fix art test failures for Mips.Douglas Leung2014-07-151-0/+4
* | Remove object_utils.h.Ian Rogers2014-07-164-4/+0
|/
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-118-8/+8
* Merge "Fix missing single-step event"Sebastien Hertz2014-07-101-2/+7
|\
| * Fix missing single-step eventSebastien Hertz2014-07-101-2/+7
* | x86_64: Enable fp-reg promotionSerguei Katkov2014-07-101-2/+2
|/