platform/upstream/v8.git
2013-06-28 jkummerow@chromium.orgUse macros instead of using number directly for x64
2013-06-28 jkummerow@chromium.orgIntroduce a notion of "v8_code" in gyp config files.
2013-06-28 jkummerow@chromium.orgRoll gyp to r1656
2013-06-28 mstarzinger... Prepare push to trunk. Now working on version 3.20.1.
2013-06-28 danno@chromium.orgImproved function entry hook coverage
2013-06-28 mvstanton@chromium.orgHydrogen array constructor cleanup and improvements
2013-06-28 machenbach... Repair test file with newline problems.
2013-06-28 alph@chromium.orgHeap snapshot: Update user roots definition.
2013-06-28 bmeurer@chromium.orgFix GCC 4.2 errors introduced with revision 15379.
2013-06-28 bmeurer@chromium.orgMake use of templatized convienience functions for...
2013-06-28 yangguo@chromium.orgAbort optimization when debugger is turned on.
2013-06-28 machenbach... Delete test file with newline problems.
2013-06-28 yangguo@chromium.orgAvoid data race in debug mode on the parallel thread.
2013-06-28 jkummerow@chromium.orgFast-forward version number on bleeding_edge to 3.20.0
2013-06-28 machenbach... Skip webkit tests in debug that are very slow.
2013-06-28 bmeurer@chromium.orgRefactor HInferRepresentation into an HPhase and use...
2013-06-28 bmeurer@chromium.orgFix zone usage within LAllocator.
2013-06-28 ulan@chromium.orgFix Android V8 path for testing on devices.
2013-06-27 machenbach... Migrated several tests from blink to V8 repository.
2013-06-27 machenbach... Make webkit test output comparison compatible to stress...
2013-06-27 palfia@homejinni.comMIPS: The check for internalized strings relied on...
2013-06-27 danno@chromium.orgRemove superfluous HInnerAllocatedObject in BuildEmitDe...
2013-06-27 danno@chromium.orgType handling for special cases and optimization
2013-06-27 ulan@chromium.orgRevert r15361 "Improved function entry hook coverage...
2013-06-27 hpayer@chromium.orgTurn off stress compaction for break point tests.
2013-06-27 hpayer@chromium.orgFix check style breakage.
2013-06-27 yangguo@chromium.orgFix constructor call of relocation lock.
2013-06-27 danno@chromium.orgImproved function entry hook coverage
2013-06-27 danno@chromium.orgAdd templatized convienience functions for adding hydro...
2013-06-27 danno@chromium.orgMake sure HCallNewArray uses right ElementsKind
2013-06-27 mvstanton@chromium.orgThe check for internalized strings relied on the fact...
2013-06-27 danno@chromium.orgGeneralize utilities to allow code templatization
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...
next