summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator_mips.h
Commit message (Expand)AuthorAgeFilesLines
* Remove MIPS support from Optimizing.Vladimir Marko2020-02-131-736/+0
* Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko2019-10-141-2/+1
* Make compiler/optimizing/ symbols hidden.Vladimir Marko2019-10-141-1/+2
* ART: ARM64: Optimize frame size for SIMD graphs.Artem Serov2019-08-021-1/+5
* Clean up linker patches in codegens.Vladimir Marko2019-07-161-4/+4
* Remove sharpening as an optimization pass.Nicolas Geoffray2018-09-191-1/+1
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-55/+55
* Implement Integer.valueOf() intrinsic for boot image.Vladimir Marko2018-06-291-1/+6
* Move instruction_set_ to CompilerOptions.Vladimir Marko2018-06-251-5/+1
* Implement Integer.valueOf() intrinsic for PIC.Vladimir Marko2018-06-211-0/+2
* Revert^4 "Compiler changes for bitstring based type checks."Vladimir Marko2018-03-271-0/+1
* Revert^3 "Compiler changes for bitstring based type checks."Andreas Gampe2018-03-261-1/+0
* Revert^2 "Compiler changes for bitstring based type checks."Vladimir Marko2018-03-221-0/+1
* Move some remaining dex utilitiesDavid Sehr2018-03-191-2/+2
* Merge "Retrieve String/Class references from .data.bimg.rel.ro."Vladimir Marko2018-03-091-1/+2
|\
| * Retrieve String/Class references from .data.bimg.rel.ro.Vladimir Marko2018-03-081-1/+2
* | Merge "Load ArtMethod* from .data.bimg.rel.ro entries."Vladimir Marko2018-03-081-1/+3
|\|
| * Load ArtMethod* from .data.bimg.rel.ro entries.Vladimir Marko2018-03-081-1/+3
* | Minor cleanup of MIN/MAX code.Aart Bik2018-03-071-1/+2
* | Introduce MIN/MAX/ABS as HIR nodes.Aart Bik2018-03-071-0/+2
|/
* Introduce ABS as HIR nodes.Aart Bik2018-03-011-0/+2
* ART: Clean up patching data in codegens.Vladimir Marko2018-02-201-24/+18
* Revert "Compiler changes for bitstring based type checks."Nicolas Geoffray2018-01-251-1/+0
* Compiler changes for bitstring based type checks.Vladimir Marko2018-01-231-0/+1
* Create dex subdirectoryDavid Sehr2018-01-051-1/+1
* MIPS: Support swaps between 128-bit locationsGoran Jakovljevic2017-12-151-0/+1
* Use ScopedArenaAllocator for code generation.Vladimir Marko2017-10-171-2/+2
* ART: Introduce compiler data type.Vladimir Marko2017-09-251-16/+16
* Refactor compiled_method.h .Vladimir Marko2017-09-201-3/+3
* Use mmapped boot image intern table for PIC app HLoadString.Vladimir Marko2017-09-071-1/+6
* MIPS32: Allow some patched instructions in delay slotsAlexey Frunze2017-08-181-2/+1
* MIPS: Reduce Baker read barrier code size overheadAlexey Frunze2017-07-191-3/+5
* MIPS32: ART VectorizerLena Djokic2017-07-131-0/+4
* MIPS32: Saves 128-bit vector registers along SuspendCheckSlowPathLena Djokic2017-07-061-1/+7
* Merge "MIPS: Shorten .bss string/class loads"Treehugger Robot2017-07-031-14/+52
|\
| * MIPS: Shorten .bss string/class loadsAlexey Frunze2017-06-081-14/+52
* | MIPS32: MoveLocation refactoringLena Djokic2017-06-281-2/+0
|/
* Use ArtMethod* .bss entries for HInvokeStaticOrDirect.Vladimir Marko2017-06-071-4/+3
* Replace invoke kind kDexCacheViaMethod with kRuntimeCall.Vladimir Marko2017-06-061-2/+4
* Refactor profiles to use TypeReference instead of ClassReferenceMathieu Chartier2017-05-251-1/+1
* Use PC-relative pointer to boot image methods.Vladimir Marko2017-05-221-4/+8
* Remove LoadString/Class kind kBootImageLinkTimeAddress.Vladimir Marko2017-05-161-15/+0
* Merge "MIPS32: Implement branchless HCondition for longs"Treehugger Robot2017-05-081-0/+1
|\
| * MIPS32: Implement branchless HCondition for longsTijana Jakovljevic2017-03-081-0/+1
* | MIPS: java.lang.Integer.valueOf intrinsic.Chris Larsen2017-04-301-1/+2
* | MIPS: Implement read barriers.Alexey Frunze2017-03-281-1/+129
* | Merge "Remove --include-patch-information option from dex2oat."Richard Uhler2017-03-091-2/+0
|\ \ | |/ |/|
| * Remove --include-patch-information option from dex2oat.Richard Uhler2017-03-081-2/+0
* | MIPS64: Refactor implicit null checks in array/field get/setTijana Jakovljevic2017-03-031-1/+0
|/
* MIPS: Support kJitTableAddress kinds of string/class loads.Alexey Frunze2017-02-011-0/+30