OSDN Git Service

android-x86/art.git
2014-04-25 Vladimir KostyukovART: Enables x86_64 disassembly
2014-04-25 Andreas GampeMerge "Revert "Revert "ART: Extracts an utility functio...
2014-04-25 Andreas GampeMerge "Add a GTest for Assembly Stubs, Add some ARM64...
2014-04-25 Andreas GampeAdd a GTest for Assembly Stubs, Add some ARM64 and...
2014-04-25 Sebastien HertzMerge "Refactor exception handling for deoptimization"
2014-04-25 Sebastien HertzRefactor exception handling for deoptimization
2014-04-25 Sebastien HertzMerge "Resolve method's argument reference types"
2014-04-25 Sebastien HertzResolve method's argument reference types
2014-04-25 Sebastien HertzMerge "Support field watchpoint in interpreter"
2014-04-25 Sebastien HertzSupport field watchpoint in interpreter
2014-04-25 Mathieu ChartierMerge "Use __FUNCTION__ in CHECK_NON_NULL_*ARGUMENT."
2014-04-25 Mathieu ChartierUse __FUNCTION__ in CHECK_NON_NULL_*ARGUMENT.
2014-04-24 Jeff HaoMerge "Make unresolved exception types cause soft verif...
2014-04-24 Jeff HaoMake unresolved exception types cause soft verification...
2014-04-24 Mathieu ChartierMerge "Clean up ScopedThreadStateChange + Get/SetPrimti...
2014-04-24 Mathieu ChartierClean up ScopedThreadStateChange + Get/SetPrimtiveArray...
2014-04-24 Andreas GampeRevert "Revert "ART: Extracts an utility function of...
2014-04-24 Hiroshi YamauchiMerge "More code for the read barrier support."
2014-04-24 Andreas GampeMerge "Revert "ART: Extracts an utility function of...
2014-04-24 Andreas GampeRevert "ART: Extracts an utility function of the duplic...
2014-04-24 Jeff HaoMerge "Add test that Class.newInstance does not wrap...
2014-04-24 Andreas GampeMerge "ART: Extracts an utility function of the duplica...
2014-04-24 Dmitry PetrochenkoART: Extracts an utility function of the duplicated...
2014-04-24 Ian RogersMerge "ART: Fixes an issue with REX prefix for instruct...
2014-04-24 Jeff HaoAdd test that Class.newInstance does not wrap its excep...
2014-04-24 Mathieu ChartierMerge "Don't allow heap transitions if the runtime...
2014-04-23 Colin CrossMerge "art: fix dlopen error message"
2014-04-23 Colin Crossart: fix dlopen error message
2014-04-23 Mingyao YangMerge "Delete throw launchpads."
2014-04-23 Mathieu ChartierDon't allow heap transitions if the runtime is shutting...
2014-04-23 Vladimir MarkoMerge "Separate maps from code in oat file."
2014-04-23 Jeff HaoMerge "Fix FindCatchBlock to work in -Xverify:none...
2014-04-23 Jeff HaoFix FindCatchBlock to work in -Xverify:none mode.
2014-04-22 Ian RogersMerge "Remove support for app JNI workarounds."
2014-04-22 Ian RogersMerge "Warn when thread state lookup fails."
2014-04-22 Ian RogersRemove support for app JNI workarounds.
2014-04-22 Hiroshi YamauchiMore code for the read barrier support.
2014-04-22 buzbeeMerge "Update load/store utilities for 64-bit backends"
2014-04-22 buzbeeUpdate load/store utilities for 64-bit backends
2014-04-22 Mathieu ChartierMerge "Return bytes freed from RosAlloc."
2014-04-22 Mathieu ChartierReturn bytes freed from RosAlloc.
2014-04-22 Ian RogersWarn when thread state lookup fails.
2014-04-22 Vladimir MarkoSeparate maps from code in oat file.
2014-04-22 Vladimir MarkoMerge "Avoid allocating OatFile::OatClass on the heap."
2014-04-22 Sebastien HertzMerge "Fix crash when debugging exception"
2014-04-22 Nicolas GeoffrayMerge "Revert "64bit changes to the stack walker for...
2014-04-22 Nicolas GeoffrayRevert "64bit changes to the stack walker for the Quick...
2014-04-22 Nicolas GeoffrayMerge "64bit changes to the stack walker for the Quick...
2014-04-22 Sebastien HertzMerge "Speed up single-stepping"
2014-04-22 Bill BuzbeeMerge "GenArithOpInt should ensure that reg is in core"
2014-04-21 Mingyao YangDelete throw launchpads.
2014-04-21 Mingyao YangMerge "Revert "Revert "Use LIRSlowPath for throwing...
2014-04-21 Mingyao YangMerge "Add an option to specify a list of methods for...
2014-04-21 Andreas GampeMerge "ART: GTest target tests missing "PASSED""
2014-04-21 Andreas GampeART: GTest target tests missing "PASSED"
2014-04-21 Andreas GampeMerge "Fix dependencies in the test suite for multi...
2014-04-21 Andreas GampeFix dependencies in the test suite for multi-target...
2014-04-18 Mingyao YangAdd an option to specify a list of methods for LIR...
2014-04-18 Ian RogersMerge "Get instruction-set/features from build/core...
2014-04-18 Ian RogersGet instruction-set/features from build/core/config.mk
2014-04-18 Christopher... Merge "Modify unwind to comply with stack parser tools."
2014-04-18 Christopher... Modify unwind to comply with stack parser tools.
2014-04-18 Brian CarlstromMerge "Fixing missing newlines in Usage calls"
2014-04-18 Mingyao YangRevert "Revert "Use LIRSlowPath for throwing ArrayOutOf...
2014-04-18 Brian CarlstromFixing missing newlines in Usage calls
2014-04-18 Mathieu ChartierMerge "Fix ForegroundHeapGrowthMultiplier and ParseDouble."
2014-04-18 Mathieu ChartierFix ForegroundHeapGrowthMultiplier and ParseDouble.
2014-04-18 Mathieu ChartierMerge "Replace ObjectSet with LargeObjectBitmap."
2014-04-18 Andreas GampeMerge "Fix elf_writer_test for 64b target"
2014-04-18 Andreas GampeFix elf_writer_test for 64b target
2014-04-18 Nicolas Geoffray64bit changes to the stack walker for the Quick ABI.
2014-04-18 Sebastien HertzMerge "Revert "Use LIRSlowPath for throwing ArrayOutOfB...
2014-04-18 Brian CarlstromRevert "Use LIRSlowPath for throwing ArrayOutOfBoundsEx...
2014-04-18 Ian RogersMerge "Fix a use of OpCondBranch that breaks the MIPS...
2014-04-18 Serguei KatkovGenArithOpInt should ensure that reg is in core
2014-04-18 Mathieu ChartierReplace ObjectSet with LargeObjectBitmap.
2014-04-18 Mingyao YangFix a use of OpCondBranch that breaks the MIPS build.
2014-04-18 Mingyao YangMerge "Use LIRSlowPath for throwing ArrayOutOfBoundsExc...
2014-04-18 Ian RogersMerge "Interpreter-only mode should cause dex-to-dex...
2014-04-17 Ian RogersInterpreter-only mode should cause dex-to-dex compilation.
2014-04-17 Ian RogersMerge "Comment disallow new monitors."
2014-04-17 Ian RogersComment disallow new monitors.
2014-04-17 Mathieu ChartierMerge "Use non volatile lock words in semispace collector."
2014-04-17 Mathieu ChartierUse non volatile lock words in semispace collector.
2014-04-17 Mingyao YangUse LIRSlowPath for throwing ArrayOutOfBoundsException.
2014-04-17 Ian RogersMerge "Add untested x86-64 downcall and exception assem...
2014-04-17 Andreas GampeMerge "Fix a class-loading bug in the verifier when...
2014-04-17 Andreas GampeFix a class-loading bug in the verifier when throwing NPE
2014-04-17 Mingyao YangMerge "Use LIRSlowPath for throwing NPE."
2014-04-17 Ian RogersAdd untested x86-64 downcall and exception assembly.
2014-04-17 Bill BuzbeeMerge "String.IndexOf method handles negative start...
2014-04-17 Nicolas GeoffrayMerge "Code cleanup in preparation for x64 backend."
2014-04-17 Nicolas GeoffrayCode cleanup in preparation for x64 backend.
2014-04-17 Nicolas GeoffrayMerge "Simplify HInvokeStatic code generation."
2014-04-17 Nicolas GeoffraySimplify HInvokeStatic code generation.
2014-04-17 Alexei ZavjalovString.IndexOf method handles negative start index...
2014-04-17 Vladimir KostyukovART: Fixes an issue with REX prefix for instructions...
2014-04-17 Ian RogersMerge "Preparation for transition to libc++."
2014-04-16 Ian RogersPreparation for transition to libc++.
2014-04-16 Brian CarlstromMerge "Disable another timing sensitive test on dist...
next