OSDN Git Service

Merge "Allow libcore and JDWP tests to be executed without JIT."
[android-x86/art.git] / compiler / optimizing / code_generator_x86_64.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-13 Nicolas GeoffrayRevert "ART: Reference.getReferent intrinsic for x86...
2016-05-12 Aart BikMerge "Fix oatdump crash on arm64/arm code. Also adds...
2016-05-12 Treehugger RobotMerge "Don't expect permission to open foreign dex...
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 Roland LevillainMerge "Add cmpb instruction to x86 and x86_64 assembler"
2016-05-11 Nicolas GeoffrayMerge "Revert "Blacklist test.""
2016-05-10 Aart BikMerge "Break the debug cycle!"
2016-05-10 Alex LightMerge "Make all java.lang.reflect.Constructor methods...
2016-05-10 Alex LightMerge "Fix issue with Constructor proxies."
2016-05-10 Vladimir MarkoMerge "Intrinsify String.length() and String.isEmpty...
2016-05-10 Nicolas GeoffrayMerge "Workaround invokesuper underspecified behavior."
2016-05-10 Serguei KatkovART: Reference.getReferent intrinsic for x86 and x86_64
2016-05-09 Treehugger RobotMerge "Revert "Revert "Assembly RegionTLAB allocation...
2016-05-09 Vladimir MarkoIntrinsify String.length() and String.isEmpty() as...
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-27 Dimitry IvanovMerge "Initialize native loader on JNI_CreateJavaVM"
2016-04-27 Treehugger RobotMerge "Fix string patch target retrieval in OatWriter."
2016-04-27 Treehugger RobotMerge "ART: Disable back edge uses for irreducible...
2016-04-27 Vladimir MarkoMerge "ART: add exynos-m1 to a53 #835769 & #843419...
2016-04-27 Roland LevillainMerge "ART: Eliminate unlikely code from hot path in...
2016-04-26 Serguei KatkovART: Eliminate unlikely code from hot path in x86 div/rem
2016-04-25 Treehugger RobotMerge "Add flag to ArtMethod to skip compilation."
2016-04-22 Treehugger RobotMerge "Revert "Assembly RegionTLAB allocation fast...
2016-04-22 Aart BikMerge "MIPS64: Implement bitCount intrinsics."
2016-04-22 Richard UhlerMerge "Update to perflib-25.0.0 to improve processing...
2016-04-22 Hiroshi YamauchiMerge "Assembly RegionTLAB allocation fast path for...
2016-04-22 David BrazdilMerge "ART: Naive NullCheck elimination in InstructionB...
2016-04-22 Tobias ThiererMerge "Avoid redundant Long allocation before unboxing"
2016-04-22 Treehugger RobotMerge "ART: Disable unstarted runtime pow test for...
2016-04-21 Alex LightMerge "Make dex file loading failure more explicit...
2016-04-21 Hiroshi YamauchiMerge "Revert "Revert "Assembly TLAB and RegionTLAB...
2016-04-21 Aart BikMerge "X86/X86_64: Switch to locked add from mfence"
2016-04-20 Andreas GampeMerge "ART: Change x86 from modify_ldt to set_thread_data"
2016-04-14 Andreas GampeMerge "ART: Make iget receiver mismatch hard verifier...
2016-04-14 Nicolas GeoffrayMerge "Remove the JIT from the instrumentation framework."
2016-04-13 Aart BikMerge "Revert "Remove the no-longer-needed F/I and...
2016-04-13 Treehugger RobotMerge "Allow private methods in interfaces."
2016-04-13 Vladimir MarkoMerge "Move Assemblers to the Arena."
2016-04-13 Vladimir MarkoMove Assemblers to the Arena.
2016-04-13 Bill BuzbeeMerge "Revert "Revert "ART: Improve JitProfile perf...
2016-04-12 Mark MendellX86/X86_64: Switch to locked add from mfence
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 Roland LevillainMerge "Remove more Quick-related macros in tests."
2016-04-07 David BrazdilMerge "Revert "Revert "Refactor HGraphBuilder and SsaBu...
2016-04-07 David BrazdilRevert "Revert "Refactor HGraphBuilder and SsaBuilder...
2016-04-07 Roland LevillainMerge "Revert "Change RequiresConstructorBarrier defaul...
2016-04-07 Roland LevillainMerge "Revert "Check if we require barrier if we did...
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-06 Yi KongMerge "Fix and re-enable compiler_driver_test"
2016-04-06 Vladimir MarkoOptimizing: Fix codegens for MethodLoadKind::kDexCacheV...
2016-04-05 Vladimir MarkoMerge "Clean up OatQuickMethodHeader after Quick removal."
2016-04-04 Andreas GampeMerge "ART: Dump less maps"
2016-04-04 David BrazdilMerge "Revert "Refactor HGraphBuilder and SsaBuilder...
2016-04-04 David BrazdilRevert "Refactor HGraphBuilder and SsaBuilder to remove...
2016-04-04 Roland LevillainMerge "Have Checker print lines of unmatched test cases."
2016-04-04 Calin JuravleMerge "Use bit-level packing for InlineInfo in stackmap...
2016-04-04 Roland LevillainMerge "Fix BitCount intrinsics assertions."
2016-04-04 Roland LevillainMerge "Improve debugging in art/compiler/optimizing...
2016-04-04 David BrazdilMerge "Refactor HGraphBuilder and SsaBuilder to remove...
2016-04-04 David BrazdilRefactor HGraphBuilder and SsaBuilder to remove HLocals
2016-04-01 David SrbeckyMerge "Fix thumb bit in the oatdump symbolizer."
2016-04-01 Calin JuravleMerge "Pack stack map entries on bit level to save...
2016-04-01 Andreas GampeMerge "ART: Actually run tests cross arch for oatdump"
2016-03-31 Ying WangMerge "Remove obsolete ANDROID_COMPILE_WITH_JACK"
2016-03-31 Richard UhlerMerge "Refine OatFileAssistant.MakeUpToDate failure...
2016-03-31 Ying WangMerge "Remove obsolete LOCAL_DX_FLAGS."
2016-03-31 Hans BoehmMerge "Only log excessive timeouts if those appear...
2016-03-31 Bill BuzbeeMerge "ART: Improve JitProfile perf in x86_64 mterp"
2016-03-31 Bill BuzbeeMerge "ART: Improve JitProfile perf in x86 mterp"
2016-03-31 Roland LevillainMerge "Rename run-test 593-checker-boolean-to-integral...
2016-03-31 Roland LevillainMerge "Fix Boolean to integral types conversions."
2016-03-31 Vladimir MarkoMerge "ART: Save or erase the file even if I/O failed"
2016-03-31 David BrazdilMerge "ART: Fix TypeConversion from long const to float...
2016-03-31 Pavel VyssotskiART: Fix TypeConversion from long const to float on...
2016-03-30 Aart BikMerge "Fix arm64 simplifier bug that tries to remove...
2016-03-30 Andreas GampeMerge "ART: Fix unstarted runtime for Security"
next