OSDN Git Service

Differentiate between native alloc and normal background GC
[android-x86/art.git] / compiler / dex /
2017-04-12 Treehugger RobotMerge "MIPS64: Add direct calls to math intrinsics."
2017-04-07 Treehugger RobotMerge "Update NativeBridge interface in ART test"
2017-04-06 Nicolas GeoffrayMerge "Revert "Blacklist libcore tests relying on libja...
2017-04-03 Treehugger RobotMerge "Make base64 explicitly check dst_size for nullptr"
2017-03-31 Mathieu ChartierMerge "Change thread suspend timeout to be fatal for...
2017-03-28 Mathieu ChartierMerge "Fix lock order for jvmti kTaggingLockLevel"
2017-03-28 Calin JuravleMerge "Add --profile mode to the art script"
2017-03-28 Calin JuravleMerge "Close the right fd in native_stack_dump"
2017-03-28 Calin JuravleMerge "Fix return value of AtomicMethodRefMap::Get()"
2017-03-28 Calin JuravleMerge "Fix arm64 and x86_64 code generator assertion"
2017-03-28 Aart BikMerge "MIPS64: Add vector registers to Mips64ManagedReg...
2017-03-28 Nicolas GeoffrayMerge "Math.round float intrinsic for ARM."
2017-03-28 Nicolas GeoffrayMerge "Make data dependency around HDeoptimize correct."
2017-03-28 Richard UhlerMerge "Remove unreachable code in DexLocationToOdexFile...
2017-03-28 Treehugger RobotMerge "ART: Fix some tidy warnings"
2017-03-28 Andreas GampeMerge "ART: Clean up field initialization"
2017-03-28 Andreas GampeMerge "ART: Remove unused DexToDex level."
2017-03-28 Treehugger RobotMerge "ART: Remove unused DexToDex level."
2017-03-27 Andreas GampeART: Remove unused DexToDex level.
2017-03-22 Nicolas GeoffrayMerge "Assign pointer to quick code for copied methods"
2017-03-21 Treehugger RobotMerge "tools: Add golem/build-target and golem/env...
2017-03-20 Richard UhlerMerge "Don't special case kRuntimeISA for getting image...
2017-03-19 Roland LevillainMerge "Fix the artificial dependency in ARM/ARM64 Syste...
2017-03-18 Roland LevillainMerge "Refactor SystemArrayCopy intrinsics."
2017-03-17 Calin JuravleMerge "Accept output profile path from dalvikvm command"
2017-03-17 David SehrMerge "Add byte count to section"
2017-03-17 Mathieu ChartierMerge "Increase resolved classes save delay to 5s"
2017-03-17 Aart BikMerge "MIPS64: Add MSA instruction set feature option"
2017-03-17 Treehugger RobotMerge "MIPS64: Adjust Base and Offset"
2017-03-17 Treehugger RobotMerge "Do not assume type relationship when recording...
2017-03-17 Narayan KamathMerge "ART: Get rid of most of java.lang.DexCache."
2017-03-16 Colin CrossMerge "Fix sign extension issues in x86_64 code generation"
2017-03-16 Nicolas GeoffrayMerge "Blacklist more tests."
2017-03-16 Mathieu ChartierMerge "Add method info to oat files"
2017-03-16 Mathieu ChartierMerge "Add method info to oat files"
2017-03-16 Treehugger RobotMerge "x86-64: Code size improvement for MethodLoadKind...
2017-03-16 Calin JuravleMerge "Ensure the profile is written to disk at shutdown"
2017-03-16 Treehugger RobotMerge "Fix sign extension issues"
2017-03-16 Mathieu ChartierAdd method info to oat files
2017-03-16 Treehugger RobotMerge "Fix String::DoReplace() using obsolete `this`."
2017-03-16 Nicolas GeoffrayMerge "Revert "Revert "ARM: VIXL32: Use VIXL backend...
2017-03-16 Treehugger RobotMerge "MIPS64: Inline polymorphic method calls."
2017-03-16 Calin JuravleMerge "Tweak ProfileSaver saving strategy"
2017-03-15 Treehugger RobotMerge "Revert "Introduce a number of MSA instructions...
2017-03-15 Alex LightMerge "Revert "Add verification of knownfailures in...
2017-03-15 Treehugger RobotMerge "Add verification of knownfailures in the testrunner"
2017-03-15 Treehugger RobotMerge "Fix RegType invariant checks."
2017-03-15 Aart BikMerge "SIMD and-not for x86/x86_64"
2017-03-15 Aart BikMerge "Introduce a number of MSA instructions for MIPS64"
2017-03-15 Treehugger RobotMerge "MIPS64: Improve storing of constants in fields...
2017-03-15 Nicolas GeoffrayMerge "ARM64: Improve LocationBuilder for Shifts and...
2017-03-15 Nicolas GeoffrayMerge "Revert "Revert "Revert "CHA for interface method...
2017-03-15 Mathieu ChartierMerge "Fix knownfailures for test 152/154"
2017-03-14 Treehugger RobotMerge "Refactor annotation code for obsolete methods."
2017-03-14 Vladimir MarkoMerge "Fix SSA liveness analysis test."
2017-03-14 Treehugger RobotMerge "Don't send ClassFileLoadHook before JVMTI_PHASE_...
2017-03-14 Vladimir MarkoMerge "Revert^6 "Hash-based dex cache type array.""
2017-03-14 Vladimir MarkoMerge "Revert^6 "Hash-based dex cache type array.""
2017-03-14 Mingyao YangMerge "Revert "Revert "CHA for interface method."""
2017-03-14 Treehugger RobotMerge "Added missing flags in run_build_test_target.py"
2017-03-14 Vladimir MarkoRevert^6 "Hash-based dex cache type array."
2017-03-14 Vladimir MarkoMerge "Introduce EnvUsePosition for liveness analysis."
2017-03-14 Nicolas GeoffrayMerge "Revert "ARM: VIXL32: Use VIXL backend by default.""
2017-03-13 Treehugger RobotMerge "Fix issues due to updated toolchain."
2017-03-13 Treehugger RobotMerge "Testrunner: Print information about the total...
2017-03-13 Vladimir MarkoMerge "Revert^5 "Hash-based dex cache type array.""
2017-03-13 Treehugger RobotMerge "Revert^5 "Hash-based dex cache type array.""
2017-03-13 Vladimir MarkoRevert^5 "Hash-based dex cache type array."
2017-03-13 Bill BuzbeeMerge "ART: String intrinsics for Mterp interpreter"
2017-03-10 Treehugger RobotMerge "Ensure we have the correct thread when allocatin...
2017-03-10 Treehugger RobotMerge "Hash-based DexCache field array."
2017-03-10 Treehugger RobotMerge "Catch signals that happen inside a fault handler."
2017-03-10 Treehugger RobotMerge "ART: Make test 924 more robust"
2017-03-09 Nicolas GeoffrayMerge "Do not allow input-vdex with dexlayout."
2017-03-09 Nicolas GeoffrayMerge "Do not allow input-vdex with dexlayout."
2017-03-09 Nicolas GeoffrayDo not allow input-vdex with dexlayout.
2017-03-09 Nicolas GeoffrayMerge "Don't inline methods that throw in graph with...
2017-03-08 Treehugger RobotMerge "MIPS: Optimize code generation of check-cast...
2017-03-08 Shubham AjmeraMerge changes I2f8edd95,I17d67431
2017-03-08 Bill BuzbeeMerge "Interpreter intrinsics"
2017-03-08 Nicolas GeoffrayMerge "Invoke typed arraycopy for primitive arrays."
2017-03-08 Treehugger RobotMerge "ART: Update LZ4 library to v1.7.5"
2017-03-06 Mingyao YangMerge "Array store/allocation elimination"
2017-03-06 Treehugger RobotMerge "MIPS64: Refactor implicit null checks in array...
2017-03-03 Calin JuravleMerge "Extend profman to generate profiles with inline...
2017-03-03 Treehugger RobotMerge "Extend profman to generate profiles with inline...
2017-03-03 Calin JuravleExtend profman to generate profiles with inline caches
2017-03-01 Roland LevillainMerge "MIPS: Implement heap poisoning in ART's Optimizi...
2017-02-27 Hiroshi YamauchiMerge "Improve the region space memory mapping."
2017-02-23 Hans BoehmMerge "Improve aarch64 MonitorEntry/Exit assembly code"
2017-02-22 Mathieu ChartierMerge "dex2oat: Watchdog uses CLOCK_MONOTONIC instead...
2017-02-21 Hiroshi YamauchiMerge "Always mark reference referents in transaction...
2017-02-21 Treehugger RobotMerge "Move testrunner.py to argparse"
2017-02-21 Treehugger RobotMerge "Make testrunner.py check ART_TEST_RUN_TEST_SKIP"
2017-02-21 Treehugger RobotMerge "Allow redefined intrinsics"
2017-02-21 Adam VartanianMerge "Add script to find warnings shared across buildb...
2017-02-21 Richard UhlerMerge changes Ic39b6d55,Id9a392ac,I1a6b05ea
2017-02-21 Vladimir MarkoMerge "ARM: Merge data-processing instructions and...
2017-02-21 Nicolas GeoffrayMerge "Emit the dex_pc if the line number is absent."
2017-02-21 Treehugger RobotMerge "Remove testing of prebuilt npic boot images."
next