OSDN Git Service

Merge "Allow libcore and JDWP tests to be executed without JIT."
[android-x86/art.git] / runtime / gc / heap.cc
2016-05-19 Treehugger RobotMerge "Allow libcore and JDWP tests to be executed...
2016-05-18 Treehugger RobotMerge "Mark concrete HIR instructions as FINAL."
2016-05-17 Mingyao YangMerge "Fix an assert during jdwp debugging."
2016-05-17 Treehugger RobotMerge "Support to pass <uses-library> option through...
2016-05-17 Jeff HaoSupport to pass <uses-library> option through to dex2oat.
2016-05-17 Roland LevillainMerge "Revert "Reject classes inheriting from themselve...
2016-05-17 Roland LevillainMerge "Revert "Reject classes implementing themselves...
2016-05-16 Roland LevillainMerge "Reject classes implementing themselves as interf...
2016-05-16 Roland LevillainMerge "Reject classes inheriting from themselves direct...
2016-05-16 Paul DuffinMerge "Fix the benchmark fail by caliper's change"
2016-05-13 Nicolas GeoffrayMerge "Revert "ART: Reference.getReferent intrinsic...
2016-05-12 Aart BikMerge "Fix oatdump crash on arm64/arm code. Also adds...
2016-05-12 Richard UhlerMerge "Hold a ClassLoader reference in NativeAllocation...
2016-05-12 Roland LevillainMerge "ART: Reference.getReferent intrinsic for x86...
2016-05-11 Mathieu ChartierMerge "Add histogram for native allocations"
2016-05-11 Mathieu ChartierAdd histogram for native allocations
2016-05-10 Nicolas GeoffrayMerge "Workaround invokesuper underspecified behavior."
2016-05-09 Treehugger RobotMerge "Revert "Revert "Assembly RegionTLAB allocation...
2016-05-06 Vladimir MarkoMerge "Optimizing: LoadString may not have any side...
2016-05-05 Roland LevillainMerge "Patch for compiling art to run on linux target"
2016-05-04 Vladimir MarkoMerge "ARM64: Add new String.compareTo intrinsic."
2016-05-03 Aart BikMerge "ARM(64): Implement the isInfinite intrinsics"
2016-04-29 Chih-hung HsiehMerge "Fix google-explicit-constructor warnings."
2016-04-29 Treehugger RobotMerge "Deduplicate simple roots in hprof."
2016-04-29 Hans BoehmMerge "Correct monitor pool synchronization"
2016-04-29 Treehugger RobotMerge "Remove invoke after inlining."
2016-04-29 Calin JuravleMerge changes I96464d76,Id5e77316,Icb42a081,I68afc181...
2016-04-28 Calin JuravleSplit profile recording from jit compilation
2016-04-13 Bill BuzbeeMerge "Revert "Revert "ART: Improve JitProfile perf...
2016-04-12 Sergio GiroMerge "unstarted_runtime: add cutout for Math.floor"
2016-04-11 Nicolas GeoffrayMerge "MIPS: Improving art_quick_imt_conflict_trampoline"
2016-04-11 Nicolas GeoffrayMerge "Implement on-stack replacement for MIPS32 and...
2016-04-08 Alex LightMerge "Make sure non-fatal errors aren't printed."
2016-04-08 Andreas GampeMerge "ART: Refactor imgdiag internals"
2016-04-07 Jeff HaoMerge "Remove AnnotationAccess and its remaining uses."
2016-04-07 Vladimir MarkoMerge "Thumb2: Show the immediate in ROR (immediate...
2016-04-07 Vladimir MarkoMerge "Add 20s timeout to 570-checker-osr."
2016-04-07 Vladimir MarkoMerge "Optimizing: Fix codegens for MethodLoadKind...
2016-04-07 Roland LevillainMerge "Move optimizations out of HInliner::TryBuildAndI...
2016-04-06 Yi KongMerge "Fix and re-enable compiler_driver_test"
2016-04-06 Mathieu ChartierMerge "ART: Handle OOM in stack overflow"
2016-04-06 Mathieu ChartierART: Handle OOM in stack overflow
2016-03-30 Vladimir MarkoMerge "X86_64: Replace x86_64 xchg instruction use"
2016-03-28 Alex LightMerge "Add support for Dex version 37 in Runtime."
2016-03-25 Aart BikMerge "Avoid removing new-instance instruction twice...
2016-03-24 Bill BuzbeeMerge "ART: Improve JitProfile perf in arm/arm64 mterp"
2016-03-24 Vladimir MarkoMerge "Post-Quick cleanup: Remove CompilationUnit."
2016-03-24 Nicolas GeoffrayMerge "Re-enable IMT stub test."
2016-03-24 Roland LevillainMerge "Clean up art::HConstant predicates."
2016-03-24 Nicolas GeoffrayMerge "Do a null check on the sibling in the register...
2016-03-24 Vladimir MarkoMerge "Optimizing: Do not insert suspend checks on...
2016-03-24 Aart BikMerge "Fix potential race condition with threads array."
2016-03-24 Hiroshi YamauchiMerge "Add RosAlloc stats dump."
2016-03-23 Hiroshi YamauchiAdd RosAlloc stats dump.
2016-03-23 Nicolas GeoffrayMerge "Relax too strong DCHECK."
2016-03-22 Roland LevillainMerge "Tighten art::HNeg type constraints on its input."
2016-03-22 Roland LevillainMerge "Revamp run-test 431-optimizing-arith-shifts."
2016-03-22 Nicolas GeoffrayMerge "Revert "Revert "Enable compilation of secondary...
2016-03-22 Roland LevillainMerge "Suppress MIPS32 assembler warnings"
2016-03-22 Nicolas GeoffrayMerge "Remove Quick from tree."
2016-03-22 Vladimir MarkoMerge "Remove bogus DCHECK()."
2016-03-21 Aart BikMerge "Generalize induction and range analysis across...
2016-03-21 Mathieu ChartierMerge "Move process state into runtime"
2016-03-21 Mathieu ChartierMerge "Disable LZ4HC compressed images"
2016-03-21 Mathieu ChartierMove process state into runtime
2016-03-21 Vladimir MarkoMerge "Optimizing: Fix register allocator validation...
2016-03-21 Hiroshi YamauchiMerge "Fix a CC 145-alloc-tracking-stress deadlock."
2016-03-19 Hiroshi YamauchiFix a CC 145-alloc-tracking-stress deadlock.
2016-03-18 David SrbeckyMerge "Generate native debug stackmaps before calls...
2016-03-16 David SrbeckyMerge "Remove --native-debuggable compiler option."
2016-03-16 Calin JuravleMerge "Clean up NullCheck generation and record stats...
2016-03-16 Calin JuravleMerge "Improve compiler stats"
2016-03-16 David SrbeckyMerge "Call __jit_debug_register_code() indirectly...
2016-03-16 Nicolas GeoffrayMerge "Collect memory use for the JIT."
2016-03-15 Hiroshi YamauchiMerge "Assembly TLAB allocation fast path for arm64."
2016-03-15 Aart BikMerge "Fixed bug in BCE, with regression test."
2016-03-14 Mathieu ChartierMerge "Fix cases where we miss instrumentation changes"
2016-03-14 Mathieu ChartierFix cases where we miss instrumentation changes
2016-03-14 Nicolas GeoffrayMerge "Revert "Enable compilation of secondary dex...
2016-03-14 Andreas GampeMerge "ART: Check alignment of section offsets"
2016-03-14 Calin JuravleMerge "Enable compilation of secondary dex files"
2016-03-14 Roland LevillainMerge "Revert "Re-enable test that was causing TimeoutE...
2016-03-11 Stephen HinesMerge "Enable clang for ARM builds."
2016-03-11 Hiroshi YamauchiMerge "Assembly region TLAB allocation fast path for...
2016-03-11 David SrbeckyMerge "Revert "Allow duplicated methods in different...
2016-03-11 David SrbeckyMerge "Allow duplicated methods in different DWARF...
2016-03-11 David SrbeckyMerge "Allow generation of native debug info for multip...
2016-03-11 David SrbeckyMerge "Refactor MethodDebugInfo (input of DWARF writer)."
2016-03-10 Christopher FerrisMerge "Log when why an Unwind failed."
2016-03-10 Andreas GampeMerge "ART: Release all resource on MonitorPool destruc...
2016-03-10 Aart BikMerge "Avoid generating dead code on frame enter/exit...
2016-03-10 Vladimir MarkoMerge "Add Mips abiflags section to the oatfile."
2016-03-10 Roland LevillainMerge "MIPS32: java.lang.Thread, and java.lang.String...
2016-03-10 Roland LevillainMerge "Fix and enable java.lang.StringFactory intrinsics."
2016-03-10 Nicolas GeoffrayMerge "Clear inline caches at each full GC."
2016-03-09 Nicolas GeoffrayClear inline caches at each full GC.
2016-03-09 David SrbeckyMerge "Mark DWARF lines in non-debuggable methods as...
2016-03-09 Calin JuravleMerge "Handle unexpected cases in profile saver"
2016-03-09 Calin JuravleMerge "Update GetDexOptNeeded to handle different level...
2016-03-09 Calin JuravleMerge "Record foreign dex files loaded by the app in...
next