platform/upstream/v8.git
2013-08-26 dcarney@chromium.orgabstract eternal into class
2013-08-26 bmeurer@chromium.orgFix the CPU feature detection.
2013-08-26 bmeurer@chromium.orgFurther cleanup of test for V8_INFINITY.
2013-08-26 bmeurer@chromium.orgRevert "Add V8_ALIGNOF() and use that in lazy-instance.h."
2013-08-26 yurys@chromium.orgDeprecate CpuProfileNode::GetSelfSamplesCount
2013-08-26 bmeurer@chromium.orgAdd V8_ALIGNOF() and use that in lazy-instance.h.
2013-08-26 yurys@chromium.orgSupport higher CPU profiler sampling rate on posix...
2013-08-24 bmeurer@chromium.orgWorkaround 'inlining failed' build error with older...
2013-08-23 verwaest@chromium.orgReplace mapcheck dependency on HStoreNamedField with...
2013-08-23 jkummerow@chromium.orgAdd source map support to tick processor.
2013-08-23 verwaest@chromium.orgFix dependency of loading the heap-number for a double...
2013-08-23 jochen@chromium.orgFix mjsunit/debug-script after r16298
2013-08-23 jkummerow@chromium.orgAdd --trace-hydrogen-filter flag.
2013-08-23 rossberg@chromium.orgPrepare push to trunk. Now working on version 3.21.4.
2013-08-23 jochen@chromium.orgSnapshot i18n Javascript code
2013-08-23 verwaest@chromium.orgRevert "Get rid of ConvertFieldToDescriptor and simplif...
2013-08-23 jochen@chromium.orgSkip test-log/EquivalenceOfLoggingAndTraversal
2013-08-23 verwaest@chromium.orgGet rid of ConvertFieldToDescriptor and simplify relate...
2013-08-23 bmeurer@chromium.orgAdd comment about avoiding VS runtime support to OS...
2013-08-23 bmeurer@chromium.orgGet rid of duplicated CPU::DebugBreak() method.
2013-08-23 jochen@chromium.orgTemporarily disable optimization for StringWrappers...
2013-08-23 mstarzinger... Remove hacks for GC stress builders from cctests.
2013-08-23 jkummerow@chromium.orgDelete dead FloatingPointHelper functions
2013-08-23 bmeurer@chromium.orgFix crash due RegExpAtom method called on RegExpCharact...
2013-08-23 mstarzinger... Cleanup and speedup MarkCompactCollector test case.
2013-08-23 yurys@chromium.orgFix crashes of some CPU profiler tests on Windows after...
2013-08-23 rossberg@chromium.orgFix scoping of function declarations in eval inside...
2013-08-23 yurys@chromium.orgFix compilation on Windows after r16284
2013-08-23 yurys@chromium.orgRewrite SamplingCircularQueue
2013-08-23 jkummerow@chromium.orggrokdump: fix Oddball printing
2013-08-23 jkummerow@chromium.orgClean up the redundant Int32Constant check which is...
2013-08-23 bmeurer@chromium.orgMove OS/compiler/feature detection to public v8config...
2013-08-22 yangguo@chromium.orgRename "parallel recompilation" to "concurrent recompil...
2013-08-22 mstarzinger... Make HConstant::InstanceOf less ambiguous.
2013-08-22 mstarzinger... Fix hidden properties on object with frozen prototype.
2013-08-22 verwaest@chromium.orgRemove special case code for generalizing constants...
2013-08-22 titzer@chromium.orgRemove dead methods related to InformativeDefinitions.
2013-08-22 titzer@chromium.orgFix deoptimization bug, where recursive call can fright...
2013-08-22 verwaest@chromium.orgPrepare push to trunk. Now working on version 3.21.3.
2013-08-22 verwaest@chromium.orgNever clear debug-stub call ICs. Make a clear distincti...
2013-08-22 bmeurer@chromium.orgDrop unused rdtsc instruction.
2013-08-22 bmeurer@chromium.orgRevert "Add (mostly Chromium-compatible) V8_OS_* define...
2013-08-22 svenpanne@chromium.orgCleaned up nil comparisons in Hydrogen.
2013-08-21 mstarzinger... Fix migration checks and extend them to the Scavenger.
2013-08-21 jkummerow@chromium.orgFix "Hole" leak in TryBuildConsolidatedElementLoad
2013-08-21 yangguo@chromium.orgAllow both "--no<flag>" and "--no-<flag>" to disable...
2013-08-21 verwaest@chromium.orgPass checked values to HLoadNamedField, removing the...
2013-08-21 mstarzinger... Cleanup FooSpace::VerifyObject and ElementsAccessor...
2013-08-21 verwaest@chromium.orgPrepare push to trunk. Now working on version 3.21.2.
2013-08-21 mstarzinger... Adding missing operator!= for Handle and Persistent.
2013-08-21 bmeurer@chromium.orgImprove detection of C++11 features.
2013-08-21 yangguo@chromium.orgUse CheckUsesForFlag to check flag in uses list
2013-08-20 plind44@gmail.comMIPS: Fix bug that prevents JALR to JAL optimizations.
2013-08-20 palfia@homejinni.comMIPS: Remove platform-specific dead code for KeyedStores
2013-08-20 jkummerow@chromium.orgFix a bug in Div when all uses are truncating
2013-08-20 dslomov@chromium.orgPromote ArrayBuffer, DataView and typed arrays to non...
2013-08-20 yangguo@chromium.orgAdd warning to cctest when running multiple tests in...
2013-08-20 olivf@chromium.orgAdd X87 implementations for Integer32ToDouble, DoubleTo...
2013-08-20 dslomov@chromium.orgReplace OS::MemCopy with memcpy in typed array initiali...
2013-08-20 bmeurer@chromium.orgReland "Use V8_FINAL and V8_OVERRIDE in various places...
2013-08-20 bmeurer@chromium.orgRevert "Use V8_FINAL and V8_OVERRIDE in various places...
2013-08-20 yangguo@chromium.orgRemove access-check-failed callback after test.
2013-08-20 bmeurer@chromium.orgVisual Studio 2012 and later support the C++11 final...
2013-08-20 mstarzinger... Consistently use CompilationInfo::AbortOptimization.
2013-08-20 jochen@chromium.orgMove i18n break iterator C++ code to runtime
2013-08-20 bmeurer@chromium.orgAdd (mostly Chromium-compatible) V8_OS_* defines to...
2013-08-20 jochen@chromium.orgFix null handle deref in InternalDateFormat
2013-08-20 bmeurer@chromium.orgFix non-Xcode build on Mac with clang.
2013-08-20 jkummerow@chromium.orgAvoid -O3 in nacl as it does not play well with -W.
2013-08-20 jochen@chromium.orgDon't use Persistent in runtime
2013-08-20 jochen@chromium.orgDuring bootstrapping, the script's name is not necessar...
2013-08-20 bmeurer@chromium.orgUse V8_FINAL and V8_OVERRIDE in various places, fixing...
2013-08-20 bmeurer@chromium.orgAdd V8_FINAL and V8_OVERRIDE macros for C++11 final...
2013-08-20 bmeurer@chromium.orgRevert "Add FINAL and OVERRIDE macros for C++11 final...
2013-08-20 dslomov@chromium.orgRevert "Promote ArrayBuffer, DataView and typed arrays...
2013-08-20 dslomov@chromium.orgPromote ArrayBuffer, DataView and typed arrays to non...
2013-08-19 danno@chromium.orgRemove platform-specific dead code for KeyedStores
2013-08-19 mstarzinger... Fix invalid out-of-bounds store in MacroAssembler:...
2013-08-19 palfia@homejinni.comMIPS: Remove wrong restriction in GenerateDeoptJumpTable.
2013-08-19 bmeurer@chromium.orgAdd FINAL and OVERRIDE macros for C++11 final/override.
2013-08-19 bmeurer@chromium.orgARM: Fix register misuse bug in Allocate().
2013-08-19 mstarzinger... Prevent empty handle dereference in Runtime_InternalNum...
2013-08-19 verwaest@chromium.orgImprove generalization / migration tracing.
2013-08-19 mstarzinger... Temporary workaround for GC stress builder.
2013-08-19 mstarzinger... Clarify side effects of HTransitionElementsKind.
2013-08-19 rossberg@chromium.orgPrepare push to trunk. Now working on version 3.21.1.
2013-08-19 bmeurer@chromium.orgDrop broken and unnecessary RequiredInputRepresentation...
2013-08-16 mstarzinger... Handlify Accessors::FunctionSetPrototype method.
2013-08-16 mstarzinger... Remove check for empty handle for CodeGenerator::MakeCo...
2013-08-16 verwaest@chromium.orgStore copied value rather than the original double.
2013-08-16 mstarzinger... Mark HStringCompareAndBranch as potentially causing...
2013-08-16 jochen@chromium.orgRevert "make Intl non-enumerable"
2013-08-16 danno@chromium.orgFix bug in test-code-stubs-x64 which meant not all...
2013-08-14 palfia@homejinni.comMIPS: Never hchange nan-hole to hole or hole to nan...
2013-08-14 danno@chromium.orgPrepare push to trunk. Now working on version 3.21.0
2013-08-14 danno@chromium.orgFix GC Mole warning
2013-08-14 danno@chromium.orgFix src/version.cc number to be consistent with next...
2013-08-14 verwaest@chromium.orgFix no-sse2 part 2.
2013-08-14 danno@chromium.orgFix Crankshafted CompareNil of constant values
2013-08-14 verwaest@chromium.orgFix CmpHoleAndBranch on no-sse2
next