platform/upstream/v8.git
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...
2013-07-15 jochen@chromium.orgFix gyp_v8 to work with use_system_icu=1
2013-07-15 danno@chromium.orgRevert 15635: Turn ElementsTransitionAndStore stub...
2013-07-15 mstarzinger... Reland deprecation of HAllocateObject in favor of HAllo...
2013-07-15 rossberg@chromium.orgFix sloppy-mode 'const' under Harmony flag.
2013-07-15 jkummerow@chromium.orgFix --deopt-every-n-times flag
2013-07-15 bmeurer@chromium.orgAndroid lacks support for cxxabi.h.
2013-07-15 mstarzinger... Use internal array as API function cache.
2013-07-15 loislo@chromium.orgCurrent logger code is messy. It mixes together
2013-07-15 bmeurer@chromium.orgFix possible stack overflow in range analysis.
2013-07-15 bmeurer@chromium.orgTurn propagate deoptimizing mark into a proper HPhase.
2013-07-15 dslomov@chromium.orgUse corerct conversions for DataView accessors.
2013-07-15 danno@chromium.orgPrepare push to trunk. Now working on version 3.20.6.
2013-07-15 dslomov@chromium.orgThis does not match ES6 spec but is the behavior in...
2013-07-15 bmeurer@chromium.orgCleanup leftover definitions in HGraph.
2013-07-14 danno@chromium.orgDon't use StoreIC_ArrayLength on frozen arrays
2013-07-13 adamk@chromium.orgAdd map transition for observed objects
2013-07-12 hpayer@chromium.orgCollect side effects on paths to dominated block includ...
2013-07-12 danno@chromium.orgFix windows build breakage due to 15645
2013-07-12 olivf@chromium.orgFix number tag for no-sse2.
2013-07-12 danno@chromium.orgFix LGapResolver::EmitMove for X64 when the dst is...
next