platform/upstream/v8.git
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...
2014-08-11 hpayer@chromium.orgFix precisely sweeping asserts.
2014-08-11 titzer@chromium.orgFix clang build; remove dead private field.
2014-08-11 titzer@chromium.orgRemove duplication in Scheduler and simplify interface...
2014-08-11 dslomov@chromium.orgReplace Strings with Names in load and store ICs.
2014-08-11 hpayer@chromium.orgMeasure incremental marking speed in bytes per millisec...
2014-08-11 machenbach... [Auto-roll] Bump up version to 3.28.68.0
2014-08-11 jarin@chromium.orgReland "More lazy deoptimization in Turbofan (binops...
2014-08-11 machenbach... Whitespace change to trigger bots.
2014-08-11 jarin@chromium.orgRevert "More lazy deoptimization in Turbofan (binops...
2014-08-11 jochen@chromium.orgRevert 23028 - "MIPS: Add support for arch. revision...
2014-08-11 jarin@chromium.orgMore lazy deoptimization in Turbofan (binops, loads...
2014-08-11 dusan.milosavljevic... MIPS: Add support for arch. revision 6 to mips32 port.
2014-08-11 titzer@chromium.orgFix size_t/int conversions for Win64.
2014-08-11 titzer@chromium.orgImplement representation selection as part of Simplifie...
2014-08-11 machenbach... Skip test that times out.
2014-08-11 yangguo@chromium.orgMake %DebugPushPromise more robust wrt fuzzing.
2014-08-11 jarin@chromium.orgRevert "Initial shot at deoptimizing JSCallFunction...
2014-08-11 machenbach... [Auto-roll] Bump up version to 3.28.67.0
2014-08-11 jarin@chromium.orgInitial shot at deoptimizing JSCallFunction in Turbofan.
2014-08-11 machenbach... Whitespace change to trigger bots.
2014-08-11 bmeurer@chromium.orgAndroid fix for gtest.gyp.
2014-08-09 machenbach... [Auto-roll] Bump up version to 3.28.66.0
2014-08-09 yangguo@chromium.orgFix GN build.
2014-08-09 machenbach... Fix v8 landmines script.
2014-08-08 machenbach... Reland debug output for landmines
2014-08-08 machenbach... Revert "Add temporary output to debug landmines."
2014-08-08 machenbach... Add temporary output to debug landmines.
2014-08-08 machenbach... More landmines debug output.
2014-08-08 vogelheim@chromium.orgFix command line parsing crash.
2014-08-08 machenbach... Skip richards with TF.
2014-08-08 rossberg@chromium.orgMark Distributivity tests flaky on ARM
2014-08-08 mstarzinger... Fix Windows build after r23000.
2014-08-08 rossberg@chromium.orgFix BUILD.gn after unflagging unscopables
2014-08-08 mstarzinger... Minor simplification and cleanup of graph builder.
2014-08-08 rossberg@chromium.orgES6: Implement WeakMap and WeakSet constructor logic
2014-08-08 mstarzinger... Make Clang 3.0 happy about static cast in DoGenerateCode.
2014-08-08 mstarzinger... Extend ToBooleanStub to be able to return oddballs.
2014-08-08 weiliang.lin... X87: fix one patch porting error in R22957.
2014-08-08 yangguo@chromium.orgFix debug-promises tests.
2014-08-08 rossberg@chromium.orgEnable ES6 unscopables
2014-08-08 sigurds@chromium.orgUpdate and extend context specialization.
2014-08-08 rossberg@chromium.orgTurn on harmony_unscopables for es_staging
2014-08-08 svenpanne@chromium.orgUnbreak gcmole bots.
2014-08-08 rossberg@chromium.orgRemove proxies from --harmony switch for M38, because...
2014-08-08 svenpanne@chromium.orgRe-enable C++11 tests (still not on VS or NaCL).
2014-08-08 bmeurer@chromium.orgMake Zone::New() and Zone::NewArray() usable w/o v8.h.
2014-08-08 bmeurer@chromium.orgReland "Add initial support for compiler unit tests...
2014-08-08 bmeurer@chromium.orgSkip -pedantic for GTest as long as we -std=gnu++0x.
2014-08-08 machenbach... Whitespace change to trigger bots.
2014-08-08 bmeurer@chromium.orgSynchronize GTest/GMock dependencies with Chromium.
2014-08-07 adamk@chromium.orgRemove suppressions for Blink webexposed tests
2014-08-07 wingo@igalia.comProperly rebaseline getOwnPropertyNames test.
2014-08-07 wingo@igalia.comRebaseline WebKit object getOwnPropertyNames test for...
2014-08-07 wingo@igalia.comEnable ES6 iteration by default
2014-08-07 verwaest@chromium.orgMark as prototype only after instantiating the function
2014-08-07 mvstanton@chromium.orgClean up IC tracing for CallICs.
2014-08-07 neis@chromium.orgExtend some operations to range types.
2014-08-07 machenbach... Enable TF for testing benchmarks.
2014-08-07 machenbach... [Auto-roll] Bump up version to 3.28.63.0
2014-08-07 verwaest@chromium.orgDon't smi-untag on 64bit in the store-field stub
2014-08-07 svenpanne@chromium.orgUpdate gcmole to a more recent clang/llvm.
2014-08-07 hpayer@chromium.orgMove objects-visiting into heap.
2014-08-07 mstarzinger... Remove dangerous default parameter from machine Store...
2014-08-07 rodolph.perfetta... ARM64: Support arbitrary offset in load/store pair.
2014-08-07 rodolph.perfetta... ARM64: fix Instanceof stub.
2014-08-07 sigurds@chromium.orgDirectly use OperatorProperties where possible instead.
2014-08-07 sigurds@chromium.orgDelegate node properties to operator properties.
2014-08-07 sigurds@chromium.orgNodeAuxData needs a Zone, not a Graph.
2014-08-07 sigurds@chromium.orgOnly tag parameters as maybe assigned if in sloppy...
2014-08-07 mstarzinger... v8::TryCatch should cancel the scheduled exception...
2014-08-07 mvstanton@chromium.orgCallIC must update type feedback info correctly.
2014-08-07 wingo@igalia.comMirror object properties are always names
2014-08-07 weiliang.lin... X87: We should never allocate a 0-sized buffer, so...
2014-08-07 weiliang.lin... X87: Always use the StoreFieldStub to do the actual...
2014-08-07 yangguo@chromium.orgFix BUILD.gn after r22923.
2014-08-07 yangguo@chromium.orgOnly escape U+0022 in argument values of `String.protot...
2014-08-07 bmeurer@chromium.orgNo need to link base-unittests with GMock.
2014-08-07 weiliang.lin... X87: Hydrogenize (and share) StoreField except heapobje...
2014-08-07 weiliang.lin... X87: Check that external references are registered...
2014-08-07 bmeurer@chromium.orgApply patch from https://codereview.chromium.org/425333...
2014-08-06 machenbach... Whitespace change to trigger bots.
2014-08-06 adamk@chromium.orgUpdate webkit test for expected own properties
2014-08-06 akos.palfi... MIPS: We should never allocate a 0-sized buffer, so...
2014-08-06 verwaest@chromium.orgWe should never allocate a 0-sized buffer, so never...
2014-08-06 neis@chromium.orgRevert "Extend some operations to range types."
2014-08-06 neis@chromium.orgExtend some operations to range types.
2014-08-06 verwaest@chromium.orgAllocate kMinimalBufferSize buffers in lithium
2014-08-06 verwaest@chromium.orgGet rid of the "spare buffer" cache.
2014-08-06 rossberg@chromium.orgThis implements unscopables
2014-08-06 yangguo@chromium.orgRebaseline webkit test expectations after r22938.
2014-08-06 akos.palfi... MIPS: Always use the StoreFieldStub to do the actual...
2014-08-06 verwaest@chromium.orgOnly allocate a handler compiler when necessary
2014-08-06 yangguo@chromium.orgAdd `CheckObjectCoercible` for the `String.prototype...
2014-08-06 yangguo@chromium.orgFix BUILD.gn
next