summaryrefslogtreecommitdiff
path: root/compiler/dex/quick/ralloc_util.cc
AgeCommit message (Expand)Author
2016-03-21Remove Quick from tree. Nicolas Geoffray
2015-10-27Reduce memory used by CompiledMethods. Vladimir Marko
2015-10-15Use ATTRIBUTE_UNUSED more. Roland Levillain
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-04-08Quick: Clean up temp use counting. Vladimir Marko
2015-04-07Promote pointer to dex cache arrays on arm. Vladimir Marko
2015-03-13API change in StackVisitor::GetVReg*. Nicolas Geoffray
2015-03-06Initial support for quick compiler on MIPS64r6. Maja Gagic
2015-02-13Clean up Scoped-/ArenaAlocator array allocations. Vladimir Marko
2015-01-26ART: Some Quick cleanup Andreas Gampe
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-09-29ART: Deprecate CompilationUnit's code_item Razvan A Lupusoru
2014-09-23Deprecate GrowableArray, use ArenaVector instead. Vladimir Marko
2014-08-28Quick compiler: Fix MIPS build buzbee
2014-08-26ART: Change temporaries to positive names Razvan A Lupusoru
2014-08-26Quick compiler: fix DCHECK buzbee
2014-08-04AArch64: Implement InexpensiveConstant methods. Matteo Franchin
2014-07-23x86: GenSelect utility update Serguei Katkov
2014-07-11Update counting VR for promotion Serguei Katkov
2014-07-08ART: Fix FP promotion Andreas Gampe
2014-07-03x86_64: TargetReg update for x86 Chao-ying Fu
2014-07-03Register promotion support for 64-bit targets buzbee
2014-07-01ART: Quick compiler: More size checks, add TargetReg variants Andreas Gampe
2014-06-27Fix quick mode bugs for Mips. Douglas Leung
2014-06-24Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as param... Andreas Gampe
2014-06-24Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" Andreas Gampe
2014-06-23ART: Split out more cases of Load/StoreRef, volatile as parameter Andreas Gampe
2014-06-16Arm64 hard-float buzbee
2014-06-12Rewrite use/def masks to support 128 bits. Vladimir Marko
2014-06-05Avoid register pool allocations on the heap. Vladimir Marko
2014-06-03Quick compiler: reference cleanup buzbee
2014-05-29Quick compiler: x86_64 workaround buzbee
2014-05-29AArch64: fixing some assertions. Matteo Franchin
2014-05-24Quick compiler: fix register clobbering. buzbee
2014-05-22AArch64: Enable LONG_* and INT_* opcodes. Serban Constantinescu
2014-05-2164-bit temp register support. buzbee
2014-05-19Quick compiler, out of registers fix buzbee
2014-05-12Merge "Quick compiler: fix compile-time perf regression" buzbee
2014-05-12Quick compiler: fix compile-time perf regression buzbee
2014-05-12Avoid unnecessary copy/load in EvalLoc() and LoadValue(). Vladimir Marko
2014-05-10Quick compiler: Fix liveness tracking buzbee
2014-05-07Remove LoadBaseDispWide and StoreBaseDispWide. Vladimir Marko
2014-05-05Quick compiler: allocate doubles as doubles buzbee
2014-05-02Revert "Revert "64bit changes to the stack walker for the Quick ABI."" Nicolas Geoffray
2014-03-27Fix CopyRegInfo to keep live/dirty flags of new registers. Chao-ying Fu
2014-03-27Fix x86 master build failure. buzbee
2014-03-26Continuing register cleanup buzbee
2014-03-06Create a scoped arena allocator and use that for LVN. Vladimir Marko
2014-03-03Revert "Revert "Rework Quick compiler's register handling"" Bill Buzbee
2014-02-26Revert "Rework Quick compiler's register handling" Bill Buzbee