summaryrefslogtreecommitdiffstats
path: root/vm/compiler/codegen/x86
Commit message (Expand)AuthorAgeFilesLines
* Dalvik is dead, long live Dalvik!Brian Carlstrom2014-08-0535-34369/+0
* dalvik: let 32-bit dalvik build on multilib targetsColin Cross2014-03-211-0/+1
* Move dalvik off cacheflush so we can deprecate it.Elliott Hughes2014-02-121-4/+0
* am 730ba5ca: Merge "Fix the protection of code cache for x86 JIT"Elliott Hughes2013-08-091-9/+9
|\
| * Fix the protection of code cache for x86 JITJun Tian2013-08-091-9/+9
* | resolved conflicts for merge of ae77d6b6 to masterBrian Carlstrom2013-08-021-1/+1
|\|
| * Remove dependency on frameworks/nativeBrian Carlstrom2013-08-011-1/+1
* | libenc: remove libutils dependencyAlex Ray2013-07-231-1/+1
* | JIT tuning; set cache size on command linebuzbee2013-05-231-1/+5
|/
* Merge "[x86] Fix errors with WITH_JIT_TUNING defined"Elliott Hughes2013-04-014-2/+37
|\
| * [x86] Fix errors with WITH_JIT_TUNING definedUdayan Banerji2013-03-294-2/+37
* | Merge "[x86] Terminate trace if SGET/SPUT have unresolved fields in codegen"Elliott Hughes2013-04-011-1/+11
|\ \
| * | [x86] Terminate trace if SGET/SPUT have unresolved fields in codegenUdayan Banerji2013-03-291-1/+11
| |/
* / [x86] FPU stack needs to be reset after double conversionUdayan Banerji2013-04-011-16/+34
|/
* [x86] Disable Method-JIT for x86 targetUdayan Banerji2013-03-291-0/+3
* Fix -Xjitthreshold (for real this time).Elliott Hughes2013-03-011-1/+1
* Fix -Xjitthreshold.Elliott Hughes2013-02-251-1/+3
* Remove dvmFindInterfaceMethodInCache2.Elliott Hughes2012-12-064-32/+8
* Fix x86 JIT log spam.Elliott Hughes2012-11-072-2/+9
* Don't disable inlining for ARM.Elliott Hughes2012-10-091-2/+1
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-2044-962/+34302
* resolved conflicts for merge of 93a44a28 to jb-dev-plus-aospElliott Hughes2012-05-031-0/+7
|\
| * [MIPS] Dalvik fast interpreter support and JIT implementationRaghu Gandham2012-05-021-0/+7
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-082-2/+2
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
|/
* Normalize the include guard style.Carl Shapiro2011-06-143-11/+11
* Establish a subclass relationship between ClassObject and Object.Carl Shapiro2011-05-061-2/+2
* Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-masterBrian Carlstrom2011-05-057-18/+19
|\
| * Establish a subclass relationship between ArrayObject and Object.Carl Shapiro2011-05-031-3/+3
| * Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-272-3/+3
| * Move the compiler into C++.Carl Shapiro2011-04-195-5/+5
|/
* Fix interpreter debug attachbuzbee2011-03-301-1/+1
* Interpreter restructuringbuzbee2011-03-231-0/+3
* Handle relocatable class objects in JIT'ed code.Ben Cheng2011-03-101-0/+4
* Interpreter restructuring: eliminate InterpStatebuzbee2011-02-193-4/+4
* Ensure we always call inline natives.Elliott Hughes2011-02-161-17/+0
* [JIT] Fix for 3385583: Performance varianceBill Buzbee2011-02-031-0/+5
* am af5aa1f4: Don\'t treat dvmJitToPatchPredictedChain as a Jit-to-Interp entr...Ben Cheng2011-01-041-6/+2
|\
| * Don't treat dvmJitToPatchPredictedChain as a Jit-to-Interp entry point.Ben Cheng2011-01-041-6/+2
* | am 0d1aac38: Revert "Remove inline natives for an unused performance test."Jesse Wilson2010-12-221-0/+1
|\|
| * Revert "Remove inline natives for an unused performance test."Jesse Wilson2010-12-221-0/+1
* | am 7ecd89dc: Remove inline natives for an unused performance test.Jesse Wilson2010-12-221-1/+0
|\|
| * Remove inline natives for an unused performance test.Jesse Wilson2010-12-221-1/+0
* | [JIT] Regalloc cleanupbuzbee2010-12-141-4/+0
* | Stamp out some x86/host mode warningsbuzbee2010-12-143-3/+13
* | Experimental x86 Jit trace selectionbuzbee2010-12-133-14/+91
|/
* Another clarifying rename and a bit more automation.Dan Bornstein2010-12-031-6/+6
* It's "opcode" not "opCode".Dan Bornstein2010-12-012-2/+2
* Rename OpCode.h -> DexOpcodes.h.Dan Bornstein2010-12-013-5/+3
* Say kNumDalvikInstructions when appropriate.Dan Bornstein2010-11-191-6/+6