OSDN Git Service

android-x86/art.git
2015-10-16 Andreas GampeMerge "Parse runtime compiler options for JIT"
2015-10-16 Mathieu ChartierParse runtime compiler options for JIT
2015-10-16 Andreas GampeMerge "Use ATTRIBUTE_UNUSED more."
2015-10-15 Mathieu ChartierMerge "Fix race in ART 079-phantom"
2015-10-15 Roland LevillainUse ATTRIBUTE_UNUSED more.
2015-10-15 Andreas GampeMerge "ART: Add simple null alias tracking for lock...
2015-10-15 Andreas GampeART: Add simple null alias tracking for lock counting
2015-10-15 Aart BikMerge "Added support for unsigned comparisons"
2015-10-15 Vladimir MarkoMerge "ART: Use .bss section for dex cache arrays."
2015-10-15 Brian CarlstromMerge "Fix monitor contention logging to support negati...
2015-10-15 Vladimir MarkoMerge "Fix a sign-extension bug in JValue."
2015-10-15 Mathieu ChartierMerge "Allocate dex cache arrays in their class loader...
2015-10-15 Vladimir MarkoART: Use .bss section for dex cache arrays.
2015-10-15 Mathieu ChartierAllocate dex cache arrays in their class loader's linea...
2015-10-15 Calin JuravleMerge "Move x86 constant area code to its own file"
2015-10-15 Nicolas GeoffrayMerge "Revert "load store elimination.""
2015-10-15 Nicolas GeoffrayRevert "load store elimination."
2015-10-15 Mingyao YangMerge "load store elimination."
2015-10-15 Mingyao Yangload store elimination.
2015-10-15 Nicolas GeoffrayMerge "Revert "Implement rosalloc fast path in assembly...
2015-10-15 Nicolas GeoffrayRevert "Implement rosalloc fast path in assembly for...
2015-10-15 Alex LightMerge "Make the run-test makefile check if we have...
2015-10-14 Mathieu ChartierMerge "Fix structural class checks"
2015-10-14 Mathieu ChartierFix structural class checks
2015-10-14 Alex LightMake the run-test makefile check if we have python3
2015-10-14 Aart BikAdded support for unsigned comparisons
2015-10-14 Andreas GampeMerge "ART: Fix build"
2015-10-14 Andreas GampeART: Fix build
2015-10-14 Andreas GampeMerge "ART: More lenient lock merging in the verifier"
2015-10-14 Alex LightMerge "Cleanup interface initialization code to create...
2015-10-14 Alex LightCleanup interface initialization code to create fewer...
2015-10-14 Hiroshi YamauchiMerge "Implement rosalloc fast path in assembly for...
2015-10-14 Mathieu ChartierMerge "Do not attempt to unregister null oat files"
2015-10-14 Mathieu ChartierDo not attempt to unregister null oat files
2015-10-14 Mark MendellMove x86 constant area code to its own file
2015-10-14 Vladimir MarkoMerge "X86 jump tables for PackedSwitch"
2015-10-14 Vladimir MarkoMerge "X86_64 jump tables for PackedSwitch"
2015-10-14 Mark MendellX86 jump tables for PackedSwitch
2015-10-14 Mark MendellX86_64 jump tables for PackedSwitch
2015-10-14 Vladimir MarkoMerge "Improve Thumb2 bitwise operations."
2015-10-14 Vladimir MarkoImprove Thumb2 bitwise operations.
2015-10-14 Nicolas GeoffrayMerge "Fix braino in arm assembler."
2015-10-14 Nicolas GeoffrayFix braino in arm assembler.
2015-10-14 Nicolas GeoffrayMerge "Fix MIPS64 boot"
2015-10-14 Goran JakovljevicFix MIPS64 boot
2015-10-14 Nicolas GeoffrayMerge "Implement System.arraycopy intrinsic for arm."
2015-10-14 Nicolas GeoffrayMerge "Disable tests requiring python3 for dist builds."
2015-10-14 Nicolas GeoffrayDisable tests requiring python3 for dist builds.
2015-10-13 Mathieu ChartierMerge "Add some missing comments"
2015-10-13 Mathieu ChartierAdd some missing comments
2015-10-13 Alex LightMerge "Add initial default method support to Art"
2015-10-13 Mathieu ChartierMerge "Revert "Revert "Unload oat files"""
2015-10-13 Mathieu ChartierRevert "Revert "Unload oat files""
2015-10-13 Alex LightAdd initial default method support to Art
2015-10-13 Hiroshi YamauchiImplement rosalloc fast path in assembly for 32 bit...
2015-10-13 Nicolas GeoffrayMerge "Fix braino in ArtCode refactoring."
2015-10-13 Nicolas GeoffrayFix braino in ArtCode refactoring.
2015-10-13 Andreas GampeART: More lenient lock merging in the verifier
2015-10-13 Andreas GampeMerge "ART: Rewrite stub-test inline assembly"
2015-10-13 Andreas GampeART: Rewrite stub-test inline assembly
2015-10-13 Nicolas GeoffrayImplement System.arraycopy intrinsic for arm.
2015-10-13 Mathieu ChartierMerge "Fix moving GC bugs in MonitorEnter and MonitorExit"
2015-10-13 Mathieu ChartierFix moving GC bugs in MonitorEnter and MonitorExit
2015-10-13 Vladimir MarkoMerge "Fix mips64 build: Add missing "="."
2015-10-13 Vladimir MarkoFix mips64 build: Add missing "=".
2015-10-13 Calin JuravleMerge "Revert "optimizing: propagate type information...
2015-10-13 Calin JuravleRevert "optimizing: propagate type information of argum...
2015-10-13 Nicolas GeoffrayMerge "Add an abstraction over a compiled code."
2015-10-13 Nicolas GeoffrayAdd an abstraction over a compiled code.
2015-10-13 Sebastien HertzMerge "Revert "Revert "Fix instrumentation frame check...
2015-10-13 Nicolas GeoffrayMerge "Change JNI calling convention for mips"
2015-10-13 Nicolas GeoffrayMerge "MIPS: Assemblers changes needed for optimizing...
2015-10-13 Nicolas GeoffrayMerge "Revert "Unload oat files""
2015-10-13 Nicolas GeoffrayRevert "Unload oat files"
2015-10-12 Mathieu ChartierMerge "Avoid visiting find array class cache as roots"
2015-10-12 Mathieu ChartierAvoid visiting find array class cache as roots
2015-10-12 Richard UhlerMerge "Pay attention to string offset and count fields."
2015-10-12 Mathieu ChartierMerge "Unload oat files"
2015-10-12 Mathieu ChartierUnload oat files
2015-10-12 Andreas GampeMerge "ART: Lock counting in the interpreter"
2015-10-12 Calin JuravleMerge "optimizing: propagate type information of arguments"
2015-10-12 Calin Juravleoptimizing: propagate type information of arguments
2015-10-12 Sebastien HertzRevert "Revert "Fix instrumentation frame check with...
2015-10-12 Vladimir MarkoMerge "Optimizing: Avoid string init register set copy...
2015-10-12 Vladimir MarkoMerge "Optimizing: Move GraphChecker memory allocations...
2015-10-12 Nicolas GeoffrayMerge "Intrinsify System.arraycopy."
2015-10-12 Calin JuravleMerge "Assert that referrers class should not need...
2015-10-12 Vladimir MarkoOptimizing: Move GraphChecker memory allocations to...
2015-10-12 Vladimir MarkoOptimizing: Avoid string init register set copy for...
2015-10-12 Calin JuravleAssert that referrers class should not need access...
2015-10-12 Nicolas GeoffrayMerge "Revert "Fix instrumentation frame check with...
2015-10-12 Nicolas GeoffrayRevert "Fix instrumentation frame check with inlining"
2015-10-12 Nicolas GeoffrayIntrinsify System.arraycopy.
2015-10-12 Sebastien HertzMerge "Fix instrumentation frame check with inlining"
2015-10-12 randy.jeongFix race in ART 079-phantom
2015-10-09 Andreas GampeART: Lock counting in the interpreter
2015-10-09 Mathieu ChartierMerge "Add OatFileManager"
2015-10-09 Mathieu ChartierAdd OatFileManager
2015-10-09 Calin JuravleMerge "Add test to check that unverified methods are...
2015-10-09 Calin JuravleMerge "Add a clarifying comment on HLoadClass::Instruct...
next