platform/upstream/v8.git
2013-07-25 yangguo@chromium.orgmove 32 bit heap hint on sunos
2013-07-25 bmeurer@chromium.orgDrop leftover unused kNoThread in platform-openbsd.cc.
2013-07-25 bmeurer@chromium.orgSetting the thread name may fail, so don't assert that...
2013-07-25 mmassi@chromium.orgAdded missing header.
2013-07-25 mmassi@chromium.orgNew array bounds check elimination pass (focused on...
2013-07-24 dslomov@chromium.orgMake DataView setters throw when only offset is provided.
2013-07-24 palfia@homejinni.comMIPS: Convert CONSTANT_FUNCTION to CONSTANT
2013-07-24 jochen@chromium.orgUpdate ICU to r213354
2013-07-24 yangguo@chromium.orgAllow handle dereference for --print-code.
2013-07-24 haitao.feng... Add the emitp function for X64 assembler
2013-07-24 dcarney@chromium.orgwrap gc callbacks in handlescopes
2013-07-24 titzer@chromium.orgAdd --trace-hydrogen-stubs flag (default = false).
2013-07-24 verwaest@chromium.orgConvert CONSTANT_FUNCTION to CONSTANT
2013-07-24 svenpanne@chromium.orgMore Math.abs tweaks for Intel platforms.
2013-07-24 yangguo@chromium.orgRestore test and behavior prior to deferred stack trace...
2013-07-24 machenbach... Add deopt fuzzer tool.
2013-07-24 titzer@chromium.orgFactor out common code from platform-specific deoptimiz...
2013-07-24 titzer@chromium.orgRemove HCompareConstantEqAndBranch (never used), and...
2013-07-24 machenbach... Extend existing blink test expectations for slow tests.
2013-07-24 hpayer@chromium.orgAdded check to debug object migration crashes.
2013-07-24 hpayer@chromium.orgObjects can no longer be migrated or evacuated into...
2013-07-24 svenpanne@chromium.orgRemoved usesless test instruction.
2013-07-24 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.20.9.
2013-07-24 mstarzinger... Avoid adding HWrapReceiver during graph building.
2013-07-24 jkummerow@chromium.orgFix assert/crash in HandlePolymorphicCallNamed
2013-07-24 yangguo@chromium.orgRevert "Flush parallel recompilation queues on context...
2013-07-23 hpayer@chromium.orgSimplified large object allocation strategy.
2013-07-23 hpayer@chromium.orgSupport double allocations when folding allocation.
2013-07-23 hpayer@chromium.orgFix TargetSpace() method for box type.
2013-07-23 yangguo@chromium.orgFlush parallel recompilation queues on context dispose...
2013-07-23 yurys@chromium.orgFix call stack sampling for the case when native callba...
2013-07-23 palfia@homejinni.comMIPS: Eliminate map checks of constant values.
2013-07-23 bmeurer@chromium.orgAvoid duplication of OS::Thread methods for every POSIX...
2013-07-23 haitao.feng... Introduce kRegisterSize, kPCOnStackSize and kFPOnStackS...
2013-07-23 yurys@chromium.orgDeprecate v8::V8::Pause/ResumeProfiler
2013-07-23 danno@chromium.orgUnify SoftDeoptimize and Deoptimize hydrogen instructions
2013-07-23 haitao.feng... Revert "Addressed danno's comments" and "Introduce...
2013-07-23 haitao.feng... Addressed danno's comments
2013-07-23 haitao.feng... Introduce kRegisterSize, kPCOnStackSize and kFPOnStackS...
2013-07-23 verwaest@chromium.orgAlso eliminate map checks with transitions.
2013-07-23 bmeurer@chromium.orgFix duplicated methods for POSIX platforms.
2013-07-23 verwaest@chromium.orgEliminate map checks of constant values.
2013-07-23 olivf@chromium.orgAvoid tagged values for Instructions that truncate...
2013-07-23 loislo@chromium.orgMove CpuProfiler code create events behind Logger code...
2013-07-23 yangguo@chromium.orgRip out infrastructure for deferred stack trace formatting.
2013-07-23 yangguo@chromium.orgCosmetic changes.
2013-07-23 bmeurer@chromium.orgTurn ToNumberStub into a hydrogen code stub.
2013-07-22 palfia@homejinni.comMIPS: Ensure space for lazy deoptimization before calli...
2013-07-22 mstarzinger... Add test case for issue 2793 about experimental natives.
2013-07-22 palfia@homejinni.comMIPS: Prefill pre-allocated memory of folded allocation...
2013-07-22 ulan@chromium.orgARM: Ensure space for lazy deoptimization before callin...
2013-07-22 verwaest@chromium.orgAdd fixed array to Type::LubBitset
2013-07-22 verwaest@chromium.orgAvoid repeated rewrites of global store to constant...
2013-07-22 verwaest@chromium.orgExclude const-strings from global constant tracking.
2013-07-22 hpayer@chromium.orgLimit the amount of memory that can be folded together.
2013-07-22 verwaest@chromium.orgTrack all non-hole global constants.
2013-07-22 hpayer@chromium.orgPrefill pre-allocated memory of folded allocation with...
2013-07-22 mvstanton@chromium.orgIn MacroAssembler::JumpIfNotBothSequentialAsciiStrings...
2013-07-22 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.20.8.
2013-07-22 yangguo@chromium.orgTurn on parallel recompilation for tests that assert...
2013-07-22 mstarzinger... ES6: Implement WeakSet
2013-07-22 bmeurer@chromium.orgReplace BuildExternalArrayElementAccess() with AddExter...
2013-07-22 bmeurer@chromium.orgAdd AssertSmi() in x64 MacroAssembler::SmiTest().
2013-07-22 bmeurer@chromium.orgReplace BuildFastElementAccess() with AddFastElementAcc...
2013-07-22 bmeurer@chromium.orgFix invalid SMI test in x64 ToNumberStub::Generate().
2013-07-22 bmeurer@chromium.orgUnify SMI case inlining for ToNumberStub.
2013-07-19 jkummerow@chromium.orgRevert "Implement simple effect typing for variables...
2013-07-19 loislo@chromium.orgLogger: reorder methods in log.cc
2013-07-19 loislo@chromium.orgLogger: extract CodeEventLogger classes.
2013-07-19 palfia@homejinni.comMIPS: With >= 64 non-string instance types, I removed...
2013-07-19 palfia@homejinni.comFix unaligned accesses in back_edge tables.
2013-07-19 rossberg@chromium.orgProxies: Make 'with' work, plus minor other fixes
2013-07-19 ulan@chromium.orgFix deopt in store with effect context.
2013-07-19 jochen@chromium.orgAdd gitignore entries for MSVS files
2013-07-19 mvstanton@chromium.orgRename AllocationSiteInfo to AllocationMemento
2013-07-19 rossberg@chromium.orgHandle switch effects
2013-07-19 rossberg@chromium.orgImplement simple effect typing for variables
2013-07-19 bmeurer@chromium.orgCleanup StringAddFlags.
2013-07-19 bmeurer@chromium.orgCleanup useless parameter object_is_smi for NumberToStr...
2013-07-19 mvstanton@chromium.orgWith >= 64 non-string instance types, I removed an...
2013-07-19 rossberg@chromium.orgAdd support for explicit octal and binary integer literals
2013-07-19 bmeurer@chromium.orgConsistently use HStringAdd instead of HCallStub with...
2013-07-19 svenpanne@chromium.orgMove FindCodeObject from Heap to Isolate.
2013-07-19 yurys@chromium.orgDeprecate some debugger methods
2013-07-19 haitao.feng... Use kPointerSize to compute the call instruction offset...
2013-07-19 verwaest@chromium.orgFix wrong bailout id in polymorphic stores.
2013-07-19 mstarzinger... Fix %NeverOptimizeFunction runtime call.
2013-07-19 danno@chromium.orgx64 support for d-to-i (truncated)
2013-07-18 loislo@chromium.orgLogger: remove dependency between Logger and LogMessage...
2013-07-18 svenpanne@chromium.orgDo not inline printing functions typically used via...
2013-07-18 yurys@chromium.orgOne more Windows compilation fix after r15750
2013-07-18 yurys@chromium.orgFix Windows compilation after r15750
2013-07-18 alph@chromium.orgAdd named links to dependent_code in Map objects in...
2013-07-18 mstarzinger... Handlify Accessors::FunctionGetArguments method.
2013-07-18 yurys@chromium.orgFix data race in SamplingCircularQueue
2013-07-18 loislo@chromium.orgExtract JitLogger from Logger class.
2013-07-18 danno@chromium.orgFix --track_gc_object_stats option.
2013-07-18 yangguo@chromium.orgFix GC issue in Runtime_DebugEvaluate.
2013-07-18 machenbach... Update blink test expectations.
2013-07-18 machenbach... Disable some tests for nacl runs.
next