summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick/mips/call_mips.cc
Commit message (Expand)AuthorAgeFilesLines
* Add implicit null pointer and stack overflow checks for Mips.Douglas Leung2015-07-031-5/+21
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-11/+12
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-2/+21
* Replace NULL with nullptrMathieu Chartier2015-04-221-2/+2
* ART: Fix indent in Mips backendAndreas Gampe2015-04-091-56/+56
* Implement CFI for Quick.David Srbecky2015-04-081-0/+18
* Write .debug_line section using the new DWARF library.David Srbecky2015-04-011-2/+0
* [MIPS] Refactoring code for quick compilerGoran Jakovljevic2015-03-271-88/+140
* Quick: Clean up slow paths.Vladimir Marko2015-03-201-1/+1
* Add suspend checks to special methods.Vladimir Marko2015-02-191-0/+20
* ART: Remove MIRGraph::dex_pc_to_block_map_Chao-ying Fu2015-02-091-10/+2
* ART: Some Quick cleanupAndreas Gampe2015-01-261-0/+2
* ART: Some Quick cleanupAndreas Gampe2015-01-201-0/+82
* ART: Use jalr instead of jr for MipsAndreas Gampe2015-01-131-2/+2
* Add card mark to filled-new-array.Vladimir Marko2014-11-201-7/+1
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-0/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-2/+2
* Don't copy fill array data to quick literal pool.Ian Rogers2014-10-081-48/+0
* Deprecate GrowableArray, use ArenaVector instead.Vladimir Marko2014-09-231-3/+3
* ART: Change temporaries to positive namesRazvan A Lupusoru2014-08-261-4/+4
* Reduce stack usage for overflow checksDave Allison2014-08-131-1/+1
* ART: Generate chained compare-and-branch for short switchesAndreas Gampe2014-08-061-4/+2
* ART: Rework quick entrypoint code in Mir2Lir, cleanupAndreas Gampe2014-07-281-4/+4
* Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as param...Andreas Gampe2014-06-241-2/+2
* Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"Andreas Gampe2014-06-241-2/+2
* ART: Split out more cases of Load/StoreRef, volatile as parameterAndreas Gampe2014-06-231-2/+2
* ART: Target-dependent stack overflow, less check elisionAndreas Gampe2014-06-181-2/+1
* Reduce header files including header files.Ian Rogers2014-06-061-0/+1
* Quick compiler: reference cleanupbuzbee2014-06-031-4/+4
* Quick compiler: allocate doubles as doublesbuzbee2014-05-051-10/+10
* Rewrite suspend test check with LIRSlowPath.Mingyao Yang2014-04-291-1/+1
* Update load/store utilities for 64-bit backendsbuzbee2014-04-221-7/+8
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-5/+5
* Continuing register cleanupbuzbee2014-03-261-65/+64
* Optimize stack overflow handling.Mathieu Chartier2014-03-191-3/+27
* Create a scoped arena allocator and use that for LVN.Vladimir Marko2014-03-061-5/+5
* Revert "Revert "Rework Quick compiler's register handling""Bill Buzbee2014-03-031-5/+5
* Revert "Rework Quick compiler's register handling"Bill Buzbee2014-02-261-5/+5
* Rework Quick compiler's register handlingbuzbee2014-02-261-5/+5
* GenSpecialCase support for x86Razvan A Lupusoru2014-02-131-2/+7
* Clean up usage of carry flag condition codes.Vladimir Marko2013-12-201-1/+1
* Detect special methods at the end of verification.Vladimir Marko2013-12-171-1/+1
* Rename ClobberCalleeSave to *Caller*, fix it for x86.Vladimir Marko2013-12-091-1/+1
* 64-bit prepbuzbee2013-10-211-13/+10
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-021-30/+1
* New arena memory allocator.Mathieu Chartier2013-08-261-8/+6
* Entry point clean up.Ian Rogers2013-08-121-3/+3
* Portable refactorings.Ian Rogers2013-07-301-3/+3
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-291-1/+1
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1