summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Add a test to trigger GC.Shih-wei Liao2011-09-272-0/+3
* Assorted fixes for running frameworks appsBrian Carlstrom2011-09-261-0/+1
* Stack scanning: Find RegisterMap and unit-test it. Add decoding of the map.Shih-wei Liao2011-09-253-3/+12
* Implement java.lang.reflect.Constructor.constructNative.Elliott Hughes2011-09-251-0/+1
* Add support for oat_process for use as a wrap.* launcherBrian Carlstrom2011-09-231-4/+4
* Implement reflective method invocation.Elliott Hughes2011-09-231-0/+1
* Adding JNI code for dalvik.system.DexFile and java.lang.ClassBrian Carlstrom2011-09-221-0/+1
* Adding oat_processBrian Carlstrom2011-09-213-20/+39
* Implement VMClassLoader's native methods.Elliott Hughes2011-09-201-0/+1
* Implement most of VMStack and some of Zygote.Elliott Hughes2011-09-201-1/+2
* Implement as much of VMDebug as we can reasonably do right now.Elliott Hughes2011-09-191-0/+1
* Fix compiler class initialization to properly deal with super classesBrian Carlstrom2011-09-191-0/+1
* Fix manyargs testbuzbee2011-09-181-2/+1
* Uncaught exception handlers and automatic removal from thread groups.Elliott Hughes2011-09-181-0/+1
* Move main method tests from gtests to oat testsBrian Carlstrom2011-09-182-28/+73
* Change Class::component_type_ and implement reflect.ArrayBrian Carlstrom2011-09-181-0/+1
* Filling in some Class, Method, and Field native code needed during startup an...Brian Carlstrom2011-09-161-0/+2
* Add packing to class Thread.Elliott Hughes2011-09-161-2/+2
* Remove redundant libgtest_host linkageBrian Carlstrom2011-09-162-2/+1
* fix DCHECK in libartdBrian Carlstrom2011-09-161-2/+3
* Various bits of cleanup.Elliott Hughes2011-09-161-1/+1
* Implement monitors.Elliott Hughes2011-09-161-0/+1
* oatdumpBrian Carlstrom2011-09-163-0/+12
* Support for exception throwing.Ian Rogers2011-09-151-0/+3
* Fix ClassLinker::LinkInterfaceMethods bugBrian Carlstrom2011-09-155-7/+20
* Add oat file generation and tests to buildBrian Carlstrom2011-09-152-0/+58
* Implement VMRuntime.Elliott Hughes2011-09-141-0/+1
* Thread suspension.Elliott Hughes2011-09-141-0/+1
* Fix null check eliminationbuzbee2011-09-141-0/+1
* Add unit test for exercising AbstractMethodErrorStub code.Shih-wei Liao2011-09-141-0/+1
* Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak.Elliott Hughes2011-09-141-0/+1
* Support 64-bit volatiles and reference/pointer volatiles.Elliott Hughes2011-09-131-0/+1
* Support 32-bit volatiles.Elliott Hughes2011-09-135-5/+25
* Various things.Elliott Hughes2011-09-121-0/+1
* Generating stub code for registering a jni function at runtime.Shih-wei Liao2011-09-121-1/+4
* More threads work.Elliott Hughes2011-09-111-0/+6
* Finish moving state to managed heapBrian Carlstrom2011-09-115-16/+44
* Complete compiler portion of exception handlingbuzbee2011-09-101-1/+0
* Test conversion of floats and doubles to strings.Elliott Hughes2011-09-091-0/+1
* Support for cross compilation.Ian Rogers2011-09-081-12/+12
* Working dex2oat and oatexecBrian Carlstrom2011-09-064-61/+83
* Fix for argument passing bugbuzbee2011-09-061-0/+1
* Log line-at-a-time to work around Android logging lossage.Elliott Hughes2011-09-061-0/+1
* Various fixes.Elliott Hughes2011-09-041-0/+1
* Fix the LDT code to be -O2 safe and valgrind clean.Elliott Hughes2011-09-041-1/+1
* Temporarily work around a problem with the LDT code.Elliott Hughes2011-09-021-1/+1
* Switch to -O2. -O0 benefits no-one.Elliott Hughes2011-09-021-1/+1
* Remove ARM suffix from JNI testsIan Rogers2011-09-021-2/+2
* Start adding implementations for runtime-provided native methods.Elliott Hughes2011-09-011-0/+5
* Add HeapTest and make GC work enough to pass itBrian Carlstrom2011-08-311-0/+2