summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick/mips/utility_mips.cc
Commit message (Expand)AuthorAgeFilesLines
* Add implicit null pointer and stack overflow checks for Mips.Douglas Leung2015-07-031-0/+18
* Replace NULL with nullptrMathieu Chartier2015-04-221-6/+6
* ART: Enable more Clang warningsAndreas Gampe2015-04-061-2/+2
* [MIPS] Refactoring code for quick compilerGoran Jakovljevic2015-03-271-110/+375
* ART: Add Mips32r6 backend supportDouglas Leung2015-03-201-56/+112
* [MIPS] Fix mips32 trampoline problem.Nikola Veljkovic2015-02-251-1/+13
* ART: Templatize IsInt & IsUintAndreas Gampe2015-02-181-3/+6
* ART: Some Quick cleanupAndreas Gampe2015-01-261-2/+4
* ART: Fix indentation in Mips backendAndreas Gampe2015-01-141-10/+10
* ART: Use jalr instead of jr for MipsAndreas Gampe2015-01-131-1/+1
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-12/+16
* Tidy RegStorage for X86.Ian Rogers2014-11-081-2/+2
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-6/+15
* ART: Rework quick entrypoint code in Mir2Lir, cleanupAndreas Gampe2014-07-281-27/+4
* Fix art test failures for Mips.Douglas Leung2014-07-151-8/+13
* Replace memory barriers to better reflect Java needs.Hans Boehm2014-07-111-8/+6
* Register promotion support for 64-bit targetsbuzbee2014-07-031-0/+1
* Fix quick mode bugs for Mips.Douglas Leung2014-06-271-40/+33
* Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as param...Andreas Gampe2014-06-241-18/+34
* Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"Andreas Gampe2014-06-241-34/+18
* ART: Split out more cases of Load/StoreRef, volatile as parameterAndreas Gampe2014-06-231-18/+34
* Rewrite use/def masks to support 128 bits.Vladimir Marko2014-06-121-2/+4
* ART: Add more ThreadOffset in Mir2Lir and backendsAndreas Gampe2014-05-121-0/+5
* Use atomic load/store for volatile IGET/IPUT/SGET/SPUT.Vladimir Marko2014-05-081-0/+12
* Cleanup ARM load/store wide and remove unused param s_reg.Vladimir Marko2014-05-071-7/+6
* Remove LoadBaseDispWide and StoreBaseDispWide.Vladimir Marko2014-05-071-12/+12
* Quick compiler: allocate doubles as doublesbuzbee2014-05-051-32/+30
* Quick compiler: fix DCHECKSbuzbee2014-04-271-2/+2
* Update load/store utilities for 64-bit backendsbuzbee2014-04-221-12/+24
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-1/+1
* Continuing register cleanupbuzbee2014-03-261-126/+122
* Specializing x86 range argument copyingRazvan A Lupusoru2014-02-051-0/+10
* Add conditional move support to x86 and allow GenMinMax to use itRazvan A Lupusoru2014-01-081-0/+5
* Fix Mir2Lir::AllocFreeTemp() to return -1 on failure.Vladimir Marko2013-12-061-2/+2
* 64-bit prepbuzbee2013-10-211-1/+1
* Entry point clean up.Ian Rogers2013-08-121-1/+1
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Fix cpplint readability/braces issuesBrian Carlstrom2013-07-181-4/+4
* Fix cpplint whitespace/operators issuesBrian Carlstrom2013-07-181-2/+2
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-3/+3
* Fix cpplint whitespace/newline issuesBrian Carlstrom2013-07-171-10/+5
* Fix cpplint whitespace/comma issuesBrian Carlstrom2013-07-171-1/+1
* Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-54/+27
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+700