2014-10-16 |
bmeurer@chromium.org | [turbofan] Correctify typed lowering. |
commit | commitdiff | tree | snapshot |
2014-10-16 |
bmeurer@chromium.org | Fix x64 after r24656. |
commit | commitdiff | tree | snapshot |
2014-10-16 |
wingo@igalia.com | Object.is should use SameValue |
commit | commitdiff | tree | snapshot |
2014-10-16 |
wingo@igalia.com | Implement .forEach() on typed arrays |
commit | commitdiff | tree | snapshot |
2014-10-16 |
bmeurer@chromium.org | [turbofan] Run value numbering after SimplifiedLowering. |
commit | commitdiff | tree | snapshot |
2014-10-16 |
aandrey@chromium.org | Introduce v8::Exception::GetStackTrace API method. |
commit | commitdiff | tree | snapshot |
2014-10-16 |
m.m.capewell... | [arm][arm64] fix code for InstanceofStub |
commit | commitdiff | tree | snapshot |
2014-10-16 |
machenbach... | Whitespace change to test the new poller. |
commit | commitdiff | tree | snapshot |
2014-10-16 |
machenbach... | Whitespace change to test the new poller. |
commit | commitdiff | tree | snapshot |
2014-10-16 |
machenbach... | Whitespace change to test the new poller. |
commit | commitdiff | tree | snapshot |
2014-10-16 |
bmeurer@chromium.org | [turbofan] Fix GraphC1Visualizer::PrintType(). |
commit | commitdiff | tree | snapshot |
2014-10-16 |
weiliang.lin... | X87: Implement inline %_IsJSProxy() for full codegen... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
adamk@chromium.org | Revert "Remove SmartMove, bringing Array methods furthe... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
adamk@chromium.org | Remove SmartMove, bringing Array methods further into... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
adamk@chromium.org | Handle exceptions thrown by Array.observe machinery |
commit | commitdiff | tree | snapshot |
2014-10-15 |
balazs.kilvady... | MIPS: Implement inline %_IsJSProxy() for full codegen... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
jkummerow@chromium.org | Fix compilation some more after r24639 |
commit | commitdiff | tree | snapshot |
2014-10-15 |
sigurds@chromium.org | Fix compilation after r24639 |
commit | commitdiff | tree | snapshot |
2014-10-15 |
jkummerow@chromium.org | Fix compilation after r24639 |
commit | commitdiff | tree | snapshot |
2014-10-15 |
rossberg@chromium.org | Fix verification of Int64Constant |
commit | commitdiff | tree | snapshot |
2014-10-15 |
neis@chromium.org | Give simple types to Math.Min, Math.Max, Math.Fround... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
yangguo@chromium.org | Break deserializer reservations into chunks that fit... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
dslomov@chromium.org | Convert argument toObject() in Object.getOwnPropertyNam... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
jkummerow@chromium.org | Implement inline %_IsJSProxy() for full codegen and... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
titzer@chromium.org | Fix bug in NodeCache::GetCachedNodes |
commit | commitdiff | tree | snapshot |
2014-10-15 |
jochen@chromium.org | Fix GetCurrentThreadId for Solaris etc.. |
commit | commitdiff | tree | snapshot |
2014-10-15 |
machenbach... | Whitespace change to test new git workflow. |
commit | commitdiff | tree | snapshot |
2014-10-15 |
titzer@chromium.org | Add JSGraph::GetCachedNodes and NodeCache::GetCachedNod... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
verwaest@chromium.org | Optimize Function.prototype.call |
commit | commitdiff | tree | snapshot |
2014-10-15 |
dcarney@chromium.org | [turbofan] more verification of rpo |
commit | commitdiff | tree | snapshot |
2014-10-15 |
vegorov@chromium.org | Fix out-of-bounds read in SourcePositionToScriptPositio... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
rossberg@chromium.org | Presubmit checks |
commit | commitdiff | tree | snapshot |
2014-10-15 |
rossberg@chromium.org | Fix oversight in type change |
commit | commitdiff | tree | snapshot |
2014-10-15 |
rossberg@chromium.org | Better typing and type verification |
commit | commitdiff | tree | snapshot |
2014-10-15 |
yangguo@chromium.org | Make event logger slightly more light-weight. |
commit | commitdiff | tree | snapshot |
2014-10-15 |
erikcorry@chromium.org | Use WeakCell to handle the script wrapper cache |
commit | commitdiff | tree | snapshot |
2014-10-15 |
yangguo@chromium.org | Initialize double values before calling rempio2. |
commit | commitdiff | tree | snapshot |
2014-10-15 |
svenpanne@chromium.org | Array.prototype.{every, filter, find, findIndex, forEac... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
bmeurer@chromium.org | [x86] Several small performance improvements. |
commit | commitdiff | tree | snapshot |
2014-10-15 |
dcarney@chromium.org | Let FastCloneShallowObjectStub work with empty literal... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
ulan@chromium.org | Remove test-api/Regress2107 since it doesn't test what... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
dcarney@chromium.org | [turbofan] fix block mapping in code comments |
commit | commitdiff | tree | snapshot |
2014-10-15 |
neis@chromium.org | Again reland "Refine expression typing, esp. by propaga... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
bmeurer@chromium.org | Revert "Reland "Refine expression typing, esp. by propa... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
balazs.kilvady... | MIPS: [turbofan] Optimize division/modulus by constant. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
sigurds@chromium.org | Fix performance bug in scheduler. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
neis@chromium.org | Reland "Refine expression typing, esp. by propagating... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
yangguo@chromium.org | Catch exceptions thrown when enqueuing change records. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
yangguo@chromium.org | Fix V8's default timer event logger. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
ulan@chromium.org | Weak Cells |
commit | commitdiff | tree | snapshot |
2014-10-14 |
jkummerow@chromium.org | Always initialize key_type_ in AST nodes |
commit | commitdiff | tree | snapshot |
2014-10-14 |
yangguo@chromium.org | Correctly expand literal buffer for surrogate pairs. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
neis@chromium.org | Add typing for Int32MulHigh. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
neis@chromium.org | Simple typing of machine operators. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
jkummerow@chromium.org | Fix de/serialization tests after r24592 |
commit | commitdiff | tree | snapshot |
2014-10-14 |
machenbach... | Make release script cleanup more robust. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
machenbach... | Fix remote branch location in releases script (2). |
commit | commitdiff | tree | snapshot |
2014-10-14 |
sigurds@chromium.org | Reland "Fix scheduler to correctly schedule nested... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
machenbach... | Fix remote branch location in releases script. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
bmeurer@chromium.org | [turbofan] Optimize division/modulus by constant. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
ishell@chromium.org | Preserve order of fields when doing slow-to-fast object... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
svenpanne@chromium.org | Squeeze the layout of various AST node types. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
jkummerow@chromium.org | Always compile functions in the snapshot with deoptimiz... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
baptiste.afsa... | [turbofan] Add support for shifted and rotated operands... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
dcarney@chromium.org | build fix |
commit | commitdiff | tree | snapshot |
2014-10-14 |
machenbach... | Switch chromium roll script to git. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
sigurds@chromium.org | Add control input to LoadField. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
dcarney@chromium.org | [turbofan] remove some of the dependency of Instruction... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
jarin@chromium.org | [turbofan] Output schedule, instructions and register... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
jarin@chromium.org | [turbofan] Use register for instruction operands when... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
hpayer@chromium.org | Increase final idle time in idle notifcation of test... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
bmeurer@chromium.org | [arm] Drop SMMLS support. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
bmeurer@chromium.org | [arm] Add support for SMMLA, SMMLS and SMMUL. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
bmeurer@chromium.org | MIPS: Add OWNERS file for compiler unittests. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
bmeurer@chromium.org | Fix non-TF targets after r24546. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
weiliang.lin... | X87: Support for super assignments in for..in. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
paul.lind@imgtec.com | MIPS: [turbofan] Make VisitBranch and friends to backen... |
commit | commitdiff | tree | snapshot |
2014-10-13 |
balazs.kilvady... | MIPS: Support for super assignments in for..in. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
hpayer@chromium.org | Fix IdleNotificationFinishMarking test on slow devices. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
mstarzinger... | Switch schedule early phase to basic blocks. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
hpayer@chromium.org | Check if there is still time before finalizing an incre... |
commit | commitdiff | tree | snapshot |
2014-10-13 |
sigurds@chromium.org | Revert "Fix scheduler to correctly schedule nested... |
commit | commitdiff | tree | snapshot |
2014-10-13 |
rmcilroy@chromium.org | Refactor FrameAndConstantPoolScope and ConstantPoolUnav... |
commit | commitdiff | tree | snapshot |
2014-10-13 |
dusan.milosavljevic... | MIPS: Unbreak gn build, missing source files for MIPS tf. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
sigurds@chromium.org | Fix scheduler to correctly schedule nested diamonds. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
dslomov@chromium.org | Support for super assignments in for..in. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
machenbach... | Make releases script ready for the new git workflow. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
mstarzinger... | Mark some test262 cases as known failures after r24495. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
bmeurer@chromium.org | [turbofan] Optimize Int32Mod by power-of-two. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
neis@chromium.org | Revert "Refine expression typing, esp. by propagating... |
commit | commitdiff | tree | snapshot |
2014-10-13 |
neis@chromium.org | Refine expression typing, esp. by propagating range... |
commit | commitdiff | tree | snapshot |
2014-10-13 |
dslomov@chromium.org | Fix typedarray tests. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
rmcilroy@chromium.org | v8_external_snapshot target visible only when using... |
commit | commitdiff | tree | snapshot |
2014-10-13 |
bmeurer@chromium.org | Run benchmarks tests with --turbo-asm flag. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
bmeurer@chromium.org | [turbofan] Embed the actual backing store address for... |
commit | commitdiff | tree | snapshot |
2014-10-13 |
marja@chromium.org | Script streaming: UTF-8 handling fix. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
bmeurer@chromium.org | [turbofan] Make VisitBranch and friends to backend... |
commit | commitdiff | tree | snapshot |
2014-10-13 |
dcarney@chromium.org | [turbofan] remove graph from InstructionSequence |
commit | commitdiff | tree | snapshot |
2014-10-13 |
yangguo@chromium.org | Fix build failure. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
yangguo@chromium.org | Always include full reloc info to stubs for serialization. |
commit | commitdiff | tree | snapshot |
next |