platform/upstream/v8.git
2013-06-27 bmeurer@chromium.orgRefactor Hydrogen environment liveness analysis into...
2013-06-27 bmeurer@chromium.orgAdd templatized Run() method for Hydrogen phases.
2013-06-27 bmeurer@chromium.orgTurn zone_excess_limit_ into a constant.
2013-06-27 bmeurer@chromium.orgRefactor Hydrogen GVN into an HPhase and use the phase...
2013-06-27 bmeurer@chromium.orgMove phase_zone from CompilationInfo to CompilationPhase.
2013-06-27 bmeurer@chromium.orgFix the compilation of gdbjit
2013-06-27 bmeurer@chromium.orgAdd myself to OWNERS.
2013-06-27 yurys@chromium.orgExtract StackFrameIteratorBase
2013-06-27 yurys@chromium.orgDo not iterate stack handlers in SafeStackFrameIterator
2013-06-27 titzer@chromium.orgFix elements-kind test to disable optimization of impor...
2013-06-27 dslomov@chromium.orgDo not allow invocation of ArrayBuffer and array buffer...
2013-06-26 palfia@homejinni.comMIPS: Avoid Unnecessary Smi Checks.
2013-06-26 olivf@chromium.orgAvoid Unnecessary Smi Checks
2013-06-26 mstarzinger... Remove obsolete free-space checks from MarkCompactColle...
2013-06-26 peter.rybin... Fix misleading names and comments in mute local variabl...
2013-06-26 danno@chromium.orgAdd DependentCode to PropertyCells
2013-06-26 loislo@chromium.orgCPUProfiler: Simplify CodeEntry constructor calls.
2013-06-26 machenbach... Migrate blink tests that are not relevant to blink...
2013-06-26 mstarzinger... Remove obsolete unchecked accessors in JSFunction.
2013-06-26 bmeurer@chromium.orgGet rid of ZoneScope completely.
2013-06-26 bmeurer@chromium.orgGet rid of the ZoneScopeMode.
2013-06-26 loislo@chromium.orgRevert "CPUProfiler: Simplify CodeEntry constructor...
2013-06-26 jkummerow@chromium.orgia32: Restore missing temp register for LNumberTagU
2013-06-26 loislo@chromium.orgCPUProfiler: Simplify CodeEntry constructor calls.
2013-06-26 rossberg@chromium.orgIntroduce Unsigned32 and RegExp types
2013-06-26 titzer@chromium.orgChange PC for OSR entries to point to something more...
2013-06-26 bmeurer@chromium.orgRemove useless ZoneScopes from Parser.
2013-06-26 svenpanne@chromium.orgAllow users of the V8 API to distinguish between unset...
2013-06-25 mvstanton@chromium.orgRemoved flag optimize-constructed-arrays.
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...
next