[runtime] Store constructor function index on primitive maps.
[platform/upstream/v8.git] / src / x87 / builtins-x87.cc
2015-08-11 bmeurer[runtime] Store constructor function index on primitive...
2015-08-03 chunyang.daiX87: VectorICs: refactoring to eliminate "for queries...
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-31 chunyang.daiX87: [interpreter] Add Interpreter{Entry,Exit}Trampolin...
2015-07-24 yangguoMove Full-codegen into its own folder.
2015-07-17 chunyang.daiX87: Fix memento initialization when constructing from...
2015-07-16 chunyang.daiX87: Switch CallConstructStub to take new.target in...
2015-07-14 chunyang.daiX87: Cleanup Generate_JSConstructStubHelper a bit.
2015-07-14 chunyang.daiX87: Remove separate construct stub for new.target...
2015-07-13 mstarzingerRemove unused byte from Map::instance_sizes field.
2015-07-01 chunyang.daiX87: [es6] Make new.target work in functions.
2015-07-01 chunyang.daiX87: Do not add extra argument for new.target.
2015-07-01 chunyang.daiX87: Clean up JSConstructStub.
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-23 chunyang.daiX87: Built-in apply() performance benefits from an...
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-21 chunyang.daiX87: [strong] Function arity check should be based...
2015-05-13 chunyang.daiX87: [strong] Check arity of functions
2015-05-04 chunyang.daiX87: VectorICs: built-in function apply should use...
2015-04-30 vogelheimFix typo in builtins-x87, introduced in crrev.com/11072...
2015-04-30 vogelheimImplement kToBeExecutedOnceCodeAge.
2015-04-09 chunyang.daiX87: JSEntryTrampoline: check for stack space before...
2015-03-26 chunyang.daiX87: [es6] implement Reflect.apply() & Reflect.construct()
2015-02-28 cdai2X87: Disallow subclassing Arrays.
2015-02-15 chunyang.daiX87: new classes: no longer experimental.
2015-02-11 chunyang.daiX87: new classes: implement new.target passing to super...
2015-02-09 cdai2X87: new classes: special construct stub for derived...
2015-02-07 cdai2X87: new classes: change semantics of super(...) call...
2014-12-05 ulanRefactor Map::ConstructionCount.
2014-10-09 weiliang.lin@intel.comX87: Updates to maintain flag --vector-ics
2014-09-20 weiliang.lin@intel.comX87: enable the crankshaft compiler for X87 port.
2014-09-17 titzer@chromium.orgRename Runtime_CompileUnoptimized to Runtime_CompileLaz...
2014-09-12 weiliang.lin@intel.comX87: Eliminate Turbofan shims with CodeFactory
2014-09-05 weiliang.lin@intel.comX87: Make concrete classes for individual call descriptors
2014-08-27 weiliang.lin@intel.comX87: Move register conventions out of the IC classes.
2014-08-25 weiliang.lin@intel.comx87: Move IC code into a subdir and move ic-compilation...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-23 mvstanton@chromium.orgX87: Introduce FLAG_vector_ics.
2014-07-02 weiliang.lin@intel.comX87: Clean up the global object naming madness.
2014-07-01 weiliang.lin@intel.comX87: KeyedLoadIC should have same register spec as...
2014-06-25 danno@chromium.orgRemove distinction between hidden and normal runtime...
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-23 danno@chromium.orgIntroduce x87 port