summaryrefslogtreecommitdiffstats
path: root/src/thread_x86.cc
Commit message (Expand)AuthorAgeFilesLines
* 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