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
/
ia32
/
builtins-ia32.cc
2015-09-08
bmeurer
[builtins] Unify the various versions of [[Call]] with...
blob
|
commitdiff
|
raw
2015-08-31
bmeurer
[builtins] Pass correct number of arguments after adapt...
blob
|
commitdiff
|
raw
|
diff to current
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-24
rmcilroy
[Interpreter] Pass context to interpreter bytecode...
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-12
mstarzinger
Realize IWYU pattern for frames-inl.h header.
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-05-09
yangguo@chromium.org
Require SSE2 support for the ia32 port.
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
svenpanne@chromium.org
Added a Isolate* parameter to Serializer::enabled().
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-25
svenpanne@chromium.org
Added an Isolate* field to NoTrackDoubleFieldsForSerial...
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-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-26
yangguo@chromium.org
Hide some runtime functions.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-24
titzer@chromium.org
IA32: Rename MacroAssembler::Set() and MacroAssembler...
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-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-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-17
ulan@chromium.org
Fix NotifyStubFailureSaveDoubles generation for ia32.
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-10-23
danno@chromium.org
Enable preaging of code objects when --optimize-for...
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-19
bmeurer@chromium.org
Move NumberToStringStub::GenerateLookupNumberStringCach...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-13
dcarney@chromium.org
remove getcurrent from stubs
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-11
yangguo@chromium.org
Pass PC offset into runtime when compiling for OSR.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-09
titzer@chromium.org
Generate a custom OSR entrypoint for OSR compiles on...
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-02
loislo@chromium.org
Extract hardcoded error strings into a single place...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-19
bmeurer@chromium.org
Cleanup useless parameter object_is_smi for NumberToStr...
blob
|
commitdiff
|
raw
|
diff to current
next