platform/upstream/v8.git
2013-06-25 loislo@chromium.orgCPUProfiler: It is not clear why we are using Handle...
2013-06-25 jkummerow@chromium.orgMove C++ specific flags from C flags to C++ flags
2013-06-25 peter.rybin... Allow debugger evaluate expressions to mute local variables
2013-06-25 prybin@chromium.orgProvide list of step-in source positions in JS Debug API
2013-06-25 bmeurer@chromium.orgSplit HPhase for Lithium and Hydrogen using common...
2013-06-25 alph@chromium.orgHandle AccessorPair struct in heap snapshot.
2013-06-25 olivf@chromium.orgFix to_boolean type feedback for unary and binary ops
2013-06-25 hpayer@chromium.orgFixed more gc stress builder tests.
2013-06-25 yurys@chromium.orgGet rid of Isolate::safe_stack_iterator_counter
2013-06-25 bmeurer@chromium.orgFix GCC error about comma at end of enumerator list.
2013-06-25 bmeurer@chromium.orgFix compilation error introduced with r15287.
2013-06-25 bmeurer@chromium.orgCleanup Code::Kind2String().
2013-06-25 mstarzinger... Reland "Remove IsInitialized checks from inlined API...
2013-06-25 hpayer@chromium.orgAdded pretenuring support for fast literal allocation...
2013-06-25 yurys@chromium.orgMerge SafeStackTraceFrameIterator into SafeStackFrameIt...
2013-06-25 palfia@homejinni.comMIPS: Fix mjsunit/regress/regress-2653.
2013-06-24 palfia@homejinni.comMIPS: Fix Kraken gaussian blur test regression.
2013-06-24 palfia@homejinni.comMIPS: Rename Literal::handle to Literal::value
2013-06-24 mstarzinger... Fix ugly typo in HValue::UpdateRepresentation.
2013-06-24 svenpanne@chromium.orgRemoved some useless/dead code regarding CompileTimeValues.
2013-06-24 danno@chromium.orgIn revision 15142, the V8_USE_UNSAFE_HANDLES define...
2013-06-24 dslomov@chromium.orgUpdate typed arrays behavior to match ES6 rev 15. Remov...
2013-06-24 yangguo@chromium.orgCorrecting mime type of tools/profviz/profviz.css.
2013-06-24 yangguo@chromium.orgChanging mime type of tools/profviz/profviz.css.
2013-06-24 yangguo@chromium.orgChanging mime type of tools/profviz/profviz.html.
2013-06-24 bmeurer@chromium.orgAdd phase zone to CompilationInfo and use it in GVN...
2013-06-24 yurys@chromium.orgMove ExitFrame::ComputeStackPointer from frames-<arch...
2013-06-24 yangguo@chromium.orgAdd v8.log visualizer page.
2013-06-24 bmeurer@chromium.orgDrop (mis)use of HPhase in full code gen.
2013-06-24 yangguo@chromium.orgDo not use deprecated MakeWeak in d8.
2013-06-24 bmeurer@chromium.orgFix HStatistics::Print() output to fit into 80 columns.
2013-06-24 loislo@chromium.orgCPUProfiler: fix for test.
2013-06-24 loislo@chromium.orgCPUProfiler: Simplify logging part of CreateCodeEvent...
2013-06-24 mstarzinger... Deprecate one virtual marking visitor for mark-compact GC.
2013-06-24 dslomov@chromium.orgAPI for DataView.
2013-06-24 mstarzinger... Revert "Remove IsInitialized checks from inlined API...
2013-06-24 rossberg@chromium.orgRename Literal::handle to Literal::value
2013-06-24 yurys@chromium.orgUpdate the TSan-specific atomics implementation to...
2013-06-24 mstarzinger... Make a Persistent ctor take const Persistent& instead...
2013-06-24 mstarzinger... Remove IsInitialized checks from inlined API functions.
2013-06-24 loislo@chromium.orgCPUProfiler: remove copy&paste from CodeCreateEvent.
2013-06-24 yurys@chromium.orgSimplify stack iterators implementation
2013-06-24 dslomov@chromium.orgUpdate boot-up memory use limit after adding DataView.
2013-06-21 palfia@homejinni.comMIPS: Use AST's type field and merge types for unary...
2013-06-21 jkummerow@chromium.orgUse kPointerSize to compute the size of StubCache:...
2013-06-21 dslomov@chromium.orgDataView implementation.
2013-06-21 jkummerow@chromium.orgDistinguish times_8 and times_pointer_size for X64
2013-06-21 jkummerow@chromium.orgHBoundsCheck shouldn't ignore Tagged input representati...
2013-06-21 yurys@chromium.orgV8 API: Add a missing NULL check into Isolate::GetCurre...
2013-06-21 rossberg@chromium.orgRemove BinaryOp::result_type
2013-06-21 rossberg@chromium.orgUse AST's type field and merge types for unary, binary...
2013-06-21 yangguo@chromium.orgShort-circuit embedded cons strings.
2013-06-21 yangguo@chromium.orgUse mutex instead of busy wait when installing optimize...
2013-06-21 yangguo@chromium.orgClean up queued compilation tasks when quitting.
2013-06-21 yurys@chromium.orgDelete deprecated methods from v8-profiler.h
2013-06-21 plind44@gmail.comMIPS: Let NaN flow as double into HBranch + some minor...
2013-06-20 palfia@homejinni.comMIPS: Generators: Avoid calling into runtime if operand...
2013-06-20 palfia@homejinni.comMIPS: Lithium codegen should not pass around block_ids.
2013-06-20 danno@chromium.orgHandle MONOMORPIC loads where type feedback is code...
2013-06-20 jkummerow@chromium.orgAdd counters for requested/inserted/executed soft deopts
2013-06-20 palfia@homejinni.comMIPS: Fix stack frame reconstruction for generators...
2013-06-20 yurys@chromium.orgMake sure ExternalCallbackScope is always created when...
2013-06-20 verwaest@chromium.orgAlso apply InferControlFlowRange to smi-based tests.
2013-06-20 verwaest@chromium.orgImprove range analysis for smi phi
2013-06-20 olivf@chromium.orgLet NaN flow as double into HBranch + some minor improv...
2013-06-20 verwaest@chromium.orgProperly assign heapobject to constant functions.
2013-06-20 verwaest@chromium.orgFlexible representation for BuildIncrement, but CannotB...
2013-06-20 verwaest@chromium.orgAdd soft-deopt for uninitialized assignment
2013-06-20 wingo@igalia.comGenerators: Avoid calling into runtime if operand stack...
2013-06-20 dcarney@chromium.orgdeprecate old style callbacks
2013-06-20 mstarzinger... Use +kCallerSPOffset instead of -kMarkerOffset to compu...
2013-06-20 dcarney@chromium.orgremove all old style callbacks - patch 3
2013-06-20 verwaest@chromium.orgFix the flags used to probe the megamorphic code cache.
2013-06-20 olivf@chromium.orgLithium codegen should not pass around block_ids. Rathe...
2013-06-20 hpayer@chromium.orgReport store buffer overflows to v8 counters.
2013-06-20 hpayer@chromium.orgDon't let the GC clear the cache between cache invocati...
2013-06-20 dcarney@chromium.orgwindows test fix for 15221
2013-06-20 yangguo@chromium.orgSkip parallel recompilation tests if parallel recompila...
2013-06-20 wingo@igalia.comFix stack frame reconstruction for generators with...
2013-06-20 mstarzinger... Revert r14930 and r14935 temporarily.
2013-06-20 hpayer@chromium.orgMake isolate id getter public.
2013-06-20 hpayer@chromium.orgAbort incremental marking in stress gc tests whenever...
2013-06-20 verwaest@chromium.orgMerge assignment handling for Assignment and CompoundAs...
2013-06-20 dcarney@chromium.orgsymbols should be in the startup snapshot
2013-06-20 rossberg@chromium.orgIntroduce Type::Intersect function
2013-06-20 yangguo@chromium.orgDirectly use C++ builtin of ArrayPush for String.protot...
2013-06-20 dcarney@chromium.orgremove all old style callbacks - patch 1 of many
2013-06-20 dcarney@chromium.orgremove all old style callbacks - patch 2
2013-06-20 yurys@chromium.orgIntroduce THREADED_PROFILED_TEST macro
2013-06-20 yurys@chromium.orgFix data race in v8::internal::UnboundQueue
2013-06-20 yurys@chromium.orgNuke OS::ReleaseStore, use Release_Store instead
2013-06-20 yurys@chromium.orgFix typo in #undef parameter
2013-06-19 verwaest@chromium.orgFix using monomorphic store instruction for polymorphic...
2013-06-19 plind44@gmail.comMIPS: Fix test-cpu-profiler/SampleWhenFrameIsNotSetup...
2013-06-19 plind44@gmail.comMIPS: Fix cctest/test-assembler-mips on MIPS32R1 archit...
2013-06-19 plind44@gmail.comMIPS: Use type feedback for Array (non-constructor...
2013-06-19 mstarzinger... Lower limit for external allocation and improve tracing.
2013-06-19 mstarzinger... Deprecate old code aging mechanism.
2013-06-19 jkummerow@chromium.orgRemove unused counters
2013-06-19 mvstanton@chromium.orgBugfix in hydrogen array literal code generation.
next