summaryrefslogtreecommitdiff
path: root/compiler/dex/quick/codegen_util.cc
AgeCommit message (Expand)Author
2014-06-12Rewrite use/def masks to support 128 bits. Vladimir Marko
2014-05-25Quick compiler: generalize NarrowRegLoc() buzbee
2014-05-22Merge "Method inlining across dex files in boot image." Vladimir Marko
2014-05-22Method inlining across dex files in boot image. Vladimir Marko
2014-05-2164-bit temp register support. buzbee
2014-05-19Now we have a proper C++ library, use std::unique_ptr. Ian Rogers
2014-05-16ART: Add support for constant vector literals Mark Mendell
2014-05-07AArch64: Change arm64 backend to produce A64 code. Matteo Franchin
2014-05-06Give Compiler a back reference to the driver. Ian Rogers
2014-05-05ART: Use utils.h::RoundUp instead of explicit bit-fiddling Andreas Gampe
2014-05-06x86_64: Fix frame size calculation for 64-bit Dmitry Petrochenko
2014-05-05Quick compiler: allocate doubles as doubles buzbee
2014-05-02Replace CountOneBits and __builtin_popcount with POPCOUNT. Vladimir Marko
2014-05-01Fix a few 64-bit compilation of 32-bit code issues. Ian Rogers
2014-04-29Rewrite suspend test check with LIRSlowPath. Mingyao Yang
2014-04-29Quick compiler: debugging assists buzbee
2014-04-23Merge "Delete throw launchpads." Mingyao Yang
2014-04-22Update load/store utilities for 64-bit backends buzbee
2014-04-21Delete throw launchpads. Mingyao Yang
2014-04-09Revert "Revert "Revert "Use trampolines for calls to helpers""" Dave Allison
2014-04-09Revert "Revert "Use trampolines for calls to helpers"" Dave Allison
2014-04-07Revert "Use trampolines for calls to helpers" Dave Allison
2014-04-04Use trampolines for calls to helpers Dave Allison
2014-04-03art: Handle x86_64 architecture equal to x86 Dmitry Petrochenko
2014-03-31Implement implicit stack overflow checks Dave Allison
2014-03-26Continuing register cleanup buzbee
2014-03-19Run Java tests with the optimizing compiler. Nicolas Geoffray
2014-03-13Merge "Allow patching between dex files in the boot classpath." Jeff Hao
2014-03-13Use LIRSlowPath for intrinsics, improve String.indexOf(). Vladimir Marko
2014-03-12Allow patching between dex files in the boot classpath. Jeff Hao
2014-03-06Create a scoped arena allocator and use that for LVN. Vladimir Marko
2014-03-04Rewrite kMirOpSelect for all IF_ccZ opcodes. Vladimir Marko
2014-03-03Initial changes towards Generic JNI option Andreas Gampe
2014-03-03Cache field lowering info in mir_graph. Vladimir Marko
2014-03-02Tell GDB about Quick ART generated code Mark Mendell
2014-02-25Encode VmapTable entries offset by 2 to reduce size. Vladimir Marko
2014-02-13GenSpecialCase support for x86 Razvan A Lupusoru
2014-02-10Support Direct Method/Type access for X86 Mark Mendell
2014-02-04Make slow paths easier to write Dave Allison
2014-02-03Art Compiler: fix compiler temps buzbee
2014-01-31Merge "Enable compiler temporaries" Ian Rogers
2014-01-31Enable compiler temporaries Razvan A Lupusoru
2014-01-31Merge "Improve GenConstString, GenS{get,put} for x86" Ian Rogers
2014-01-28Add VerfiedMethod to DexCompilationUnit. Vladimir Marko
2014-01-28Refactor verification results. Vladimir Marko
2014-01-27Improve GenConstString, GenS{get,put} for x86 Mark Mendell
2014-01-24Improve x86 long multiply and shifts Mark Mendell
2014-01-2364bit friendly printf modifiers in LIR dumping. Ian Rogers
2014-01-23Use direct class pointers at allocation sites in the compiled code. Hiroshi Yamauchi
2014-01-02Fix oatdump "compilercallbacks" option for runtime. Vladimir Marko