platform/upstream/v8.git
2014-08-18 verwaest@chromium.orgRewrite DeleteProperty using the LookupIterator
2014-08-18 verwaest@chromium.orgAlways assume SetOwnPropertyIgnoreAttributes to be...
2014-08-18 verwaest@chromium.orgRemove the extensibility flag. Instead just rely on...
2014-08-18 verwaest@chromium.orgRewriting SetOwnPropertyIgnoreAttributes using the...
2014-08-18 machenbach... [Auto-roll] Bump up version to 3.29.5.0
2014-08-18 titzer@chromium.orgFinish TODO in Schedule. s/entry/start/g and s/exit...
2014-08-18 titzer@chromium.orgMove some methods from OperatorProperties into Schedule...
2014-08-18 dslomov@chromium.orgParse 'super' keyword.
2014-08-18 bmeurer@chromium.org[turbofan] Add new ControlEffect and Finish operators.
2014-08-18 bmeurer@chromium.org[arm] Recognize comparisons of shifts with zero.
2014-08-18 machenbach... [Auto-roll] Bump up version to 3.29.4.0
2014-08-18 bmeurer@chromium.orgWork-around weird GCC 4.6 linker issue with SmiTagging...
2014-08-18 titzer@chromium.orgRemove dead data structure in Scheduler.
2014-08-18 jkummerow@chromium.orgCorrectly handle holes when concat()ing double arrays
2014-08-18 yangguo@chromium.orgFix PromiseHasRejectHandler.
2014-08-18 bmeurer@chromium.org[arm] Shorter test names for parameterized tests.
2014-08-18 yangguo@chromium.orgPurge unused internalized string accessors.
2014-08-18 bmeurer@chromium.orgRefactor ChangeLowering class to avoid template special...
2014-08-16 machenbach... [Auto-roll] Bump up version to 3.29.3.0
2014-08-16 jarin@chromium.orgDuring graph scheduling, traverse the roots in one go.
2014-08-15 machenbach... [Auto-roll] Bump up version to 3.29.2.0
2014-08-15 rmcilroy@chromium.org[turbofan]: Fix TurboFan for out-of-line constant pool...
2014-08-14 machenbach... [Auto-roll] Bump up version to 3.29.1.0
2014-08-14 dusan.milosavljevic... MIPS: Fix deoptimization entry table when branch cannot...
2014-08-14 mstarzinger... Enable access check tests that no longer fail with TF.
2014-08-14 verwaest@chromium.orgRewrite GetAccessor using the LookupIterator
2014-08-14 mstarzinger... Deprecate LoweringBuilder in favor of Reducer.
2014-08-14 jarin@chromium.orgRemove the flaky store buffer test for maps.
2014-08-14 dslomov@chromium.orgFix OrderedHashTabelIterator accessors.
2014-08-14 titzer@chromium.orgEnable more tests for simplified lowering after assumin...
2014-08-14 bmeurer@chromium.orgReally fix windows now.
2014-08-14 bmeurer@chromium.orgFix MSVC build.
2014-08-14 titzer@chromium.orgUnify MachineType and RepType.
2014-08-14 bmeurer@chromium.org[turbofan] Introduce WordRor machine operator.
2014-08-14 jochen@chromium.orgFast-forward version number on bleeding_edge to 3.29.0
2014-08-14 jochen@chromium.orgRevert 23058 - "Allow externalizing cons and sliced...
2014-08-14 jarin@chromium.orgFix pointer iteration for maps.
2014-08-14 yangguo@chromium.orgFix test expectations.
2014-08-14 yangguo@chromium.orgIgnore default reject handler when looking for reject...
2014-08-14 bmeurer@chromium.org[turbofan] Refactor the InstructionSelector tests.
2014-08-13 mstarzinger... Fix non-TF target build after r23107.
2014-08-13 dusan.milosavljevic... MIPS: Fix DCHECK failure in simulator for fp32 mode.
2014-08-13 arv@chromium.orgES6: Make Map/Set constructors support iterable values
2014-08-13 mstarzinger... Move %IsOptimized runtime helper into test case.
2014-08-13 mstarzinger... Simplify public pipeline interface.
2014-08-13 aandrey@chromium.orgExpose Value::IsArgumentsObject in V8 API.
2014-08-13 mstarzinger... Temporary workaround for scheduler running OOM.
2014-08-13 mstarzinger... Allow use of phase-local zone in GenericGraphVisit.
2014-08-13 jarin@chromium.orgRemove a brittle assertion from Turbofan lazy deoptimiz...
2014-08-13 yangguo@chromium.orgMove Promise tracking from debug to isolate.
2014-08-13 titzer@chromium.orgAdd FOR_INT32_SHIFTS to value-helper.h
2014-08-13 rodolph.perfetta... ARM64: unit tests for instruction selection.
2014-08-13 mstarzinger... Disable some deoptimization tests on ARM64 no-snap.
2014-08-13 jarin@chromium.orgRevert "Refactor building of lazy bailouts in AstGraphB...
2014-08-13 jarin@chromium.orgRefactor building of lazy bailouts in AstGraphBuilder.
2014-08-12 arv@chromium.orgRevert "ES6: Make Map/Set constructors support iterable...
2014-08-12 arv@chromium.orgES6: Make Map/Set constructors support iterable values
2014-08-12 arv@chromium.orgWeakMap/WeakSet: Add test for non object keys
2014-08-12 machenbach... [Auto-roll] Bump up version to 3.28.72.0
2014-08-12 dusan.milosavljevic... Reland "MIPS: Add support for arch. revision 6 to mips3...
2014-08-12 mstarzinger... Fix predictable mode to make time pass faster.
2014-08-12 jkummerow@chromium.orgOld space cannot be assumed to be iterable between...
2014-08-12 dslomov@chromium.orgAdd "own" symbols support.
2014-08-12 yangguo@chromium.orgImplement Math.log1p using port from fdlibm.
2014-08-12 mstarzinger... Fix newly discovered presubmit errors.
2014-08-12 sigurds@chromium.orgAdd print-to-file for turbofan tracing.
2014-08-12 jochen@chromium.orgRevert 23077 - "Use CommonNodeCache for heap constants...
2014-08-12 titzer@chromium.orgFix presubmit error with explicit constructor in test.
2014-08-12 bmeurer@chromium.orgUse CommonNodeCache for heap constants in ChangeLowering.
2014-08-12 rodolph.perfetta... ARM64: Enable TF tests.
2014-08-12 mstarzinger... Reduce redundant phi nodes after graph building.
2014-08-12 sigurds@chromium.orgProvide mutators in NodeProperties instead of exposing...
2014-08-12 machenbach... Whitespace change to trigger bots.
2014-08-12 machenbach... Whitespace change to trigger bots.
2014-08-12 bmeurer@chromium.orgTests for ChangeLowering are target tests since they...
2014-08-12 bmeurer@chromium.orgRename COMPILER_TEST to TARGET_TARGET.
2014-08-12 bmeurer@chromium.orgFix windows build.
2014-08-12 bmeurer@chromium.orgInitial import of ChangeLowering.
2014-08-12 titzer@chromium.orgAssume signed for converting to word32/float64 unless...
2014-08-12 titzer@chromium.orgDisable code generation in tests that use GraphBuilderT...
2014-08-12 machenbach... [Auto-roll] Bump up version to 3.28.70.0
2014-08-11 dslomov@chromium.orgFix presubmit error.
2014-08-11 dslomov@chromium.orgRevert "Add "own" symbols support."
2014-08-11 machenbach... Skip test with TF on GC stress.
2014-08-11 yangguo@chromium.orgAllow externalizing cons and sliced string.
2014-08-11 dslomov@chromium.orgToNumber(Symbol) should throw TypeError
2014-08-11 dslomov@chromium.orgAdd "own" symbols support.
2014-08-11 paul.lind@imgtec.comMIPS: Fix test-simplified-lowering to pass without...
2014-08-11 machenbach... Revert "Enable C++11 tests on windows."
2014-08-11 machenbach... Revert "Reland "MIPS: Add support for arch. revision...
2014-08-11 machenbach... Enable C++11 tests on windows.
2014-08-11 titzer@chromium.orgMove MachineRepresentation to machine-type.h and rename...
2014-08-11 dusan.milosavljevic... Reland "MIPS: Add support for arch. revision 6 to mips3...
2014-08-11 rodolph.perfetta... ARM64: minor corrections for TF.
2014-08-11 verwaest@chromium.orgChange the type of the cache so we can check whether...
2014-08-11 hpayer@chromium.orgMove store-buffer to heap and remove some unnecessary...
2014-08-11 jochen@chromium.orgWhen dumping the stack, try to print contents as ASCII
2014-08-11 machenbach... Skip gmock and gtest in presubmit.
2014-08-11 yangguo@chromium.orgSmall clean up of externalizing strings.
2014-08-11 verwaest@chromium.orgTag all prototypes as proto, except those set using...
next