[runtime] Sanitize %NewClosure runtime entries.
[platform/upstream/v8.git] / src / hydrogen-instructions.cc
2015-09-10 bmeurer[runtime] Sanitize %NewClosure runtime entries.
2015-09-09 bmeurer[calls] Consistent call protocol for calls.
2015-09-03 bmeurer[es6] Initial steps towards a correct implementation...
2015-09-01 jarin[crankshaft] Cleanup representation calculation for...
2015-09-01 ishellCrankshaft is now able to compile top level code even...
2015-08-26 bmeurer[runtime] Remove the redundant %_IsObject intrinsic.
2015-08-26 yangguoCall JS functions via native context instead of js...
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-08-24 rmcilroyAdd CompileInfo::GetDebugName()
2015-08-20 mstarzingerRemove grab-bag includes of v8.h from everywhere.
2015-08-11 bmeurer[simd.js] Single SIMD128_VALUE_TYPE for all Simd128Values.
2015-08-03 bbudgeSIMD.js Add the other SIMD Phase 1 types.
2015-07-28 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-28 bmeurer[stubs] Don't pass name to Load/StoreGlobalViaContext...
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
2015-07-20 jochenAdd support for adding an external and a tagged pointer
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-06-30 conradw[strong] Implement strong mode semantics for the count...
2015-06-23 verwaestMerge AddFastElement and AddFastDoubleElement
2015-06-11 machenbachRevert of [heap] Unify the immortal immovable root...
2015-06-11 bmeurer[heap] Unify the immortal immovable root detection...
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
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-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-15 jochenRemove unnecessary Isolate::Current calls from hydrogen...
2015-05-12 mvstantonNew hydrogen instruction to reduce cost of growing...
2015-05-08 jochenAdd support for on-heap typed arrays to HLoadKeyed...
2015-05-06 conradw[strong] Fix inlining issue
2015-04-28 jochenAdd HArrayBufferNotNeutered instruction
2015-04-27 mvstantonDon't MISS if you read the hole from certain FastHoley...
2015-04-21 svenpanneRemoved src/{isolate,property-details,utils}-inl.h
2015-04-15 jkummerowFix a few potential integer negation overflows
2015-04-07 hpayerReland "Merge old data and pointer space."
2015-03-19 hpayerRevert "Merge old data and pointer space."
2015-03-18 verwaestDisinherit PropertyCell from Cell
2015-03-18 verwaestRemove PropertyCell space
2015-03-18 hpayerMerge old data and pointer space.
2015-03-17 dcarneycorrectly invalidate global cells
2015-03-02 Sven PanneRemoved funky Maybe constructor and made fields private.
2015-02-17 loisloCpuProfile: rename HSourcePosition to SourcePosition...
2015-02-05 jkummerowFix HConstant(double, ...) constructor
2015-02-03 jarinInfer HConstant::NotInNewSpace only if the supplied...
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-23 dannoRemove the dependency of Zone on Isolate
2015-01-22 bmeurerDouble field values need sNaN -> qNaN canonicalization.
2015-01-21 bmeurerRemove deprecated v8::base::OS::nan_value().
2015-01-21 Benedikt MeurerUse signaling NaN for holes in fixed double arrays.
2015-01-16 Sven PanneContribution of PowerPC port (continuation of 422063005)
2014-12-20 machenbachRevert of Remove obsolete V8_INFINITY macro. (patchset...
2014-12-19 bmeurerRemove obsolete V8_INFINITY macro.
2014-12-18 jkummerowReduce impact of HParameter inputs on HPhi representati...
2014-12-18 svenpanneFixed -fsanitize=float-cast-overflow problems.
2014-12-12 Michael StantonHydrogen code stubs for vector-based ICs.
2014-11-25 svenpanneFixed race condition in HBranch::observed_input_represe...
2014-11-19 Michael StantonRevert "Re-land r25392 Use a stub in crankshaft for...
2014-11-18 Michael StantonRe-land r25392 Use a stub in crankshaft for grow store...
2014-11-18 Michael StantonRevert "Use a stub in crankshaft for grow store arrays."
2014-11-18 Michael StantonUse a stub in crankshaft for grow store arrays.
2014-11-12 dslomov@chromium.orgVarious clean-ups after top-level lexical declarations...
2014-11-11 wingo@igalia.comDon't print inlined function ID in --trace-hydrogen
2014-11-11 dslomov@chromium.orgharmony-scoping: Implement LoadIC handler for loads...
2014-11-10 jkummerow@chromium.orgFix has_constant_parameter_count() confusion in LReturn
2014-11-05 jkummerow@chromium.orgReplace C++ bitfields with our own BitFields
2014-10-24 yangguo@chromium.orgTweaks to the code serializer.
2014-10-02 jkummerow@chromium.orgDrop some unused code
2014-10-01 yangguo@chromium.orgReland "Use symbols instead of hidden properties for...
2014-10-01 yangguo@chromium.orgRevert "Use symbols instead of hidden properties for...
2014-10-01 yangguo@chromium.orgUse symbols instead of hidden properties for i18n markers.
2014-09-30 bmeurer@chromium.orgReplace OStream with std::ostream.
2014-09-12 jkummerow@chromium.orgFix Smi vs. HeapObject confusion in HConstants.
2014-09-08 mvstanton@chromium.orgTo aid vector-based load ic work, we need to be able...
2014-09-08 bmeurer@chromium.orgReplace our home-grown BitCast with bit_cast from Chrom...
2014-08-26 verwaest@chromium.orgFixed inlining of constant values
2014-08-21 verwaest@chromium.orgRename IsDontDelete to IsConfigurable (and invert condi...
2014-08-20 verwaest@chromium.orgFurther reduce LookupResult usage
2014-08-20 bmeurer@chromium.orgFix implementation of bit count functions.
2014-08-18 yangguo@chromium.orgPurge unused internalized string accessors.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-29 yangguo@chromium.orgCheck for negative zero in floor when compiling with...
2014-07-29 yangguo@chromium.orgInline Math.fround in optimized code.
2014-07-21 rossberg@chromium.orgRemove harmony-typeof
2014-07-15 mstarzinger@chromi... Allow embedding of ConsString objects into code.
2014-07-11 svenpanne@chromium.orgMake UBSan happy.
2014-07-09 dusan.milosavljevi... Add mips64 port.
2014-07-07 svenpanne@chromium.orgMore OStreamsUse OStreams more often.
2014-07-03 svenpanne@chromium.orgStart using OStreams.
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-23 mvstanton@chromium.orgRe-land "Clusterfuzz identified overflow check needed...
2014-06-20 rodolph.perfetta... ARM: Avoid duplicate vmla when merging vmul and vadd
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-10 ishell@chromium.orgBugfix in inlined versions of Array.indexOf() and Array...
2014-06-05 ulan@chromium.orgPreliminary support for block contexts in hydrogen.
2014-06-04 ishell@chromium.orgRevert "Folding of bounded dynamic size allocations...
next