summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick/mips/target_mips.cc
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Avoid using odd numbered fp registersGoran Jakovljevic2015-08-111-22/+27
* Add implicit null pointer and stack overflow checks for Mips.Douglas Leung2015-07-031-0/+2
* Implement CFI for Quick.David Srbecky2015-04-081-0/+8
* [MIPS] Refactoring code for quick compilerGoran Jakovljevic2015-03-271-199/+459
* ART: Add Mips32r6 backend supportDouglas Leung2015-03-201-26/+44
* ART: Some Quick cleanupAndreas Gampe2015-01-261-5/+10
* ART: Fix indentation in Mips backendAndreas Gampe2015-01-141-71/+71
* Fix running out of temps when storing invoke-interface result.Vladimir Marko2014-12-191-0/+1
* Re-factor Quick ABI supportSerguei Katkov2014-12-081-12/+14
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-42/+71
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-5/+5
* Deprecate GrowableArray, use ArenaVector instead.Vladimir Marko2014-09-231-6/+6
* ART: Clean up compilerAndreas Gampe2014-08-221-0/+1
* ART: Rework quick entrypoint code in Mir2Lir, cleanupAndreas Gampe2014-07-281-9/+4
* Fix art test failures for Mips.Douglas Leung2014-07-151-7/+35
* Register promotion support for 64-bit targetsbuzbee2014-07-031-14/+0
* Fix quick mode bugs for Mips.Douglas Leung2014-06-271-2/+26
* Rewrite use/def masks to support 128 bits.Vladimir Marko2014-06-121-35/+25
* x86_64: Hard Float ABI support in QCGDmitry Petrochenko2014-06-071-0/+1
* Avoid register pool allocations on the heap.Vladimir Marko2014-06-051-22/+15
* Quick compiler: reference cleanupbuzbee2014-06-031-0/+4
* 64-bit temp register support.buzbee2014-05-211-20/+5
* Quick compiler, out of registers fixbuzbee2014-05-191-11/+0
* ART: Fix MonitorExit code on ARMAndreas Gampe2014-05-151-1/+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
* Quick compiler: allocate doubles as doublesbuzbee2014-05-051-183/+159
* Update load/store utilities for 64-bit backendsbuzbee2014-04-221-3/+5
* Merge "Quick compiler, MIPS resource cleanup"buzbee2014-04-011-0/+16
|\
| * Quick compiler, MIPS resource cleanupbuzbee2014-03-281-0/+16
* | Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-2/+2
|/
* Continuing register cleanupbuzbee2014-03-261-106/+113
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-0/+8
* Create a scoped arena allocator and use that for LVN.Vladimir Marko2014-03-061-3/+3
* Revert "Revert "Rework Quick compiler's register handling""Bill Buzbee2014-03-031-23/+12
* Revert "Rework Quick compiler's register handling"Bill Buzbee2014-02-261-12/+23
* Rework Quick compiler's register handlingbuzbee2014-02-261-23/+12
* GenSpecialCase support for x86Razvan A Lupusoru2014-02-131-0/+14
* 64bit friendly printf modifiers in LIR dumping.Ian Rogers2014-01-231-5/+8
* Fix -O0 builds.Ian Rogers2014-01-081-14/+16
* Rename ClobberCalleeSave to *Caller*, fix it for x86.Vladimir Marko2013-12-091-1/+1
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-0/+2
* Quick assembler fixbuzbee2013-10-111-0/+3
* Compile-time tuning: assembly phasebuzbee2013-10-021-8/+7
* Compile-time tuning: register/bb utilitiesbuzbee2013-09-111-5/+0
* New arena memory allocator.Mathieu Chartier2013-08-261-6/+4
* Entry point clean up.Ian Rogers2013-08-121-2/+2
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-2/+2
* Fix cpplint whitespace/operators issuesBrian Carlstrom2013-07-181-2/+2
* Fix cpplint whitespace/comma issuesBrian Carlstrom2013-07-171-11/+11