summaryrefslogtreecommitdiff
path: root/compiler/dex/quick/codegen_util.cc
AgeCommit message (Expand)Author
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
2013-12-17Detect special methods at the end of verification. Vladimir Marko
2013-12-17Move compiler code out of method verifier. Vladimir Marko
2013-12-10Don't prefix GC map by length. Vladimir Marko
2013-12-05Performance improvement for mapping table creation. Vladimir Marko
2013-11-29Delta-encoding of mapping tables. Vladimir Marko
2013-11-18Rewrite intrinsics detection. Vladimir Marko
2013-10-30Revert "Revert "Null check elimination improvement"" Bill Buzbee
2013-10-25Merge "Revert "Null check elimination improvement"" into dalvik-dev Ian Rogers
2013-10-25Revert "Null check elimination improvement" Ian Rogers
2013-10-25Merge "Add timing logger to Quick compiler" into dalvik-dev buzbee
2013-10-25Add timing logger to Quick compiler buzbee
2013-10-24Null check elimination improvement buzbee
2013-10-2164-bit prep buzbee
2013-10-02Compile-time tuning: assembly phase buzbee