platform/upstream/v8.git
2014-08-21 ulan@chromium.orgMove idle notification handling to GCIdleTimeHandler.
2014-08-21 machenbach... [Auto-roll] Bump up version to 3.29.13.0
2014-08-21 rmcilroy@chromium.orgFix unused-variable error on release builds.
2014-08-21 rmcilroy@chromium.orgAdd ARMv6 support for the out-of-line constant pool.
2014-08-21 Jacob.Bramley... ARM64: Slightly simplify LShiftI and LShiftS.
2014-08-21 rmcilroy@chromium.orgAdd missing ConstantPoolUnavailableScopes on JS return.
2014-08-21 sigurds@chromium.orgReland "Load global object and builtins from activation."
2014-08-21 dslomov@chromium.orgImplement Function.prototype.toMethod.
2014-08-21 bmeurer@chromium.orgFix parsing of --gtest_list_tests output.
2014-08-21 wingo@igalia.comStage ES6 generators
2014-08-21 bmeurer@chromium.orgFix clang/win build.
2014-08-21 jarin@chromium.orgInitial support for debugger frame state in Turbofan.
2014-08-21 wingo@igalia.comFix symbol-named function template properties in the API
2014-08-21 commit-bot... MSan: mark any memory allocated from the JS heap as...
2014-08-21 verwaest@chromium.orgRename IsDontDelete to IsConfigurable (and invert condi...
2014-08-21 marja@chromium.orgRefactor parser Checkpoints.
2014-08-21 wingo@igalia.comSimplify array iterator tests
2014-08-21 machenbach... Allow to combine quickcheck and no_variants in test...
2014-08-21 verwaest@chromium.orgIndirect LookupResult accesses over PropertyAccessInfo
2014-08-21 verwaest@chromium.orgGet rid of all non-IC uses of LookupOwnRealNamedProperty
2014-08-21 verwaest@chromium.orgRemove last LookupOwnRealNamedProperty usage from runti...
2014-08-21 verwaest@chromium.orgGet rid of the NONEXISTENT PropertyType
2014-08-21 yangguo@chromium.orgMark test-debug/RecursiveBreakpoints as flaky.
2014-08-21 machenbach... [Auto-roll] Bump up version to 3.29.12.0
2014-08-21 bmeurer@chromium.orgDon't inline Array.shift() if receiver map is not exten...
2014-08-20 dslomov@chromium.orgMake all global private symbols own symbols.
2014-08-20 machenbach... Whitespace change to test new unit tests.
2014-08-20 verwaest@chromium.orgGet rid of last non-JSReceiver::Lookup usage of LookupOwn
2014-08-20 arv@chromium.orgRefactor ParseObjectLiteral
2014-08-20 hpayer@chromium.orgUse size_t in GCIdleTimeHandler to fix undefined behaviour.
2014-08-20 wingo@igalia.comSupport symbol-named properties in API
2014-08-20 arv@chromium.orgSuppress test262 test that tests duplicate properties
2014-08-20 verwaest@chromium.orgFurther reduce LookupResult usage
2014-08-20 rmcilroy@chromium.orgChange size of old pointer space first page back to...
2014-08-20 Jacob.Bramley... ARM64: Fix SHR logic error.
2014-08-20 rmcilroy@chromium.orgAdd serializer support for builtins pointed by inner...
2014-08-20 rmcilroy@chromium.orgModify SizeOfFirstPage to take ool constant pool into...
2014-08-20 verwaest@chromium.orgDelete dead GetType from elements accessors
2014-08-20 arv@chromium.orgES6: Duplicate properties are no longer an error
2014-08-20 yangguo@chromium.orgImplement Math.expm1 using port from fdlibm.
2014-08-20 ulan@chromium.orgFix EstimateMarkingStepSizeTest.
2014-08-20 verwaest@chromium.orgRestore CHECK_DERIVED_PROPERTY
2014-08-20 verwaest@chromium.orgReturn empty handle if GetPropertyByLookup has no result.
2014-08-20 bmeurer@chromium.orgFix BUILD.gn.
2014-08-20 sigurds@chromium.orgReland "Add initial support for inlining."
2014-08-20 yangguo@chromium.orgBlacklist %InternalSetProperty from runtime test fuzzing.
2014-08-20 bmeurer@chromium.orgFix implementation of bit count functions.
2014-08-20 yangguo@chromium.orgFix --expose-debug-as with number as argument.
2014-08-20 yangguo@chromium.orgExpose function CheckDebugBreak in the debugger api
2014-08-20 verwaest@chromium.orgGet rid of GetLazyValue and clients.
2014-08-20 bmeurer@chromium.orgFix arm64 build.
2014-08-20 hpayer@chromium.orgUse actual incremental marking throughput in IdleNotifi...
2014-08-20 yangguo@chromium.orgRemove RegExp.$input.
2014-08-20 jkummerow@chromium.orgCheck in "cpu.sh" script to control CPU governor/cores...
2014-08-20 bmeurer@chromium.orgFix windows test runner.
2014-08-20 m.m.capewell... [turbofan] Add ARM64 tests and fix shift bug
2014-08-20 bmeurer@chromium.org[turbofan] Add support for Finish to the InstructionSel...
2014-08-20 titzer@chromium.orgRefactor Scheduler to simplify construction of CFG...
2014-08-20 bmeurer@chromium.org[turbofan] Add support for ChangeTaggedToUint32 in...
2014-08-20 bmeurer@chromium.org[turbofan] Add support for ChangeUint32ToTagged in...
2014-08-20 bmeurer@chromium.org[turbofan] Add TruncateFloat64ToInt32 machine operator.
2014-08-19 verwaest@chromium.orgGet rid of last non-storeic use of JSReceiver::Lookup
2014-08-19 verwaest@chromium.orgUse LookupIterator to transition to accessors
2014-08-19 sigurds@chromium.orgRevert "Load global object and builtins from activation."
2014-08-19 verwaest@chromium.orgRemove unnecessary LookupIterator instantiation
2014-08-19 dslomov@chromium.orgPass allow_classes to reusable_preparser
2014-08-19 sigurds@chromium.orgLoad global object and builtins from activation.
2014-08-19 arv@chromium.orgES6: Make sure we do not store -0 as the key in Map/Set
2014-08-19 arv@chromium.orgRemove removed flags from tests
2014-08-19 verwaest@chromium.orgGet rid of LookupRealNamedProperty and LookupRealNamedP...
2014-08-19 verwaest@chromium.orgUse LookupIterator (and rewrite) DebugLookupResultValue...
2014-08-19 machenbach... [Auto-roll] Bump up version to 3.29.8.0
2014-08-19 Jacob.Bramley... ARM64: Remove ToOperand32I and ToOperand32U.
2014-08-19 sigurds@chromium.orgRevert "Add initial support for inlining."
2014-08-19 sigurds@chromium.orgAdd initial support for inlining.
2014-08-19 rossberg@chromium.orgExpose well-known Symbols to C++ API.
2014-08-19 ulan@chromium.orgTrace scavenger throughput.
2014-08-19 rossberg@chromium.orgImplement ES6 Array.of()
2014-08-19 sigurds@chromium.orgSet ScopeInfo when compiling for unit tests.
2014-08-19 ulan@chromium.orgUpdate toolchain for Android mipsel, ia32, x87.
2014-08-19 vegorov@chromium.orgWhen marking dependent code for deoptimization print...
2014-08-19 bmeurer@chromium.orgSetup heap-unittests and runtime-unittests.
2014-08-19 rodolph.perfetta... ARM64: Refactor instruction selection unit tests.
2014-08-19 bmeurer@chromium.orgFix NaCl build.
2014-08-19 bmeurer@chromium.orgFix types for SimplifiedLowering.
2014-08-19 yangguo@chromium.orgMake internalized string parser in JSON.parse GC-safe
2014-08-19 bmeurer@chromium.org[turbofan] Add proper conversion operators for int32...
2014-08-19 hpayer@chromium.orgDo not install fillers when right trimming large objects.
2014-08-19 yangguo@chromium.orgReorder native javascript files.
2014-08-19 ulan@chromium.orgFix Android build.
2014-08-19 verwaest@chromium.orgRevert "Get rid of dead version of GetNormalizedProperty"
2014-08-19 machenbach... [Auto-roll] Bump up version to 3.29.7.0
2014-08-19 verwaest@chromium.orgGet rid of dead version of GetNormalizedProperty
2014-08-19 bmeurer@chromium.orgRevert "[arm] Shorter test names for parameterized...
2014-08-19 weiliang.lin... X87: Use LookupIterator for CompileLoadInterceptor...
2014-08-19 bmeurer@chromium.org[turbofan] Support lowering of ChangeFloat64ToTagged...
2014-08-18 akos.palfi... MIPS: Use LookupIterator for CompileLoadInterceptor...
2014-08-18 machenbach... [Auto-roll] Bump up version to 3.29.6.0
2014-08-18 verwaest@chromium.orgAdd temporary hack compatible with old delete behavior...
2014-08-18 verwaest@chromium.orgUse LookupIterator in SetAccessor / DefineAccessor...
next