summaryrefslogtreecommitdiffstats
path: root/src/thread_x86.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove Frame, merge shadow and quick representations.Ian Rogers2012-06-211-0/+3
* Consistently use __asm__ rather than asm.Elliott Hughes2012-05-141-2/+2
* Support LDT modification on Mac OS.Elliott Hughes2012-04-211-29/+70
* Clarify a few comments.Elliott Hughes2012-03-261-7/+2
* Fix sdk_x86 buildBrian Carlstrom2012-03-251-0/+5
* Give InitCpu its own mutex.Elliott Hughes2012-02-031-2/+2
* Use a mutex to avoid concurrent modification of LDTIan Rogers2012-02-031-2/+4
* Start parallelizing dex2oat.Elliott Hughes2012-02-031-0/+2
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Mac build fixes.Elliott Hughes2012-01-201-1/+11
* Bring our native stack usage down.Elliott Hughes2011-10-161-3/+4
* Implement NPE, div by 0 and AIOBE.Ian Rogers2011-09-191-1/+3
* Fix the LDT code to be -O2 safe and valgrind clean.Elliott Hughes2011-09-041-6/+8
* Add support for opening classes.dex file from zip, jar, apkBrian Carlstrom2011-08-021-1/+1
* Move DexFiles to be allocated on the heapBrian Carlstrom2011-07-221-2/+4
* Add allocation and garbage collection infrastructure.Carl Shapiro2011-07-211-3/+2
* x86 JNI compiler and unit tests.Ian Rogers2011-07-201-0/+60