summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator_mips.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove MIPS support from Optimizing.Vladimir Marko2020-02-131-10238/+0
* Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko2019-10-141-1/+1
* Make compiler/optimizing/ symbols hidden.Vladimir Marko2019-10-141-1/+1
* ART: ARM64: Optimize frame size for SIMD graphs.Artem Serov2019-08-021-2/+2
* Compiler changes for boot image extension.Vladimir Marko2019-07-301-4/+6
* Clean up linker patches in codegens.Vladimir Marko2019-07-161-9/+12
* ART: Optimize StringBuilder append pattern.Vladimir Marko2019-05-161-0/+9
* Fix non-deterministic compilation for const-string...Vladimir Marko2019-03-121-1/+0
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-12-271-59/+59
* C++17 compatibility: make WITH_TIDY=1 happy again.Elliott Hughes2018-11-291-1/+1
* Fix HNewArray with unresolved primitive array type.Vladimir Marko2018-10-161-4/+2
* ART: Completely remove the --compile-pic option.Vladimir Marko2018-10-101-1/+1
* Remove sharpening as an optimization pass.Nicolas Geoffray2018-09-191-1/+1
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-30/+30
* Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState.Roland Levillain2018-08-141-1/+1
* Document the use of the biased card table in ART's code generators.Roland Levillain2018-08-141-0/+15
* Rename type resolution entrypoints.Vladimir Marko2018-08-031-2/+2
* Do not save/restore regs in ClinitCheck slow path.Vladimir Marko2018-08-031-8/+12
* Rewrite Class init entrypoint to take a Class arg.Vladimir Marko2018-08-021-31/+28
* Always produce PIC code for AOT compilation.Vladimir Marko2018-07-161-40/+38
* Don't use StringFactory.newEmptyString in compiled codeAlex Light2018-07-101-20/+3
* Implement Integer.valueOf() intrinsic for boot image.Vladimir Marko2018-06-291-14/+53
* Move instruction_set_ to CompilerOptions.Vladimir Marko2018-06-251-3/+6
* Implement Integer.valueOf() intrinsic for PIC.Vladimir Marko2018-06-211-0/+17
* ART: Adds an entrypoint for invoke-customOrion Hodson2018-06-111-0/+8
* Remove the CodeOffset helper class.David Srbecky2018-05-301-2/+1
* ART: Compiler support for const-method-handleOrion Hodson2018-05-111-0/+10
* ART: Compiler support for const-method-typeOrion Hodson2018-05-101-0/+10
* Revert^4 "Compiler changes for bitstring based type checks."Vladimir Marko2018-03-271-14/+84
* Revert^3 "Compiler changes for bitstring based type checks."Andreas Gampe2018-03-261-84/+14
* Revert^2 "Compiler changes for bitstring based type checks."Vladimir Marko2018-03-221-14/+84
* Merge "Retrieve String/Class references from .data.bimg.rel.ro."Vladimir Marko2018-03-091-23/+17
|\
| * Retrieve String/Class references from .data.bimg.rel.ro.Vladimir Marko2018-03-081-23/+17
* | Merge "Load ArtMethod* from .data.bimg.rel.ro entries."Vladimir Marko2018-03-081-1/+26
|\|
| * Load ArtMethod* from .data.bimg.rel.ro entries.Vladimir Marko2018-03-081-1/+26
* | Minor cleanup of MIN/MAX code.Aart Bik2018-03-071-26/+19
* | Introduce MIN/MAX/ABS as HIR nodes.Aart Bik2018-03-071-0/+391
|/
* Merge "Introduce ABS as HIR nodes."Treehugger Robot2018-03-051-0/+111
|\
| * Introduce ABS as HIR nodes.Aart Bik2018-03-011-0/+111
* | MIPS: Use sltiu instead of LoadConst32() + sltuLena Djokic2018-03-011-6/+5
|/
* ART: Clean up patching data in codegens.Vladimir Marko2018-02-201-40/+37
* Merge "MIPS32 Implement signed 64-bit division by powers of 2"Treehugger Robot2018-02-121-64/+291
|\
| * MIPS32 Implement signed 64-bit division by powers of 2Lena Djokic2018-01-251-64/+291
* | Add support for counting hotness in compiled code for MIPSGoran Jakovljevic2018-02-081-1/+9
* | Merge "MIPS: Clean up InstanceOf/CheckCast."Treehugger Robot2018-02-021-43/+23
|\ \
| * | MIPS: Clean up InstanceOf/CheckCast.Alexey Frunze2018-01-251-43/+23
* | | Clean up signed/unsigned in vectorizer.Aart Bik2018-02-011-0/+12
* | | Add compiler option for counting hotness in compiled code.Nicolas Geoffray2018-01-291-0/+4
|/ /
* / Revert "Compiler changes for bitstring based type checks."Nicolas Geoffray2018-01-251-86/+14
|/
* Compiler changes for bitstring based type checks.Vladimir Marko2018-01-231-14/+86