2015-09-08 |
bmeurer | Revert of [builtins] Unify the various versions of... |
blob | commitdiff | raw |
2015-09-08 |
bmeurer | [builtins] Unify the various versions of [[Call]] with... |
blob | commitdiff | raw | diff to current |
2015-08-31 |
bmeurer | [builtins] Pass correct number of arguments after adapt... |
blob | commitdiff | raw |
2015-08-28 |
bmeurer | [runtime] Add %ToString and %_ToString and remove the... |
blob | commitdiff | raw | diff to current |
2015-08-27 |
rmcilroy | [Interpreter] Add support for parameter variables. |
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-18 |
rmcilroy | [interpreter]: Changes to interpreter builtins for... |
blob | commitdiff | raw | diff to current |
2015-08-17 |
mstarzinger | Remove grab-bag includes of v8.h from architecture... |
blob | commitdiff | raw | diff to current |
2015-08-11 |
bmeurer | [runtime] Store constructor function index on primitive... |
blob | commitdiff | raw | diff to current |
2015-07-31 |
mvstanton | VectorICs: refactoring to eliminate "for queries only... |
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-24 |
yangguo | Move Full-codegen into its own folder. |
blob | commitdiff | raw | diff to current |
2015-07-17 |
mlippautz | Fix memento initialization when constructing from new... |
blob | commitdiff | raw | diff to current |
2015-07-15 |
mstarzinger | Switch CallConstructStub to take new.target in register. |
blob | commitdiff | raw | diff to current |
2015-07-13 |
mstarzinger | Cleanup Generate_JSConstructStubHelper a bit. |
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-10 |
mstarzinger | Remove separate construct stub for new.target users. |
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-23 |
dslomov | Do not add extra argument for new.target |
blob | commitdiff | raw | diff to current |
2015-06-22 |
mvstanton | Built-in apply() performance benefits from an uninitial... |
blob | commitdiff | raw | diff to current |
2015-06-17 |
jkummerow | Clean up JSConstructStub |
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-05-19 |
arv | [strong] Function arity check should be based on requir... |
blob | commitdiff | raw | diff to current |
2015-05-11 |
arv | [strong] Check arity of functions |
blob | commitdiff | raw | diff to current |
2015-04-30 |
mvstanton | VectorICs: built-in function apply should use an IC. |
blob | commitdiff | raw | diff to current |
2015-04-30 |
vogelheim | Implement kToBeExecutedOnceCodeAge. |
blob | commitdiff | raw | diff to current |
2015-04-07 |
jkummerow | Fix missing SmiTag in failure path of r27614 |
blob | commitdiff | raw | diff to current |
2015-04-07 |
jkummerow | JSEntryTrampoline: check for stack space before pushing... |
blob | commitdiff | raw | diff to current |
2015-03-19 |
caitpotter88 | [es6] implement Reflect.apply() & Reflect.construct() |
blob | commitdiff | raw | diff to current |
2015-02-28 |
dslomov | Disallow subclassing Arrays. |
blob | commitdiff | raw | diff to current |
2015-02-27 |
dslomov | Revert of Disallow subclassing Arrays. (patchset #3... |
blob | commitdiff | raw | diff to current |
2015-02-27 |
dslomov | Disallow subclassing Arrays. |
blob | commitdiff | raw | diff to current |
2015-02-12 |
Dmitry Lomov | new classes: no longer experimental. |
blob | commitdiff | raw | diff to current |
2015-02-11 |
dslomov | new classes: implement new.target passing to superclass... |
blob | commitdiff | raw | diff to current |
2015-02-11 |
dslomov | Revert of new classes: implement new.target passing... |
blob | commitdiff | raw | diff to current |
2015-02-11 |
dslomov | new classes: implement new.target passing to superclass... |
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-22 |
dslomov | new classes: change semantics of super(...) call and... |
blob | commitdiff | raw | diff to current |
2014-12-05 |
ulan | Refactor Map::ConstructionCount. |
blob | commitdiff | raw | diff to current |
2014-10-08 |
mvstanton@chromium.org | Updates to maintain flag --vector-ics |
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-09-11 |
mvstanton@chromium.org | Turbofan needs a code handle and a CallInterfaceDescrip... |
blob | commitdiff | raw | diff to current |
2014-09-03 |
mvstanton@chromium.org | Make concrete classes for individual call descriptors... |
blob | commitdiff | raw | diff to current |
2014-08-26 |
mvstanton@chromium.org | Move register conventions out of the IC classes. |
blob | commitdiff | raw | diff to current |
2014-08-22 |
verwaest@chromium.org | Move IC code into a subdir and move ic-compilation... |
blob | commitdiff | raw | diff to current |
2014-08-04 |
bmeurer@chromium.org | Rename ASSERT* to DCHECK*. |
blob | commitdiff | raw | diff to current |
2014-07-21 |
mvstanton@chromium.org | Introduce FLAG_vector_ics. |
blob | commitdiff | raw | diff to current |
2014-07-01 |
verwaest@chromium.org | Clean up the global object naming madness. |
blob | commitdiff | raw | diff to current |
2014-06-30 |
mvstanton@chromium.org | KeyedLoadIC should have same register spec as LoadIC. |
blob | commitdiff | raw | diff to current |
2014-06-25 |
danno@chromium.org | Remove distinction between hidden and normal runtime... |
blob | commitdiff | raw | diff to current |
2014-06-03 |
jochen@chromium.org | Use full include paths everywhere |
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-04-30 |
mvstanton@chromium.org | CallICStub with a "never patch" approach by default... |
blob | commitdiff | raw | diff to current |
2014-04-30 |
haitao.feng@intel.com | Introduce DropUnderReturnAddress for x64 port. |
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-24 |
svenpanne@chromium.org | CodeStubs contain their corresponding Isolate* now... |
blob | commitdiff | raw | diff to current |
2014-04-17 |
ulan@chromium.org | X64: fix arguments adaptor stack check after r20751. |
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-10 |
haitao.feng@intel.com | Introduce LoadSharedFunctionInfoSpecialField for x64... |
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-28 |
haitao.feng@intel.com | Introduce rolp, rorp, rclp, rcrp, shlp, shrp and sarp... |
blob | commitdiff | raw | diff to current |
2014-03-26 |
yangguo@chromium.org | Hide some runtime functions. |
blob | commitdiff | raw | diff to current |
2014-03-26 |
haitao.feng@intel.com | Introduce andp, notp, orp and xorp for x64 port |
blob | commitdiff | raw | diff to current |
2014-03-26 |
haitao.feng@intel.com | Introduce leap, movzxbp, movzxwp, repmovsp and xchgp... |
blob | commitdiff | raw | diff to current |
2014-03-26 |
haitao.feng@intel.com | Introduce cmpp, decp, incp, negp, sbbp and testp for... |
blob | commitdiff | raw | diff to current |
2014-03-21 |
haitao.feng@intel.com | Introduce addp, idivp, imulp and subp for x64 port |
blob | commitdiff | raw | diff to current |
2014-03-19 |
mvstanton@chromium.org | Pretenure call new support. |
blob | commitdiff | raw | diff to current |
2014-03-19 |
mvstanton@chromium.org | Array constructor expects AllocationSite or undefined... |
blob | commitdiff | raw | diff to current |
2014-03-19 |
haitao.feng@intel.com | Introduce Push and Pop macro instructions for x64 |
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-03-07 |
mvstanton@chromium.org | Symbols for type cells. We can make more efficient... |
blob | commitdiff | raw | diff to current |
2014-02-07 |
haitao.feng@intel.com | Use StackArgumentsAccessor to access receiver on stack... |
blob | commitdiff | raw | diff to current |
2014-01-20 |
haitao.feng@intel.com | Replace movq with movp for X64 when the operand size... |
blob | commitdiff | raw | diff to current |
2014-01-15 |
jarin@chromium.org | This is a preview of a first step towards unification... |
blob | commitdiff | raw | diff to current |
2014-01-14 |
verwaest@chromium.org | Remove CALL_AS_FUNCTION and CALL_AS_METHOD. |
blob | commitdiff | raw | diff to current |
2014-01-14 |
verwaest@chromium.org | Make the strict-mode calling convention for contextual... |
blob | commitdiff | raw | diff to current |
2014-01-07 |
verwaest@chromium.org | Reland v8:18458 "Load the global proxy from the context... |
blob | commitdiff | raw | diff to current |
2014-01-07 |
rossberg@chromium.org | Revert "Load the global proxy from the context of the... |
blob | commitdiff | raw | diff to current |
2014-01-07 |
verwaest@chromium.org | Load the global proxy from the context of the target... |
blob | commitdiff | raw | diff to current |
2013-12-23 |
yangguo@chromium.org | Refactor the compiling pipeline. |
blob | commitdiff | raw | diff to current |
2013-12-20 |
yurys@chromium.org | Fix number of parameters passed into PrepareCallCFuncti... |
blob | commitdiff | raw | diff to current |
2013-12-05 |
yangguo@chromium.org | Fix incorrect patching for OSR. |
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-07 |
haitao.feng@intel.com | Move movq(Register, ExternalReference) into X64 MacroAs... |
blob | commitdiff | raw | diff to current |
2013-10-24 |
haitao.feng@intel.com | Use PopReturnAddressTo and PushReturnAddressFrom in... |
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-03 |
haitao.feng@intel.com | Use StackArgumenstAccessor and kPCOnStackSize/kFPOnStac... |
blob | commitdiff | raw | diff to current |
2013-09-25 |
yangguo@chromium.org | Less aggressive polling when concurrently compiling... |
blob | commitdiff | raw | diff to current |
next |