OSDN Git Service

android-x86/art.git
2015-03-24 Andreas GampeRevert "Deoptimization-based bce."
2015-03-23 Mingyao YangDeoptimization-based bce.
2015-03-23 Nicolas GeoffrayMerge "Inline across dex files."
2015-03-23 Nicolas GeoffrayInline across dex files.
2015-03-23 Nicolas GeoffrayMerge "Implement a space filter for optimizing."
2015-03-23 Mathieu ChartierMerge "Fix a bug in AddToCodeCache"
2015-03-23 Mathieu ChartierFix a bug in AddToCodeCache
2015-03-23 Nicolas GeoffrayMerge "Opt Compiler: Materialise constants that cannot...
2015-03-23 Nicolas GeoffrayMerge "[optimizing] Improve x86, x86_64 code"
2015-03-23 Richard UhlerMerge "Improve dex2oat --dex-file and --dex-location...
2015-03-23 Nicolas GeoffrayImplement a space filter for optimizing.
2015-03-23 Nicolas GeoffrayMerge "Update script now that optimizing is default."
2015-03-23 Nicolas GeoffrayUpdate script now that optimizing is default.
2015-03-22 Mathieu ChartierMerge "Change "no-","no" test prefix to n"
2015-03-21 Jeff HaoMerge "Fix interpreter to allow 0 size sparse switches."
2015-03-21 Jeff HaoFix interpreter to allow 0 size sparse switches.
2015-03-21 Andreas GampeMerge "ART: Add Mips32r6 backend support"
2015-03-21 Jeff HaoMerge "Fix verifier handling of empty switch as last...
2015-03-21 Jeff HaoFix verifier handling of empty switch as last instruction.
2015-03-21 Mathieu ChartierMerge "Remove some spammy logging"
2015-03-21 Mathieu ChartierRemove some spammy logging
2015-03-21 Hiroshi YamauchiMerge "Fix the mac build."
2015-03-21 Hiroshi YamauchiFix the mac build.
2015-03-21 Mathieu ChartierMerge "Enable more direct code for JIT"
2015-03-20 Douglas LeungART: Add Mips32r6 backend support
2015-03-20 Mathieu ChartierEnable more direct code for JIT
2015-03-20 Mathieu ChartierChange "no-","no" test prefix to n
2015-03-20 Vladimir MarkoMerge "Quick: Clean up slow paths."
2015-03-20 Vladimir MarkoQuick: Clean up slow paths.
2015-03-20 Hiroshi YamauchiMerge "Assembly TLAB allocation fast path for x86_64."
2015-03-20 Andreas GampeMerge "ART: Fix expectations for instruction-set-featur...
2015-03-20 Goran JakovljevicART: Fix expectations for instruction-set-features...
2015-03-20 Andreas GampeMerge "ART: Change the isa defaults for Mips"
2015-03-20 Douglas LeungART: Change the isa defaults for Mips
2015-03-20 Hiroshi YamauchiAssembly TLAB allocation fast path for x86_64.
2015-03-20 Hiroshi YamauchiMerge "Make it possible to enable tlab with a build...
2015-03-20 Mathieu ChartierMerge "Add verify-at-runtime compiler filter"
2015-03-20 Hiroshi YamauchiMake it possible to enable tlab with a build parameter.
2015-03-20 Mathieu ChartierAdd verify-at-runtime compiler filter
2015-03-20 Nicolas GeoffrayMerge "Revert "Revert "Use optimizing for apps."""
2015-03-20 Nicolas GeoffrayMerge "Compress the StackMaps."
2015-03-20 Nicolas GeoffrayCompress the StackMaps.
2015-03-20 Nicolas GeoffrayRevert "Revert "Use optimizing for apps.""
2015-03-20 Nicolas GeoffrayMerge "Remember whether a method was worth inlining."
2015-03-20 Nicolas GeoffrayRemember whether a method was worth inlining.
2015-03-20 Mathieu ChartierMerge "Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BAR...
2015-03-20 Mathieu ChartierChange RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER
2015-03-19 Nicolas GeoffrayMerge "Revert "Use optimizing for apps.""
2015-03-19 Hiroshi YamauchiMerge "Fix 003-omnibus-opcodes flaky failures with...
2015-03-19 Nicolas GeoffrayRevert "Use optimizing for apps."
2015-03-19 Hiroshi YamauchiFix 003-omnibus-opcodes flaky failures with GSS GC.
2015-03-19 Mathieu ChartierMerge "Fix JIT options with late init"
2015-03-19 Mathieu ChartierFix JIT options with late init
2015-03-18 Colin CrossMerge "Remove the Android.mk GCC-only source files...
2015-03-18 Colin CrossRemove the Android.mk GCC-only source files hackery
2015-03-18 Mathieu ChartierMerge "Clean up hash set"
2015-03-18 Mathieu ChartierClean up hash set
2015-03-18 Vladimir MarkoMerge "Quick: Eliminate check-cast guaranteed by instan...
2015-03-18 Richard UhlerImprove dex2oat --dex-file and --dex-location usage...
2015-03-18 Vladimir MarkoQuick: Eliminate check-cast guaranteed by instance-of.
2015-03-18 Nicolas GeoffrayMerge "Add a script to be run by test device on buildbot."
2015-03-18 Nicolas GeoffrayAdd a script to be run by test device on buildbot.
2015-03-18 Nicolas GeoffrayMerge "StackMap: Always load and store unalign."
2015-03-18 Nicolas GeoffrayStackMap: Always load and store unalign.
2015-03-18 David BrazdilMerge "ART: Fix condition for StoreNeedsWriteBarrier"
2015-03-18 Nicolas GeoffrayMerge "Use optimizing for apps."
2015-03-18 Hiroshi YamauchiMerge "Fix oat_file_assistant_test32 flaky failures...
2015-03-17 Hiroshi YamauchiFix oat_file_assistant_test32 flaky failures with GSS...
2015-03-17 Mathieu ChartierMerge "Add JIT zygote hook"
2015-03-17 Calin JuravleMerge "Revert "Forbid the use of shifts in ShifterOpera...
2015-03-17 Calin JuravleMerge "Revert "Make subs alter flags when rn is an...
2015-03-17 Calin JuravleMerge "Revert "Inline long shift code""
2015-03-17 Calin JuravleRevert "Inline long shift code"
2015-03-17 Calin JuravleRevert "Make subs alter flags when rn is an immediate"
2015-03-17 Calin JuravleRevert "Forbid the use of shifts in ShifterOperand...
2015-03-17 David BrazdilART: Fix condition for StoreNeedsWriteBarrier
2015-03-17 Calin JuravleMerge "Inline long shift code"
2015-03-17 Guillaume ... Inline long shift code
2015-03-17 Calin JuravleMerge "Make subs alter flags when rn is an immediate"
2015-03-17 Calin JuravleMerge "Forbid the use of shifts in ShifterOperand in...
2015-03-17 Mathieu ChartierAdd JIT zygote hook
2015-03-17 Nicolas GeoffrayMerge "Unbreak checker."
2015-03-17 Nicolas GeoffrayUnbreak checker.
2015-03-17 Nicolas GeoffrayMerge "Fall back to Quick when Optimizing cannot compile."
2015-03-17 Nicolas GeoffrayFall back to Quick when Optimizing cannot compile.
2015-03-17 Guillaume ... Make subs alter flags when rn is an immediate
2015-03-17 Nicolas GeoffrayMerge "PREOPT compiles using dex2oatd so don't emit...
2015-03-17 Nicolas GeoffrayPREOPT compiles using dex2oatd so don't emit debug...
2015-03-17 Nicolas GeoffrayUse optimizing for apps.
2015-03-17 Vladimir MarkoMerge "ART: Fix build for counting arena allocations."
2015-03-17 Vladimir MarkoART: Fix build for counting arena allocations.
2015-03-17 Serban ConstantinescuOpt Compiler: Materialise constants that cannot be...
2015-03-17 David BrazdilMerge "ART: Faster implementation of GVN's hash table"
2015-03-17 David BrazdilART: Faster implementation of GVN's hash table
2015-03-16 Andrew HsiehMerge "Fixed maybe used uninitialized"
2015-03-16 Nicolas GeoffrayMerge "[optimizing] Use baseline when debuggable is...
2015-03-16 Nicolas Geoffray[optimizing] Use baseline when debuggable is set.
2015-03-16 Andreas GampeMerge "ART: Change logging strategy in run-tests"
2015-03-16 Nicolas GeoffrayMerge "Update test expections after network changes...
2015-03-16 Nicolas GeoffrayUpdate test expections after network changes in kernel...
next