[runtime] Remove the redundant %_IsObject intrinsic.
[platform/upstream/v8.git] / src / x87 / lithium-codegen-x87.cc
2015-08-26 bmeurer[runtime] Remove the redundant %_IsObject intrinsic.
2015-08-26 chunyang.daiX87: Correctify instanceof and make it optimizable.
2015-08-21 chunyang.daiX87: [turbofan] Unify referencing of stack slots
2015-08-21 chunyang.daiX87: [simd.js] Single SIMD128_VALUE_TYPE for all Simd12...
2015-08-19 titzerRename ParserInfo::function() and CompilationInfo:...
2015-08-17 mstarzingerRemove grab-bag includes of v8.h from architecture...
2015-08-13 chunyang.daiX87: [compiler] Remove broken support for undetectable...
2015-08-12 mstarzingerRealize IWYU pattern for frames-inl.h header.
2015-08-03 bbudgeSIMD.js Add the other SIMD Phase 1 types.
2015-07-30 bmeurer[runtime] DeclareGlobals and DeclareLookupSlot don...
2015-07-28 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-28 chunyang.daiX87: [stubs] Don't pass name to Load/StoreGlobalViaCont...
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
2015-07-24 chunyang.daiX87: [stubs] Optimize LoadGlobalViaContextStub and...
2015-07-22 jochenStore offset between fixed typed array base and data...
2015-07-20 ishellCrankshaft part of the 'loads and stores to global...
2015-07-16 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-16 hablichRevert of Expose SIMD.Float32x4 type to Javascript...
2015-07-15 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-13 ishellTypeofMode replaces TypeofState and ContextualMode.
2015-07-02 verwaestDistinguish slow from fast sloppy arguments
2015-07-01 chunyang.daiX87: VectorICs: Lithium support for vector-based stores.
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-19 conradwRevert relanded strong property access CL
2015-06-19 chunyang.daiX87: Revert of Revert of [strong] Implement strong...
2015-06-18 conradwRevert of Revert of [strong] Implement strong mode...
2015-06-18 conradwRevert of [strong] Implement strong mode restrictions...
2015-06-18 conradw[strong] Implement strong mode restrictions on property...
2015-06-11 cdai2X87: [date] Refactor the %_DateField intrinsic to be...
2015-06-11 jarinMake writing of frame translation platform independent.
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-08 jarinUnify decoding of deoptimization translations.
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-06-01 chunyang.daiX87: [crankshaft] Record inlined shared function infos...
2015-05-21 chunyang.daiX87: Cleanup interface descriptors to reflect that...
2015-05-19 chunyang.daiX87: Reapply "Resolve references to "this" the same...
2015-05-19 chunyang.daiX87: Now that vector ics are established for load,...
2015-05-14 chunyang.daiRevert "X87: Resolve references to "this" the same...
2015-05-13 chunyang.daiX87: Resolve references to "this" the same way as norma...
2015-05-13 chunyang.daiX87: New hydrogen instruction to reduce cost of growing...
2015-05-12 conradw[strong] Disallow implicit conversions for comparison
2015-05-08 verwaestRevert of Allow loading holes from holey smi arrays...
2015-05-08 chunyang.daiRevert of X87: Resolve references to "this" the same...
2015-05-07 verwaestAllow loading holes from holey smi arrays
2015-05-07 chunyang.daiX87: Optimize the typeof operator.
2015-05-07 chunyang.daiX87: Resolve references to "this" the same way as norma...
2015-05-06 conradw[strong] Fix inlining issue
2015-05-04 verwaestOnly swap undefined for the global object if necessary...
2015-04-30 jochenUnify internal and external typed arrays a bit
2015-04-29 chunyang.daiX87: Don't MISS if you read the hole from certain FastH...
2015-04-28 jochenAdd HArrayBufferNotNeutered instruction
2015-04-24 conradw[strong] Disallow implicit conversions for binary arith...
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-04-17 chunyang.daiX87: Reland "Add basic crankshaft support for slow...
2015-04-16 chunyang.daiX87: Array() in optimized code can create with wrong...
2015-04-16 chunyang.daiX87: VectorICs: megamorphic keyed loads in crankshaft...
2015-04-14 chunyang.daiX87: Remove unnecessary options from HTailCallThroughMe...
2015-04-14 chunyang.daiX87: Change near jump to far jump to fix the jump dista...
2015-04-09 chunyang.daiX87: Make --always-opt also optimize top-level code
2015-04-07 hpayerReland "Merge old data and pointer space."
2015-03-25 chunyang.daiX87: [turbofan] Turn Math.clz32 into an inlinable...
2015-03-24 chunyang.daiX87: Remove PropertyCell space
2015-03-23 mstarzingerMove CompilationInfo::this_has_uses to HGraph::this_has...
2015-03-19 hpayerRevert "Merge old data and pointer space."
2015-03-18 hpayerMerge old data and pointer space.
2015-03-18 loisloCpuProfiler: log pc offset for deopts.
2015-03-18 loisloCpuProfiler: x87. put right address to the stack, so...
2015-03-17 loisloCpuProfiler: extract DeoptInfo fill in code into a...
2015-03-13 bmeurer[turbofan] Use builtin inlining mechanism for Math...
2015-02-27 loisloCpuProfiler: replace raw position with SourcePosition...
2015-02-27 cdai2X87: Move Maps' back pointers from "transitions" to...
2015-02-25 dcarneyemit premonomorphic ics for keyed loads/stores in optim...
2015-02-23 dcarneyemit premonomorphic ics for loads/stores in optimized...
2015-02-20 loisloCpuProfiler: eliminate cpu-profiler dependency from...
2015-02-12 loisloCPUProfiler: Push deopt reason further to ProfileNode.
2015-02-12 loisloRevert of CPUProfiler: Push deopt reason further to...
2015-02-12 loisloCPUProfiler: Push deopt reason further to ProfileNode.
2015-02-10 loisloPropagate DeoptInfo to cpu-profiler
2015-02-09 chunyang.daiX87: Externalize deoptimization reasons.
2015-02-09 cdai2X87: Remove the obsolete OverwriteMode optimization.
2015-02-09 cdai2X87: Introduce LanguageMode, drop StrictMode.
2015-02-09 cdai2X87: Continue learning for calls in crankshaft.
2015-02-07 chunyang.daiX87: Initial switch to Chromium-style CHECK_* and DCHEC...
2015-02-06 cdai2X87: Double field values need sNaN -> qNaN canonicaliza...
2015-02-05 loisloExternalize deoptimization reasons.
2015-02-05 bmeurerRevert of Externalize deoptimization reasons. (patchset...
2015-02-05 loisloExternalize deoptimization reasons.
2015-02-05 Weiliang Linx87: Use signaling NaN for holes in fixed double arrays.
2015-02-04 loisloRevert of Externalize deoptimization reasons. (patchset...
2015-02-04 loisloExternalize deoptimization reasons.
2015-01-26 ulanCache WeakCell for optimized code.
2015-01-22 ulanTreat pointers in optimized code as strong before all...
2015-01-20 ulanLCodeGen::CallKnownFunction gets the function in register.
2014-12-22 chunyang.daiX87: fix one test case failure under debug mode.
2014-12-12 Michael StantonHydrogen code stubs for vector-based ICs.
2014-12-12 svenpanneConsistently use only one of virtual/OVERRIDE/FINAL.
2014-11-10 jkummerow@chromium.orgFix has_constant_parameter_count() confusion in LReturn
2014-11-10 weiliang.lin@intel.comX87: fix one GC issue.
2014-11-05 weiliang.lin@intel.comSet the FPU precision control to double-precision.
next