projects
/
platform
/
upstream
/
v8.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[runtime] Remove useless IN builtin.
[platform/upstream/v8.git]
/
src
/
2015-09-04
bmeurer
[runtime] Remove useless IN builtin.
tree
|
commitdiff
2015-09-04
mvstanton
Reland Vector ICs: platform support for vector-based...
tree
|
commitdiff
2015-09-04
mtrofin
[turbofan] Split before loops.
tree
|
commitdiff
2015-09-04
mtrofin
[turbofan] Greedy: split around calls heuristic.
tree
|
commitdiff
2015-09-03
bmeurer
Remove obsolete functionality from the MacroAssemblers.
tree
|
commitdiff
2015-09-03
mbrandy
PPC: [es6] Initial steps towards a correct implementati...
tree
|
commitdiff
2015-09-03
mbrandy
PPC: [es6] Introduce a dedicated JSIteratorResult type.
tree
|
commitdiff
2015-09-03
mbrandy
PPC: [es6] Re-implement rest parameters via desugaring.
tree
|
commitdiff
2015-09-03
balazs.kilvady
MIPS: Refine '[es6] Introduce a dedicated JSIteratorRes...
tree
|
commitdiff
2015-09-03
machenbach
Revert of Vector ICs: platform support for vector-based...
tree
|
commitdiff
2015-09-03
mvstanton
Vector ICs: platform support for vector-based stores.
tree
|
commitdiff
2015-09-03
ulan
Reland "Make sure that memory reducer makes progress...
tree
|
commitdiff
2015-09-03
machenbach
Revert of [es5] Class of object is "Function" if object...
tree
|
commitdiff
2015-09-03
bmeurer
[es5] Class of object is "Function" if object has ...
tree
|
commitdiff
2015-09-03
jarin
[turbofan] Do not force stack slot for eager deopt...
tree
|
commitdiff
2015-09-03
mtrofin
[turbofan] Include individual deferred block ranges...
tree
|
commitdiff
2015-09-03
mlippautz
[heap] Make AlwaysAlloceScope thread-safe.
tree
|
commitdiff
2015-09-03
oth
Remove GC metadata of code object before serializing.
tree
|
commitdiff
2015-09-03
mtrofin
[turbofan] Small fix in live range printer.
tree
|
commitdiff
2015-09-03
mlippautz
Adds atomic utilities (based on raw atomic operations...
tree
|
commitdiff
2015-09-03
neis
Remove no-zone versions of intersection and union.
tree
|
commitdiff
2015-09-03
bmeurer
[es6] Introduce a dedicated JSIteratorResult type.
tree
|
commitdiff
2015-09-03
titzer
[turbofan] support for Int64 in CheckedLoad/CheckedStor...
tree
|
commitdiff
2015-09-03
mstarzinger
[presubmit] Fix build/include linter violations.
tree
|
commitdiff
2015-09-03
mstarzinger
[presubmit] Fix whitespace/empty_loop_body linter viola...
tree
|
commitdiff
2015-09-03
bmeurer
[es6] Initial steps towards a correct implementation...
tree
|
commitdiff
2015-09-02
caitpotter88
[es6] Re-implement rest parameters via desugaring.
tree
|
commitdiff
2015-09-02
oth
[Intepreter] Extend and move Register class.
tree
|
commitdiff
2015-09-02
mstarzinger
[heap] Move ObjectStatsVisitor into the proper component.
tree
|
commitdiff
2015-09-02
mstarzinger
[heap] Separate ObjectStats out into its own class.
tree
|
commitdiff
2015-09-02
cbruni
Adding ElementsAccessor::Shift
tree
|
commitdiff
2015-09-02
mbrandy
PPC: VectorICs: Cleanup, remove unnecessary arguments...
tree
|
commitdiff
2015-09-02
oth
Remove code link from serialization state.
tree
|
commitdiff
2015-09-02
rmcilroy
[Interpreter] Add support for property load operations.
tree
|
commitdiff
2015-09-02
mvstanton
VectorICs: Cleanup, remove unnecessary arguments from...
tree
|
commitdiff
2015-09-02
conradw
[strong] weak classes can't inherit from strong ones
tree
|
commitdiff
2015-09-02
mtrofin
[turbofan] Greedy: Unset hints at eviction.
tree
|
commitdiff
2015-09-02
fedor
heap: make array buffer maps disjoint
tree
|
commitdiff
2015-09-02
ishell
[arm64] Don't try convert binary operation to shifted...
tree
|
commitdiff
2015-09-02
hablich
Revert of [turbofan] Greedy: using hints (patchset...
tree
|
commitdiff
2015-09-02
mlippautz
[heap] Throw OOM upon failing to expand a PagedSpace...
tree
|
commitdiff
2015-09-02
mtrofin
[turbofan] Greedy: using hints
tree
|
commitdiff
2015-09-02
bmeurer
[es6] Fix invalid ToObject in String/Array iterator...
tree
|
commitdiff
2015-09-02
cbruni
ElementsAccessor Array Builtins Cleanup
tree
|
commitdiff
2015-09-01
bradnelson
Eliminate use of CompilationInfo in several AstVisitor...
tree
|
commitdiff
2015-09-01
cbruni
Adding ElementsAccessor::Unshift
tree
|
commitdiff
2015-09-01
littledan
Stage sloppy let
tree
|
commitdiff
2015-09-01
mlippautz
[heap,cctest] Fix CodeRange tests that use AllocateRawM...
tree
|
commitdiff
2015-09-01
binji
Remove harmony-atomics flag and collapse it into shared...
tree
|
commitdiff
2015-09-01
alph
Fix CPU profiler deadlock on Windows + AMD CPU.
tree
|
commitdiff
2015-09-01
bradnelson
Add asm.js typer / validator.
tree
|
commitdiff
2015-09-01
conradw
[strong] Class constructor bodies cannot contain "use...
tree
|
commitdiff
2015-09-01
littledan
Revert of Stage sloppy let (patchset #7 id:120001 of...
tree
|
commitdiff
2015-09-01
yurys
Extract common debugger code for processing compile...
tree
|
commitdiff
2015-09-01
mbrandy
PPC: Crankshaft is now able to compile top level code...
tree
|
commitdiff
2015-09-01
littledan
Stage sloppy let
tree
|
commitdiff
2015-09-01
mstarzinger
[presubmit] Fix runtime/indentation_namespace linter...
tree
|
commitdiff
2015-09-01
mvstanton
Vector ICs: Adapting store ic classes for vectors.
tree
|
commitdiff
2015-09-01
mtrofin
Revert "Revert of [turbofan] greedy: heuristic for...
tree
|
commitdiff
2015-09-01
mvstanton
Make type-feedback-vector.h usable without objects...
tree
|
commitdiff
2015-09-01
bmeurer
[runtime] Remove unused TO_NUMBER and TO_STRING functions.
tree
|
commitdiff
2015-09-01
jarin
[crankshaft] Cleanup representation calculation for...
tree
|
commitdiff
2015-09-01
mstarzinger
[turbofan] Remove obsolete unique.h includes in TurboFan.
tree
|
commitdiff
2015-09-01
mlippautz
Revert of heap: make array buffer maps disjoint (patchs...
tree
|
commitdiff
2015-09-01
machenbach
Revert of [turbofan] greedy: heuristic for memory opera...
tree
|
commitdiff
2015-09-01
mstarzinger
Make isolate.h usable without objects-inl.h header.
tree
|
commitdiff
2015-09-01
pcc
Read all integer op parameters using a signed integer...
tree
|
commitdiff
2015-09-01
mtrofin
[turbofan] greedy: heuristic for memory operands
tree
|
commitdiff
2015-09-01
ishell
Crankshaft is now able to compile top level code even...
tree
|
commitdiff
2015-09-01
fedor
heap: make array buffer maps disjoint
tree
|
commitdiff
2015-09-01
pcc
Fix invalid read of language mode from StorePropertyPar...
tree
|
commitdiff
2015-09-01
mtrofin
[turbofan] Re-wire greedy.
tree
|
commitdiff
2015-09-01
pcc
Do not attempt to read language mode from {,Strict...
tree
|
commitdiff
2015-09-01
alph
Revert of Fix CPU profiler deadlock on Windows + AMD...
tree
|
commitdiff
2015-09-01
alph
Fix CPU profiler deadlock on Windows + AMD CPU.
tree
|
commitdiff
2015-08-31
yurys
Postpone interrupts while dipatching debugger events...
tree
|
commitdiff
2015-08-31
Michael Lippautz
[heap] Properly decrement amount of externally allocate...
tree
|
commitdiff
2015-08-31
littledan
Make Date.prototype an ordinary object
tree
|
commitdiff
2015-08-31
akos.palfi
MIPS: [builtins] Pass correct number of arguments after...
tree
|
commitdiff
2015-08-31
bradnelson
Drop region parameter to Unbounded, as it can be done...
tree
|
commitdiff
2015-08-31
bradnelson
Treat the x*1 generated by parsing a unary + as contain...
tree
|
commitdiff
2015-08-31
mbrandy
PPC: [builtins] Pass correct number of arguments after...
tree
|
commitdiff
2015-08-31
mlippautz
[heap] Fix recursive GCs caused by adjusting externally...
tree
|
commitdiff
2015-08-31
cbruni
Adding ElementsAccessor::Pop
tree
|
commitdiff
2015-08-31
mstarzinger
Make frames.h usable without handles-inl.h header.
tree
|
commitdiff
2015-08-31
mtrofin
[turbofan] Live Range unit tests.
tree
|
commitdiff
2015-08-31
bmeurer
[runtime] Use utils.InstallFunctions for Symbol.prototy...
tree
|
commitdiff
2015-08-31
bmeurer
[es6] Implement Date.prototype[@@toPrimitive] as C...
tree
|
commitdiff
2015-08-31
cbruni
Adding ElementsAccessor::Slice
tree
|
commitdiff
2015-08-31
mstarzinger
Drop ambiguous MaybeHandle comparison and hashing ops.
tree
|
commitdiff
2015-08-31
bmeurer
[builtins] Pass correct number of arguments after adapt...
tree
|
commitdiff
2015-08-31
mtrofin
[turbofan] Break dependency on RegisterAllocationData...
tree
|
commitdiff
2015-08-31
mstarzinger
Make unsafe Unique<T> constructor private.
tree
|
commitdiff
2015-08-31
hablich
Revert of [heap] More flag cleanup. (patchset #8 id...
tree
|
commitdiff
2015-08-31
machenbach
Revert of Native context: install array methods via...
tree
|
commitdiff
2015-08-31
chunyang.dai
X87: [runtime] Add %ToString and %_ToString and remove...
tree
|
commitdiff
2015-08-31
mstarzinger
[turbofan] Remove usage of Unique<T> from graph.
tree
|
commitdiff
2015-08-31
mlippautz
[heap] GC flag cleanup/restructuring.
tree
|
commitdiff
2015-08-31
mtrofin
[turbofan] Optimize Splinter by remembering where it...
tree
|
commitdiff
2015-08-28
littledan
Propagate switch statement value for 'eval'
tree
|
commitdiff
next