2015-07-28 |
jochen | Reland of "Remove ExternalArray, derived types, and... |
blob | commitdiff | raw |
2015-07-27 |
machenbach | Revert of Remove ExternalArray, derived types, and... |
blob | commitdiff | raw | diff to current |
2015-07-27 |
jochen | Remove ExternalArray, derived types, and element kinds |
blob | commitdiff | raw |
2015-07-24 |
rmcilroy | [interpreter] A couple of minor tweaks to BytecodeArray. |
blob | commitdiff | raw | diff to current |
2015-07-24 |
yangguo | Debugger: always include deoptimization support for... |
blob | commitdiff | raw | diff to current |
2015-07-24 |
oth | [Interpreter] Add BytecodeArray class and add to Shared... |
blob | commitdiff | raw | diff to current |
2015-07-22 |
jochen | Store offset between fixed typed array base and data... |
blob | commitdiff | raw | diff to current |
2015-07-20 |
yangguo | Debugger: prepare code for debugging on a per-function... |
blob | commitdiff | raw | diff to current |
2015-07-16 |
bbudge | Expose SIMD.Float32x4 type to Javascript. |
blob | commitdiff | raw | diff to current |
2015-07-16 |
hablich | Revert of Expose SIMD.Float32x4 type to Javascript... |
blob | commitdiff | raw | diff to current |
2015-07-16 |
yangguo | Debugger: ensure that functions with debug info have... |
blob | commitdiff | raw | diff to current |
2015-07-15 |
bbudge | Expose SIMD.Float32x4 type to Javascript. |
blob | commitdiff | raw | diff to current |
2015-07-15 |
verwaest | Simplify PrepareForDataProperty in the IsElement case |
blob | commitdiff | raw | diff to current |
2015-07-15 |
yangguo | Debugger: use debug break slots to break at function... |
blob | commitdiff | raw | diff to current |
2015-07-14 |
paul.lind | Fix big-endian after '[osr] Increase Code::profiler_tic... |
blob | commitdiff | raw | diff to current |
2015-07-13 |
verwaest | Minor cleanup IC keyed access handling. |
blob | commitdiff | raw | diff to current |
2015-07-13 |
bmeurer | [osr] Increase Code::profiler_ticks to 28 bits. |
blob | commitdiff | raw | diff to current |
2015-07-13 |
mstarzinger | Remove unused byte from Map::instance_sizes field. |
blob | commitdiff | raw | diff to current |
2015-07-10 |
verwaest | Fix keyed access of primitive objects in the runtime. |
blob | commitdiff | raw | diff to current |
2015-07-08 |
verwaest | Partially revert r29468 |
blob | commitdiff | raw | diff to current |
2015-07-03 |
verwaest | Increment descriptor array slack for prototypes by... |
blob | commitdiff | raw | diff to current |
2015-07-02 |
verwaest | Distinguish slow from fast sloppy arguments |
blob | commitdiff | raw | diff to current |
2015-07-01 |
verwaest | Micro-optimize lookupiterator: faster path for fast... |
blob | commitdiff | raw | diff to current |
2015-07-01 |
yangguo | Debugger: ensure that break points are set in code... |
blob | commitdiff | raw | diff to current |
2015-06-30 |
conradw | [strong] Implement strong property access semantics |
blob | commitdiff | raw | diff to current |
2015-06-25 |
yangguo | Reland 2 "Keep a canonical list of shared function... |
blob | commitdiff | raw | diff to current |
2015-06-25 |
yangguo | Revert of Reland "Keep a canonical list of shared funct... |
blob | commitdiff | raw | diff to current |
2015-06-25 |
yangguo | Reland "Keep a canonical list of shared function infos." |
blob | commitdiff | raw | diff to current |
2015-06-25 |
bbudge | Make helper functions compatible with larger ToBooleanS... |
blob | commitdiff | raw | diff to current |
2015-06-24 |
yangguo | Serializer: clear next link in weak cells. |
blob | commitdiff | raw | diff to current |
2015-06-23 |
adamk | Revert "Keep a canonical list of shared function infos." |
blob | commitdiff | raw | diff to current |
2015-06-23 |
verwaest | Cleanup adding elements and in particular dictionary... |
blob | commitdiff | raw | diff to current |
2015-06-23 |
verwaest | Merge AddFastElement and AddFastDoubleElement |
blob | commitdiff | raw | diff to current |
2015-06-22 |
verwaest | Get rid of JSArray::Expand and friends |
blob | commitdiff | raw | diff to current |
2015-06-19 |
conradw | Revert relanded strong property access CL |
blob | commitdiff | raw | diff to current |
2015-06-19 |
mstarzinger | Remove deprecated SharedFunctionInfo::dont_cache predicate. |
blob | commitdiff | raw | diff to current |
2015-06-19 |
verwaest | More cleanup related to setting array.length |
blob | commitdiff | raw | diff to current |
2015-06-19 |
yangguo | Keep a canonical list of shared function infos. |
blob | commitdiff | raw | diff to current |
2015-06-19 |
verwaest | Remove handles from ElementsAccessor::Set and friends |
blob | commitdiff | raw | diff to current |
2015-06-18 |
verwaest | Cleanup typed array setters, the property is guaranteed... |
blob | commitdiff | raw | diff to current |
2015-06-18 |
conradw | Revert of Revert of [strong] Implement strong mode... |
blob | commitdiff | raw | diff to current |
2015-06-18 |
conradw | Revert of [strong] Implement strong mode restrictions... |
blob | commitdiff | raw | diff to current |
2015-06-18 |
verwaest | Return void from array setters since the return value... |
blob | commitdiff | raw | diff to current |
2015-06-18 |
conradw | [strong] Implement strong mode restrictions on property... |
blob | commitdiff | raw | diff to current |
2015-06-18 |
balazs.kilvady | MIPS: Fix unaligned memory access. |
blob | commitdiff | raw | diff to current |
2015-06-17 |
verwaest | Make sure to flatten names before lookup. Lookup using... |
blob | commitdiff | raw | diff to current |
2015-06-16 |
wingo | All private symbols are own symbols |
blob | commitdiff | raw | diff to current |
2015-06-16 |
jochen | Introduce a base pointer field in FixedTypedArrayBase... |
blob | commitdiff | raw | diff to current |
2015-06-15 |
ulan | Remove the --collect-maps flag. Maps should be always... |
blob | commitdiff | raw | diff to current |
2015-06-12 |
verwaest | Introduce LookupIterator::PropertyOrElement which conve... |
blob | commitdiff | raw | diff to current |
2015-06-12 |
verwaest | Introduce DefineOwnPropertyIgnoreAttributes and make... |
blob | commitdiff | raw | diff to current |
2015-06-12 |
verwaest | Reland of Replace SetObjectProperty / DefineObjectPrope... |
blob | commitdiff | raw | diff to current |
2015-06-11 |
ishell | Revert of Replace SetObjectProperty / DefineObjectPrope... |
blob | commitdiff | raw | diff to current |
2015-06-11 |
verwaest | Replace SetObjectProperty / DefineObjectProperty with... |
blob | commitdiff | raw | diff to current |
2015-06-11 |
verwaest | Use the LookupIterator for SetElement and friends |
blob | commitdiff | raw | diff to current |
2015-06-08 |
mbrandy | Fix uninitialized variable compiler errors [GCC 4.8.4] |
blob | commitdiff | raw | diff to current |
2015-06-08 |
jochen | Factor out handling of mixed objects preprocessing... |
blob | commitdiff | raw | diff to current |
2015-06-04 |
arv | [es6] super.prop, eval and lazy functions |
blob | commitdiff | raw | diff to current |
2015-06-04 |
mbrandy | Add support for Embedded Constant Pools for PPC and Arm |
blob | commitdiff | raw | diff to current |
2015-06-03 |
bbudge | Add new Float32x4 type for SIMD.js. |
blob | commitdiff | raw | diff to current |
2015-06-03 |
bmeurer | Revert of Embedded constant pools. (patchset #12 id... |
blob | commitdiff | raw | diff to current |
2015-06-02 |
mbrandy | Add support for Embedded Constant Pools for PPC and Arm |
blob | commitdiff | raw | diff to current |
2015-06-02 |
verwaest | Handle Delete of element with LookupIterator |
blob | commitdiff | raw | diff to current |
2015-06-02 |
verwaest | Use LookupIterator for GetElementAttributes and friends |
blob | commitdiff | raw | diff to current |
2015-06-02 |
verwaest | Use GetProperty for getting elements. |
blob | commitdiff | raw | diff to current |
2015-06-02 |
ishell | GlobalDictionary now stores PropertyDetails in Property... |
blob | commitdiff | raw | diff to current |
2015-06-01 |
ishell | Enum DictionaryEntryType removed. |
blob | commitdiff | raw | diff to current |
2015-06-01 |
ishell | Starting using GlobalDictionary for global objects... |
blob | commitdiff | raw | diff to current |
2015-06-01 |
ishell | Introducing GlobalDictionary, a backing store for globa... |
blob | commitdiff | raw | diff to current |
2015-05-27 |
hpayer | Treat weak references in context weakly in write barrier. |
blob | commitdiff | raw | diff to current |
2015-05-26 |
erikcorry | Move hash code from hidden string to a private symbol |
blob | commitdiff | raw | diff to current |
2015-05-22 |
binji | Implement SharedArrayBuffer. |
blob | commitdiff | raw | diff to current |
2015-05-22 |
yangguo | Revert of Implement SharedArrayBuffer (patchset #7... |
blob | commitdiff | raw | diff to current |
2015-05-22 |
binji | Implement SharedArrayBuffer. |
blob | commitdiff | raw | diff to current |
2015-05-22 |
rossberg | [strong] cache strong object literal maps |
blob | commitdiff | raw | diff to current |
2015-05-22 |
mstarzinger | Remove obsolete JSFunction::IsOptimizable predicate. |
blob | commitdiff | raw | diff to current |
2015-05-21 |
mstarzinger | Revert of Remove obsolete JSFunction::IsOptimizable... |
blob | commitdiff | raw | diff to current |
2015-05-21 |
mstarzinger | Remove obsolete JSFunction::IsOptimizable predicate. |
blob | commitdiff | raw | diff to current |
2015-05-21 |
mstarzinger | [turbofan] Prepare mechanism to enable TF on language... |
blob | commitdiff | raw | diff to current |
2015-05-21 |
bbudge | Generalize HeapObject alignment requirements. |
blob | commitdiff | raw | diff to current |
2015-05-21 |
yangguo | Debugger: use weak cells to implement ScriptCache. |
blob | commitdiff | raw | diff to current |
2015-05-20 |
verwaest | Fix for-in for large indexes and indexes on proxies |
blob | commitdiff | raw | diff to current |
2015-05-20 |
mstarzinger | Remove obsolete Code::optimizable flag. |
blob | commitdiff | raw | diff to current |
2015-05-20 |
danno | Generalize builtins inlining flag to allow forced inlin... |
blob | commitdiff | raw | diff to current |
2015-05-19 |
horo | [V8] Added Script::is_opaque flag for embedders |
blob | commitdiff | raw | diff to current |
2015-05-18 |
machenbach | Revert of [V8] Added Script::is_opaque flag for embedde... |
blob | commitdiff | raw | diff to current |
2015-05-18 |
horo | [V8] Added Script::is_opaque flag for embedders |
blob | commitdiff | raw | diff to current |
2015-05-18 |
verwaest | Reland "Mark internal AccessorInfo properties as 'speci... |
blob | commitdiff | raw | diff to current |
2015-05-18 |
yangguo | Migrate error messages, part 12. |
blob | commitdiff | raw | diff to current |
2015-05-17 |
machenbach | Revert of Mark internal AccessorInfo properties as... |
blob | commitdiff | raw | diff to current |
2015-05-13 |
rossberg | [strong] Introduce strong bit |
blob | commitdiff | raw | diff to current |
2015-05-12 |
verwaest | Mark internal AccessorInfo properties as "special data... |
blob | commitdiff | raw | diff to current |
2015-05-12 |
hpayer | Implement unaligned allocate and allocate heap numbers... |
blob | commitdiff | raw | diff to current |
2015-05-08 |
adamk | Give ComputeCapacityForSerialization a minimum capacity |
blob | commitdiff | raw | diff to current |
2015-05-07 |
jochen | Make sure fixed typed array is always double aligned... |
blob | commitdiff | raw | diff to current |
2015-05-04 |
hpayer | Don't perform marking barrier for weak cell values. |
blob | commitdiff | raw | diff to current |
2015-04-30 |
jochen | Unify internal and external typed arrays a bit |
blob | commitdiff | raw | diff to current |
2015-04-30 |
mvstanton | Use a stub in crankshaft for grow store arrays. |
blob | commitdiff | raw | diff to current |
2015-04-30 |
jochen | Reland "Remove the weak list of array buffers" |
blob | commitdiff | raw | diff to current |
2015-04-30 |
machenbach | Revert of Remove the weak list of array buffers (patchs... |
blob | commitdiff | raw | diff to current |
next |