platform/upstream/v8.git
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.
2013-07-18 machenbach... Fix NaCl regression caused by pepper revision 28.
2013-07-18 jkummerow@chromium.orgHydrogen array accesses: switch from elements_kind...
2013-07-18 bmeurer@chromium.orgUse C++11 deleted functions feature if available.
2013-07-18 svenpanne@chromium.orgFixed type feedback in presence of negative lookups.
2013-07-18 hpayer@chromium.orgDouble align fast literals of fast double elements...
2013-07-18 machenbach... Make deoptimization stress count global.
2013-07-18 mstarzinger... Handlify JSFunction::SetPrototype method.
2013-07-18 bmeurer@chromium.orgJust check for C++ version.
2013-07-18 bmeurer@chromium.orgUse C++11 static_assert() if available.
2013-07-18 yurys@chromium.orgRevert "Deprecate some debugger methods"
2013-07-18 yurys@chromium.orgDeprecate some debugger methods
2013-07-17 palfia@homejinni.comMIPS: Improve code aging sequence.
2013-07-17 palfia@homejinni.comMIPS: The gc should be able to traverse all AllocationS...
2013-07-17 alph@chromium.orgDo not report unessential weak references in heap snapshot.
2013-07-17 mstarzinger... Handlify JSReceiver/JSObject::DeleteProperty method.
2013-07-17 titzer@chromium.orgAdd support for empty hydrogen filter that matches...
2013-07-17 jkummerow@chromium.orgBetter fix for LiteralCompareTypeof
2013-07-17 yangguo@chromium.orgDo not materialize context-allocated values for debug...
2013-07-17 hpayer@chromium.orgFix gc stress builder.
2013-07-17 jkummerow@chromium.orgFix LiteralCompareTypeof breakage introduced in r15723
2013-07-17 olivf@chromium.orgThere is no undefined Literal.
2013-07-17 jkummerow@chromium.orgSynchronize Compare-Literal behavior in FullCodegen...
2013-07-17 alph@chromium.orgProvide named links to code objects in heap snapshot.
2013-07-17 bmeurer@chromium.orgEnable compiled transitions by default.
2013-07-17 yurys@chromium.orgRemove V8_DISABLE_DEPRECATIONS=1 from test-cpu-profiler.cc
2013-07-17 mvstanton@chromium.orgThe gc should be able to traverse all AllocationSites...
2013-07-17 mvstanton@chromium.orgSome tests involving AllocationSites are failing in...
2013-07-17 bmeurer@chromium.orgReland "Turn ElementsTransitionAndStore stub into a...
2013-07-17 dslomov@chromium.orgAdd BYTES_PER_ELEMENT property to constructors of typed...
2013-07-17 alph@chromium.orgReport initial_map field of JSFunction in heap snapshot.
2013-07-17 yurys@chromium.orgRevert "Deprecate some debugger methods"
2013-07-17 hpayer@chromium.orgUse private field chunk_
2013-07-17 yurys@chromium.orgDeprecate some debugger methods
2013-07-17 ulan@chromium.orgDo not call reinterpret_cast when converting from NULL.
2013-07-17 mvstanton@chromium.orgCalls to HCheckFunction can be eliminated if the value...
2013-07-17 hpayer@chromium.orgMore aggressively inline optimized code.
2013-07-17 ulan@chromium.orgEnable building for android on x86_64 machines.
2013-07-17 bmeurer@chromium.orgFix invalid array length check in TransitionElementsKin...
2013-07-17 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.20.7.
2013-07-17 rodolph.perfetta... ARM: Improve code aging sequence.
2013-07-17 svenpanne@chromium.orgRemoved unused HOptimizedGraphBuilder::BuildCallSetter...
2013-07-16 palfia@homejinni.comMIPS: Fix bug introduced by r15640.
2013-07-16 alph@chromium.orgAdd missing links from GlobalPropertyCell to dependent_code
2013-07-16 verwaest@chromium.orgTry to remove invalidated stubs before falling back...
2013-07-16 alph@chromium.orgMake TransitionArray internal references originate...
2013-07-16 hpayer@chromium.orgAdded mark bit cell iterator.
2013-07-16 machenbach... Extend expectations for slow test cases on the V8/blink...
2013-07-16 yurys@chromium.orgFix cctest/test-cpu-profiler/FunctionApplySample fakine...
2013-07-16 hpayer@chromium.orgAdded tracing information to the case when allocation...
2013-07-16 mstarzinger... Minor cleanup of GVN state pushing.
2013-07-16 dslomov@chromium.orgThrow if first argument to TypedArray.set is a number.
2013-07-16 bmeurer@chromium.orgUse BitVector instead of handcrafted SparseSet.
2013-07-15 adamk@chromium.org[Object.observe] Lazily allocate callbackInfo structure
2013-07-15 machenbach... Make deopt testing compatible with runtime optimization...
2013-07-15 hpayer@chromium.orgRevert r15649 and fix for loop dominator propagation...
2013-07-15 bmeurer@chromium.orgDisable compiled_transitions by default.
2013-07-15 machenbach... Make optimizations for debug configurable with compile...
next