summaryrefslogtreecommitdiff
path: root/src/thread_x86.cc
AgeCommit message (Expand)Author
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom
2012-12-12Switch over to the google3 unix_file File*. Elliott Hughes
2012-10-05Explicitly pass Thread::Current to MutexLock and Alloc. Ian Rogers
2012-06-21Remove Frame, merge shadow and quick representations. Ian Rogers
2012-05-14Consistently use __asm__ rather than asm. Elliott Hughes
2012-04-21Support LDT modification on Mac OS. Elliott Hughes
2012-03-26Clarify a few comments. Elliott Hughes
2012-03-25Fix sdk_x86 build Brian Carlstrom
2012-02-03Give InitCpu its own mutex. Elliott Hughes
2012-02-03Use a mutex to avoid concurrent modification of LDT Ian Rogers
2012-02-03Start parallelizing dex2oat. Elliott Hughes
2012-01-30Fix copyright headers. Elliott Hughes
2012-01-20Mac build fixes. Elliott Hughes
2011-10-16Bring our native stack usage down. Elliott Hughes
2011-09-19Implement NPE, div by 0 and AIOBE. Ian Rogers
2011-09-04Fix the LDT code to be -O2 safe and valgrind clean. Elliott Hughes
2011-08-02Add support for opening classes.dex file from zip, jar, apk Brian Carlstrom
2011-07-22Move DexFiles to be allocated on the heap Brian Carlstrom
2011-07-21Add allocation and garbage collection infrastructure. Carl Shapiro
2011-07-20x86 JNI compiler and unit tests. Ian Rogers