OSDN Git Service

android-x86/art.git
2014-12-05 Ian RogersMerge "Re-enable one thread dumping the native stack...
2014-12-05 Ian RogersRe-enable one thread dumping the native stack of another.
2014-12-05 Ian RogersMerge "Tidy gAborting."
2014-12-05 Ian RogersTidy gAborting.
2014-12-05 Andreas GampeMerge "ART: Fix linting errors"
2014-12-05 Andreas GampeART: Fix linting errors
2014-12-05 Mingyao YangMerge "Bounds check elimination."
2014-12-05 Ian RogersMerge "X86_64 QBE: use RIP addressing"
2014-12-04 Andreas GampeMerge "ART: Add SparseSwitch support to the optimizing...
2014-12-04 Andreas GampeART: Add SparseSwitch support to the optimizing compiler
2014-12-04 Andreas GampeMerge "ART: Wire up a valgrind-wrapped dex2oat run"
2014-12-04 Brian CarlstromMerge "Remove dex2oat watchdog warning"
2014-12-04 Mark MendellX86_64 QBE: use RIP addressing
2014-12-04 Hans BoehmMerge "Make Barrier robust against spurious wakeups"
2014-12-04 Brian CarlstromRemove dex2oat watchdog warning
2014-12-04 Hans BoehmMake Barrier robust against spurious wakeups
2014-12-04 Ian RogersMerge "Remove unused headers."
2014-12-04 Nicolas GeoffrayMerge "On arm64/optimizing, compile the boot image...
2014-12-04 Nicolas GeoffrayOn arm64/optimizing, compile the boot image with interp...
2014-12-04 Andreas GampeMerge "ART: Add PackedSwitch support to the optimizing...
2014-12-04 Andreas GampeART: Add PackedSwitch support to the optimizing compiler
2014-12-04 Nicolas GeoffrayMerge "Temporary disable the test."
2014-12-04 Nicolas GeoffrayTemporary disable the test.
2014-12-04 Nicolas GeoffrayMerge "Build core.oat without flags."
2014-12-04 Nicolas GeoffrayBuild core.oat without flags.
2014-12-04 Vladimir MarkoMerge "Revert "Rewrite ImageWriter's merging of String...
2014-12-04 Roland LevillainMerge "Add support for float-to-double & double-to...
2014-12-04 Vladimir MarkoRevert "Rewrite ImageWriter's merging of String char...
2014-12-04 Roland LevillainAdd support for float-to-double & double-to-float in...
2014-12-04 Roland LevillainMerge "Add support for float-to-long in the optimizing...
2014-12-04 Roland LevillainAdd support for float-to-long in the optimizing compiler.
2014-12-04 Vladimir MarkoMerge "Rewrite ImageWriter's merging of String char...
2014-12-04 Vladimir MarkoRewrite ImageWriter's merging of String char[]s.
2014-12-04 Sebastien HertzMerge "JDWP: fix breakpoint for method in the image"
2014-12-04 Vladimir MarkoMerge "Quick: Use fewer insns for ARM LDR/STR with...
2014-12-04 Vladimir MarkoQuick: Use fewer insns for ARM LDR/STR with large offsets.
2014-12-04 Vladimir MarkoMerge "Call ProcessStrings() in ImageWriter, fix prefix...
2014-12-04 Sebastien HertzJDWP: fix breakpoint for method in the image
2014-12-04 Andreas GampeART: Wire up a valgrind-wrapped dex2oat run
2014-12-04 Mathieu ChartierMerge "Remove method verification results right after...
2014-12-04 Mathieu ChartierRemove method verification results right after compilin...
2014-12-03 Mingyao YangBounds check elimination.
2014-12-03 Andreas GampeMerge "ART: Fix unclosed files in dex2oat"
2014-12-03 Andreas GampeART: Fix unclosed files in dex2oat
2014-12-03 Ian RogersRemove unused headers.
2014-12-03 Nicolas GeoffrayMerge "Don't re-use arttest when calling loadLibrary."
2014-12-03 Nicolas GeoffrayDon't re-use arttest when calling loadLibrary.
2014-12-03 David 'Digit... Merge "Fix VM-less builds."
2014-12-03 Vladimir MarkoCall ProcessStrings() in ImageWriter, fix prefix check.
2014-12-03 Vladimir MarkoMerge "Implement InexpensiveConstantInt(., opcode)...
2014-12-03 Roland LevillainMerge "Add support for float-to-int in the optimizing...
2014-12-03 Roland LevillainMerge "Fix a compiler bug related to a catch-less try...
2014-12-03 Nicolas GeoffrayMerge "Explicitly give compiler options to test scripts"
2014-12-03 Nicolas GeoffrayExplicitly give compiler options to test scripts
2014-12-03 Vladimir MarkoImplement InexpensiveConstantInt(., opcode) for ARM.
2014-12-03 Roland LevillainAdd support for float-to-int in the optimizing compiler.
2014-12-03 Roland LevillainFix a compiler bug related to a catch-less try-finally...
2014-12-03 Calin JuravleMerge "Fix new-instance node."
2014-12-03 Nicolas GeoffrayMerge "Update libcore script and add a new expectation...
2014-12-03 Nicolas GeoffrayUpdate libcore script and add a new expectation file.
2014-12-03 David 'Digit... Fix VM-less builds.
2014-12-03 Mathieu ChartierMerge "Fix mac build"
2014-12-03 Mathieu ChartierFix mac build
2014-12-03 Ian RogersMerge "Remove MethodHelper."
2014-12-03 Ian RogersRemove MethodHelper.
2014-12-03 Ian RogersMerge "Remove MethodHelper::HasSameSignatureWithDiffere...
2014-12-03 Mathieu ChartierMerge "Print memory usage in dex2oat shutdown"
2014-12-03 Ian RogersRemove MethodHelper::HasSameSignatureWithDifferentClass...
2014-12-03 Mathieu ChartierPrint memory usage in dex2oat shutdown
2014-12-03 Ian RogersMerge "Fix artQuickResolutionTrampoline."
2014-12-03 Ian RogersFix artQuickResolutionTrampoline.
2014-12-03 Ian RogersMerge "Remove MethodHelper::HasSameNameAndSignature."
2014-12-03 Ian RogersRemove MethodHelper::HasSameNameAndSignature.
2014-12-03 Ian RogersMerge "Move GetClassFromTypeIdx to ArtMethod."
2014-12-02 Ian RogersMove GetClassFromTypeIdx to ArtMethod.
2014-12-02 Ian RogersMerge "Remove FieldHelper."
2014-12-02 Dan AlbertMerge "Don't force color diagnostics."
2014-12-02 Ian RogersRemove FieldHelper.
2014-12-02 Dan AlbertDon't force color diagnostics.
2014-12-02 Andreas GampeMerge "ART: Build fix."
2014-12-02 Andreas GampeART: Build fix.
2014-12-02 Ian RogersMerge "Move FindDexMethodIndexInOtherDexFile into ArtMe...
2014-12-02 Ian RogersMove FindDexMethodIndexInOtherDexFile into ArtMethod.
2014-12-02 Andreas GampeMerge "ART: Change boot image class update"
2014-12-02 Calin JuravleFix new-instance node.
2014-12-02 Andreas GampeMerge "ART: Add some thread abort logging"
2014-12-02 Andreas GampeMerge "ART: Print initialization failures to file"
2014-12-02 Ian RogersMerge "Remove MethodHelper from the interpreter."
2014-12-02 Ian RogersRemove MethodHelper from the interpreter.
2014-12-02 Mathieu ChartierMerge "Add a way to pass GDB commands"
2014-12-02 Mathieu ChartierAdd a way to pass GDB commands
2014-12-02 Andreas GampeMerge "ART: Avoid a recursive abort"
2014-12-02 Nicolas GeoffrayMerge "Fix OOM throwing if it happens in finalizer...
2014-12-02 Pavel VyssotskiFix OOM throwing if it happens in finalizer reference...
2014-12-02 Calin JuravleMerge "[optimizing compiler] Fix invoke-direct"
2014-12-02 Nicolas GeoffrayMerge "Add a branch to ensure the test is compiled."
2014-12-02 Nicolas GeoffrayAdd a branch to ensure the test is compiled.
2014-12-02 Nicolas GeoffrayMerge "Add some heursitics for compiling, close to...
2014-12-02 Nicolas GeoffrayMerge "Treat SSA transformation special, as we may...
2014-12-02 Nicolas GeoffrayTreat SSA transformation special, as we may have to...
next