summaryrefslogtreecommitdiffstats
path: root/vm/compiler/codegen/x86/ia32
Commit message (Expand)AuthorAgeFilesLines
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-204-213/+0
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* 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-053-17/+18
|\
| * 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-271-2/+2
| * Move the compiler into C++.Carl Shapiro2011-04-192-5/+5
|/
* Fix interpreter debug attachbuzbee2011-03-301-1/+1
* Interpreter restructuringbuzbee2011-03-231-0/+3
* Interpreter restructuring: eliminate InterpStatebuzbee2011-02-191-1/+1
* It's "opcode" not "opCode".Dan Bornstein2010-12-011-1/+1
* Rename OpCode.h -> DexOpcodes.h.Dan Bornstein2010-12-011-2/+1
* JIT - support for return-void-barrier [Issue 2992352]buzbee2010-11-011-1/+1
* Add source code skeletons for x86 work. No actual JIT'ng yet.buzbee2010-09-204-0/+210