OSDN Git Service

Differentiate between native alloc and normal background GC
[android-x86/art.git] / compiler / oat_writer.cc
2017-04-17 Calin JuravleMerge "Print runtime isa when invoking 'dalvikvm -...
2017-04-17 Aart BikMerge "Fixed bug on pending environment use of terminat...
2017-04-13 Mathieu ChartierMerge "Various debug ART GC performance improvements"
2017-04-13 Treehugger RobotMerge "ART: Refactor run-test 904"
2017-04-13 David SehrMerge "Add OAT file mapping to dexdiag"
2017-04-13 Treehugger RobotMerge "ARM/VIXL: Fix TypeConversion of large long const...
2017-04-13 Vladimir MarkoMerge "ARM64: Use link-time generated thunks for Baker...
2017-04-12 Treehugger RobotMerge "MIPS64: Add direct calls to math intrinsics."
2017-04-12 Vladimir MarkoARM64: Use link-time generated thunks for Baker CC...
2017-04-07 Treehugger RobotMerge "Update NativeBridge interface in ART test"
2017-04-06 Nicolas GeoffrayMerge "Revert "Blacklist libcore tests relying on libja...
2017-03-31 Mathieu ChartierMerge "Change thread suspend timeout to be fatal for...
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-27 Treehugger RobotMerge changes I45940d2d,I100b6246,Ie0ba58b3,I7943e7a6...
2017-03-27 Treehugger RobotMerge "Testrunner: Temporarily fix long Dex File name...
2017-03-27 Orion HodsonMerge "Revert "Improve user-friendliness of art script.""
2017-03-27 Treehugger RobotMerge "MIPS64: Improve method entry/exit code"
2017-03-27 Treehugger RobotMerge "Revert "Revert "Make original dex file be more...
2017-03-27 Nicolas GeoffrayMerge "ARM: Reduce the number of branches generated...
2017-03-27 Nicolas GeoffrayMerge "ARM: Improve the code generated for HInstanceOf"
2017-03-27 Orion HodsonMerge "Improve user-friendliness of art script."
2017-03-27 Nicolas GeoffrayMerge "Improvements in the Inliner."
2017-03-25 Nicolas GeoffrayMerge "Fix issue with Android.run-test.mk"
2017-03-24 Mathieu ChartierMerge "Move backtrace logic to backtrace_helper.h"
2017-03-24 Joachim SauerMerge "Remove TimeZoneTest.testAllDisplayNames() failure"
2017-03-24 Aart BikMerge "MIPS64: Check for MSA presence in each MSA instr...
2017-03-24 Aart BikMerge "Implement a SIMD spilling slot."
2017-03-24 Orion HodsonMerge "Silence ulimit in run-test"
2017-03-24 Vladimir MarkoMerge "Deterministic DexCache in heap images."
2017-03-24 Vladimir MarkoMerge "Deterministic DexCache in heap images."
2017-03-24 Treehugger RobotMerge "MIPS64: Remove memcpy() from java.lang.String...
2017-03-24 Treehugger RobotMerge "MIPS32: Remove memcpy() from java.lang.String...
2017-03-24 Nicolas GeoffrayMerge "Revert "Revert^4 "CHA for interface method."""
2017-03-24 Nicolas GeoffrayMerge "Revert "Make original dex file be more deduplica...
2017-03-23 Treehugger RobotMerge "Make original dex file be more deduplicated"
2017-03-23 Mingyao YangMerge "Revert^4 "CHA for interface method.""
2017-03-23 Vladimir MarkoDeterministic DexCache in heap images.
2017-03-22 Mathieu ChartierMerge "Add even more logging failed to copy GC error"
2017-03-22 Aart BikMerge "MIPS64: Extend instruction_set_features_mips64_test"
2017-03-22 Mathieu ChartierMerge "Add syntax for adding all class methods to profman"
2017-03-22 Mathieu ChartierMerge "Speed up test 080-oom-throw"
2017-03-22 Calin JuravleMerge "Log the errno code for failed flock() invocations"
2017-03-22 Nicolas GeoffrayMerge "Assign pointer to quick code for copied methods"
2017-03-22 Nicolas GeoffrayMerge "ARM: Avoid branches to branches"
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-13 Artem UdovichenkoAssign pointer to quick code for copied methods
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."
next