platform/upstream/v8.git
2014-08-06 yangguo@chromium.orgImplement trigonometric functions using a fdlibm port.
2014-08-06 bmeurer@chromium.orgUse EXPECT_DOUBLE_EQ for floating point comparisons.
2014-08-06 bmeurer@chromium.orgFix Mac build.
2014-08-06 yangguo@chromium.orgTrigger exception debug events on Promise reject.
2014-08-06 bmeurer@chromium.orgRefactor unit tests for the base library to use GTest.
2014-08-06 rossberg@chromium.orgRemove @@create and don't expose unimplemented symbols
2014-08-06 verwaest@chromium.orgHydrogenize (and share) StoreField except heapobject...
2014-08-06 mstarzinger... Add convenience method to print types for debugging.
2014-08-06 wingo@igalia.comRevert "Rewind additional parser state when reinterpret...
2014-08-06 wingo@igalia.comRewind additional parser state when reinterpreting...
2014-08-06 mstarzinger... Carry along ContextualMode in JSLoadNamed operators.
2014-08-06 neis@chromium.orgRemove obsolete declaration that broke Windows build.
2014-08-06 neis@chromium.orgRemove non-trivial subtyping between bitset and non...
2014-08-06 jkummerow@chromium.orgFix disassembly of sar(_, imm8)
2014-08-06 verwaest@chromium.orgRestore function on arm64
2014-08-06 machenbach... [Auto-roll] Bump up version to 3.28.61.0
2014-08-06 verwaest@chromium.orgLoad constants from the DescriptorArray
2014-08-06 yangguo@chromium.orgCheck that external references are registered in the...
2014-08-06 bmeurer@chromium.orgMove ARM64 macros to macro-assembler-arm64.h.
2014-08-06 bmeurer@chromium.orgFix arm64 compilation with clang.
2014-08-05 machenbach... [Auto-roll] Bump up version to 3.28.58.0
2014-08-05 adamk@chromium.orgEnable ES6 Map and Set by default
2014-08-05 machenbach... Fix webkit status file.
2014-08-05 jkummerow@chromium.orgTrack number of generic ICs per function
2014-08-05 hpayer@chromium.orgSkip toString-number webkit test because of spurious...
2014-08-05 wingo@igalia.comFix bailout ID for nullary arrow function literals
2014-08-05 mstarzinger... Disable CPlusPlus11Features for making GCMole and NaCL...
2014-08-05 machenbach... Whitespace change to trigger bots.
2014-08-05 bmeurer@chromium.orgFix Native Client build.
2014-08-05 bmeurer@chromium.org[arm64] Fix.
2014-08-05 bmeurer@chromium.orgRevert "Unbreak build with clang."
2014-08-05 mstarzinger... Fix ARM64 port after r22876.
2014-08-05 svenpanne@chromium.orgUnbreak build with clang.
2014-08-05 mstarzinger... Implement lowering of JS[Load,Store][Property,Named...
2014-08-05 bmeurer@chromium.org[turbofan] Improve testability of the InstructionSelector.
2014-08-05 svenpanne@chromium.orgEnable C++11. Synch toolchains with Chrome.
2014-08-05 mstarzinger... Prevent direct inclusion of headers from TF.
2014-08-05 rossberg@chromium.orgUndo some unintended changes from the Turbofan merge
2014-08-05 wingo@igalia.comyield* calls @@iterator on iterable
2014-08-05 bmeurer@chromium.orgAnother Win64 fix.
2014-08-05 bmeurer@chromium.orgFix copy&paste bug in gtest.gyp.
2014-08-05 bmeurer@chromium.orgRemove broken _WIN64 checks.
2014-08-05 verwaest@chromium.orgTag handlers as monomorphic
2014-08-05 hpayer@chromium.orgPrecise sweeping makes zapping of garbage memory when...
2014-08-05 bmeurer@chromium.orgFix compilation on arm64.
2014-08-05 hpayer@chromium.orgPrecise sweeping makes zapping of garbage memory in...
2014-08-05 hpayer@chromium.orgMove ClearNonLiveReferences and friends into the gc.
2014-08-05 bmeurer@chromium.orgCleanup V8_TURBOFAN_TARGET definition.
2014-08-05 sigurds@chromium.orgVerifier must ensure that start and end node of graph...
2014-08-05 verwaest@chromium.orgRemoved GetConstructor from the API.
2014-08-05 neis@chromium.orgRemove unnecesssary auxiliary definitions.
2014-08-05 verwaest@chromium.orgCleanup hydrogen generated handlers
2014-08-05 mstarzinger... Move left and right trimming of FixedArray into Heap.
2014-08-05 jkummerow@chromium.orgRestore performance of accesses to JSGlobalProxy after...
2014-08-05 verwaest@chromium.orgRemove special frontend for callbacks with slow-mode...
2014-08-05 bmeurer@chromium.orgRevert "Initial import of unittests using GTest/GMock."
2014-08-05 hpayer@chromium.orgForce incremental marking when called from idle notific...
2014-08-05 verwaest@chromium.orgInline LookupInHolder and NextHolder
2014-08-05 verwaest@chromium.orgReland "Also mark as prototype when passing in while...
2014-08-05 sigurds@chromium.orgMake start node a value input to parameter nodes.
2014-08-05 jochen@chromium.orgMove a bunch of GC related files to heap/ subdirectory
2014-08-05 yangguo@chromium.orgDo not include native Javascript in ExecutionState...
2014-08-05 bmeurer@chromium.orgFix build.
2014-08-05 bmeurer@chromium.orgInitial import of unittests using GTest/GMock.
2014-08-05 yangguo@chromium.orgMerge three PromiseEvent's into one.
2014-08-05 alph@chromium.orgMake CPU profiler function names match ones from StackF...
2014-08-05 hpayer@chromium.orgRemove all encountered weak maps from the list of weak...
2014-08-05 hpayer@chromium.orgRevert "Also mark as prototype when passing in while...
2014-08-05 alph@chromium.orgMove anonymous function name beautifying out of v8.
2014-08-05 weiliang.lin... X87: Cleanup in stub-cache.cc; remove unused ArrayLengt...
2014-08-05 weiliang.lin... X87: Avoid one repeated property lookup when computing...
2014-08-04 adamk@chromium.orgMark global-constructors-listing as failing in TestExpe...
2014-08-04 adamk@chromium.orgFix spurious debug-script assertion after enabling...
2014-08-04 adamk@chromium.orgFix Object-getOwnPropertyNames test after turning on...
2014-08-04 machenbach... [Auto-roll] Bump up version to 3.28.56.0
2014-08-04 adamk@chromium.orgEnable ES6 Symbols by default
2014-08-04 verwaest@chromium.orgAlso mark as prototype when passing in while creating...
2014-08-04 rodolph.perfetta... ARM64: fixed a couple of typos in TF
2014-08-04 verwaest@chromium.orgDon't insert transitions between maps for prototypes.
2014-08-04 verwaest@chromium.orgEnsure prototypes always stay fast by turning them...
2014-08-04 verwaest@chromium.orgKeep function.prototype fast.
2014-08-04 machenbach... [Auto-roll] Bump up version to 3.28.55.0
2014-08-04 akos.palfi... MIPS: Cleanup in stub-cache.cc; remove unused ArrayLeng...
2014-08-04 titzer@chromium.orgFix more stack smashing bugs in test.
2014-08-04 titzer@chromium.orgFix build on Win64 for tests.
2014-08-04 titzer@chromium.orgTF: simplified-lowering tests accidentally ran on unsup...
2014-08-04 Jacob.Bramley... ARM64: Use ARRAY_SIZE where possible.
2014-08-04 titzer@chromium.orgAdd support for untagged LoadField, StoreField, LoadEle...
2014-08-04 bmeurer@chromium.orgFix tools/generate-runtime-tests.py.
2014-08-04 bmeurer@chromium.orgFix typo.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-08-04 ishell@chromium.orgRuntime assert added to %NormalizeElements.
2014-08-04 verwaest@chromium.orgReuse the nonexistent handler frontend for transition...
2014-08-04 jkummerow@chromium.orgUpdate test expectations for mjsunit/tools/tickprocessor
2014-08-04 jochen@chromium.orgAdd dependencies on gtest and gmock
2014-08-04 verwaest@chromium.orgCleanup in stub-cache.cc; remove unused ArrayLength...
2014-08-04 svenpanne@chromium.orgUse ARRAY_SIZE instead of DIY code.
2014-08-04 mstarzinger... Ensure LModByPowerOf2I only gets environment when it...
2014-08-04 jkummerow@chromium.orgAvoid one repeated property lookup when computing load...
2014-08-04 jkummerow@chromium.orgTick processor: improved [Summary] section
next