OSDN Git Service

android-x86/art.git
2011-09-30 jeffhaoAdding old unit tests to test suite.
2011-09-29 Elliott HughesAdd STLDeleteValues, and use it.
2011-09-29 jeffhaoMerge "Fixed test for static final fields that don...
2011-09-29 jeffhaoFixed test for static final fields that don't use ...
2011-09-29 buzbeeAdd memory barriers (Issue 3338450)
2011-09-29 buzbeeRegister usage cleanup
2011-09-29 Elliott HughesNew atomics from dalvik.
2011-09-29 Jesse WilsonRevert "Reverts to track dalvik and libcore"
2011-09-29 Elliott HughesMerge "Throw if ResolveMethod fails." into dalvik-dev
2011-09-29 Elliott HughesThrow if ResolveMethod fails.
2011-09-29 Shih-wei LiaoFor Stack Indirect Reference Table, visit roots in...
2011-09-28 Shih-wei LiaoFix stack scanning bugs: Add PC OFFSET before retrievin...
2011-09-28 Brian CarlstromRemove extra lock and racy assert in class initialization
2011-09-28 jeffhaoVerifier should not exit with exceptions pending.
2011-09-27 Ian RogersSupport for stack scanning of roots.
2011-09-27 Brian CarlstromFix oatdumps stats alignment
2011-09-27 Shih-wei LiaoDisable test until RegisterMap is fixed for thread...
2011-09-27 Brian CarlstromFix space_test by ensuring Runtime::Current() is not...
2011-09-27 Brian CarlstromMerge "Kill oat_process before rerunning" into dalvik-dev
2011-09-27 Shih-wei LiaoAdd a test to trigger GC.
2011-09-27 Brian CarlstromKill oat_process before rerunning
2011-09-27 Brian CarlstromMerge "Add -verbose:startup" into dalvik-dev
2011-09-27 Brian CarlstromAdd -verbose:startup
2011-09-27 jeffhaoMerge "Verifier stops if it can't resolve a class,...
2011-09-27 Elliott HughesMerge "Improve -Xcheck:jni handling of jfieldIDs and...
2011-09-27 jeffhaoVerifier stops if it can't resolve a class, method...
2011-09-27 Elliott HughesImprove -Xcheck:jni handling of jfieldIDs and jmethodIDs.
2011-09-27 Ian RogersSupport for JNI local reference cookie.
2011-09-27 Elliott HughesMerge "Add one last memory barrier." into dalvik-dev
2011-09-27 Brian CarlstromFixes for "null instanceof" and class initialization
2011-09-27 buzbeeMerge "Misc codegen fixes related to register promotion...
2011-09-27 Elliott HughesAdd one last memory barrier.
2011-09-27 Elliott HughesMerge "Add the "- waiting on"/"- waiting to lock" lines...
2011-09-27 Elliott HughesAdd the "- waiting on"/"- waiting to lock" lines to...
2011-09-26 Brian CarlstromFuther oat_process debugging
2011-09-26 buzbeeMisc codegen fixes related to register promotion
2011-09-26 Brian CarlstromFix bug in HasSameMethodDescriptorClass on return types
2011-09-26 Elliott HughesAnother go at hardening Class::DumpClass.
2011-09-26 Elliott HughesDump the pending exception when CheckJNI spots a call...
2011-09-26 Brian CarlstromAssorted fixes for running frameworks apps
2011-09-26 Elliott HughesAdd a -verbose:thread option.
2011-09-26 Elliott Hughes~ should have been !.
2011-09-26 buzbeeVarious optimization fixes
2011-09-26 Shih-wei LiaoStack scanning: Find RegisterMap and unit-test it....
2011-09-26 Elliott HughesVarious things.
2011-09-26 Elliott HughesLog when a Thread tries to set its name.
2011-09-26 Elliott HughesMerge "Use JNI to start the daemon threads." into dalvi...
2011-09-26 Elliott HughesUse JNI to start the daemon threads.
2011-09-26 Elliott HughesThread state fixes.
2011-09-26 Ian RogersFloating point callee save support in exception delivery.
2011-09-25 Elliott HughesMerge "Improve our choices of exceptions to throw....
2011-09-25 Ian RogersSupport for currently untested exceptions/errors.
2011-09-25 Elliott HughesImprove our choices of exceptions to throw.
2011-09-25 Elliott HughesImplement java.lang.reflect.Constructor.constructNative.
2011-09-25 Brian CarlstromTolerant compilation of classes with missing super...
2011-09-24 buzbeeassert to DCHECK conversion
2011-09-24 Elliott HughesImplement Class.getDeclared(Constructors|Fields|Methods).
2011-09-24 Brian CarlstromAdd support for oat_process for use as a wrap.* launcher
2011-09-24 Ian RogersException support for object allocation.
2011-09-23 Ian RogersMerge "Support for exceptions from array allocation...
2011-09-23 Ian RogersSupport for exceptions from array allocation.
2011-09-23 buzbeeMerge "Fix dalvik vm reg to callee save mappings" into...
2011-09-23 buzbeeFix dalvik vm reg to callee save mappings
2011-09-23 Ian RogersException support for CanPutArrayElementFromCode.
2011-09-23 Elliott HughesMerge "Class.isAssignableFrom and Class.isInstance...
2011-09-23 Elliott HughesClass.isAssignableFrom and Class.isInstance.
2011-09-23 jeffhaoEnabled access check for classes and methods in the...
2011-09-23 Elliott HughesFix build.
2011-09-23 Elliott HughesImplement reflective method invocation.
2011-09-23 buzbeeAdd tables to map between callee saves and vregs
2011-09-23 Ian RogersMerge "Add some stats to oatdump" into dalvik-dev
2011-09-23 Ian RogersMerge "Save/restore local table state on down calls...
2011-09-23 Brian CarlstromAdd some stats to oatdump
2011-09-23 Brian CarlstromReverts to track dalvik and libcore
2011-09-23 Ian RogersSave/restore local table state on down calls.
2011-09-23 Ian RogersMerge "Stack overflow error and unit test." into dalvik-dev
2011-09-23 Ian RogersStack overflow error and unit test.
2011-09-23 Ian RogersMerge "Abstract Method Error unit test and fixes."...
2011-09-22 Ian RogersAbstract Method Error unit test and fixes.
2011-09-22 jeffhaoMerge "Fixes to allow the verifier to process framework...
2011-09-22 jeffhaoFixes to allow the verifier to process frameworks.
2011-09-22 Ian RogersImplement stub for initialize static storage base.
2011-09-22 Elliott HughesImplement Class.getDex.
2011-09-22 Jesse WilsonMove annotations to managed code.
2011-09-22 Elliott HughesTrack libcore change.
2011-09-22 Brian CarlstromAdding JNI code for dalvik.system.DexFile and java...
2011-09-22 Ian RogersClass cast, fill array and interface exception support.
2011-09-22 Elliott HughesMerge "Use regular JNI for initializing the boxing...
2011-09-22 Elliott HughesUse regular JNI for initializing the boxing types.
2011-09-22 buzbeeMove null checks to bvector utility callers
2011-09-22 buzbeeSuspend check reworking (ready for rewiew)
2011-09-22 buzbeeMerge "Restore Method* following invoke with > 20 args...
2011-09-22 buzbeeRestore Method* following invoke with > 20 args
2011-09-22 Elliott HughesField reflection.
2011-09-21 Brian CarlstromTracking removal of Method.NO_ANNOTATIONS static field...
2011-09-21 Brian CarlstromAdding oat_process
2011-09-21 buzbeeRework type & size inference, literal usage
2011-09-21 Elliott HughesThrow exceptions from ClassLinker.
2011-09-20 Elliott HughesImplement VMClassLoader's native methods.
2011-09-20 Elliott HughesImplement VMStack.getClosestUserClassLoader for art.
next