OSDN Git Service

Merge "Allow libcore and JDWP tests to be executed without JIT."
[android-x86/art.git] / compiler / optimizing / intrinsics_x86.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 Mathieu ChartierMerge "Add null checks to weak DexCache references"
2016-05-17 Vladimir MarkoMerge "Clean up String.indexOf() intrinsics."
2016-05-17 Vladimir MarkoClean up String.indexOf() intrinsics.
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 Vladimir MarkoMerge "Intrinsify String.length() and String.isEmpty...
2016-05-10 Nicolas GeoffrayMerge "Revert "Make run-test default to optimizing...
2016-05-10 Nicolas GeoffrayMerge "Workaround invokesuper underspecified behavior."
2016-05-10 Nicolas GeoffrayMerge "Relax the DCHECK in load store elimination."
2016-05-10 Serguei KatkovART: Reference.getReferent intrinsic for x86 and x86_64
2016-05-10 David SehrMerge "Use delete/delete[] rather than free/realloc...
2016-05-09 Treehugger RobotMerge "Revert "Revert "Assembly RegionTLAB allocation...
2016-05-09 Vladimir MarkoMerge "Fix ProtoId ordering check in DexFileVerifier."
2016-05-09 Alex LightMerge "Make run-test default to optimizing compiler."
2016-05-09 Vladimir MarkoMerge "Improve String.indexOf() intrinsics."
2016-05-06 Vladimir MarkoImprove String.indexOf() intrinsics.
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-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-04 Alex LightMerge "Fix issue with verification check failure on...
2016-04-04 David BrazdilMerge "Revert "Refactor HGraphBuilder and SsaBuilder...
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-01 Roland LevillainFix BitCount intrinsics assertions.
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-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 Nicolas GeoffrayMerge "Tweak JIT hotness threshold."
2016-03-10 Nicolas GeoffrayMerge "MIPS32: Fix test 082-inline-execute"
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 Andreas GampeMerge "ART: Enable native stack dumping on timeout"
2016-03-09 Andreas GampeMerge "ART: Use optimizing compiler in image_test"
2016-03-09 Aart BikMerge "Implement the 1.8 unsafe memory fences directly...
2016-03-09 Roland LevillainFix and enable java.lang.StringFactory intrinsics.
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 Hiroshi YamauchiMerge "Fix valgrind errors with MemMap::Sync()."
2016-03-08 Aart BikImplement the 1.8 unsafe memory fences directly 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-08 Aart BikMerge "Unsafe: Recognize intrinsics for 1.8 java.util...
2016-03-07 Aart BikMerge "Unsafe: Recognize intrinsics for 1.8 java.util...
2016-03-07 Aart BikUnsafe: Recognize intrinsics for 1.8 java.util.concurrent
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-04 Nicolas GeoffrayMerge "ProfilingInfo roots should be visited by the...
2016-03-03 Alex LightMerge "Move some default-methods tests to Java from...
2016-03-03 Mingyao YangMerge "change image in run-jdwp-tests.sh"
2016-03-03 Mingyao YangMerge "Add a PassScope for PrepareForRegisterAllocation"
2016-03-03 Dimitry IvanovMerge "Simplify LoadNativeLibrary()"
2016-03-03 Nicolas GeoffrayMerge "Do a TryLock when allocating a ProfilingInfo...
2016-03-02 Andreas GampeMerge "Revert "Disable test after libunwind change.""
2016-03-02 Bill BuzbeeMerge "Fast ART MIPS64 interpreter"
2016-03-02 Nicolas GeoffrayMerge "Clear inline caches if a ProfilingInfo gets...
2016-03-02 Mathieu ChartierMerge "Fix potential linear alloc memory leak"
2016-03-02 Aart BikMerge "Simplified intrinsic macro mechanism."
2016-03-02 Aart BikMerge "Simplified intrinsic macro mechanism."
2016-03-02 Aart BikSimplified intrinsic macro mechanism.
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 Roland LevillainMerge "Optimizing: Do not depend on sharpening in test...
next