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