projects
/
platform
/
upstream
/
v8.git
/ search
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.
2015-09-08
bmeurer
[builtins] Unify the various versions of [[Call]] with...
commit
|
commitdiff
|
tree
2015-09-04
bmeurer
[runtime] Remove useless IN builtin.
commit
|
commitdiff
|
tree
2015-09-03
bmeurer
Remove obsolete functionality from the MacroAssemblers.
commit
|
commitdiff
|
tree
2015-09-03
bmeurer
[es5] Class of object is "Function" if object has ...
commit
|
commitdiff
|
tree
2015-09-03
bmeurer
[es6] Introduce a dedicated JSIteratorResult type.
commit
|
commitdiff
|
tree
2015-09-03
bmeurer
[es6] Initial steps towards a correct implementation...
commit
|
commitdiff
|
tree
2015-09-02
bmeurer
[es6] Fix invalid ToObject in String/Array iterator...
commit
|
commitdiff
|
tree
2015-09-01
bmeurer
[runtime] Remove unused TO_NUMBER and TO_STRING functions.
commit
|
commitdiff
|
tree
2015-08-31
bmeurer
[runtime] Use utils.InstallFunctions for Symbol.prototype...
commit
|
commitdiff
|
tree
2015-08-31
bmeurer
[es6] Implement Date.prototype[@@toPrimitive] as C...
commit
|
commitdiff
|
tree
2015-08-31
bmeurer
[builtins] Pass correct number of arguments after adapting...
commit
|
commitdiff
|
tree
2015-08-28
bmeurer
[runtime] Add %ToString and %_ToString and remove the...
commit
|
commitdiff
|
tree
2015-08-28
Benedikt Meurer
[test] Fix wrong mjsunit.status line.
commit
|
commitdiff
|
tree
2015-08-28
Benedikt Meurer
[test] Properly disable test that doesn't work in GC...
commit
|
commitdiff
|
tree
2015-08-28
bmeurer
[es6] Implement spec compliant ToName (actually ToPropertyKey).
commit
|
commitdiff
|
tree
2015-08-28
bmeurer
[es6] Implement spec compliant ToPrimitive in the runtime.
commit
|
commitdiff
|
tree
2015-08-26
bmeurer
[runtime] Remove the redundant %_IsObject intrinsic.
commit
|
commitdiff
|
tree
2015-08-25
bmeurer
[crankshaft] DCE must not eliminate (observable) math...
commit
|
commitdiff
|
tree
2015-08-25
bmeurer
Correctify instanceof and make it optimizable.
commit
|
commitdiff
|
tree
2015-08-17
bmeurer
[runtime] Unify and fix the strict equality comparison.
commit
|
commitdiff
|
tree
2015-08-13
bmeurer
Revert of [runtime] Remove useless IN builtin. (patchset...
commit
|
commitdiff
|
tree
2015-08-13
bmeurer
[runtime] Remove useless IN builtin.
commit
|
commitdiff
|
tree
2015-08-13
bmeurer
[runtime] Remove useless DELETE builtin.
commit
|
commitdiff
|
tree
2015-08-13
Benedikt Meurer
Add more OWNERS for components.
commit
|
commitdiff
|
tree
2015-08-13
bmeurer
[strong] Simplify (and sortof optimize) string addition...
commit
|
commitdiff
|
tree
2015-08-12
bmeurer
[runtime] Remove useless %_IsUndetectableObject intrinsic.
commit
|
commitdiff
|
tree
2015-08-12
bmeurer
[compiler] Remove broken support for undetectable strings.
commit
|
commitdiff
|
tree
2015-08-12
bmeurer
[runtime] Simplify CHECK_OBJECT_COERCIBLE.
commit
|
commitdiff
|
tree
2015-08-11
bmeurer
[runtime] Store constructor function index on primitive...
commit
|
commitdiff
|
tree
2015-08-11
bmeurer
[stubs] Store typeof string on Oddballs.
commit
|
commitdiff
|
tree
2015-08-11
bmeurer
[simd.js] Single SIMD128_VALUE_TYPE for all Simd128Values.
commit
|
commitdiff
|
tree
2015-08-10
bmeurer
[crankshaft] Properly optimize %_ToObject.
commit
|
commitdiff
|
tree
2015-08-10
bmeurer
[runtime] Remove obsolete %GetPropertyNames runtime...
commit
|
commitdiff
|
tree
2015-08-10
bmeurer
[runtime] Remove unused %ToBool runtime function.
commit
|
commitdiff
|
tree
2015-08-10
bmeurer
[turbofan] Drop V8_TURBOFAN_BACKEND and V8_TURBOFAN_TARGET...
commit
|
commitdiff
|
tree
2015-08-10
bmeurer
[runtime] Remove premature optimization from ToPrimitive.
commit
|
commitdiff
|
tree
2015-08-10
bmeurer
[runtime] Simplify TO_INT32/TO_UINT32 abstract operations.
commit
|
commitdiff
|
tree
2015-07-31
bmeurer
[stubs] Unify (and optimize) implementation of ToObject.
commit
|
commitdiff
|
tree
2015-07-30
bmeurer
[runtime] DeclareGlobals and DeclareLookupSlot don...
commit
|
commitdiff
|
tree
2015-07-30
bmeurer
[turbofan] Fix invalid access to Parameter index.
commit
|
commitdiff
|
tree
2015-07-30
Benedikt Meurer
Reland^3 "Enable loads and stores to global vars through...
commit
|
commitdiff
|
tree
2015-07-28
bmeurer
[stubs] Use a single slot for context globals.
commit
|
commitdiff
|
tree
2015-07-28
bmeurer
[stubs] Also handle properties of the JSBuiltinsObject...
commit
|
commitdiff
|
tree
2015-07-28
bmeurer
[stubs] Don't pass name to Load/StoreGlobalViaContext...
commit
|
commitdiff
|
tree
2015-07-27
bmeurer
[stubs] Properly handle read-only properties in StoreGlobalV...
commit
|
commitdiff
|
tree
2015-07-24
bmeurer
Reland^2 "Enable loads and stores to global vars through...
commit
|
commitdiff
|
tree
2015-07-24
bmeurer
[mips] Fix Load/StoreGlobalContext stubs.
commit
|
commitdiff
|
tree
2015-07-24
bmeurer
[stubs] Optimize LoadGlobalViaContextStub and StoreGlobalVia...
commit
|
commitdiff
|
tree
2015-07-15
bmeurer
[handles] Sanitize Handle and friends.
commit
|
commitdiff
|
tree
2015-07-15
bmeurer
[handles] Sanitize Handle and friends.
commit
|
commitdiff
|
tree
2015-07-14
bmeurer
[turbofan] Don't use uniform initialization in AccessBuilder.
commit
|
commitdiff
|
tree
2015-07-13
bmeurer
[turbofan] Context specialization should only specialize...
commit
|
commitdiff
|
tree
2015-07-13
bmeurer
[osr] Increase Code::profiler_ticks to 28 bits.
commit
|
commitdiff
|
tree
2015-07-13
bmeurer
[turbofan] Optimize string "length" property access...
commit
|
commitdiff
|
tree
2015-07-13
bmeurer
[arm] CheckConstPool between TurboFan instructions.
commit
|
commitdiff
|
tree
2015-07-10
bmeurer
Remove more uses of the deprecated EnumSet template...
commit
|
commitdiff
|
tree
2015-07-09
bmeurer
[arm] Don't call branch_offset within CheckConstPool.
commit
|
commitdiff
|
tree
2015-07-09
bmeurer
[arm] Fix missing CheckBuffer for branches.
commit
|
commitdiff
|
tree
2015-07-09
bmeurer
[arm] Remove unused jump_elimination_allowed parameter...
commit
|
commitdiff
|
tree
2015-07-08
bmeurer
[turbofan] Optimize string "length" property access...
commit
|
commitdiff
|
tree
2015-07-08
bmeurer
[turbofan] Add TruncationMode for TruncateFloat64ToInt32.
commit
|
commitdiff
|
tree
2015-07-07
bmeurer
[deoptimizer] Properly evict TurboFan OSR code objects...
commit
|
commitdiff
|
tree
2015-07-06
bmeurer
[turbofan] Context specialization is the job of the...
commit
|
commitdiff
|
tree
2015-07-06
bmeurer
[turbofan] Fix value output count for the Start node.
commit
|
commitdiff
|
tree
2015-07-06
bmeurer
[turbofan] Reland "Add new JSFrameSpecialization reducer...
commit
|
commitdiff
|
tree
2015-07-06
bmeurer
[turbofan] Perform OSR deconstruction early and remove...
commit
|
commitdiff
|
tree
2015-07-06
bmeurer
[turbofan] Add new JSFrameSpecialization reducer.
commit
|
commitdiff
|
tree
2015-07-03
bmeurer
[turbofan] Right hand side of shifts needs ToUint32.
commit
|
commitdiff
|
tree
2015-07-01
bmeurer
[crankshaft] Remove adventurous operator< for Handle...
commit
|
commitdiff
|
tree
2015-06-30
bmeurer
[turbofan] Disallow cross native context inlining.
commit
|
commitdiff
|
tree
2015-06-30
bmeurer
[turbofan] Disable recursive inlining for now.
commit
|
commitdiff
|
tree
2015-06-30
bmeurer
[turbofan] Remove explicit context specialization from...
commit
|
commitdiff
|
tree
2015-06-30
bmeurer
[turbofan] Remove unused constructor function matching...
commit
|
commitdiff
|
tree
2015-06-30
bmeurer
[turbofan] Return constant type for functions with...
commit
|
commitdiff
|
tree
2015-06-29
bmeurer
Using "defined" in macro causes undefined behavior.
commit
|
commitdiff
|
tree
2015-06-29
bmeurer
[turbofan] Add typing rules for the typeof operator.
commit
|
commitdiff
|
tree
2015-06-26
bmeurer
[turbofan] Also update the BranchHint when merging...
commit
|
commitdiff
|
tree
2015-06-26
bmeurer
Revert of [android] Migrate more configs to gyp. (patchset...
commit
|
commitdiff
|
tree
2015-06-26
bmeurer
[turbofan] Canonicalize return sequence for JSFunctions.
commit
|
commitdiff
|
tree
2015-06-26
bmeurer
[turbofan] Add support for pushing returns into merges.
commit
|
commitdiff
|
tree
2015-06-26
bmeurer
[turbofan] Use proper eager deopts for %_ThrowNotDateError().
commit
|
commitdiff
|
tree
2015-06-25
bmeurer
[turbofan] Optimize BooleanNot conditions to Branch...
commit
|
commitdiff
|
tree
2015-06-25
Benedikt Meurer
[turbofan] Properly type %_IsDate intrinsic.
commit
|
commitdiff
|
tree
2015-06-25
Benedikt Meurer
[turbofan] Add basic support for calling to (a subset...
commit
|
commitdiff
|
tree
2015-06-25
bmeurer
[turbofan] Revive the useful parts of the SimplifiedOperator...
commit
|
commitdiff
|
tree
2015-06-24
bmeurer
[turbofan] Make TyperCache global and thread safe.
commit
|
commitdiff
|
tree
2015-06-24
bmeurer
[x64] Fix instruction selection for Word64Equal(Word64And...
commit
|
commitdiff
|
tree
2015-06-23
bmeurer
[turbofan] NaN is never truish.
commit
|
commitdiff
|
tree
2015-06-23
Benedikt Meurer
[turbofan] Run DeadCodeElimination together with the...
commit
|
commitdiff
|
tree
2015-06-23
bmeurer
Revert of [turbofan] Run DeadCodeElimination together...
commit
|
commitdiff
|
tree
2015-06-23
bmeurer
[turbofan] Run DeadCodeElimination together with the...
commit
|
commitdiff
|
tree
2015-06-23
bmeurer
[date] Use explicit control flow to replace %_ThrowIfNotADate.
commit
|
commitdiff
|
tree
2015-06-22
bmeurer
[turbofan] Revive the VectorSlotPair and also put feedback...
commit
|
commitdiff
|
tree
2015-06-22
bmeurer
[turbofan] Some cleanup to the Typer.
commit
|
commitdiff
|
tree
2015-06-22
Benedikt Meurer
[turbofan] Run context specialization, inlining and...
commit
|
commitdiff
|
tree
2015-06-22
bmeurer
[turbofan] Run DeadCodeElimination as part of the generic...
commit
|
commitdiff
|
tree
2015-06-19
bmeurer
[turbofan] Preserve Bounds when cloning nodes in the...
commit
|
commitdiff
|
tree
2015-06-19
bmeurer
[ubsan] Fix HeapObjectMatcher to avoid invalid casts.
commit
|
commitdiff
|
tree
2015-06-19
bmeurer
[turbofan] Proper dead code elimination as regular...
commit
|
commitdiff
|
tree
2015-06-18
bmeurer
[turbofan] Deslowify the GraphTrimmer in debug mode.
commit
|
commitdiff
|
tree
next