platform/upstream/v8.git
2014-07-08 hpayer@chromium.orgMake sure that the overflow store buffer size is always...
2014-07-08 yangguo@chromium.orgTemporarily disable failing test.
2014-07-08 yangguo@chromium.orgIntroduce code serializer/deserializer.
2014-07-08 jkummerow@chromium.orgUse hydrogenized KeyedLoadGeneric stub for generic...
2014-07-08 hpayer@chromium.orgReland "Precisely sweep scan on scavenge pages and...
2014-07-08 jkummerow@chromium.orgFix build (solve OBJECT_PRINT dependency)
2014-07-08 jkummerow@chromium.org--trace-ic: much faster and available in Release mode.
2014-07-08 hpayer@chromium.orgAvoid scan-on-scavenge pages during full collection.
2014-07-08 marja@chromium.orgRevert "Implement handling of arrow functions in the...
2014-07-08 marja@chromium.orgImplement handling of arrow functions in the parser
2014-07-08 yangguo@chromium.orgReland "Postpone termination exceptions in debug scope."
2014-07-08 weiliang.lin... X87: Fix computed properties on object literals with...
2014-07-08 weiliang.lin... X87: Only create arguments-maps in the bootstrapper...
2014-07-08 weiliang.lin... X87: More OStreamsUse OStreams more often
2014-07-07 palfia@homejinni.comMIPS: Fix computed properties on object literals with...
2014-07-07 verwaest@chromium.orgFix computed properties on object literals with a doubl...
2014-07-07 jkummerow@chromium.orgHydrogenized KeyedLoadGeneric stub: when probing the...
2014-07-07 kilvadyb@homejinni.comMIPS: Only create arguments-maps in the bootstrapper...
2014-07-07 jkummerow@chromium.orgAdd gdbinit to tools/ directory.
2014-07-07 verwaest@chromium.orgRevert "Treat ExecutableAccessorInfo as regular data...
2014-07-07 kilvadyb@homejinni.comMIPS: More OStreamsUse OStreams more often.
2014-07-07 dslomov@chromium.orgRevert "ARM64: Use UntagSmi helpers and clean up assert...
2014-07-07 yurys@chromium.orgAdd ScriptID field into ScriptOrigin class.
2014-07-07 Jacob.Bramley... ARM64: Use UntagSmi helpers and clean up assertions.
2014-07-07 m.m.capewell... ARM64: Generate better immediates for shifted ops
2014-07-07 verwaest@chromium.orgOnly create arguments-maps in the bootstrapper, remove...
2014-07-07 dslomov@chromium.orgRevert "Only create arguments-maps in the bootstrapper...
2014-07-07 verwaest@chromium.orgRemove SetOwnPropertyIgnoreAttribute uses from the...
2014-07-07 verwaest@chromium.orgOnly create arguments-maps in the bootstrapper, remove...
2014-07-07 jkummerow@chromium.orgHydrogenized KeyedLoadGeneric stub: exhaustively search...
2014-07-07 jkummerow@chromium.orgHydrogenized KeyedLoadGeneric stub: Fix FieldIndex...
2014-07-07 svenpanne@chromium.orgAnother round of MSVC fixes.
2014-07-07 verwaest@chromium.orgTreat ExecutableAccessorInfo as regular data properties.
2014-07-07 jochen@chromium.orgReland^3 r22105 "Remove static initializer from isolate"
2014-07-07 svenpanne@chromium.orgMake MSVC happy again.
2014-07-07 jochen@chromium.orgFix compilation with clang after r22208
2014-07-07 svenpanne@chromium.orgMore OStreamsUse OStreams more often.
2014-07-07 rossberg@chromium.orgAvoid brittle use of .bind in Promise.all
2014-07-07 m.m.capewell... ARM64: optimize fullcodegen pushes
2014-07-07 marja@chromium.orgParser cleanup: Cached data cannot contain errors ...
2014-07-07 m.m.capewell... Add missing include to timers
2014-07-07 yangguo@chromium.orgWrap captureStackTrace in a try-catch when constructing...
2014-07-07 jochen@chromium.orgAvailability of sprintf_s is a C standard library thing...
2014-07-07 jochen@chromium.orgRemove a bunch of Isolate::UncheckedCurrent calls
2014-07-07 bmeurer@chromium.orgProperly seed the RNG for cctest/test-types.
2014-07-04 weiliang.lin... X87: Error in CallFunctionNoFeedback ia32 made less...
2014-07-04 weiliang.lin... X87: Start using OStreams.
2014-07-03 yangguo@chromium.orgRevert "Remove unnecessary check in RegExpExecStub."
2014-07-03 jarin@chromium.orgReland "Linux perf tool support update + refactoring...
2014-07-03 rmcilroy@chromium.org[Arm]: Enable use of extended out-of-line constant...
2014-07-03 verwaest@chromium.orgUse the HeapObjectIterator to scan-on-scavenge map...
2014-07-03 jkummerow@chromium.orgHydrogen LoopBuilder: add support for "while(true)...
2014-07-03 jkummerow@chromium.orgHGraphBuilder::BuildJSObjectCheck: Tighten instance...
2014-07-03 kilvadyb@homejinni.comMIPS: Remove unnecessary check in RegExpExecStub.
2014-07-03 aandrey@chromium.orgIntroduce debug events for Microtask queue.
2014-07-03 yangguo@chromium.orgFix assertion failure in mjsunit/regexp-stack-overflow.
2014-07-03 yangguo@chromium.orgRemove unnecessary check in RegExpExecStub.
2014-07-03 m.m.capewell... ARM64: use direct conditional branches for regexp
2014-07-03 m.m.capewell... ARM64: improve Adr patching
2014-07-03 yangguo@chromium.orgRevert "Reland^2 r22105 "Remove static initializer...
2014-07-03 kilvadyb@homejinni.comMIPS: Start using OStreams.
2014-07-03 yangguo@chromium.orgRevert "Turn old space cons strings into regular extern...
2014-07-03 yangguo@chromium.orgFix changed expectation in Heap::AllowToBeMigrated.
2014-07-03 jkummerow@chromium.orgFix deopt reason printing to print stub failure reason...
2014-07-03 yangguo@chromium.orgTurn old space cons strings into regular external strin...
2014-07-03 mvstanton@chromium.orgError in CallFunctionNoFeedback ia32 made less efficien...
2014-07-03 dcarney@chromium.orgadd GetOwnPropertyDescriptor to api
2014-07-03 jochen@chromium.orgAdd an API to pump the message loop to libplatform
2014-07-03 machenbach... Fix result status of rerun flaky tests.
2014-07-03 jkummerow@chromium.orgHydrogenized KeyedLoadGeneric stub: Fix BuildDecodeField
2014-07-03 jkummerow@chromium.orgHydrogenized KeyedLoadGeneric stub: Fix string hash...
2014-07-03 ishell@chromium.orgStack overflow checkers are now compatible with ASAN...
2014-07-03 jochen@chromium.orgDon't even include v8.h from libbase or libplatform
2014-07-03 jochen@chromium.orgBuildfix for windows after r22180
2014-07-03 jochen@chromium.orgSplit out libplatform into a separate libary
2014-07-03 svenpanne@chromium.orgStart using OStreams.
2014-07-02 ishell@chromium.orgOne of the fast cases in JSObject::MigrateFastToFast...
2014-07-02 verwaest@chromium.orgRevert "Remove special ExecutableAccessorInfo handling...
2014-07-02 machenbach... Fix rerun barrier for flaky tests.
2014-07-02 verwaest@chromium.orgRemove special ExecutableAccessorInfo handling based...
2014-07-02 kilvadyb@homejinni.comMIPS: Clean up the global object naming madness.
2014-07-02 yangguo@chromium.orgHarden Runtime_LiveEditCheckAndDropActivations against...
2014-07-02 kilvadyb@homejinni.comMIPS: KeyedLoadIC should have same register spec as...
2014-07-02 jochen@chromium.orgReland^2 r22105 "Remove static initializer from isolate"
2014-07-02 yangguo@chromium.orgReland "Fix stack trace accessor behavior."
2014-07-02 jochen@chromium.orgAdd clang-format to presubmit checks
2014-07-02 jochen@chromium.orgMake flag definition macros style guide compliant and...
2014-07-02 wingo@igalia.comAllow yield expressions without a RHS.
2014-07-02 yangguo@chromium.orgStack traces exposed to Javascript should omit extensions.
2014-07-02 yangguo@chromium.orgRevert "Precisely sweep scan on scavenge pages and...
2014-07-02 hpayer@chromium.orgWait for sweeper threads only if we have to, i.e. if...
2014-07-02 wingo@igalia.comAdd more generator/yield parsing tests
2014-07-02 hpayer@chromium.orgPrecisely sweep scan on scavenge pages and use heap...
2014-07-02 marja@chromium.orgFix: Parser::HandleSourceURLComments was making gcmole...
2014-07-02 jochen@chromium.orgFix platform-cygwin.cc to really not use an Isolate
2014-07-02 yangguo@chromium.orgRemove deprecated v8::Context::HasOutOfMemoryException.
2014-07-02 yangguo@chromium.orgRevert "Reland "Linux perf tool support update + refact...
2014-07-02 ishell@chromium.orgMark mjsunit/migrations test in debug mode as TIMEOUT
2014-07-02 m.m.capewell... ARM64: Reland faster immediate check
2014-07-02 machenbach... Add information about rerun tests to json output.
next