platform/upstream/v8.git
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
2014-09-29 balazs.kilvady... MIPS: Support count operations on super named properties.
2014-09-29 paul.lind@imgtec.comUpdate AUTHORS file.
2014-09-29 balazs.kilvady... MIPS: Fix r24286 "ExtendStorageStub added, it is aimed...
2014-09-29 dslomov@chromium.orgClean-up tests for super getters and setters
2014-09-29 arv@chromium.orgES6: Implement object literal property shorthand
2014-09-29 dslomov@chromium.orgSupport count operations on super named properties.
2014-09-29 jarin@chromium.orgAdding more missing deoptimization points in Turbofan.
2014-09-29 rmcilroy@chromium.orgEnable out-of-line constant pool for Arm.
2014-09-29 neis@chromium.orgTake output type into account in JSTypedLowering reduction.
2014-09-29 ishell@chromium.orgExtendStorageStub added, it is aimed for extending...
2014-09-29 alph@chromium.orgInitial implementation of GetStackSample sampling profi...
2014-09-29 balazs.kilvady... MIPS: Stores and compound assignments for named super...
2014-09-29 jochen@chromium.orgAdd a getter for the address and size of the code range...
2014-09-29 mstarzinger... Drop deprecated method for backing store from AccessBui...
2014-09-29 ishell@chromium.orgMap::Hash() calculation made deterministic in predictab...
2014-09-29 weiliang.lin... X87: Stores and compound assignments for named super...
2014-09-29 dcarney@chromium.orgadd missing inl includes
2014-09-29 aandrey@chromium.orgAdd IsGeneratorFunction and IsGeneratorObject checks...
2014-09-29 dcarney@chromium.org[turbofan] add new ia32 addressing modes
2014-09-29 m.m.capewell... [turbofan] ARM64 support for multiply-accumulate
2014-09-29 bmeurer@chromium.orgFix initialization of assert scopes.
2014-09-29 yangguo@chromium.orgSplit more runtime functions into seperate files.
2014-09-29 dslomov@chromium.orgAccess checks test for stores to 'super'.
next