OSDN Git Service

android-x86/art.git
2014-04-04 Mathieu ChartierImprove invalid root dumping.
2014-04-04 Vladimir MarkoMerge "Inlining setters that return one of their argume...
2014-04-04 Vladimir MarkoInlining setters that return one of their arguments.
2014-04-04 Sebastien HertzMerge "Re-enable DEX-to-DEX compilation path"
2014-04-04 Sebastien HertzRe-enable DEX-to-DEX compilation path
2014-04-04 Bill BuzbeeMerge "Fix LoadValueWide to not call MarkLive for high...
2014-04-04 Vladimir MarkoMerge "Clean up special method inlining."
2014-04-04 Vladimir MarkoClean up special method inlining.
2014-04-04 Nicolas GeoffrayMerge "Use target-specific word instead of runtime...
2014-04-04 Nicolas GeoffrayUse target-specific word instead of runtime word.
2014-04-04 Vladimir MarkoMerge "Disassemble Thumb2 shifts and more VFP instructi...
2014-04-04 Nicolas GeoffrayMerge "Add support for new-instance and invoke-direct."
2014-04-04 Nicolas GeoffrayMerge "Please clang by making explicit instantiations...
2014-04-04 Nicolas GeoffrayPlease clang by making explicit instantiations non...
2014-04-04 Nicolas GeoffrayAdd support for new-instance and invoke-direct.
2014-04-04 Nicolas GeoffrayMerge "Explicitly instantiate artInvokeCommon to please...
2014-04-04 Nicolas GeoffrayExplicitly instantiate artInvokeCommon to please analys...
2014-04-04 Hiroshi YamauchiMerge "Insert an empty read barrier call."
2014-04-04 Hiroshi YamauchiInsert an empty read barrier call.
2014-04-04 Hiroshi YamauchiMerge "Fix Object::Clone()'s pre-fence barrier."
2014-04-04 Mathieu ChartierMerge "Restore the args in the invoke trampoline slow...
2014-04-03 Hiroshi YamauchiFix Object::Clone()'s pre-fence barrier.
2014-04-03 Mathieu ChartierRestore the args in the invoke trampoline slow paths.
2014-04-03 Chao-ying FuFix LoadValueWide to not call MarkLive for high reg...
2014-04-03 Andreas GampeMerge "Do not output ARM64 assembler debug code."
2014-04-03 Andreas GampeMerge "Make frame size dependent on arch-specific const...
2014-04-03 Dave AllisonMerge "Add OpEndIT() for marking the end of OpIT blocks"
2014-04-03 Andreas GampeMake frame size dependent on arch-specific constants.
2014-04-03 Vladimir MarkoDisassemble Thumb2 shifts and more VFP instructions.
2014-04-03 Andreas GampeDo not output ARM64 assembler debug code.
2014-04-03 Dave AllisonAdd OpEndIT() for marking the end of OpIT blocks
2014-04-03 Andreas GampeMerge "Fix off-by-1 error in new SpaceBitmap"
2014-04-03 Andreas GampeFix off-by-1 error in new SpaceBitmap
2014-04-03 Mathieu ChartierMerge "Add monitor_enter_object as root."
2014-04-03 Mathieu ChartierAdd monitor_enter_object as root.
2014-04-03 Nicolas GeoffrayMerge "Support passing arguments to invoke-static*...
2014-04-03 Nicolas GeoffraySupport passing arguments to invoke-static* instructions.
2014-04-03 Bill BuzbeeMerge "art: Handle x86_64 architecture equal to x86"
2014-04-03 Vladimir MarkoMerge "Fix Unsafe.getLong()/putLong() for x86, add...
2014-04-03 Narayan KamathMerge "Runtime::PreZygoteFork returns void, not boolean."
2014-04-03 Vladimir MarkoFix Unsafe.getLong()/putLong() for x86, add test.
2014-04-03 Calin JuravleMerge "Profile: renamed kThresholdPercent and make...
2014-04-03 Calin JuravleMerge "Profile: repurposed kTresholdPercent"
2014-04-03 Dmitry Petrochenkoart: Handle x86_64 architecture equal to x86
2014-04-03 Mathieu ChartierMerge "Use temp register in Unsafe Get/Put intrisics...
2014-04-03 Andreas GampeMerge "Make SpaceBitmap cross-compiling tolerant"
2014-04-03 Mathieu ChartierUse temp register in Unsafe Get/Put intrisics for displ...
2014-04-03 Jeff HaoMerge "Add support for -Xverify:none mode."
2014-04-03 Jeff HaoAdd support for -Xverify:none mode.
2014-04-03 Andreas GampeMake SpaceBitmap cross-compiling tolerant
2014-04-02 Christopher... Merge "Keep the symbol table in the shared libraries."
2014-04-02 Ian RogersMerge "Pass instruction-set from runtime through to...
2014-04-02 Ian RogersPass instruction-set from runtime through to spawned...
2014-04-02 Calin JuravleProfile: renamed kThresholdPercent and make it configurable
2014-04-02 Colin CrossMerge "force dex2oat target executables to be compiled...
2014-04-02 Dave AllisonMerge "Add r4 as promotable register if implicit suspen...
2014-04-02 Dave AllisonAdd r4 as promotable register if implicit suspend checks
2014-04-02 Colin Crossforce dex2oat target executables to be compiled for...
2014-04-02 Calin JuravleProfile: repurposed kTresholdPercent
2014-04-02 Ian RogersMerge "Avoid debug check violation in thread registration."
2014-04-02 Ian RogersAvoid debug check violation in thread registration.
2014-04-02 Calin JuravleMerge "Fixed total method count in profile file parsing."
2014-04-02 Calin JuravleFixed total method count in profile file parsing.
2014-04-02 Narayan KamathRuntime::PreZygoteFork returns void, not boolean.
2014-04-02 Narayan KamathMerge "Include <sys/resource.h> for rlimit."
2014-04-02 Narayan KamathInclude <sys/resource.h> for rlimit.
2014-04-02 Nicolas GeoffrayMerge "Update missed DEX2OAT -> DEX2OATD changes."
2014-04-02 Nicolas GeoffrayUpdate missed DEX2OAT -> DEX2OATD changes.
2014-04-02 Narayan KamathMerge "Move most zygote related code to frameworks...
2014-04-02 Nicolas GeoffrayMerge "Use debug version of DEX2OAT explicitly."
2014-04-02 Nicolas GeoffrayUse debug version of DEX2OAT explicitly.
2014-04-02 Sebastien HertzMerge "Fix ClassHelper::GetDirectInterface for proxy...
2014-04-02 Sebastien HertzMerge "Cleanup transaction support"
2014-04-02 Sebastien HertzCleanup transaction support
2014-04-02 Christopher... Keep the symbol table in the shared libraries.
2014-04-02 Brian CarlstromMerge "Use TEST_ART_RUN_TESTS consistently"
2014-04-02 Brian CarlstromUse TEST_ART_RUN_TESTS consistently
2014-04-01 Dave AllisonMerge "Add GenBarrier() calls to terminate all IT blocks."
2014-04-01 Dave AllisonAdd GenBarrier() calls to terminate all IT blocks.
2014-04-01 Ian RogersMerge "Fix ThreadStress, unify ANR lock descriptions."
2014-04-01 Andreas GampeMerge "Fix Thread offsets for ARM64 assembly"
2014-04-01 Mathieu ChartierMerge "Fix running with DlMalloc instead of RosAlloc."
2014-04-01 Ian RogersFix ThreadStress, unify ANR lock descriptions.
2014-04-01 Mathieu ChartierFix running with DlMalloc instead of RosAlloc.
2014-04-01 Andreas GampeFix Thread offsets for ARM64 assembly
2014-04-01 Andreas GampeMerge "Build changes to build multilib tests"
2014-04-01 Andreas GampeBuild changes to build multilib tests
2014-04-01 buzbeeMerge "Quick compiler: add comment to Arm encoding"
2014-04-01 buzbeeQuick compiler: add comment to Arm encoding
2014-04-01 Jeff HaoMerge "Fix reflection access checks for app compatibility."
2014-04-01 Jeff HaoFix reflection access checks for app compatibility.
2014-04-01 buzbeeMerge "Quick compiler, MIPS resource cleanup"
2014-04-01 Jeff HaoMerge "Revert "Fix access checks for app compatibility.""
2014-04-01 Jeff HaoRevert "Fix access checks for app compatibility."
2014-04-01 Mathieu ChartierMerge "Add handler for printing java stack traces for...
2014-04-01 Jeff HaoMerge "Fix access checks for app compatibility."
2014-04-01 Hiroshi YamauchiMerge "Make the support code for read barriers a bit...
2014-04-01 Jeff HaoFix access checks for app compatibility.
2014-04-01 Mathieu ChartierAdd handler for printing java stack traces for compiled...
2014-04-01 Ian RogersMerge "Calling convention support for cross 64/32 compi...
next