projects
/
platform
/
upstream
/
v8.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[builtins] Unify the various versions of [[Call]] with a Call builtin.
[platform/upstream/v8.git]
/
src
/
builtins.h
2015-09-08
bmeurer
[builtins] Unify the various versions of [[Call]] with...
blob
|
commitdiff
|
raw
2015-08-31
bmeurer
[es6] Implement Date.prototype[@@toPrimitive] as C...
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-25
bmeurer
Correctify instanceof and make it optimizable.
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-17
bmeurer
[runtime] Unify and fix the strict equality comparison.
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-07-31
bmeurer
[stubs] Unify (and optimize) implementation of ToObject.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-30
rmcilroy
[interpreter] Add Interpreter{Entry,Exit}Trampoline...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-13
yangguo
Debugger: refactor reloc info.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-10
mstarzinger
Remove separate construct stub for new.target users.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-10
yangguo
Debugger: use debug break slot to break on call.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-06
yangguo
Debugger: use debug break slots instead of ICs (except...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-30
conradw
[strong] Implement strong property access semantics
blob
|
commitdiff
|
raw
|
diff to current
2015-06-29
arv
[es6] Make new.target work in functions
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-01
bmeurer
[turbofan] First step towards sanitizing for-in and...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-28
mvstanton
Make KeyedStores from a sloppy arguments array use...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-22
mvstanton
VectorICs: Create a StoreICState to more easily create...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-21
arv
[es6] Spread in array literals
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-04-30
vogelheim
Implement kToBeExecutedOnceCodeAge.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-30
conradw
[strong] Disallow implicit conversions for add
blob
|
commitdiff
|
raw
|
diff to current
2015-04-28
conradw
[strong] Disallow implicit conversions for bitwise...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-24
conradw
[strong] Disallow implicit conversions for binary arith...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-09
caitpotter88
[es6] do not add caller/arguments to ES6 function defin...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-19
caitpotter88
[es6] implement Reflect.apply() & Reflect.construct()
blob
|
commitdiff
|
raw
|
diff to current
2015-02-03
dslomov
new classes: special construct stub for derived classs...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-30
dcarney
Add MEGAMORPHIC state support for KeyedLoadIC
blob
|
commitdiff
|
raw
|
diff to current
2015-01-23
dcarney
Reland "Call directly to c callbacks in Invoke instead...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-23
dcarney
Revert of Call directly to c callbacks in Invoke instea...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
dcarney
Call directly to c callbacks in Invoke instead of trans...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
mstarzinger
Avoid unintentional optimization of hot builtins by...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-20
jkummerow
Replace generic KeyedStore stub with megamorphic version
blob
|
commitdiff
|
raw
|
diff to current
2015-01-15
arv
ES6 computed property names
blob
|
commitdiff
|
raw
|
diff to current
2014-12-17
machenbach
Revert of ES6 computed property names (patchset #1...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-17
arv
ES6 computed property names
blob
|
commitdiff
|
raw
|
diff to current
2014-12-16
arv
Revert of ES6 computed property names (patchset #1...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-16
arv
ES6 computed property names
blob
|
commitdiff
|
raw
|
diff to current
2014-12-15
arv
Revert of ES6 computed property names (patchset #9...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-15
arv
ES6 computed property names
blob
|
commitdiff
|
raw
|
diff to current
2014-10-16
mvstanton@chromium.org
Eliminate special keyed load string stub in favor of...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-09
jkummerow@chromium.org
Add MEGAMORPHIC state support for KeyedStoreIC
blob
|
commitdiff
|
raw
|
diff to current
2014-09-22
mvstanton@chromium.org
Make KeyedLoads from a sloppy arguments array use a...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-18
mvstanton@chromium.org
Convert KeyedLoad indexed interceptor case to a Handler.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-17
titzer@chromium.org
Rename Runtime_CompileUnoptimized to Runtime_CompileLaz...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-04
bmeurer@chromium.org
Rename ASSERT* to DCHECK*.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-23
ishell@chromium.org
Reland r21442 "Inobject slack tracking is done on a...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-22
ishell@chromium.org
Revert "Reland r21346 "Inobject slack tracking is done...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-22
ishell@chromium.org
Reland r21346 "Inobject slack tracking is done on a...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-22
ishell@chromium.org
Revert "Inobject slack tracking is done on a per-closur...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-22
ishell@chromium.org
Inobject slack tracking is done on a per-closure basis...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-19
wingo@igalia.com
Poison .arguments and .caller for generator functions
blob
|
commitdiff
|
raw
|
diff to current
2014-04-30
mvstanton@chromium.org
CallICStub with a "never patch" approach by default...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-29
bmeurer@chromium.org
Bulk update of Google copyright headers in source files.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
yangguo@chromium.org
Always include debugger support.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-15
ulan@chromium.org
Reland r20692 "Check stack limit in ArgumentAdaptorTram...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-11
ulan@chromium.org
Revert r20692 "Check stack limit in ArgumentAdaptorTram...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-11
ulan@chromium.org
Check stack limit in ArgumentAdaptorTrampoline.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-04
mvstanton@chromium.org
Revert "Reland of https://codereview.chromium.org/17252...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-04
mvstanton@chromium.org
Reland of https://codereview.chromium.org/172523002/
blob
|
commitdiff
|
raw
|
diff to current
2014-04-03
mvstanton@chromium.org
Revert r20474
blob
|
commitdiff
|
raw
|
diff to current
2014-04-03
mvstanton@chromium.org
Function calls are handled with a LoadIC and a Function...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-11
rossberg@chromium.org
Mode clean-up pt 1: rename classic/non-strict mode...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-07
mvstanton@chromium.org
We need to know if a load, store or call IC is assumed
blob
|
commitdiff
|
raw
|
diff to current
2013-12-23
yangguo@chromium.org
Refactor the compiling pipeline.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
verwaest@chromium.org
Remove special "store global proxy" IC, use as slow_stub().
blob
|
commitdiff
|
raw
|
diff to current
2013-11-28
mvstanton@chromium.org
Move responsibility for definition of ExtraICState...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-27
verwaest@chromium.org
Remove the strict-mode flag from store handlers. It...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-22
ulan@chromium.org
Restore saved caller FP registers on stub failure
blob
|
commitdiff
|
raw
|
diff to current
2013-11-18
verwaest@chromium.org
Remove keyed load "force generic" miss case.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-18
verwaest@chromium.org
Remove unused keyed store "force generic".
blob
|
commitdiff
|
raw
|
diff to current
2013-11-06
mstarzinger@chromi...
Add support for tracking NotExectuted/ExecutedOnceCodeA...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-05
loislo@chromium.org
HeapProfiler: provide human readable names for code...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-24
hpayer@chromium.org
Add code age subtype tracking to --track-gc-object...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-23
danno@chromium.org
Enable preaging of code objects when --optimize-for...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-11
verwaest@chromium.org
Add a slow stub for store ICs.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-30
verwaest@chromium.org
Tag normal as handlers, and make code handler-specific.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-30
verwaest@chromium.org
Tag handlers as HANDLER rather than STUB.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-25
yangguo@chromium.org
Less aggressive polling when concurrently compiling...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-24
titzer@chromium.org
Delete Runtime_NotifyOSR.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-18
mstarzinger@chromi...
Delete obsolete JSArray allocation functions.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-12
verwaest@chromium.org
Reland Handle non-JSObject heap objects using slow...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-12
verwaest@chromium.org
Revert "Handle non-JSObject heap objects using slow...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-12
verwaest@chromium.org
Handle non-JSObject heap objects using slow-path IC...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-12
yangguo@chromium.org
Simplify installing concurrently recompiled code.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-03
verwaest@chromium.org
Add premonomorphic store ICs
blob
|
commitdiff
|
raw
|
diff to current
2013-09-03
dcarney@chromium.org
thread isolate for files starting with 'b' and 'c'
blob
|
commitdiff
|
raw
|
diff to current
2013-08-30
yangguo@chromium.org
Turn interrupt and stack check into builtins.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-22
yangguo@chromium.org
Rename "parallel recompilation" to "concurrent recompil...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-06
svenpanne@chromium.org
Desugar bitwise negation into XOR and kill all UnaryOp...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-05
svenpanne@chromium.org
Remove unused UNARY_MINUS builtin.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-29
bmeurer@chromium.org
The compiled_transitions flag was enabled for quite...
blob
|
commitdiff
|
raw
|
diff to current
next