OSDN Git Service

android-x86/art.git
2014-04-07 buzbeeQuick compiler: fix CmpLong pair handling
2014-04-07 Dave AllisonMerge "Revert "Use trampolines for calls to helpers""
2014-04-07 Dave AllisonRevert "Use trampolines for calls to helpers"
2014-04-07 Vladimir MarkoMerge "Inlining synthetic accessors."
2014-04-07 Dave AllisonMerge "Use trampolines for calls to helpers"
2014-04-07 Vladimir MarkoMerge "Inlining setters that return one of their argume...
2014-04-07 Vladimir MarkoInlining synthetic accessors.
2014-04-07 Vladimir MarkoInlining setters that return one of their arguments.
2014-04-07 Nicolas GeoffrayMerge "Add support for taking parameters in optimizing...
2014-04-07 Nicolas GeoffrayAdd support for taking parameters in optimizing compiler.
2014-04-07 Sebastien HertzMerge "JDWP request is parsed incorrectly due to junk...
2014-04-07 nikolay serdjukJDWP request is parsed incorrectly due to junk in the...
2014-04-05 Mathieu ChartierMerge "Revert "Inlining setters that return one of...
2014-04-05 Mathieu ChartierMerge "Revert "Inlining synthetic accessors.""
2014-04-05 Mathieu ChartierRevert "Inlining setters that return one of their argum...
2014-04-05 Mathieu ChartierRevert "Inlining synthetic accessors."
2014-04-04 Andreas GampeMerge "Fix wrong handling of Generic JNI not finding...
2014-04-04 Andreas GampeFix wrong handling of Generic JNI not finding native...
2014-04-04 Mathieu ChartierMerge "Fix using kArm instead of kThumb2."
2014-04-04 Mathieu ChartierFix using kArm instead of kThumb2.
2014-04-04 Dave AllisonUse trampolines for calls to helpers
2014-04-04 Ian RogersMerge "art_quick_lock_object uses registers incorrectly"
2014-04-04 Ian RogersMerge "ARM: enable optimisation for easy multiply,...
2014-04-04 Andreas GampeMerge "Check the machine type of an ELF file when loading."
2014-04-04 Andreas GampeCheck the machine type of an ELF file when loading.
2014-04-04 Mathieu ChartierMerge "Improve invalid root dumping."
2014-04-04 Mathieu ChartierImprove invalid root dumping.
2014-04-04 Dave AllisonMerge "Disable use of R4 as a promotable register"
2014-04-04 Vladimir MarkoMerge "Inlining synthetic accessors."
2014-04-04 Vladimir MarkoMerge "Inlining setters that return one of their argume...
2014-04-04 Vladimir MarkoInlining synthetic accessors.
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 Serguei Katkovart_quick_lock_object uses registers incorrectly
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 Dave AllisonDisable use of R4 as a promotable register
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 Zheng XuARM: enable optimisation for easy multiply, add modulus...
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.
next