2015-09-10 |
bmeurer | [runtime] Sanitize %NewClosure runtime entries. |
blob | commitdiff | raw |
2015-09-09 |
mvstanton | Crankshaft: consolidated element loads always deopted... |
blob | commitdiff | raw | diff to current |
2015-09-09 |
bmeurer | [calls] Consistent call protocol for calls. |
blob | commitdiff | raw | diff to current |
2015-09-08 |
bmeurer | [runtime] Replace many buggy uses of %_CallFunction... |
blob | commitdiff | raw | diff to current |
2015-09-04 |
bmeurer | [runtime] Remove useless IN builtin. |
blob | commitdiff | raw | diff to current |
2015-09-03 |
bmeurer | [es6] Introduce a dedicated JSIteratorResult type. |
blob | commitdiff | raw | diff to current |
2015-09-03 |
bmeurer | [es6] Initial steps towards a correct implementation... |
blob | commitdiff | raw | diff to current |
2015-09-02 |
caitpotter88 | [es6] Re-implement rest parameters via desugaring. |
blob | commitdiff | raw | diff to current |
2015-09-01 |
bradnelson | Eliminate use of CompilationInfo in several AstVisitor... |
blob | commitdiff | raw | diff to current |
2015-09-01 |
mstarzinger | Make isolate.h usable without objects-inl.h header. |
blob | commitdiff | raw | diff to current |
2015-09-01 |
ishell | Crankshaft is now able to compile top level code even... |
blob | commitdiff | raw | diff to current |
2015-08-27 |
yangguo | Move (uppercase) JS builtins from js builtins object... |
blob | commitdiff | raw | diff to current |
2015-08-26 |
bmeurer | [runtime] Remove the redundant %_IsObject intrinsic. |
blob | commitdiff | raw | diff to current |
2015-08-26 |
yangguo | Call JS functions via native context instead of js... |
blob | commitdiff | raw | diff to current |
2015-08-26 |
ishell | Do not inline array resize operations for outdated... |
blob | commitdiff | raw | diff to current |
2015-08-26 |
wingo | Parse arrow functions at proper precedence level |
blob | commitdiff | raw | diff to current |
2015-08-25 |
bmeurer | Correctify instanceof and make it optimizable. |
blob | commitdiff | raw | diff to current |
2015-08-24 |
rmcilroy | Add CompileInfo::GetDebugName() |
blob | commitdiff | raw | diff to current |
2015-08-24 |
yangguo | Revert of Parse arrow functions at proper precedence... |
blob | commitdiff | raw | diff to current |
2015-08-21 |
bradnelson | Don't allocate AstTyper with the zone allocator. |
blob | commitdiff | raw | diff to current |
2015-08-21 |
wingo | Parse arrow functions at proper precedence level |
blob | commitdiff | raw | diff to current |
2015-08-21 |
rossberg | [es6] Parameter scopes for sloppy eval |
blob | commitdiff | raw | diff to current |
2015-08-20 |
mstarzinger | Remove grab-bag includes of v8.h from everywhere. |
blob | commitdiff | raw | diff to current |
2015-08-19 |
titzer | Rename ParserInfo::function() and CompilationInfo:... |
blob | commitdiff | raw | diff to current |
2015-08-13 |
bmeurer | Revert of [runtime] Remove useless IN builtin. (patchse... |
blob | commitdiff | raw | diff to current |
2015-08-13 |
bmeurer | [runtime] Remove useless IN builtin. |
blob | commitdiff | raw | diff to current |
2015-08-13 |
bmeurer | [runtime] Remove useless DELETE builtin. |
blob | commitdiff | raw | diff to current |
2015-08-13 |
bmeurer | [strong] Simplify (and sortof optimize) string addition... |
blob | commitdiff | raw | diff to current |
2015-08-12 |
bmeurer | [runtime] Remove useless %_IsUndetectableObject intrinsic. |
blob | commitdiff | raw | diff to current |
2015-08-11 |
bmeurer | [runtime] Store constructor function index on primitive... |
blob | commitdiff | raw | diff to current |
2015-08-11 |
bmeurer | [simd.js] Single SIMD128_VALUE_TYPE for all Simd128Values. |
blob | commitdiff | raw | diff to current |
2015-08-10 |
bmeurer | [crankshaft] Properly optimize %_ToObject. |
blob | commitdiff | raw | diff to current |
2015-08-05 |
mstarzinger | Cleanup unnecessary duplication of runtime functions. |
blob | commitdiff | raw | diff to current |
2015-08-03 |
yangguo | Remove JSFunctionResultCache. |
blob | commitdiff | raw | diff to current |
2015-07-31 |
bmeurer | [stubs] Unify (and optimize) implementation of ToObject. |
blob | commitdiff | raw | diff to current |
2015-07-31 |
mvstanton | VectorICs: Crankshaft adaptations to deal with vector... |
blob | commitdiff | raw | diff to current |
2015-07-29 |
Hannes Payer | Pretenuring decision of outermost literal is propagated... |
blob | commitdiff | raw | diff to current |
2015-07-28 |
jochen | Reland of "Remove ExternalArray, derived types, and... |
blob | commitdiff | raw | diff to current |
2015-07-28 |
bmeurer | [stubs] Use a single slot for context globals. |
blob | commitdiff | raw | diff to current |
2015-07-28 |
bmeurer | [stubs] Don't pass name to Load/StoreGlobalViaContext... |
blob | commitdiff | raw | diff to current |
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 | diff to current |
2015-07-24 |
yangguo | Move Full-codegen into its own folder. |
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-20 |
mstarzinger | Add function literal variable to declaration list. |
blob | commitdiff | raw | diff to current |
2015-07-20 |
ishell | Crankshaft part of the 'loads and stores to global... |
blob | commitdiff | raw | diff to current |
2015-07-13 |
ishell | TypeofMode replaces TypeofState and ContextualMode. |
blob | commitdiff | raw | diff to current |
2015-07-13 |
rmcilroy | Move SmartPointer to base. |
blob | commitdiff | raw | diff to current |
2015-07-13 |
ishell | Loads and stores to global vars are now made via proper... |
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-06 |
ishell | Support for global var shortcuts in script contexts. |
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 |
danno | Make context register implicit for CallInterfaceDescriptors |
blob | commitdiff | raw | diff to current |
2015-06-30 |
conradw | [strong] Implement strong property access semantics |
blob | commitdiff | raw | diff to current |
2015-06-30 |
conradw | [strong] Implement strong mode semantics for the count... |
blob | commitdiff | raw | diff to current |
2015-06-29 |
ishell | Avoid allocations during ArrayBuffer initialization. |
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-23 |
adamk | Revert "Keep a canonical list of shared function infos." |
blob | commitdiff | raw | diff to current |
2015-06-23 |
bmeurer | [date] Use explicit control flow to replace %_ThrowIfNo... |
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 |
yangguo | Keep a canonical list of shared function infos. |
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 |
conradw | [strong] Implement strong mode restrictions on property... |
blob | commitdiff | raw | diff to current |
2015-06-17 |
jkummerow | Hydrogen object literals: always initialize in-object... |
blob | commitdiff | raw | diff to current |
2015-06-16 |
bmeurer | [crankshaft] Fix wrong bailout points in for-in loop... |
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 |
littledan | Inline code generation for %_IsTypedArray |
blob | commitdiff | raw | diff to current |
2015-06-12 |
wingo | Add script context with context-allocated "const this" |
blob | commitdiff | raw | diff to current |
2015-06-12 |
wingo | Revert of Add script context with context-allocated... |
blob | commitdiff | raw | diff to current |
2015-06-12 |
wingo | Add script context with context-allocated "const this" |
blob | commitdiff | raw | diff to current |
2015-06-12 |
machenbach | Revert of Add script context with context-allocated... |
blob | commitdiff | raw | diff to current |
2015-06-12 |
wingo | Add script context with context-allocated "const this" |
blob | commitdiff | raw | diff to current |
2015-06-08 |
conradw | [strong] Refactor ObjectStrength into a replacement... |
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-03 |
bmeurer | [date] Refactor the %_DateField intrinsic to be optimiz... |
blob | commitdiff | raw | diff to current |
2015-06-03 |
jochen | Also allocate small typed arrays on heap when initializ... |
blob | commitdiff | raw | diff to current |
2015-06-02 |
arv | [es6] Super call in arrows and eval |
blob | commitdiff | raw | diff to current |
2015-06-02 |
mvstanton | Build ObjectLiteral constant properties in the numberin... |
blob | commitdiff | raw | diff to current |
2015-06-01 |
erikcorry | Cosmetic changes to tests to make it easier to concaten... |
blob | commitdiff | raw | diff to current |
2015-06-01 |
arv | Revert of [es6] Super call in arrows and eval (patchset... |
blob | commitdiff | raw | diff to current |
2015-06-01 |
arv | [es6] Super call in arrows and eval |
blob | commitdiff | raw | diff to current |
2015-06-01 |
jochen | Reland "Re-enable on-heap typed array allocation" |
blob | commitdiff | raw | diff to current |
2015-06-01 |
bmeurer | Revert of Re-enable on-heap typed array allocation... |
blob | commitdiff | raw | diff to current |
2015-06-01 |
jochen | Re-enable on-heap typed array allocation |
blob | commitdiff | raw | diff to current |
2015-06-01 |
bmeurer | [turbofan] First step towards sanitizing for-in and... |
blob | commitdiff | raw | diff to current |
2015-05-26 |
mvstanton | Move work to omit unnecessary ObjectLiteral stores... |
blob | commitdiff | raw | diff to current |
2015-05-21 |
arv | [es6] Spread in array literals |
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-20 |
rossberg | Reland "[strong] Object literals create strong objects" |
blob | commitdiff | raw | diff to current |
2015-05-19 |
machenbach | Revert of [strong] Object literals create strong object... |
blob | commitdiff | raw | diff to current |
2015-05-18 |
rossberg | [strong] Object literals create strong objects |
blob | commitdiff | raw | diff to current |
2015-05-15 |
mvstanton | Now that vector ics are established for load, keyed... |
blob | commitdiff | raw | diff to current |
2015-05-12 |
conradw | [strong] Disallow implicit conversions for comparison |
blob | commitdiff | raw | diff to current |
2015-05-12 |
yangguo | Migrate error messages, part 10. |
blob | commitdiff | raw | diff to current |
2015-05-12 |
mvstanton | New hydrogen instruction to reduce cost of growing... |
blob | commitdiff | raw | diff to current |
2015-05-12 |
yangguo | Revert of Migrate error messages, part 10. (patchset... |
blob | commitdiff | raw | diff to current |
next |