platform/upstream/v8.git
2014-10-06 bmeurer@chromium.orgDon't use identity as hash function for integers.
2014-10-06 machenbach... Make asan and lsan make flags work like on the bots.
2014-10-06 dcarney@chromium.org[turbofan] fix vreg mapping for instruction selector...
2014-10-06 jkummerow@chromium.orgRemove FLAG_opt_safe_uint32_operations.
2014-10-06 dcarney@chromium.org[turbofan] map vregs early
2014-10-06 svenpanne@chromium.orgSqueeze the layout of variable proxy nodes.
2014-10-06 bmeurer@chromium.orgAdd C++11 compatible base::hash function object.
2014-10-06 rmcilroy@chromium.orgAdd MonotonicallyIncreasingTime to V8 Platform.
2014-10-06 ulan@chromium.orgFix representation of HLoadRoot.
2014-10-06 erikcorry@chromium.orgRevert Add a use counter for Intl.v8BreakIterator https...
2014-10-06 jochen@chromium.orgMake V8 compile with Win64 dbg
2014-10-06 m.m.capewell... [turbofan] Negated immediates for ARM64 add/sub
2014-10-06 jarin@chromium.orgRevert "[turbofan] Fix lowering of typed loads/stores."
2014-10-06 svenpanne@chromium.orgTest C++11 features on *all* platforms.
2014-10-06 svenpanne@chromium.orgUnbreak PNaCL build
2014-10-06 dslomov@chromium.orgSupport for super keyed loads where key is a name.
2014-10-06 svenpanne@chromium.orgUse the pnacl-clang toolchain for (P)NaCL builds
2014-10-04 yangguo@chromium.orgExtend snapshot creation to generate 4-byte values
2014-10-03 erikcorry@chromium.orgAdd a use counter for Intl.v8BreakIterator
2014-10-02 paul.lind@imgtec.comMIPS: Add turbofan support for mips32.
2014-10-02 svenpanne@chromium.orgRemoved the Isolate* field from literal nodes.
2014-10-02 dcarney@chromium.orgfix imul(reg, op, imm) emission on x64
2014-10-02 yurys@chromium.orgRevert of Extend CPU profiler with mapping ticks to...
2014-10-02 svenpanne@chromium.orgSqueeze the layout of expression nodes a bit.
2014-10-02 jkummerow@chromium.orgDrop some unused code
2014-10-02 yangguo@chromium.orgSerialize all external strings except for native source...
2014-10-02 svenpanne@chromium.orgMerged FeedbackSlotInterface into AstNode, removing...
2014-10-02 yurys@chromium.orgExtend CPU profiler with mapping ticks to source lines
2014-10-02 dcarney@chromium.org[turbofan] support all shift operands on x64
2014-10-02 dcarney@chromium.org[turbofan] support all shift operands on ia32
2014-10-02 bmeurer@chromium.org[turbofan] Fix lowering of typed loads/stores.
2014-10-02 machenbach... Skip test on all architectures but arm.
2014-10-02 jochen@chromium.orgChange minimum code range size to 3MB
2014-10-02 jochen@chromium.orgUpdate the documentation of Isolate::GetCodeRange
2014-10-02 jochen@chromium.orgRemove support for parallel sweeping
2014-10-02 yangguo@chromium.orgFix name clashes in cctests.
2014-10-02 hpayer@chromium.orgFix Windows compile.
2014-10-02 hpayer@chromium.orgForce scavenge in idle notification if we estimate...
2014-10-02 yangguo@chromium.orgHandle external strings in the code serializer.
2014-10-02 yangguo@chromium.orgFulfill some code serializer related TODOs.
2014-10-02 yangguo@chromium.orgIntroduce v8::Object::GetIsolate().
2014-10-01 marja@chromium.orgDebug a mystery crash bug in script streaming.
2014-10-01 dusan.milosavljevic... MIPS64: Fix ConvertDToI test.
2014-10-01 rodolph.perfetta... [turbofan] re-enable some tests for arm64.
2014-10-01 yangguo@chromium.orgAttempt to fix GC mole failures.
2014-10-01 machenbach... Whitespace change for branch testing.
2014-10-01 mstarzinger... Implement inlined stack-check guards in TurboFan.
2014-10-01 jkummerow@chromium.orgFix Hydrogen's BuildStore()
2014-10-01 svenpanne@chromium.orgEndian changes, support 64bit big endian
2014-10-01 dslomov@chromium.orgExtract runtime functions for classes into a separate...
2014-10-01 jochen@chromium.orgFix test-spaces on win64
2014-10-01 yangguo@chromium.orgReland "Use symbols instead of hidden properties for...
2014-10-01 yangguo@chromium.orgFix data race when concurrent compilation is aborted...
2014-10-01 mvstanton@chromium.orgDon't clear the string stub at gc time in KeyedLoadIC.
2014-10-01 bmeurer@chromium.org[turbofan] Add control input to Load and LoadElements.
2014-10-01 mstarzinger... Remove deprecated CEntryStub cache in generic lowering.
2014-10-01 dcarney@chromium.org[turbofan] intel lea add multiply matchers
2014-10-01 titzer@chromium.orgRename Int32{UMod,UDiv} to Uint32{Div,Mod} and Int64...
2014-10-01 jochen@chromium.orgFix clang compilation
2014-10-01 jochen@chromium.orgDon't filter out -O0 for debug configurations
2014-10-01 jochen@chromium.orgReserve a page at the beginning of the code range on...
2014-10-01 jochen@chromium.orgRemove sweeper threads
2014-10-01 bmeurer@chromium.orgFix unittests.gyp for cross compiling.
2014-10-01 bmeurer@chromium.orgMove unit tests to test/unittests.
2014-10-01 yangguo@chromium.orgFix ostream flushing.
2014-10-01 mstarzinger... Add support for uint64 compares to TurboFan.
2014-10-01 bmeurer@chromium.org[turbofan] Add BoundsCheckMode to ElementAccess.
2014-10-01 yangguo@chromium.orgRevert "Use symbols instead of hidden properties for...
2014-10-01 yangguo@chromium.orgUse symbols instead of hidden properties for i18n markers.
2014-10-01 svenpanne@chromium.orgChanges to ALLOW_UNUSED to match upcoming changes to...
2014-10-01 paul.lind@imgtec.comMIPS: Add cvt_d_s to disassembler.
2014-09-30 dslomov@chromium.orgDesugar 'super(..)' into 'super.constructor(...)'
2014-09-30 yangguo@chromium.orgRemove stray edits in r24335.
2014-09-30 dslomov@chromium.orgFix style nits in test
2014-09-30 yangguo@chromium.orgIntroduce PromiseRejectCallback.
2014-09-30 yangguo@chromium.orgAdd a fast case for one-element arrays in ArrayJoin
2014-09-30 ishell@chromium.orgHydrogenize (and share) part of StoreTransition handler...
2014-09-30 balazs.kilvady... MIPS: Replace OStream with std::ostream.
2014-09-30 dslomov@chromium.orgImplement data property creation for assignments to...
2014-09-30 machenbach... Fix svn tags in release scripts.
2014-09-30 bmeurer@chromium.orgMore follow-up fixes to r24322.
2014-09-30 bmeurer@chromium.orgSome follow-up fixes to r24322.
2014-09-30 dcarney@chromium.org[turbofan] instantiate and run InstructionSelectorMultT...
2014-09-30 dcarney@chromium.org[turbofan] ia32 lea multiplication matching
2014-09-30 bmeurer@chromium.orgCorrect fix this time.
2014-09-30 bmeurer@chromium.orgFix windows build after r24322.
2014-09-30 yangguo@chromium.orgSplit yet more runtime functions into separate files.
2014-09-30 bmeurer@chromium.org[turbofan] Some javascript operators are globally share...
2014-09-30 neis@chromium.orgTemporarily remove unsound use of Maybe until we have...
2014-09-30 neis@chromium.orgGet rid of code duplication by computing int Lub using...
2014-09-30 bmeurer@chromium.orgReplace OStream with std::ostream.
2014-09-30 dcarney@chromium.org[turbofan] IA: Uint32ToFloat64 supports mem operand.
2014-09-30 dcarney@chromium.org[turbofan] x64 lea multiplication matching
2014-09-30 dcarney@chromium.orgfix nacl build after r24308
2014-09-30 jarin@chromium.orgRefactor BasicBlock to not use GenericNode.
2014-09-30 yangguo@chromium.orgSplit even more runtime functions into separate files.
2014-09-30 jochen@chromium.orggn: Add missing source files to x86 build
2014-09-30 dcarney@chromium.org[turbofan] cleanup x64 code generator a little
2014-09-30 weiliang.lin... X87: Support count operations on super named properties.
2014-09-30 jochen@chromium.orgFast-forward version number on bleeding_edge to 3.30.0
next