summaryrefslogtreecommitdiffstats
path: root/runtime/utils.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-5/+8
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-288/+0
* Check IsReferenceVReg during deoptMathieu Chartier2015-05-081-0/+5
* Revert "Revert "[optimizing] Replace FP divide by power of 2""Nicolas Geoffray2015-04-271-0/+12
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* ART: Streaming trace modeAndreas Gampe2015-04-151-0/+3
* Move ArtField to nativeMathieu Chartier2015-04-101-2/+2
* ART: Fix IsInt when N==32, add testsDavid Brazdil2015-03-271-6/+11
* ART: Define IsInt when N==kBitsPerIntPtrTDavid Brazdil2015-03-261-0/+1
* Unify ART's various implementations of bit_cast.Roland Levillain2015-03-241-13/+0
* Fix copy/paste documentation error.Dan Albert2015-03-121-1/+1
* Merge "Opt compiler: Basic simplification for arithmetic operations."Roland Levillain2015-03-121-0/+6
|\
| * Opt compiler: Basic simplification for arithmetic operations.Alexandre Rames2015-03-111-0/+6
* | Compress the Dex register maps built by the optimizing compiler.Roland Levillain2015-03-121-0/+18
|/
* Create OatFileAssistant class for assisting with oat files.Richard Uhler2015-03-091-6/+0
* Don't require three-character extensions for dex locations.Richard Uhler2015-02-261-1/+2
* ART: Print maps directly to logAndreas Gampe2015-02-241-0/+1
* Replace a few std::vector with ArenaVector in Mir2Lir.Vladimir Marko2015-02-191-1/+7
* ART: Templatize IsInt & IsUintAndreas Gampe2015-02-181-26/+40
* art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-041-0/+7
* ART: Pass ucontext to Backtrace in Stack DumpAndreas Gampe2015-01-081-1/+1
* Make Barrier robust against spurious wakeupsHans Boehm2014-12-041-1/+2
* dex2oat: Pack likely-dirty objects together when generating the boot imageIgor Murashkin2014-11-201-1/+42
* Merge "ART: Multiview assembler_test, fix x86-64 assembler"Andreas Gampe2014-11-141-0/+14
|\
| * ART: Multiview assembler_test, fix x86-64 assemblerAndreas Gampe2014-11-131-0/+14
* | Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+1
|/
* ART: Replace COMPILE_ASSERT with static_assert (runtime)Andreas Gampe2014-11-031-2/+2
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-5/+2
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-3/+3
* stdint types all the way!Ian Rogers2014-10-091-8/+8
* Header file clean up.Ian Rogers2014-10-081-24/+0
* ART: Better IllegalAccessException messageAndreas Gampe2014-09-291-0/+4
* ART: Only allow the zygote to create the global boot imageAndreas Gampe2014-09-181-1/+2
* Improve dex location canonicalization-related performance.Vladimir Marko2014-09-101-0/+13
* Reduce and speed-up class def searches.Ian Rogers2014-09-021-1/+1
* Actually ask the pthread implementation for the stack guard size.Elliott Hughes2014-08-281-1/+1
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-3/+5
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-5/+3
* Emit CFI for x86 & x86_64 JNI compiler.Tong Shen2014-08-051-0/+5
* Runtime can now be set to require relocationAlex Light2014-07-221-1/+12
* Merge "Disable adding main and non moving spaces to immune region in GSS"Mathieu Chartier2014-07-161-6/+4
|\
| * Disable adding main and non moving spaces to immune region in GSSMathieu Chartier2014-07-161-6/+4
* | Break apart header files.Ian Rogers2014-07-151-2/+1
|/
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+14
* Add patchoat tool to Art.Alex Light2014-07-071-0/+29
* ART: Rework Generic JNI, add ARM versionAndreas Gampe2014-07-011-0/+13
* ART: Native support for multidexAndreas Gampe2014-06-251-0/+1
* More advanced timing loggers.Mathieu Chartier2014-06-241-2/+3
* Add D/CHECK_CONSTEXPR macros for use in constexpr context.Vladimir Marko2014-06-111-3/+2
* Reduce header files including header files.Ian Rogers2014-06-061-12/+1