OSDN Git Service

Merge "Allow libcore and JDWP tests to be executed without JIT."
[android-x86/art.git] / runtime / art_method.cc
2016-05-19 Treehugger RobotMerge "Allow libcore and JDWP tests to be executed...
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 Alex LightMerge "Revert "Revert "Make run-test default to optimiz...
2016-05-11 Roland LevillainMerge "Add cmpb instruction to x86 and x86_64 assembler"
2016-05-11 Nicolas GeoffrayMerge "Revert "Blacklist test.""
2016-05-10 Mathieu ChartierMerge changes I11f1f820,Iafec1f83
2016-05-10 Aart BikMerge "Break the debug cycle!"
2016-05-10 Aart BikBreak the debug cycle!
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-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 Andreas GampeMerge "ART: Refactor imgdiag internals"
2016-04-07 Jeff HaoMerge "Remove AnnotationAccess and its remaining uses."
2016-04-06 Yi KongMerge "Fix and re-enable compiler_driver_test"
2016-04-05 Alex LightMerge "Fix issued with non-public interface methods."
2016-04-05 Roland LevillainMerge "Implement ARM64 support for SystemArrayCopy()"
2016-04-05 Vladimir MarkoMerge "Revert "Remove many `instrumentation` variables...
2016-04-05 Vladimir MarkoMerge "Clean up OatQuickMethodHeader after Quick removal."
2016-04-04 Vladimir MarkoClean up OatQuickMethodHeader after Quick removal.
2016-03-30 Vladimir MarkoMerge "X86_64: Replace x86_64 xchg instruction use"
2016-03-22 Nicolas GeoffrayMerge "Revert "Revert "Enable compilation of secondary...
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-11 Stephen HinesMerge "Enable clang for ARM builds."
2016-03-11 Hiroshi YamauchiMerge "Assembly region TLAB allocation fast path for...
2016-03-10 Vladimir MarkoMerge "Add Mips abiflags section to the oatfile."
2016-03-10 Nicolas GeoffrayMerge "Clear 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...
2016-03-08 David SrbeckyMerge "ART: Use the right ElfBuilder for oatdump symbol...
2016-03-08 David SrbeckyMerge "Propagate InstructionSetFeatures to ElfBuilder."
2016-03-07 Vladimir MarkoMerge "ART: Fix RegTypeCache::FromUnresolvedMerge()."
2016-03-07 Nicolas GeoffrayMerge "Add some debugging for zygote crash."
2016-03-07 Roland LevillainMerge "Typo in comment in MIPS32 mterp."
2016-03-07 Bill BuzbeeMerge "ART: Enable JitProfiling for MIPS64 Mterp"
2016-03-07 Nicolas GeoffrayMerge "Add some debugging for zygote crash."
2016-03-07 Nicolas GeoffrayAdd some debugging for zygote crash.
2016-03-07 Vladimir MarkoMerge "Remove useless map in SwapAllocator"
2016-03-04 David SrbeckyMerge "Cache DexRegisterMaps when writing native debug...
2016-03-04 David SrbeckyMerge "Re-enable CFI test for compressed symbols."
2016-03-03 Alex LightMerge "Move some default-methods tests to Java from...
2016-03-03 Dimitry IvanovMerge "Simplify LoadNativeLibrary()"
2016-03-03 Nicolas GeoffrayMerge "Do a TryLock when allocating a ProfilingInfo...
2016-03-02 Nicolas GeoffrayMerge "Give the JIT its own arena pool to avoid lock...
2016-03-02 Sebastien HertzMerge "More run-test with Jack"
2016-03-01 David BrazdilMerge "ART: Fix overlapping instruction IDs in inliner"
2016-03-01 Nicolas GeoffrayMerge "Revert "Use the interpreter as a heartbeat for...
2016-03-01 Bill BuzbeeMerge "Revert "Revert "Fast ART x86_64 interpretator"""
2016-03-01 Aart BikMerge "Fixed bug on incorrectly revisiting same block."
2016-03-01 Bill BuzbeeMerge "x86 Fast Interpreter: Fix CFI"
2016-03-01 Nicolas GeoffrayMerge "Use the interpreter as a heartbeat for the JIT."
2016-03-01 Roland LevillainMerge "Fix the signature of the IndexOf entry point."
2016-03-01 Nicolas GeoffrayMerge "Dump more information to diagnose problem."
2016-03-01 Nicolas GeoffrayMerge "Dump more information to diagnose problem."
2016-03-01 Nicolas GeoffrayDump more information to diagnose problem.
2016-02-23 Delphine MartinMerge "Revert "Force Jack to consider multidex annotati...
2016-02-18 Tamas BerghammerMerge "Mark __jit_debug_register_code as a unique symbo...
2016-02-17 Bill YiMerge commit 'dfd4a9e8d36ad791505c6d80c0f627e6a0a764bf...
2016-02-16 Richard UhlerMerge "ahat: annotate char[] objects with their string...
2016-02-11 Mingyao YangMerge "Some clean-up for the handling of HSelect in...
2016-02-10 Vladimir MarkoMerge "Try to substitute constructor chains for IPUTs."
2016-02-09 Vladimir MarkoMerge "ARM: Add direct calls to math intrinsics"
2016-02-08 Tamas BerghammerMerge "Revert "Make it possible to enable native debugg...
2016-02-08 Tamas BerghammerMerge "Make it possible to enable native debugging...
2016-02-08 David SrbeckyMerge "Move code related to debug info generation to...
2016-02-06 Christopher FerrisMerge "Newer kernels added SEGV_BNDERR."
2016-02-06 Andreas GampeMerge "ART: Curb lock-verification-failure spam"
2016-02-05 Andreas GampeMerge "ART: Better InitWithoutImage error messages"
2016-02-05 Hiroshi YamauchiMerge "Use 8-byte increment bracket sizes for rosalloc...
2016-02-05 Alex LightMerge "Make test 971-iface-super smaller to prevent...
2016-02-05 Nicolas GeoffrayMerge "Revert "Revert "Implement on-stack replacement...
2016-02-05 Nicolas GeoffrayRevert "Revert "Implement on-stack replacement for...
2016-02-05 David BrazdilMerge "Revert "Implement on-stack replacement for arm...
2016-02-05 David BrazdilRevert "Implement on-stack replacement for arm/arm64...
2016-02-05 Nicolas GeoffrayMerge "Implement on-stack replacement for arm/arm64...
2016-02-05 Nicolas GeoffrayImplement on-stack replacement for arm/arm64/x86/x86_64.
2016-01-22 Nicolas GeoffrayMerge "Update to INFO to not confuse adb logcat readers."
next