projects
/
platform
/
upstream
/
v8.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[builtins] Add support for NewTarget to Execution::New.
[platform/upstream/v8.git]
/
src
/
full-codegen
/
ia32
/
full-codegen-ia32.cc
2015-09-22
bmeurer
[builtins] Add support for NewTarget to Execution:...
blob
|
commitdiff
|
raw
2015-09-16
mvstanton
Remove --pretenure-call-new
blob
|
commitdiff
|
raw
|
diff to current
2015-09-14
bmeurer
[builtins] Remove STRING_ADD_LEFT and STRING_ADD_RIGHT...
blob
|
commitdiff
|
raw
|
diff to current
2015-09-11
bmeurer
[builtins] Remove the weird STACK_OVERFLOW builtin.
blob
|
commitdiff
|
raw
|
diff to current
2015-09-11
bmeurer
[stubs] Simplify the non-function case of CallConstruct...
blob
|
commitdiff
|
raw
|
diff to current
2015-09-10
mvstanton
Vector ICs: The Oracle needs to report feedback for...
blob
|
commitdiff
|
raw
|
diff to current
2015-09-10
bmeurer
[runtime] Sanitize %NewClosure runtime entries.
blob
|
commitdiff
|
raw
|
diff to current
2015-09-09
mstarzinger
Desugar %DefaultConstructorCallSuper partially in parser.
blob
|
commitdiff
|
raw
|
diff to current
2015-09-08
mstarzinger
Use baseline code to compute message locations.
blob
|
commitdiff
|
raw
|
diff to current
2015-09-08
bmeurer
[runtime] Replace many buggy uses of %_CallFunction...
blob
|
commitdiff
|
raw
|
diff to current
2015-09-04
bmeurer
[runtime] Remove useless IN builtin.
blob
|
commitdiff
|
raw
|
diff to current
2015-09-03
machenbach
Revert of [es5] Class of object is "Function" if object...
blob
|
commitdiff
|
raw
|
diff to current
2015-09-03
bmeurer
[es5] Class of object is "Function" if object has ...
blob
|
commitdiff
|
raw
|
diff to current
2015-09-03
bmeurer
[es6] Introduce a dedicated JSIteratorResult type.
blob
|
commitdiff
|
raw
|
diff to current
2015-09-03
bmeurer
[es6] Initial steps towards a correct implementation...
blob
|
commitdiff
|
raw
|
diff to current
2015-09-02
caitpotter88
[es6] Re-implement rest parameters via desugaring.
blob
|
commitdiff
|
raw
|
diff to current
2015-09-01
ishell
Crankshaft is now able to compile top level code even...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-28
littledan
Ensure hole checks take place in switch statement scopes
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-28
bmeurer
[es6] Implement spec compliant ToPrimitive in the runtime.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-27
titzer
Remove CompilationInfo::MayUseThis() and replace it...
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-26
bmeurer
[runtime] Remove the redundant %_IsObject intrinsic.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-26
yangguo
Call JS functions via native context instead of js...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-25
bmeurer
Correctify instanceof and make it optimizable.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-21
mstarzinger
Rename FullCodeGenerator::function to literal.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-21
mstarzinger
Deprecate useless CompilationInfo::IsOptimizable predicate.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-19
titzer
Rename ParserInfo::function() and CompilationInfo:...
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-12
bmeurer
[runtime] Remove useless %_IsUndetectableObject intrinsic.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-12
bmeurer
[compiler] Remove broken support for undetectable strings.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-12
mstarzinger
Remove grab-bag includes of v8.h from full codegen.
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
[simd.js] Single SIMD128_VALUE_TYPE for all Simd128Values.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-07
rossberg
[es6] Use strict arguments objects for destructured...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-05
conradw
[strong] Refactor out separate strong runtime call...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-04
bbudge
Rename IsSimdObject assembly intrinsic.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-03
yangguo
Remove JSFunctionResultCache.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-03
bbudge
SIMD.js Add the other SIMD Phase 1 types.
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-31
yangguo
Debugger: move implementation to a separate folder.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-30
yangguo
Debugger: correctly redirect code with no stack check.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-30
conradw
Move final parts of class literal setup into a single...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-30
bmeurer
[runtime] DeclareGlobals and DeclareLookupSlot don...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-28
bmeurer
[stubs] Use a single slot for context globals.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-28
bmeurer
[stubs] Don't pass name to Load/StoreGlobalViaContext...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-24
rossberg
Find right scope associated with prologue
blob
|
commitdiff
|
raw
|
diff to current
2015-07-24
yangguo
Move Full-codegen into its own folder.
blob
|
commitdiff
|
raw
|
diff to current