summaryrefslogtreecommitdiffstats
path: root/src/globals.h
Commit message (Expand)AuthorAgeFilesLines
* Preliminary changes to allow mips target to build.jeffhao2012-08-271-1/+2
* Fix zygote live/mark bitmap size.Mathieu Chartier2012-08-031-0/+1
* Change kArmAlignment from 4 to 8.Logan Chien2012-06-271-2/+3
* More MIPS support.Elliott Hughes2012-04-241-0/+3
* Add a compile-time constant bool equivalent to !defined(NDEBUG).Elliott Hughes2012-03-261-0/+7
* Clarify a few comments.Elliott Hughes2012-03-261-9/+4
* Add 3rd argument register to X86.Ian Rogers2012-03-201-0/+3
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Fix a bunch of uses of 'short'.Elliott Hughes2012-01-171-10/+1
* Separate oat from imageBrian Carlstrom2011-10-031-0/+3
* Add validate object, clean up stack indirect reference table.Ian Rogers2011-08-231-0/+3
* Fix JNI compiler for synchronized methods.Ian Rogers2011-08-151-0/+2
* Minor zip cleanupsBrian Carlstrom2011-08-091-0/+8
* Add support for opening classes.dex file from zip, jar, apkBrian Carlstrom2011-08-021-0/+2
* Add allocation and garbage collection infrastructure.Carl Shapiro2011-07-211-3/+3
* Add support for linking classes.Carl Shapiro2011-07-071-1/+1
* Add class loading infrastructure.Carl Shapiro2011-06-271-0/+1
* Shorten the namespace and re-normalize include guards.Carl Shapiro2011-06-211-3/+2
* Add basic assembler interface and an x86 backend.Carl Shapiro2011-06-211-0/+37