projects
/
platform
/
upstream
/
v8.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Revert of [simd.js] Update to spec version 0.8.2. (patchset #11 id:200001 of https...
[platform/upstream/v8.git]
/
src
/
runtime
/
runtime.h
2015-08-24
hablich
Revert of [simd.js] Update to spec version 0.8.2. ...
blob
|
commitdiff
|
raw
2015-08-24
bbudge
[simd.js] Update to spec version 0.8.2.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-21
yangguo
Do not use js builtins object to determine whether...
blob
|
commitdiff
|
raw
2015-08-21
yangguo
Unify symbols sharing across native scripts and runtime.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-20
mstarzinger
Separate UnicodeCache out into an own file.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-19
yangguo
Native context: install JS builtins via container object.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-18
yangguo
Native context: Fix issue when running prologue.js...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-18
yangguo
Native context: run prologue.js before runtime.js
blob
|
commitdiff
|
raw
|
diff to current
2015-08-17
bmeurer
[runtime] Unify and fix the strict equality comparison.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-14
yangguo
Do not export natives to runtime via js builtins object.
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-12
bmeurer
[runtime] Remove useless %_IsUndetectableObject intrinsic.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-12
yangguo
Do not save script object on the class constructor.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-11
yangguo
Rewrite Error.prototype.toString in C++.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-10
bmeurer
[runtime] Remove obsolete %GetPropertyNames runtime...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-10
bmeurer
[runtime] Remove unused %ToBool runtime function.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-10
bmeurer
[runtime] Simplify TO_INT32/TO_UINT32 abstract operations.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-06
bbudge
V8: Add SIMD functions for Phase 1.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-05
conradw
[strong] Refactor out separate strong runtime call...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-05
mstarzinger
Cleanup unnecessary duplication of runtime functions.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-04
bbudge
Rename IsSimdObject assembly intrinsic.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-04
yangguo
Debugger: refactor ScopeIterator, FrameInspector and...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-03
yangguo
Remove JSFunctionResultCache.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-03
bbudge
SIMD.js Add the other SIMD Phase 1 types.
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-30
conradw
Move final parts of class literal setup into a single...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-30
bmeurer
[runtime] DeclareGlobals and DeclareLookupSlot don...
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] 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
bmeurer
[stubs] Optimize LoadGlobalViaContextStub and StoreGlob...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-23
danno
Unify "runtime-style" IC functions with Runtime intrinsics
blob
|
commitdiff
|
raw
|
diff to current
2015-07-17
binji
Atomics Futex API
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
mstarzinger
Remove obsolete %CallSuperWithSpread intrinsic.
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-15
bbudge
Expose SIMD.Float32x4 type to Javascript.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-13
conradw
[strong] Strong classes can't extend null
blob
|
commitdiff
|
raw
|
diff to current
2015-07-13
danno
Create a internal native context used only for TF-gener...
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-10
verwaest
Fix keyed access of primitive objects in the runtime.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-06
mstarzinger
[turbofan] Port initialization of new.target variable.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-02
verwaest
Avoid converting key to string for deleting of elements
blob
|
commitdiff
|
raw
|
diff to current
2015-07-02
ishell
Remove deprecated v8::Object::TurnOnAccessCheck() from...
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-24
dslomov
Use C runtime functions for ThrowNewXXError desugarings.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-23
adamk
Expose Map/Set methods through the API
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-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-16
wingo
All private symbols are own symbols
blob
|
commitdiff
|
raw
|
diff to current
2015-06-12
verwaest
Reland of Replace SetObjectProperty / DefineObjectPrope...
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-11
Toon Verwaest
Restore ExecutableAccessorInfoHandling for now
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-05
danno
Add %GetCallerJSFunction intrinsic
blob
|
commitdiff
|
raw
|
diff to current
2015-06-03
binji
Implement Atomics API
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
conradw
[strong] create strong array literals
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
bmeurer
[turbofan] First step towards sanitizing for-in and...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-26
adamk
Add basic API support for Map & Set
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-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-13
rossberg
[strong] Introduce strong bit
blob
|
commitdiff
|
raw
|
diff to current
2015-05-12
yurys
Provide accessor for object internal properties that...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-12
yangguo
Revert of Provide accessor for object internal properti...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-12
yurys
Provide accessor for object internal properties that...
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-11
arv
[strong] Check arity of functions
blob
|
commitdiff
|
raw
|
diff to current
2015-05-11
danno
Add a MathFloor stub generated with TurboFan
blob
|
commitdiff
|
raw
|
diff to current
2015-05-11
titzer
Add %GetUndetectable() test intrinsic and add tests...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-11
machenbach
Revert of Add the concept of a V8 extras exports object...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-08
domenic
Add the concept of a V8 extras exports object
blob
|
commitdiff
|
raw
|
diff to current
2015-05-06
mvstanton
Optimize the typeof operator.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-06
verwaest
Remove GetDefaultReceiver, pass in undefined to sloppy...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-05
yangguo
Move more parts of stack trace formatting to runtime.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-04
jarin
Remove materialized objects on stack unwind.
blob
|
commitdiff
|
raw
|
diff to current
next