OSDN Git Service

android-x86/art.git
2015-04-28 Jeff HaoMerge "Fix java_lang_Class newInstance for strings...
2015-04-28 Jeff HaoFix java_lang_Class newInstance for strings; also quick...
2015-04-28 Andreas GampeMerge "ART: Fix constructor access checking"
2015-04-28 Andreas GampeART: Fix constructor access checking
2015-04-28 Jeff HaoMerge "Replace String CharArray with internal uint16_t...
2015-04-28 Jeff HaoReplace String CharArray with internal uint16_t array.
2015-04-28 Hiroshi YamauchiMerge "Switch the default read barrier type to a Baker...
2015-04-28 Hiroshi YamauchiSwitch the default read barrier type to a Baker one.
2015-04-27 Christopher... Merge "Fix mismatched malloc/free delete/new."
2015-04-27 Christopher... Fix mismatched malloc/free delete/new.
2015-04-27 Hiroshi YamauchiMerge "Use the lock word bits for Baker-style read...
2015-04-27 Mathieu ChartierMerge "Fix clean-oat"
2015-04-27 Mathieu ChartierFix clean-oat
2015-04-27 Nicolas GeoffrayMerge "Dissociate uses with environment uses."
2015-04-27 Vladimir MarkoMerge "Quick: Rely on inferred types in GVN/LVN/DCE."
2015-04-27 Nicolas GeoffrayDissociate uses with environment uses.
2015-04-27 David BrazdilMerge "ART: Simplify Ifs with BooleanNot condition"
2015-04-27 David BrazdilART: Simplify Ifs with BooleanNot condition
2015-04-27 Nicolas GeoffrayMerge "Add support for caching float and double constants."
2015-04-27 Nicolas GeoffrayAdd support for caching float and double constants.
2015-04-27 David BrazdilMerge "ART: Fix removing a Phi with RemoveInstruction"
2015-04-27 David BrazdilART: Fix removing a Phi with RemoveInstruction
2015-04-27 Vladimir MarkoQuick: Rely on inferred types in GVN/LVN/DCE.
2015-04-27 Mingyao YangMerge "BCE: don't add deoptimization if the loop has...
2015-04-27 Mingyao YangBCE: don't add deoptimization if the loop has early...
2015-04-26 Mingyao YangMerge "Deoptimization-based BCE for unknown loop bounds."
2015-04-26 Mingyao YangDeoptimization-based BCE for unknown loop bounds.
2015-04-26 Nicolas GeoffrayMerge "Revert "[optimizing] Replace FP divide by power...
2015-04-26 Nicolas GeoffrayRevert "[optimizing] Replace FP divide by power of 2"
2015-04-26 Nicolas GeoffrayMerge "[optimizing] Replace FP divide by power of 2"
2015-04-26 Andreas GampeMerge "ART: Fix Trace types, check minimum buf size"
2015-04-26 Andreas GampeMerge "ART: Fix addpd opcode, add Quick x86 assembler...
2015-04-26 Andreas GampeART: Fix Trace types, check minimum buf size
2015-04-25 Chao-ying FuART: Fix addpd opcode, add Quick x86 assembler test
2015-04-25 Andreas GampeMerge "ART: Test for GVN skipping"
2015-04-25 Andreas GampeART: Test for GVN skipping
2015-04-25 Mathieu ChartierMerge "Move Class.newInstance to native"
2015-04-25 Andreas GampeMerge "ART: Fix missing dependency between GVN and...
2015-04-25 Andreas GampeART: Fix missing dependency between GVN and other passes
2015-04-25 Mathieu ChartierMove Class.newInstance to native
2015-04-25 Andreas GampeMerge "ART: Refactor utils/assembler test"
2015-04-25 Vladimir MarkoMerge "Disable Quick's GVN-based dead code elimination."
2015-04-25 Roland LevillainDisable Quick's GVN-based dead code elimination.
2015-04-25 Nicolas GeoffrayMerge "Mark the test as failing while investigating."
2015-04-25 Nicolas GeoffrayMark the test as failing while investigating.
2015-04-25 Andreas GampeART: Refactor utils/assembler test
2015-04-25 Andreas GampeMerge "ART: Fix DBG_START_LOCAL verification."
2015-04-25 Logan ChienART: Fix DBG_START_LOCAL verification.
2015-04-25 Andreas GampeMerge "[optimizing] Rename HasArrayAccesses and check it"
2015-04-25 Andreas GampeMerge "[optimizing] Handle x86 const length BoundsCheck"
2015-04-25 Andreas GampeMerge "ART: Duplicate-classes cleanup"
2015-04-25 Andreas GampeART: Duplicate-classes cleanup
2015-04-25 Andreas GampeMerge "ART: Check for duplicate classes when loading...
2015-04-25 Andreas GampeMerge "ART: Add GENERATE_CFI to the ZygoteHooks debug...
2015-04-24 Mark Mendell[optimizing] Handle x86 const length BoundsCheck
2015-04-24 Andreas GampeART: Add GENERATE_CFI to the ZygoteHooks debug flags
2015-04-24 Andreas GampeMerge "ART: Do not log non-swap usage"
2015-04-24 Mark Mendell[optimizing] Rename HasArrayAccesses and check it
2015-04-24 Andreas GampeART: Do not log non-swap usage
2015-04-24 Mathieu ChartierMerge "Guard against name == null in ShortDump"
2015-04-24 Roland LevillainMerge "Fix DCHECKs about clinit checks in Optimizing...
2015-04-24 Roland LevillainFix DCHECKs about clinit checks in Optimizing's code...
2015-04-24 Mathieu ChartierGuard against name == null in ShortDump
2015-04-24 Andreas GampeMerge "[optimizing] Ensure FillNewArray sets array...
2015-04-24 Mark Mendell[optimizing] Ensure FillNewArray sets array access
2015-04-24 Roland LevillainMerge "Reduce the number of explicit clinit checks...
2015-04-24 Roland LevillainReduce the number of explicit clinit checks for static...
2015-04-24 Roland LevillainMerge "Ensure inlined static calls perform clinit check...
2015-04-24 Andreas GampeART: Check for duplicate classes when loading oat files
2015-04-24 Vladimir MarkoMerge "Quick: Fix and enable DCE and improve GVN/DCE...
2015-04-24 Vladimir MarkoMerge "Remove ArtMethod* parameter from dex cache entry...
2015-04-24 David BrazdilMerge "ART: Fix gtests broken by dead block elimination"
2015-04-24 David BrazdilART: Fix gtests broken by dead block elimination
2015-04-24 Roland LevillainMerge "Minor improvements to 458-checker-instruction...
2015-04-24 Roland LevillainEnsure inlined static calls perform clinit checks in...
2015-04-24 David BrazdilMerge "ART: Dead block removal"
2015-04-24 David BrazdilART: Dead block removal
2015-04-24 Nicolas GeoffrayMerge "Debugger: Remove support for setting values...
2015-04-24 Nicolas GeoffrayDebugger: Remove support for setting values in optimizing.
2015-04-24 Nicolas GeoffrayMerge "Don't use 'sh' on the host."
2015-04-24 Nicolas GeoffrayDon't use 'sh' on the host.
2015-04-24 Nicolas GeoffrayMerge "Use 'sh' explicitly when invoking the art script."
2015-04-24 Nicolas GeoffrayUse 'sh' explicitly when invoking the art script.
2015-04-24 Nicolas GeoffrayMerge "Make tests assume ANDROID_ROOT is not /system."
2015-04-24 Nicolas GeoffrayMake tests assume ANDROID_ROOT is not /system.
2015-04-24 Vladimir MarkoRemove ArtMethod* parameter from dex cache entry points.
2015-04-24 Nicolas GeoffrayMerge "Cleanup and improve stack map stream"
2015-04-24 Hiroshi YamauchiUse the lock word bits for Baker-style read barrier.
2015-04-24 Mathieu ChartierMerge "Fix reflection handling and test flakiness"
2015-04-24 Mathieu ChartierFix reflection handling and test flakiness
2015-04-23 Calin JuravleCleanup and improve stack map stream
2015-04-23 Vladimir MarkoMerge "Quick: Fix out of temp regs in ArmMir2Lir::GenMu...
2015-04-23 Vladimir MarkoQuick: Fix and enable DCE and improve GVN/DCE cleanup.
2015-04-23 Nicolas GeoffrayMerge "Linear scan: split at better positions."
2015-04-23 Nicolas GeoffrayLinear scan: split at better positions.
2015-04-23 Calin JuravleMerge "Remove unnecessary null checks in CheckCast...
2015-04-23 David BrazdilMerge "ART: Run BooleanSimplifier after inlining"
2015-04-23 Guillaume ... Remove unnecessary null checks in CheckCast and InstanceOf
2015-04-23 David BrazdilART: Run BooleanSimplifier after inlining
2015-04-23 Vladimir MarkoQuick: Fix out of temp regs in ArmMir2Lir::GenMulLong().
next