summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator_mips.h
AgeCommit message (Expand)Author
2020-02-13Remove MIPS support from Optimizing.Vladimir Marko
2019-10-14Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden.Vladimir Marko
2019-08-02ART: ARM64: Optimize frame size for SIMD graphs.Artem Serov
2019-07-16Clean up linker patches in codegens.Vladimir Marko
2018-09-19Remove sharpening as an optimization pass.Nicolas Geoffray
2018-08-28Use 'final' and 'override' specifiers directly in ART.Roland Levillain
2018-06-29Implement Integer.valueOf() intrinsic for boot image.Vladimir Marko
2018-06-25Move instruction_set_ to CompilerOptions.Vladimir Marko
2018-06-21Implement Integer.valueOf() intrinsic for PIC.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 utilitiesDavid Sehr
2018-03-09Merge "Retrieve String/Class references from .data.bimg.rel.ro."Vladimir Marko
2018-03-08Merge "Load ArtMethod* from .data.bimg.rel.ro entries."Vladimir Marko
2018-03-08Retrieve String/Class references from .data.bimg.rel.ro.Vladimir Marko
2018-03-08Load ArtMethod* from .data.bimg.rel.ro entries.Vladimir Marko
2018-03-07Minor cleanup of MIN/MAX code.Aart Bik
2018-03-07Introduce MIN/MAX/ABS as HIR nodes.Aart Bik
2018-03-01Introduce ABS as HIR nodes.Aart Bik
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
2018-01-05Create dex subdirectoryDavid Sehr
2017-12-15MIPS: Support swaps between 128-bit locationsGoran Jakovljevic
2017-10-17Use ScopedArenaAllocator for code generation.Vladimir Marko
2017-09-25ART: Introduce compiler data type.Vladimir Marko
2017-09-20Refactor compiled_method.h .Vladimir Marko
2017-09-07Use mmapped boot image intern table for PIC app HLoadString.Vladimir Marko
2017-08-18MIPS32: Allow some patched instructions in delay slotsAlexey Frunze
2017-07-19MIPS: Reduce Baker read barrier code size overheadAlexey Frunze
2017-07-13MIPS32: ART VectorizerLena Djokic
2017-07-06MIPS32: Saves 128-bit vector registers along SuspendCheckSlowPathLena Djokic
2017-07-03Merge "MIPS: Shorten .bss string/class loads"Treehugger Robot
2017-06-28MIPS32: MoveLocation refactoringLena Djokic
2017-06-08MIPS: Shorten .bss string/class loadsAlexey Frunze
2017-06-07Use ArtMethod* .bss entries for HInvokeStaticOrDirect.Vladimir Marko
2017-06-06Replace invoke kind kDexCacheViaMethod with kRuntimeCall.Vladimir Marko
2017-05-25Refactor profiles to use TypeReference instead of ClassReferenceMathieu Chartier
2017-05-22Use PC-relative pointer to boot image methods.Vladimir Marko
2017-05-16Remove LoadString/Class kind kBootImageLinkTimeAddress.Vladimir Marko
2017-05-08Merge "MIPS32: Implement branchless HCondition for longs"Treehugger Robot
2017-04-30MIPS: java.lang.Integer.valueOf intrinsic.Chris Larsen
2017-03-28MIPS: Implement read barriers.Alexey Frunze
2017-03-09Merge "Remove --include-patch-information option from dex2oat."Richard Uhler
2017-03-08Remove --include-patch-information option from dex2oat.Richard Uhler
2017-03-08MIPS32: Implement branchless HCondition for longsTijana Jakovljevic
2017-03-03MIPS64: Refactor implicit null checks in array/field get/setTijana Jakovljevic
2017-02-01MIPS: Support kJitTableAddress kinds of string/class loads.Alexey Frunze