summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick/ralloc_util.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: extensionWei Wang2015-10-061-0/+18
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Quick: Clean up temp use counting.Vladimir Marko2015-04-081-9/+15
* Promote pointer to dex cache arrays on arm.Vladimir Marko2015-04-071-0/+158
* API change in StackVisitor::GetVReg*.Nicolas Geoffray2015-03-131-3/+3
* Initial support for quick compiler on MIPS64r6.Maja Gagic2015-03-061-1/+1
* Clean up Scoped-/ArenaAlocator array allocations.Vladimir Marko2015-02-131-8/+3
* ART: Some Quick cleanupAndreas Gampe2015-01-261-2/+5
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-4/+5
* ART: Deprecate CompilationUnit's code_itemRazvan A Lupusoru2014-09-291-1/+2
* Deprecate GrowableArray, use ArenaVector instead.Vladimir Marko2014-09-231-54/+45
* Quick compiler: Fix MIPS buildbuzbee2014-08-281-8/+4
* ART: Change temporaries to positive namesRazvan A Lupusoru2014-08-261-24/+3
* Quick compiler: fix DCHECKbuzbee2014-08-261-10/+10
* AArch64: Implement InexpensiveConstant methods.Matteo Franchin2014-08-041-9/+10
* x86: GenSelect utility updateSerguei Katkov2014-07-231-29/+32
* Update counting VR for promotionSerguei Katkov2014-07-111-7/+10
* ART: Fix FP promotionAndreas Gampe2014-07-081-1/+1
* x86_64: TargetReg update for x86Chao-ying Fu2014-07-031-4/+4
* Register promotion support for 64-bit targetsbuzbee2014-07-031-109/+121
* ART: Quick compiler: More size checks, add TargetReg variantsAndreas Gampe2014-07-011-2/+25
* Fix quick mode bugs for Mips.Douglas Leung2014-06-271-1/+7
* Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as param...Andreas Gampe2014-06-241-3/+3
* Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"Andreas Gampe2014-06-241-3/+3
* ART: Split out more cases of Load/StoreRef, volatile as parameterAndreas Gampe2014-06-231-3/+3
* Arm64 hard-floatbuzbee2014-06-161-2/+2
* Rewrite use/def masks to support 128 bits.Vladimir Marko2014-06-121-6/+9
* Avoid register pool allocations on the heap.Vladimir Marko2014-06-051-10/+10
* Quick compiler: reference cleanupbuzbee2014-06-031-65/+43
* Quick compiler: x86_64 workaroundbuzbee2014-05-291-1/+10
* AArch64: fixing some assertions.Matteo Franchin2014-05-291-0/+4
* Quick compiler: fix register clobbering.buzbee2014-05-241-8/+9
* AArch64: Enable LONG_* and INT_* opcodes.Serban Constantinescu2014-05-221-2/+5
* 64-bit temp register support.buzbee2014-05-211-2/+44
* Quick compiler, out of registers fixbuzbee2014-05-191-66/+128
* Merge "Quick compiler: fix compile-time perf regression"buzbee2014-05-121-23/+40
|\
| * Quick compiler: fix compile-time perf regressionbuzbee2014-05-121-23/+40
* | Avoid unnecessary copy/load in EvalLoc() and LoadValue().Vladimir Marko2014-05-121-4/+2
|/
* Quick compiler: Fix liveness trackingbuzbee2014-05-101-47/+83
* Remove LoadBaseDispWide and StoreBaseDispWide.Vladimir Marko2014-05-071-2/+2
* Quick compiler: allocate doubles as doublesbuzbee2014-05-051-510/+524
* Revert "Revert "64bit changes to the stack walker for the Quick ABI.""Nicolas Geoffray2014-05-021-1/+2
* Fix CopyRegInfo to keep live/dirty flags of new registers.Chao-ying Fu2014-03-271-2/+6
* Fix x86 master build failure.buzbee2014-03-271-11/+7
* Continuing register cleanupbuzbee2014-03-261-101/+195
* 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-69/+61
* Revert "Rework Quick compiler's register handling"Bill Buzbee2014-02-261-61/+69
* Rework Quick compiler's register handlingbuzbee2014-02-261-69/+61
* Support to generate inline long to FP bytecodes for x86Razvan A Lupusoru2014-02-111-5/+9