summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick
Commit message (Expand)AuthorAgeFilesLines
* ART: set the check_bail_out flag to false by defaultWei Wang2016-06-051-1/+1
* art: allow devices to disable CAF bailout patchesSimon Shields2015-12-062-0/+22
* art: Fix whitespace errors added by cafChristopher R. Palmer2015-11-097-26/+19
* ART: move the check bail flag out of classWei Wang2015-10-062-8/+5
* ART: extensionWei Wang2015-10-0617-58/+278
* [MIPS] Avoid using odd numbered fp registersGoran Jakovljevic2015-08-111-22/+27
* Allow for fine tuning the inliner.Calin Juravle2015-07-302-0/+4
* Merge "ART: Release inputs in Long.reverse intrinsic in x86" into mnc-devAndreas Gampe2015-07-081-0/+15
|\
| * ART: Release inputs in Long.reverse intrinsic in x86Andreas Gampe2015-07-081-0/+15
* | ART: Fix opsize in LoadArgDirectAndreas Gampe2015-07-071-1/+2
|/
* Add implicit null pointer and stack overflow checks for Mips.Douglas Leung2015-07-035-5/+48
* Use a flag from the verifier to know if we should compile.Nicolas Geoffray2015-06-241-0/+5
* Merge "ART stack unwinding fixes for libunwind/gdb/lldb." into mnc-devDavid Srbecky2015-06-193-6/+4
|\
| * ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-193-6/+4
* | Quick: Handle total high/low register overlap on arm/mips.Vladimir Marko2015-06-192-6/+17
|/
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-0224-144/+177
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-2610-7/+10
* Quick: Abolish kMirOpCheckPart2.Vladimir Marko2015-05-073-32/+0
* Merge "Fix for incorrect encode and parse of PEXTRW instruction"Vladimir Marko2015-04-292-1/+8
|\
| * Fix for incorrect encode and parse of PEXTRW instructionnikolay serdjuk2015-04-292-1/+8
* | Merge "Revert "Revert "[optimizing] Replace FP divide by power of 2"""Nicolas Geoffray2015-04-281-20/+0
|\ \ | |/ |/|
| * Revert "Revert "[optimizing] Replace FP divide by power of 2""Nicolas Geoffray2015-04-271-20/+0
* | Merge "Replace String CharArray with internal uint16_t array."Jeff Hao2015-04-289-77/+391
|\ \ | |/ |/|
| * Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-279-77/+391
* | Merge "Quick: Rely on inferred types in GVN/LVN/DCE."Vladimir Marko2015-04-271-1/+1
|\ \ | |/ |/|
| * Quick: Rely on inferred types in GVN/LVN/DCE.Vladimir Marko2015-04-271-1/+1
* | ART: Fix addpd opcode, add Quick x86 assembler testChao-ying Fu2015-04-253-5/+271
|/
* Disable Quick's GVN-based dead code elimination.Roland Levillain2015-04-251-1/+1
* Merge "Quick: Fix and enable DCE and improve GVN/DCE cleanup."Vladimir Marko2015-04-241-1/+1
|\
| * Quick: Fix and enable DCE and improve GVN/DCE cleanup.Vladimir Marko2015-04-231-1/+1
* | Remove ArtMethod* parameter from dex cache entry points.Vladimir Marko2015-04-242-46/+20
* | Quick: Fix out of temp regs in ArmMir2Lir::GenMulLong().Vladimir Marko2015-04-231-5/+7
|/
* Revert "Revert "Quick: Rewrite type inference pass.""Vladimir Marko2015-04-231-0/+3
* Revert "Quick: Rewrite type inference pass."Andreas Gampe2015-04-221-3/+0
* Replace NULL with nullptrMathieu Chartier2015-04-2227-127/+127
* Quick: Rewrite type inference pass.Vladimir Marko2015-04-221-0/+3
* Quick: Remove broken Mir2Lir::LocToRegClass().Vladimir Marko2015-04-229-48/+31
* ART: Add compiled-methodsAndreas Gampe2015-04-211-1/+1
* Fix value used for shift in quick_cfi_test.Dan Albert2015-04-161-2/+2
* ARM64: Remove suspend register.Zheng Xu2015-04-144-23/+21
* Add --include-cfi compiler option.David Srbecky2015-04-132-1/+2
* Remove the --gen-gdb-info compiler option.David Srbecky2015-04-121-1/+0
* ART: Remove WriteElf from CompilerAndreas Gampe2015-04-102-22/+0
* Merge "Fix memory leaks in the CFI tests."David Srbecky2015-04-091-1/+1
|\
| * Fix memory leaks in the CFI tests.David Srbecky2015-04-091-1/+1
* | ART: Fix indent in Mips backendAndreas Gampe2015-04-092-78/+78
* | Merge "Fix GenDivRemLit() for Mips."Andreas Gampe2015-04-091-1/+7
|\ \ | |/ |/|
| * Fix GenDivRemLit() for Mips.Douglas Leung2015-04-071-1/+7
* | Merge "Quick: PC-relative loads from dex cache arrays on x86."Vladimir Marko2015-04-0911-309/+243
|\ \
| * | Quick: PC-relative loads from dex cache arrays on x86.Vladimir Marko2015-04-0911-309/+243