[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / builtins.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-24 bmeurer[es6] Introduce spec compliant IsConstructor.
2015-09-24 bmeurerRevert of [es6] Introduce spec compliant IsConstructor...
2015-09-24 bmeurer[es6] Introduce spec compliant IsConstructor.
2015-09-22 bmeurer[builtins] Add support for NewTarget to Execution:...
2015-09-16 bmeurer[builtins] Also simplify the Symbol constructor.
2015-09-16 bmeurer[builtins] Unify the String constructor.
2015-09-14 rmcilroy[Interpreter] Add support for JS calls.
2015-09-08 bmeurer[builtins] Unify the various versions of [[Call]] with...
2015-09-08 bmeurerRevert of [builtins] Unify the various versions of...
2015-09-08 bmeurer[builtins] Unify the various versions of [[Call]] with...
2015-08-31 bmeurer[es6] Implement Date.prototype[@@toPrimitive] as C...
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-08-20 mstarzingerRemove grab-bag includes of v8.h from everywhere.
2015-08-17 bmeurer[runtime] Unify and fix the strict equality comparison.
2015-08-13 bmeurerRevert of [runtime] Remove useless IN builtin. (patchse...
2015-08-13 bmeurer[runtime] Remove useless IN builtin.
2015-08-13 bmeurer[runtime] Remove useless DELETE builtin.
2015-08-13 bmeurer[strong] Simplify (and sortof optimize) string addition...
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-30 rmcilroy[interpreter] Add Interpreter{Entry,Exit}Trampoline...
2015-07-13 yangguoDebugger: refactor reloc info.
2015-07-10 mstarzingerRemove separate construct stub for new.target users.
2015-07-10 yangguoDebugger: use debug break slot to break on call.
2015-07-06 yangguoDebugger: use debug break slots instead of ICs (except...
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-29 arv[es6] Make new.target work in functions
2015-06-19 conradwRevert relanded strong property access CL
2015-06-18 conradwRevert of Revert of [strong] Implement strong mode...
2015-06-18 conradwRevert of [strong] Implement strong mode restrictions...
2015-06-18 conradw[strong] Implement strong mode restrictions on property...
2015-06-01 bmeurer[turbofan] First step towards sanitizing for-in and...
2015-05-28 mvstantonMake KeyedStores from a sloppy arguments array use...
2015-05-22 mvstantonVectorICs: Create a StoreICState to more easily create...
2015-05-21 arv[es6] Spread in array literals
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-12 conradw[strong] Disallow implicit conversions for comparison
2015-04-30 vogelheimImplement kToBeExecutedOnceCodeAge.
2015-04-30 conradw[strong] Disallow implicit conversions for add
2015-04-28 conradw[strong] Disallow implicit conversions for bitwise...
2015-04-24 conradw[strong] Disallow implicit conversions for binary arith...
2015-04-09 caitpotter88[es6] do not add caller/arguments to ES6 function defin...
2015-03-19 caitpotter88[es6] implement Reflect.apply() & Reflect.construct()
2015-02-03 dslomovnew classes: special construct stub for derived classs...
2015-01-30 dcarneyAdd MEGAMORPHIC state support for KeyedLoadIC
2015-01-23 dcarneyReland "Call directly to c callbacks in Invoke instead...
2015-01-23 dcarneyRevert of Call directly to c callbacks in Invoke instea...
2015-01-22 dcarneyCall directly to c callbacks in Invoke instead of trans...
2015-01-22 mstarzingerAvoid unintentional optimization of hot builtins by...
2015-01-20 jkummerowReplace generic KeyedStore stub with megamorphic version
2015-01-15 arvES6 computed property names
2014-12-17 machenbachRevert of ES6 computed property names (patchset #1...
2014-12-17 arvES6 computed property names
2014-12-16 arvRevert of ES6 computed property names (patchset #1...
2014-12-16 arvES6 computed property names
2014-12-15 arvRevert of ES6 computed property names (patchset #9...
2014-12-15 arvES6 computed property names
2014-10-16 mvstanton@chromium.orgEliminate special keyed load string stub in favor of...
2014-10-09 jkummerow@chromium.orgAdd MEGAMORPHIC state support for KeyedStoreIC
2014-09-22 mvstanton@chromium.orgMake KeyedLoads from a sloppy arguments array use a...
2014-09-18 mvstanton@chromium.orgConvert KeyedLoad indexed interceptor case to a Handler.
2014-09-17 titzer@chromium.orgRename Runtime_CompileUnoptimized to Runtime_CompileLaz...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-05-23 ishell@chromium.orgReland r21442 "Inobject slack tracking is done on a...
2014-05-22 ishell@chromium.orgRevert "Reland r21346 "Inobject slack tracking is done...
2014-05-22 ishell@chromium.orgReland r21346 "Inobject slack tracking is done on a...
2014-05-22 ishell@chromium.orgRevert "Inobject slack tracking is done on a per-closur...
2014-05-22 ishell@chromium.orgInobject slack tracking is done on a per-closure basis...
2014-05-19 wingo@igalia.comPoison .arguments and .caller for generator functions
2014-04-30 mvstanton@chromium.orgCallICStub with a "never patch" approach by default...
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-25 yangguo@chromium.orgAlways include debugger support.
2014-04-15 ulan@chromium.orgReland r20692 "Check stack limit in ArgumentAdaptorTram...
2014-04-11 ulan@chromium.orgRevert r20692 "Check stack limit in ArgumentAdaptorTram...
2014-04-11 ulan@chromium.orgCheck stack limit in ArgumentAdaptorTrampoline.
2014-04-04 mvstanton@chromium.orgRevert "Reland of https://codereview.chromium.org/17252...
2014-04-04 mvstanton@chromium.orgReland of https://codereview.chromium.org/172523002/
2014-04-03 mvstanton@chromium.orgRevert r20474
2014-04-03 mvstanton@chromium.orgFunction calls are handled with a LoadIC and a Function...
2014-03-11 rossberg@chromium.orgMode clean-up pt 1: rename classic/non-strict mode...
2014-01-07 mvstanton@chromium.orgWe need to know if a load, store or call IC is assumed
2013-12-23 yangguo@chromium.orgRefactor the compiling pipeline.
2013-12-02 verwaest@chromium.orgRemove special "store global proxy" IC, use as slow_stub().
2013-11-28 mvstanton@chromium.orgMove responsibility for definition of ExtraICState...
2013-11-27 verwaest@chromium.orgRemove the strict-mode flag from store handlers. It...
2013-11-22 ulan@chromium.orgRestore saved caller FP registers on stub failure
2013-11-18 verwaest@chromium.orgRemove keyed load "force generic" miss case.
2013-11-18 verwaest@chromium.orgRemove unused keyed store "force generic".
2013-11-06 mstarzinger@chromi... Add support for tracking NotExectuted/ExecutedOnceCodeA...
2013-11-05 loislo@chromium.orgHeapProfiler: provide human readable names for code...
2013-10-24 hpayer@chromium.orgAdd code age subtype tracking to --track-gc-object...
2013-10-23 danno@chromium.orgEnable preaging of code objects when --optimize-for...
2013-10-11 verwaest@chromium.orgAdd a slow stub for store ICs.
2013-09-30 verwaest@chromium.orgTag normal as handlers, and make code handler-specific.
2013-09-30 verwaest@chromium.orgTag handlers as HANDLER rather than STUB.
2013-09-25 yangguo@chromium.orgLess aggressive polling when concurrently compiling...
2013-09-24 titzer@chromium.orgDelete Runtime_NotifyOSR.
2013-09-18 mstarzinger@chromi... Delete obsolete JSArray allocation functions.
2013-09-12 verwaest@chromium.orgReland Handle non-JSObject heap objects using slow...
next