summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator.h
AgeCommit message (Expand)Author
2021-01-08arm64: Implement VarHandle intrinsics for byte array views. Vladimir Marko
2020-10-29Refactor Integer.valueOf() intrinsic implementation. Vladimir Marko
2020-10-07Change interface conflict stub to take the interface method. Nicolas Geoffray
2020-08-03Check if VarHandle access mode is supported. Andra Danciu
2020-06-22Optimizing: Introduce {Increase,Decrease}Frame(). Vladimir Marko
2020-06-19Direct calls to @CriticalNative methods. Vladimir Marko
2020-05-04RFC: ARM64: Split arm64 codegen into scalar and vector (SVE and NEON). Artem Serov
2020-04-17ART: Refactor SIMD slots and regs size processing. Artem Serov
2019-10-14Revert "Make compiler/optimizing/ symbols hidden." Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden. Vladimir Marko
2019-10-10Fix uses of MaybeRecordImplicitNullCheck without special scopes Evgeny Astigeevich
2019-08-02ART: ARM64: Optimize frame size for SIMD graphs. Artem Serov
2019-07-15ART: Introduce stackmap with no DexRegInfo. Artem Serov
2019-05-16ART: Optimize StringBuilder append pattern. Vladimir Marko
2019-01-02ART: Move dex structs into own header Andreas Gampe
2018-11-01Do not cache RequiresConstructorBarrier() results. Vladimir Marko
2018-10-16Fix HNewArray with unresolved primitive array type. Vladimir Marko
2018-09-20Pass JIT roots as a vector<Handle<>> to JIT cache. Vladimir Marko
2018-09-19Remove sharpening as an optimization pass. Nicolas Geoffray
2018-08-03Simplify StackMapStream encoding. David Srbecky
2018-08-01Move MethodInfo to CodeInfo. David Srbecky
2018-06-25Move instruction_set_ to CompilerOptions. Vladimir Marko
2018-06-13Add Kind column to stack maps. David Srbecky
2018-06-11ART: Adds an entrypoint for invoke-custom Orion Hodson
2018-05-21Remove "stack_map.h" include from code_generator. David Srbecky
2018-05-14Merge "Revert "Move kVRegSize to globals.h to reduce include dependencies."" Treehugger Robot
2018-05-14Revert "Move kVRegSize to globals.h to reduce include dependencies." David Srbecky
2018-05-14Merge "Move kVRegSize to globals.h to reduce include dependencies." David Srbecky
2018-05-11Move kVRegSize to globals.h to reduce include dependencies. David Srbecky
2018-05-11ART: Compiler support for const-method-handle Orion Hodson
2018-05-10ART: Compiler support for const-method-type Orion Hodson
2018-04-26Clean up include paths David Sehr
2018-04-11Revert^2 "Compile link-time thunks in codegen." Vladimir Marko
2018-04-05Move remaining runtime/base stuff to libartbase David Sehr
2018-04-04Revert "Compile link-time thunks in codegen." Vladimir Marko
2018-04-04Compile link-time thunks in codegen. Vladimir Marko
2018-03-27Revert^4 "Compiler changes for bitstring based type checks." Vladimir Marko
2018-03-26Revert^3 "Compiler changes for bitstring based type checks." Andreas Gampe
2018-03-22Revert^2 "Compiler changes for bitstring based type checks." Vladimir Marko
2018-03-19Move some remaining dex utilities David Sehr
2018-03-08Retrieve String/Class references from .data.bimg.rel.ro. Vladimir Marko
2018-02-20ART: Clean up patching data in codegens. Vladimir Marko
2018-01-25Revert "Compiler changes for bitstring based type checks." Nicolas Geoffray
2018-01-23Compiler changes for bitstring based type checks. Vladimir Marko
2017-12-14Clean up InstanceOf/CheckCast. Vladimir Marko
2017-11-15Use intrinsic codegen for compiling intrinsic methods. Vladimir Marko
2017-11-02ART: Make InstructionSet an enum class and add kLast. Vladimir Marko
2017-10-17Use ScopedArenaAllocator for code generation. Vladimir Marko
2017-10-12Fix using LiveIntervals beyond their lifetime. Vladimir Marko
2017-10-06ART: Use ScopedArenaAllocator for pass-local data. Vladimir Marko