Revert of Expose SIMD.Float32x4 type to Javascript. (patchset #14 id:450001 of https...
[platform/upstream/v8.git] / src / x64 / lithium-codegen-x64.cc
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-06-30 conradw[strong] Implement strong property access semantics
2015-06-26 mvstantonVectorICs: Lithium support for vector-based stores.
2015-06-19 conradwRevert relanded strong property access CL
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 jarinMake writing of frame translation platform independent.
2015-06-10 bmeurer[deoptimizer] Basic support inlining based on SharedFun...
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-08 jarinUnify decoding of deoptimization translations.
2015-06-03 bmeurer[date] Refactor the %_DateField intrinsic to be optimiz...
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-29 bmeurer[x64] Fix useless deopt in for-in.
2015-05-28 bmeurer[crankshaft] Record inlined shared function infos inste...
2015-05-20 mvstantonCleanup interface descriptors to reflect that vectors...
2015-05-19 wingoReapply "Resolve references to "this" the same way...
2015-05-19 wingoRevert of Reapply "Resolve references to "this" the...
2015-05-18 wingoReapply "Resolve references to "this" the same way...
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-13 yangguoRevert "Resolve references to "this" the same way as...
2015-05-12 conradw[strong] Disallow implicit conversions for comparison
2015-05-12 mvstantonNew hydrogen instruction to reduce cost of growing...
2015-05-11 wingoResolve references to "this" the same way as normal...
2015-05-08 verwaestRevert of Allow loading holes from holey smi arrays...
2015-05-07 verwaestAllow loading holes from holey smi arrays
2015-05-07 machenbachRevert of Resolve references to "this" the same way...
2015-05-06 wingoResolve references to "this" the same way as normal...
2015-05-06 mvstantonOptimize the typeof operator.
2015-05-06 conradw[strong] Fix inlining issue
2015-05-05 wingoRevert of Resolve references to "this" the same way...
2015-05-05 wingoResolve references to "this" the same way as normal...
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-28 jochenAdd HArrayBufferNotNeutered instruction
2015-04-27 mvstantonDon't MISS if you read the hole from certain FastHoley...
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-16 verwaestReland "Add basic crankshaft support for slow-mode...
2015-04-15 mvstantonArray() in optimized code can create with wrong Element...
2015-04-15 mvstantonVectorICs: megamorphic keyed loads in crankshaft don...
2015-04-13 mvstantonRemove unnecessary options from HTailCallThroughMegamor...
2015-04-13 machenbachRevert of VectorICs: megamorphic keyed loads in cranksh...
2015-04-13 mvstantonVectorICs: megamorphic keyed loads in crankshaft don...
2015-04-13 bmeurer[x86] Allow (v)divsd->(v)mulsd to execute in parallel.
2015-04-07 mstarzingerMake --always-opt also optimize top-level code.
2015-04-07 hpayerReland "Merge old data and pointer space."
2015-03-23 mstarzingerMove CompilationInfo::this_has_uses to HGraph::this_has...
2015-03-20 Benedikt Meurer[turbofan] Turn Math.clz32 into an inlinable builtin.
2015-03-19 hpayerRevert "Merge old data and pointer space."
2015-03-18 verwaestRemove PropertyCell space
2015-03-18 hpayerMerge old data and pointer space.
2015-03-18 loisloCpuProfiler: log pc offset for deopts.
2015-03-18 loisloCpuProfiler: x64. put right address to the stack, so...
2015-03-17 loisloCpuProfiler: extract DeoptInfo fill in code into a...
2015-03-10 bmeurer[turbofan] Unify Math.floor / Math.ceil optimization.
2015-02-27 loisloCpuProfiler: replace raw position with SourcePosition...
2015-02-25 dcarneyemit premonomorphic ics for keyed loads/stores in optim...
2015-02-24 jkummerowMove Maps' back pointers from "transitions" to "constru...
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-05 loisloExternalize deoptimization reasons.
2015-02-05 bmeurerRevert of Externalize deoptimization reasons. (patchset...
2015-02-05 Benedikt MeurerRemove the obsolete OverwriteMode optimization.
2015-02-05 loisloExternalize deoptimization reasons.
2015-02-04 loisloRevert of Externalize deoptimization reasons. (patchset...
2015-02-04 loisloExternalize deoptimization reasons.
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-01-28 mvstantonContinue learning for calls in crankshaft.
2015-01-27 mvstantonRevert of Continue learning for calls in optimized...
2015-01-27 mvstantonContinue learning for calls in optimized code when...
2015-01-26 ulanCache WeakCell for optimized code.
2015-01-23 Benedikt Meurer[x86] Use AVX in Crankshaft when available.
2015-01-22 machenbachRevert of [x86] Use AVX in Crankshaft when available...
2015-01-22 ulanTreat pointers in optimized code as strong before all...
2015-01-21 Benedikt MeurerUse signaling NaN for holes in fixed double arrays.
2015-01-20 Benedikt Meurer[x86] Use AVX in Crankshaft when available.
2015-01-20 ulanLCodeGen::CallKnownFunction gets the function in register.
2014-12-15 jkummerowAdd infrastructure to keep track of references to proto...
2014-12-12 Michael StantonHydrogen code stubs for vector-based ICs.
2014-12-12 svenpanneConsistently use only one of virtual/OVERRIDE/FINAL.
2014-11-11 ishell@chromium.orgReland "In-object double fields unboxing (for 64-bit...
2014-11-10 verwaest@chromium.orgRevert "In-object double fields unboxing (for 64-bit...
2014-11-10 ishell@chromium.orgIn-object double fields unboxing (for 64-bit only).
2014-11-10 jkummerow@chromium.orgFix has_constant_parameter_count() confusion in LReturn
2014-10-20 mvstanton@chromium.orgvector-based ICs did not update type feedback counts...
2014-10-10 mvstanton@chromium.orgIntroduce FeedbackVectorSlot type - better than int.
2014-10-10 mvstanton@chromium.orgTeach TurboFan to call vector-based ICs.
2014-09-23 svenpanne@chromium.orgFixed branch distances.
2014-09-23 svenpanne@chromium.orgMade the detailed reason for deopts mandatory on ia32...
2014-09-22 svenpanne@chromium.orgFurther improve deopt reason output.
2014-09-22 svenpanne@chromium.orgMerge RecordComment invocations into DeoptimizeIf calls.
2014-09-22 svenpanne@chromium.orgEmit source positions in deopt comments, too.
next