platform/upstream/v8.git
2014-04-16 yangguo@chromium.orgHandlify callers of AllocateUninitializedFixedArray.
2014-04-16 yangguo@chromium.orgHandlify number-related allocators.
2014-04-16 rossberg@chromium.orgRevert "Implement structural function and array types"
2014-04-16 rossberg@chromium.orgImplement structural function and array types
2014-04-16 mstarzinger... Handlify six more allocators in from the Heap class.
2014-04-16 yangguo@chromium.orgReland "Move functions from handles.cc to where they...
2014-04-16 m.m.capewell... ARM64: Fix native builds
2014-04-16 mstarzinger... Handlify Heap::AllocateAllocationSite.
2014-04-16 yangguo@chromium.orgRevert "Move functions from handles.cc to where they...
2014-04-16 dslomov@chromium.orgLimit the lifetime of handles in Map::UpdateCodeCache.
2014-04-16 yangguo@chromium.orgMove functions from handles.cc to where they belong.
2014-04-16 dslomov@chromium.orgHandlify CodeCache.
2014-04-16 svenpanne@chromium.orgRemoved Isolate::EnterDefaultIsolate.
2014-04-16 ulan@chromium.orgHandlify and convert Script accesssors to new API-style...
2014-04-16 bmeurer@chromium.orgImprove execution time of cctest/test-types.
2014-04-16 yangguo@chromium.orgFix unused variable warnings.
2014-04-16 bmeurer@chromium.orgAllow merging of monomorphic accesses to tracked fields.
2014-04-16 yangguo@chromium.orgHandlify code allocation.
2014-04-16 mvstanton@chromium.orgLazyInstance should be thread safe by default.
2014-04-16 verwaest@chromium.orgMove CopyReplaceDescriptors to private
2014-04-16 verwaest@chromium.orgIntroduce an abstraction to write to a field.
2014-04-16 verwaest@chromium.orgMove property addition code from JSObject to Map
2014-04-16 bmeurer@chromium.orgClear invalid field maps in PropertyAccessInfo.
2014-04-16 svenpanne@chromium.orgProtect against API abuse.
2014-04-16 yangguo@chromium.orgRemove some uses of MaybeObject methods.
2014-04-16 yangguo@chromium.orgRemove further unhandlified call sites of number alloca...
2014-04-16 haitao.feng... Introduce DontEmitDebugCodeScope to fix the x64 nosnaps...
2014-04-16 palfia@homejinni.comMIPS: Reland r20692 "Check stack limit in ArgumentAdapt...
2014-04-16 adamk@chromium.orgRevert "ES6: Add support for Map/Set forEach"
2014-04-16 adamk@chromium.orgES6: Add support for Map/Set forEach
2014-04-15 plind44@gmail.comMIPS: Add big-endian support for MIPS.
2014-04-15 jochen@chromium.orgRemove assertion scopes from V8_Fatal
2014-04-15 mvstanton@chromium.orgJumpPatchSites can/should easily deal with uint8 sized...
2014-04-15 ishell@chromium.orgRevert "Handlifying clients of StringTable, step 1."
2014-04-15 plind44@gmail.comMIPS: Reland "Track field types.".
2014-04-15 marja@chromium.orgRefactoring: HashMap: provide a pointer match function...
2014-04-15 ishell@chromium.orgHandlifying clients of StringTable, step 1.
2014-04-15 Jacob.Bramley... ARM64: Access has_pending_message_ correctly.
2014-04-15 yangguo@chromium.orgFix MUST_USE_RESULT warning.
2014-04-15 yangguo@chromium.orgUse a wrapper for copying object.
2014-04-15 yangguo@chromium.orgHandlify BasicJsonStringifier.
2014-04-15 ulan@chromium.orgReland r20652 "Handlify and convert string.length to...
2014-04-15 mstarzinger... Fix bogus call to Object.hasOwnProperty in Array builtin.
2014-04-15 yangguo@chromium.orgHandlify JSObject::FastPropertyAt.
2014-04-15 machenbach... Reset change log and version to current trunk.
2014-04-15 machenbach... Let revision script add commit dates.
2014-04-15 ishell@chromium.orgFunction allocators, Heap::ReinitializeJSGlobalProxy...
2014-04-15 yangguo@chromium.orgRemove direct calls to number-related allocators from...
2014-04-15 yangguo@chromium.orgRemove some direct uses of heap allocators from runtime.cc
2014-04-15 svenpanne@chromium.orgRemoved EnterIsolateIfNeeded and a soon-to-be-useless...
2014-04-15 dslomov@chromium.orgFirst round of runtime.cc handlification.
2014-04-15 yangguo@chromium.orgHandlify PrepareSlowElementsForSort and JSArrayUpdateLe...
2014-04-15 bmeurer@chromium.orgHandlify AddDependentCode(), AddDependentCompilationInf...
2014-04-15 rmcilroy@chromium.orgARM: Do not set FPSCR when converting to clamped uint8
2014-04-15 verwaest@chromium.orgBump kMaxFastProperties (non-keyed assignments) to...
2014-04-15 dcarney@chromium.orgremove some isolate::current uses from api.cc
2014-04-15 marja@chromium.orgRefactor ParseFunctionLiteral.
2014-04-15 ulan@chromium.orgReland r20692 "Check stack limit in ArgumentAdaptorTram...
2014-04-15 mstarzinger... Fix bogus Object.isSealed check in some Array builtins.
2014-04-15 yangguo@chromium.orgHandlify TypedArray setters.
2014-04-15 yangguo@chromium.orgRemove assertion from callers of TryCall.
2014-04-15 svenpanne@chromium.orgRemoved GetDefaultIsolate{Debugger,ForLocking,StackGuard}.
2014-04-15 bmeurer@chromium.orgReland "Track field types.".
2014-04-15 yangguo@chromium.orgReland "Handlify GetDeclaredAccessorProperty."
2014-04-14 adamk@chromium.orgRemove unnecessary %UnwrapGlobalProxy calls from object...
2014-04-14 yangguo@chromium.orgReland "Handlify DebugLookupResultValue."
2014-04-14 yangguo@chromium.orgReland "Handlify Runtime::InitializeIntrinsicFunctionNa...
2014-04-14 yangguo@chromium.orgExport [Dis]allowJavascriptExecutionScope
2014-04-14 verwaest@chromium.orgInitial steps for moving code onto Map
2014-04-14 mstarzinger... Handlify Heap::AllocateJSArrayStorage and friends.
2014-04-14 ishell@chromium.orgReland "HashTable::Shrink() handlified and derived...
2014-04-14 rossberg@chromium.orgRe-reland "More tests for Union & Intersect"
2014-04-14 yangguo@chromium.orgRevert "Handlify DebugLookupResultValue."
2014-04-14 yangguo@chromium.orgRevert "Handlify GetDeclaredAccessorProperty."
2014-04-14 yangguo@chromium.orgAllow allocation and GC in access check callbacks.
2014-04-14 yangguo@chromium.orgHandlify DebugLookupResultValue.
2014-04-14 hpayer@chromium.orgDon't run tests that rely on compaction when compaction...
2014-04-14 jochen@chromium.orgClean up default-platform gyp defines
2014-04-14 ishell@chromium.orgRevert "Reland "HashTable::Shrink() handlified and...
2014-04-14 rmcilroy@chromium.orgFix initial FPSCR state in ARM simulator
2014-04-14 ishell@chromium.orgReland "HashTable::Shrink() handlified and derived...
2014-04-14 ulan@chromium.orgFix result of LCodeGen::DoWrapReceiver for strict funct...
2014-04-14 yangguo@chromium.orgHandlify AddToOptimizedCodeMap.
2014-04-14 yangguo@chromium.orgHandlify GetDeclaredAccessorProperty.
2014-04-14 mvstanton@chromium.orgHandlification in ic.cc
2014-04-14 yangguo@chromium.orgRevert "Handlify Runtime::InitializeIntrinsicFunctionNa...
2014-04-14 yangguo@chromium.orgHandlify Runtime::InitializeIntrinsicFunctionNames.
2014-04-14 mstarzinger... Try to switch Array builtins into strict mode.
2014-04-14 verwaest@chromium.orgClean up the public interface of Map.
2014-04-14 alexandre.rames... ARM64: Avoid iterating through all unresolved branch...
2014-04-14 alexandre.rames... ARM64: Fix EnsureSpace to not emit pools.
2014-04-14 machenbach... Make V8 releases script add useful links.
2014-04-14 rossberg@chromium.orgRevert "Reland "More tests for Union & Intersect""
2014-04-14 yangguo@chromium.orgHandlify Object::ToObject.
2014-04-14 mvstanton@chromium.orgSome tests and simplified TransitionArray copying
2014-04-14 marja@chromium.orgParser cleanup: PreParser doesn't need to produce symbo...
2014-04-14 rossberg@chromium.orgReland "More tests for Union & Intersect"
2014-04-14 yangguo@chromium.orgAllow GetScriptNameOrSourceURL to be called with except...
2014-04-14 jarin@chromium.orgRevert "Track field types."
2014-04-14 marja@chromium.orgFail the compilation if the cached data is invalid.
next