OSDN Git Service

android-x86/art.git
2014-12-22 Andreas GampeART: Do not JNI abort on nullptr GetObjectRefType
2014-12-19 Mathieu ChartierMerge "Only dump suspend all histogram if we have samples"
2014-12-19 Mathieu ChartierOnly dump suspend all histogram if we have samples
2014-12-19 Andreas GampeMerge "ART: Fix oatdump"
2014-12-18 Vladimir MarkoMerge "Fix Thumb2 Emit16BitAddSub() to keep full immedi...
2014-12-18 Vladimir MarkoFix Thumb2 Emit16BitAddSub() to keep full immediate.
2014-12-18 Nicolas GeoffrayMerge "Revert "Don't block quick callee saved registers...
2014-12-18 Nicolas GeoffrayRevert "Don't block quick callee saved registers for...
2014-12-18 Vladimir MarkoMerge "Fix Thumb2 assembler to emit 16-bit add/sub...
2014-12-18 Nicolas GeoffrayMerge "Explicitly compile core.oat with the Quick compi...
2014-12-18 Nicolas GeoffrayMerge "Don't block quick callee saved registers for...
2014-12-18 Nicolas GeoffrayDon't block quick callee saved registers for optimizing.
2014-12-18 Vladimir MarkoFix Thumb2 assembler to emit 16-bit add/sub SP, #imm.
2014-12-18 Nicolas GeoffrayMerge "When inlining, also look whether we can allocate...
2014-12-18 Nicolas GeoffrayWhen inlining, also look whether we can allocate registers.
2014-12-18 Sebastien HertzMerge "Use correct handle scope offset from StackVisitor"
2014-12-18 Sebastien HertzUse correct handle scope offset from StackVisitor
2014-12-18 Sebastien HertzMerge "Cleanup JDWP event matching"
2014-12-18 Hiroshi YamauchiMerge "Fix a race condition during the rosalloc verific...
2014-12-18 Andreas GampeART: Fix oatdump
2014-12-18 Mathieu ChartierMerge "Fix concurrent GC ergonomics"
2014-12-18 Hiroshi YamauchiFix a race condition during the rosalloc verification.
2014-12-18 Andreas GampeMerge "ART: Punt to the interpreter for VerifiedMethod...
2014-12-18 Andreas GampeART: Punt to the interpreter for VerifiedMethod errors
2014-12-18 Mathieu ChartierFix concurrent GC ergonomics
2014-12-18 Mathieu ChartierMerge "Add thread suspend histogram"
2014-12-18 Mathieu ChartierAdd thread suspend histogram
2014-12-17 Igor MurashkinMerge "Add a new imgdiag tool to diff boot.art/core...
2014-12-17 Mathieu ChartierMerge "Add systrace events to monitors and thread suspe...
2014-12-17 Mathieu ChartierAdd systrace events to monitors and thread suspension
2014-12-17 Sebastien HertzMerge "JDWP: fix setting multiple breakpoints in the...
2014-12-17 Nicolas GeoffrayMerge "Now that GraphChecker has a state, don't re...
2014-12-17 Nicolas GeoffrayNow that GraphChecker has a state, don't re-use it.
2014-12-17 Sebastien HertzJDWP: fix setting multiple breakpoints in the same...
2014-12-17 Nicolas GeoffrayMerge "Fix ids and remove invoke when inlining."
2014-12-17 David BrazdilMerge "ART: Added Checker, a pattern matching test...
2014-12-17 David BrazdilART: Added Checker, a pattern matching test engine
2014-12-17 Nicolas GeoffrayMerge "Test sometimes timeouts with vogar."
2014-12-17 Nicolas GeoffrayTest sometimes timeouts with vogar.
2014-12-17 Nicolas GeoffrayFix ids and remove invoke when inlining.
2014-12-17 Nicolas GeoffrayExplicitly compile core.oat with the Quick compiler.
2014-12-17 Nicolas GeoffrayMerge "Revert "Small optimization for recursive calls...
2014-12-17 Nicolas GeoffrayRevert "Small optimization for recursive calls: avoid...
2014-12-17 Nicolas GeoffrayMerge "Small optimization for recursive calls: avoid...
2014-12-17 Nicolas GeoffraySmall optimization for recursive calls: avoid dex cache.
2014-12-17 Sebastien HertzCleanup JDWP event matching
2014-12-17 Andreas GampeMerge "Fix typo bug for Mips32."
2014-12-17 Douglas LeungFix typo bug for Mips32.
2014-12-17 Mathieu ChartierMerge "Delete gc request lock"
2014-12-16 Mathieu ChartierDelete gc request lock
2014-12-16 Ying WangMerge "Revert "Fix VM-less builds.""
2014-12-16 Igor MurashkinAdd a new imgdiag tool to diff boot.art/core.art agains...
2014-12-16 Brian CarlstromMerge "Remove obsolete PRODUCT_DEX_PREOPT_.*_IN_DATA"
2014-12-16 Nicolas GeoffrayMerge "Fix crash in x86 disassembler."
2014-12-16 Andreas GampeMerge "[MIPSR6] Adjust assembly routines for MIPS R6...
2014-12-16 Duane Sand[MIPSR6] Adjust assembly routines for MIPS R6 isa
2014-12-16 Brian CarlstromRemove obsolete PRODUCT_DEX_PREOPT_.*_IN_DATA
2014-12-16 Nicolas GeoffrayFix crash in x86 disassembler.
2014-12-16 Mathieu ChartierMerge "Don't add or remove verifiers if aborting"
2014-12-16 Mathieu ChartierDon't add or remove verifiers if aborting
2014-12-16 Mathieu ChartierMerge "Add more logging to Mutex::ExclusiveUnlock"
2014-12-16 Mathieu ChartierAdd more logging to Mutex::ExclusiveUnlock
2014-12-16 Mathieu ChartierMerge "Decrement suspend count if thread is shutting...
2014-12-16 Mathieu ChartierDecrement suspend count if thread is shutting down
2014-12-15 Mathieu ChartierMerge "Move GC daemon locking logic into heap"
2014-12-15 Mathieu ChartierMove GC daemon locking logic into heap
2014-12-15 Nicolas GeoffrayMerge "Inlining support in optimizing."
2014-12-15 Nicolas GeoffrayInlining support in optimizing.
2014-12-15 Mathieu ChartierMerge "Clean up debugger"
2014-12-15 Mathieu ChartierClean up debugger
2014-12-15 Andreas GampeMerge "ART: Do not inline elf writer debug symbols"
2014-12-15 Andreas GampeART: Do not inline elf writer debug symbols
2014-12-15 Mathieu ChartierMerge "Use WaitHoldingLocks in ReferenceProcessor:...
2014-12-15 Andreas GampeMerge "ART: Break up x86 disassembler main function"
2014-12-15 Andreas GampeART: Break up x86 disassembler main function
2014-12-15 Andreas GampeMerge "ART: Show invalid oat header cause in error...
2014-12-15 Andreas GampeART: Show invalid oat header cause in error message
2014-12-15 Calin JuravleMerge "Add more compilation stats to optimizing"
2014-12-15 Nicolas GeoffrayMerge "Save all registers in native to Java stubs."
2014-12-15 Pavel VyssotskiUse WaitHoldingLocks in ReferenceProcessor::MakeCircula...
2014-12-13 Hiroshi YamauchiMerge "Disable HomogeneousSpaceCompact for GSS collector"
2014-12-13 Mathieu ChartierMerge "Add regression test for deadlock caused by Threa...
2014-12-13 Mathieu ChartierAdd regression test for deadlock caused by Thread.getAl...
2014-12-12 Elliott HughesMerge "Remove a dependency on AndroidConfig.h."
2014-12-12 Elliott HughesRemove a dependency on AndroidConfig.h.
2014-12-12 Mathieu ChartierMerge "Add ReferenceQueue test"
2014-12-12 Mathieu ChartierAdd ReferenceQueue test
2014-12-12 Andreas GampeMerge "ART: More logging on GetAccessFlags failure"
2014-12-12 Mingyao YangMerge "Some enhancements on BCE."
2014-12-12 Andreas GampeART: More logging on GetAccessFlags failure
2014-12-12 Mingyao YangSome enhancements on BCE.
2014-12-12 Elliott HughesMerge "Remove portable."
2014-12-12 Mathieu ChartierMerge "Remove proxy logic from GetCodeItem"
2014-12-12 Elliott HughesRemove portable.
2014-12-12 Sebastien HertzMerge "ART: Fix DDM client hang transmitting native...
2014-12-12 Vladimir MarkoMerge "AArch64: Fix incorrect use of preceding LIR."
2014-12-12 Lin ZangDisable HomogeneousSpaceCompact for GSS collector
2014-12-12 Nicolas GeoffrayMerge "Un-break --perf option to the art art script."
2014-12-12 Nicolas GeoffrayUn-break --perf option to the art art script.
2014-12-12 Nicolas GeoffraySave all registers in native to Java stubs.
next