summaryrefslogtreecommitdiff
path: root/tools/cpp-define-generator
AgeCommit message (Expand)Author
2022-02-05Fix THREAD_INTERPRETER_CACHE_SIZE_SHIFT David Srbecky
2022-01-17Revert "Add thread-shared interpreter cache" Hans Boehm
2022-01-15Add thread-shared interpreter cache David Srbecky
2021-12-13Inline some type checks of instanceof and checkcast in nterp. Nicolas Geoffray
2021-12-03ARM64: Implicit suspend checks using LDR. Vladimir Marko
2021-11-30Make suspend check test specific flags. Vladimir Marko
2021-11-25Always access Thread state and flags as 32-bit location. Vladimir Marko
2021-11-10Reland "Change hotness counting." Nicolas Geoffray
2021-11-09Inherit art_defaults in cc_library_headers as well. Martin Stjernholm
2021-11-09Make art_debug_defaults inherit art_defaults. Martin Stjernholm
2021-11-09Refactor libart_runtime_headers_ndk to a header lib also used by libart Martin Stjernholm
2021-10-26Revert "Change hotness counting." Vladimir Marko
2021-10-20Change hotness counting. Nicolas Geoffray
2021-10-05Remove mterp_current_ibase. Nicolas Geoffray
2021-07-13Remove libc_headers from cc_object Colin Cross
2021-07-13Remove mterp. Nicolas Geoffray
2021-05-19Disable most ART source modules when ART prebuilts are enabled. Martin Stjernholm
2021-04-13Update ART generator tools to use python3. Vladimir Marko
2021-03-24Improve nterp -> compiled code transitions. Nicolas Geoffray
2021-03-23Add a fast path for nterp entrypoint to avoid fetching the shorty. Nicolas Geoffray
2021-03-19Add min_sdk_version for ART module. Nicolas Geoffray
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to art Bob Badour
2021-02-18Remove pointer-size arguments from DexCache. David Srbecky
2021-01-25When entering nterp, take a fast path for instance calls with 1 argument. Nicolas Geoffray
2021-01-21Reland "Improve invokeinterface for nterp." Nicolas Geoffray
2021-01-15Revert "Improve invokeinterface for nterp." Alex Light
2021-01-12Improve invokeinterface for nterp. Nicolas Geoffray
2020-12-01Add an arm32 port of nterp. Nicolas Geoffray
2020-10-23Rename ART release APEX to com.android.art. Martin Stjernholm
2020-09-23Add support for compact dex files in nterp. Nicolas Geoffray
2020-09-07Move code item to the data pointer and remove code_item_offset. Nicolas Geoffray
2020-07-16Bionic libc_headers shouldn't be used in non-Bionic host builds. Martin Stjernholm
2020-06-26Increment hotness in nterp when doing lookups. Nicolas Geoffray
2020-06-19Direct calls to @CriticalNative methods. Vladimir Marko
2020-05-06Bionic and kernel system include paths are no longer implicit. Martin Stjernholm
2020-05-04Set apex_available property Jiyong Park
2020-04-07Add explicit dependencies on jni_headers Orion Hodson
2020-02-19Allow late lookup for @CriticalNative methods. Vladimir Marko
2020-02-06apex_available becomes more correct Jiyong Park
2019-12-20Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR Jiyong Park
2019-12-19Revert submission 1191937-art_apex_available Joseph Murphy
2019-12-19Use apex_available property Jiyong Park
2019-12-18Add an implementation of Nterp for x64. Nicolas Geoffray
2019-12-17Refactor OSR related code to prepare for "true" OSR. Nicolas Geoffray
2019-12-04Helpers and refactorings to prepare for interpreter optimizations (x64) Nicolas Geoffray
2019-12-02Allow late lookup for @FastNative methods. Vladimir Marko
2019-11-27Baseline JIT: update inline caches in compiled code. Nicolas Geoffray
2019-09-04Explicitly disable cpp-define-generator for Darwin. Elliott Hughes
2019-08-09Make the $/# in front of constants optional Pirama Arumuga Nainar
2019-07-19Replace use of include_dirs with header_libs on asm_defines.s Paul Duffin