platform/upstream/v8.git
2014-10-28 mstarzinger... Silence control reducer tracing a bit.
2014-10-28 bmeurer@chromium.org[turbofan] LoadElement should not have a control input.
2014-10-28 arv@chromium.orgClasses: Add basic support for properties
2014-10-28 arv@chromium.orgAllow duplicate property names in classes
2014-10-28 mvstanton@chromium.orgRemoved non-existent files from gyp and GN builds.
2014-10-28 bmeurer@chromium.org[turbofan] Reduce (x & K) & K to x & K.
2014-10-28 mstarzinger... Make floating merges respected minimum RPO of coupled...
2014-10-28 yangguo@chromium.orgUse shared function info for eval cache key.
2014-10-28 bmeurer@chromium.org[turbofan] Work-around stack overflow in zlib.
2014-10-28 yangguo@chromium.orgPrevent recursion in the debug event listener.
2014-10-28 mstarzinger... Switch schedule early phase to use forward propagation.
2014-10-28 ulan@chromium.orgWindows: use SystemTimeToTzSpecificLocalTime instead...
2014-10-28 dcarney@chromium.orgmove functions in v8::V8 that should be on v8::Isolate
2014-10-28 mvstanton@chromium.orgFix ASAN warning.
2014-10-28 bmeurer@chromium.org[turbofan] Improve typed lowering for JSToBoolean.
2014-10-28 bmeurer@chromium.org[turbofan] Turn slow case for stack check into deferred...
2014-10-28 bmeurer@chromium.org[turbofan] Minor cleanups to lowering of typed array...
2014-10-27 jarin@chromium.orgRevert "[turbofan] Merge GenericNode with Node."
2014-10-27 jarin@chromium.org[turbofan] Merge GenericNode with Node.
2014-10-27 dusan.milosavljevic... Make NextCodeLink pointer 8-byte aligned after GC point...
2014-10-27 ishell@chromium.orgFix for the cctest compilation issue on Mac after r24911.
2014-10-27 yangguo@chromium.orgAdd serializer test case to bug fix in r24871.
2014-10-27 mvstanton@chromium.orgA type vector with multiple IC types needs metadata.
2014-10-27 wingo@igalia.comRevert "Move AST node counting to post-pass"
2014-10-27 wingo@igalia.comMove AST node counting to post-pass
2014-10-27 jarin@chromium.orgRevert "Enable turbofan deoptimization by default."
2014-10-27 adamk@chromium.orgSimpleMove now calls [[Has]] before [[Get]] when moving...
2014-10-27 mstarzinger... Remove unused return values from PreEdge visitor.
2014-10-27 jarin@chromium.orgEnable turbofan deoptimization by default.
2014-10-27 dcarney@chromium.org[turbofan] reduce allocations outside of pipeline
2014-10-27 yurys@chromium.orgRevert "Make all references from root shortcuts (except...
2014-10-27 yurys@chromium.orgMake all references from root shortcuts (except one...
2014-10-27 erikcorry@chromium.orgRevert 'Introduce phantom weak handles in the API and...
2014-10-27 verwaest@chromium.orgRevert "Limit the number of transitions allowed per...
2014-10-27 erikcorry@chromium.orgIntroduce phantom weak handles in the API and use them...
2014-10-27 danno@chromium.orgFix Win64 build after r24896
2014-10-27 akos.palfi... Fix non-TF targets after r24874.
2014-10-27 danno@chromium.org[turbofan] Reduce memory consumption of graph building
2014-10-27 dcarney@chromium.org[turbofan] delete graph and schedule before register...
2014-10-27 dcarney@chromium.orgpass isolate to Value::To* functions
2014-10-27 dcarney@chromium.org[turbofan] add absolute peak to stats
2014-10-27 titzer@chromium.orgImplement control reducer, which reduces branches and...
2014-10-26 paul.lind@imgtec.comMIPS64: Fix bug in super assignment from r24570.
2014-10-26 bmeurer@chromium.org[turbofan] Implement the correct semantics for integer...
2014-10-26 jarin@chromium.orgHandle noi18n in deopt.
2014-10-26 jarin@chromium.orgAdd more missing deopts
2014-10-24 dslomov@chromium.orgAdd remaining @@toStringTag symbols to builtins
2014-10-24 adamk@chromium.orgSimpleSlice now calls [[Get]] before [[Has]] when gener...
2014-10-24 adamk@chromium.orgWiden definition of %HasComplexElements() to include...
2014-10-24 baptiste.afsa... [arm64] Use logical immediates when matching tst instru...
2014-10-24 jkummerow@chromium.orgFix "jst" GDB macro
2014-10-24 dslomov@chromium.orgCheck string literals with escapes in PreParserTraits...
2014-10-24 machenbach... Whitespace change for testing gnumbd.
2014-10-24 titzer@chromium.orgFix bugs in Scheduler hoisting and RPO loop bounds...
2014-10-24 mstarzinger... Add Schedule::InsertBranch to fuse control flow graphs.
2014-10-24 svenpanne@chromium.orgonly define ARRAYSIZE_UNSAFE for NaCl builds
2014-10-24 sigurds@chromium.orgAdd Float64Floor, Float64Ceil, Float64RoundTruncate...
2014-10-24 marja@chromium.orgAstValueFactory: make true, false, null, undefined...
2014-10-24 yangguo@chromium.orgEnable --serialize-toplevel by default.
2014-10-24 yangguo@chromium.orgTweaks to the code serializer.
2014-10-24 mvstanton@chromium.orgTurboFan calls to vector-based ics need to resolve...
2014-10-24 mvstanton@chromium.orgImprove printing for Symbols.
2014-10-24 yangguo@chromium.orgUse memcpy in List::AddAll for fundamental types.
2014-10-24 mstarzinger... Generate fake basic block for Terminate node.
2014-10-24 mvstanton@chromium.orgPropertyICCompiler: expose monomorphic keyed load handl...
2014-10-24 machenbach... Whitespace change.
2014-10-24 machenbach... Whitespace change.
2014-10-24 machenbach... Whitespace change to test gnumbd.
2014-10-24 bmeurer@chromium.org[x86] Fix register constraints for multiply-high.
2014-10-24 yangguo@chromium.orgLog code event for deserialized code.
2014-10-24 bmeurer@chromium.orgUnbreak c1visualizer.
2014-10-24 weiliang.lin... X87: Classes: implement 'new super'.
2014-10-24 yangguo@chromium.orgMake block writes in the serializer more efficient.
2014-10-24 verwaest@chromium.orgLimit the number of transitions allowed per hidden...
2014-10-23 adamk@chromium.orgFix sparse versions of Array slice/splice to use [...
2014-10-23 adamk@chromium.orgNarrow cases where Sparse/Smart versions of Array metho...
2014-10-23 adamk@chromium.orgChange SmartMove no-op behavior to match SimpleMove...
2014-10-23 mstarzinger... Move special RPO computation into separate class.
2014-10-23 mstarzinger... Make GIT ignore all turbo.cfg files.
2014-10-23 ulan@chromium.orgShrink new space in idle notification.
2014-10-23 jarin@chromium.orgDisambiguate pow
2014-10-23 ishell@chromium.orgFixed mutable heap numbers leak in JSON parser.
2014-10-23 jarin@chromium.org[turbofan] Use range types to type and lower arithmetic...
2014-10-23 machenbach... Whitespace change to trigger bots.
2014-10-23 machenbach... Switch release scripts to new git workflow.
2014-10-23 dcarney@chromium.orgfix another static initializer
2014-10-23 dslomov@chromium.orgharmony-scoping: Allow 'const' iteration variables...
2014-10-23 akos.palfi... MIPS: Classes: implement 'new super'.
2014-10-23 svenpanne@chromium.orgReland 'Simplify TurboFan's c1visualizer file handling.'
2014-10-23 dslomov@chromium.orgRevert "harmony-scoping: Allow 'const' iteration variab...
2014-10-23 bmeurer@chromium.orgRemove deprecated lexer-shell.
2014-10-23 ishell@chromium.orgMore details printed for Map, DescriptorArray and Trans...
2014-10-23 yangguo@chromium.orgDe-virtualize snapshot sink.
2014-10-23 dcarney@chromium.orgfix build after r24830
2014-10-23 dslomov@chromium.orgharmony-scoping: Allow 'const' iteration variables...
2014-10-23 mstarzinger... Make sure floating phi nodes are coupled to their contr...
2014-10-23 bmeurer@chromium.org[turbofan] Improve code generation for inline compariso...
2014-10-23 yangguo@chromium.orgFix memory leak in RootIndexMap.
2014-10-23 dcarney@chromium.org[turbofan] split compilation stats off from HStatistics...
2014-10-23 yangguo@chromium.orgSecond compile fix to r24826.
next