platform/upstream/v8.git
2014-02-20 verwaest@chromium.orgUse ComputeHandlerFlags to find handlers, rather than...
2014-02-20 marja@chromium.orgRe-enable Parser::symbol_cache_ (after a long time!)
2014-02-20 baptiste.afsa... A64: Port recent ARM optimizations in LCodeGen::DoAcces...
2014-02-20 m.m.capewell... A64: Fix int32 use in Lithium string functions
2014-02-20 machenbach... Fix options in push-to-trunk script.
2014-02-19 plind44@gmail.comMIPS: Fix performance regression on sunspider string...
2014-02-19 plind44@gmail.comMIPS: Harmony: optimize Math.clz32.
2014-02-19 danno@chromium.orgFix template copy constructor in zone_allocator
2014-02-19 alexandre.rames... A64: Introduce 'branch types' that extend the architect...
2014-02-19 jochen@chromium.orgA64: Fix compilation with clang
2014-02-19 machenbach... Refactoring: Extract git checks in push and merge scripts.
2014-02-19 marja@chromium.orgRe-enable fast/js/reserved-words-as-property.html.
2014-02-19 marja@chromium.orgAdd comments about lazy parsing and lazy compilation.
2014-02-19 jacob.bramley... A64: Fix r19474: Tidy up Push and Pop TODOs.
2014-02-19 rossberg@chromium.orgUpgrade Symbol implementation to match current ES6...
2014-02-19 ulan@chromium.orgClean up weak objects in optimized code.
2014-02-19 mvstanton@chromium.orgRevert "Second attempt at introducing a premonomorphic...
2014-02-19 yangguo@chromium.orgHarmony: optimize Math.clz32.
2014-02-19 yangguo@chromium.orgHarmony: implement Math.cbrt, Math.expm1 and Math.log1p.
2014-02-19 machenbach... Prepare push to trunk. Now working on version 3.25.1.
2014-02-19 machenbach... Retrieve bleeding edge push revision from trunk commit...
2014-02-19 ishell@chromium.orgBugfix in check elimination with a regression test.
2014-02-19 jkummerow@chromium.orgFix cornercase in r19475
2014-02-19 rossberg@chromium.orgES6: Tighten up Object.prototype.__proto__
2014-02-19 machenbach... Refactor persisting state in push and merge scripts.
2014-02-19 rossberg@chromium.orgNarrows predicate for type bounds
2014-02-19 jkummerow@chromium.orgFix Hydrogen bounds check elimination
2014-02-19 jacob.bramley... A64: Tidy up Push and Pop TODOs.
2014-02-19 baptiste.afsa... A64: Remove early_exit unused mechanism in CompareMap.
2014-02-19 baptiste.afsa... A64: Replace a Cmp/Branch sequence by a conditional...
2014-02-19 ulan@chromium.orgDo not emit receiver map in CheckPrototypes.
2014-02-19 jkummerow@chromium.orgMakefile: don't force -Dv8_optimized_debug=0 unnecessarily
2014-02-19 marja@chromium.org(Pre)Parser: Move ParseExpression and ParseArrayLiteral...
2014-02-19 jkummerow@chromium.orgFix zone_allocator to support comparison
2014-02-19 machenbach... Fast-forward version number on bleeding_edge to 3.25.0
2014-02-19 machenbach... Prepare push to trunk. Now working on version 3.24.41.
2014-02-18 plind44@gmail.comMIPS: Second attempt at introducing a premonomorphic...
2014-02-18 m.m.capewell... A64: Fix WrapReceiver corrupting receiver register
2014-02-18 alexandre.rames... A64: Let the Simulator trap BLR XZR instructions.
2014-02-18 jarin@chromium.orgAdd filler at the new space top when forcing scavenge.
2014-02-18 plind44@gmail.comMIPS: Reland "Allow ICs to be generated for own global...
2014-02-18 alph@chromium.orgDevTools: Drop kSinTable dependency off the heap profil...
2014-02-18 mvstanton@chromium.orgSecond attempt at introducing a premonomorphic state...
2014-02-18 alexandre.rames... A64: Minor code generation improvement: only load the...
2014-02-18 ulan@chromium.orgLoad target types and handlers before IC computation.
2014-02-18 alph@chromium.orgFix compile on Windows
2014-02-18 machenbach... Fix merge-to-branch options.
2014-02-18 machenbach... Fix merge-to-branch python port.
2014-02-18 alph@chromium.orgFix compile error.
2014-02-18 machenbach... Fix merge-to-branch imports.
2014-02-18 jacob.bramley... A64: Fix compiler warning in r19444.
2014-02-18 machenbach... Make merge-to-branch python port executable
2014-02-18 alph@chromium.orgAllow self_size to be larger than 2GB in heap snapshots.
2014-02-18 alexandre.rames... A64: Let the MacroAssembler resolve branches to distant...
2014-02-18 machenbach... Add merge-to-branch python port.
2014-02-18 jacob.bramley... Pass a BailoutReason to Runtime::kAbort.
2014-02-18 dcarney@chromium.orgtemplatize operand constructors
2014-02-18 verwaest@chromium.orgDirectly store the transition target on LookupResult...
2014-02-18 jochen@chromium.orgA64: Fix register usage in LCodeGen::ArgumentsLength
2014-02-18 bmeurer@chromium.orgConsistent use of const for LookupResult.
2014-02-18 yurys@chromium.orgCreate HandleScope before calling GetScriptLineNumber
2014-02-18 yangguo@chromium.orgUpdate LICENSE date.
2014-02-18 yangguo@chromium.orgHarmony: implement Math.clz32
2014-02-18 svenpanne@chromium.orgFixed and improved code for integral division. Fixed...
2014-02-18 yangguo@chromium.orgHarmony: implement Math.fround.
2014-02-18 bmeurer@chromium.orgRevert "Handlify DescriptorArray::Merge()."
2014-02-18 verwaest@chromium.orgRemove unnecessary checks in CompileStoreInterceptor...
2014-02-18 verwaest@chromium.orgReland "Allow ICs to be generated for own global proxy."
2014-02-18 alexandre.rames... A64: Optimize a loop by using post-indexing.
2014-02-18 alexandre.rames... A64: Cleaning of Builtins::Generate_FunctionCall.
2014-02-18 jkummerow@chromium.orgMake tools/bash-completion.sh robust against arbitrary CWD
2014-02-18 jochen@chromium.orgA64: Update DoAllocate() to use a W register for the...
2014-02-18 jochen@chromium.orgAlso compile A64 for quickcheck target
2014-02-18 jkummerow@chromium.orgUpdate v8heapconst.py
2014-02-18 danno@chromium.orgRevert r19409: "Allow ICs to be generated for own globa...
2014-02-17 palfia@homejinni.comMIPS: Remove arch specific api callback generate functions.
2014-02-17 danno@chromium.orgA64: fix cctest/test-code-stubs-a64/ConvertDToI.
2014-02-17 danno@chromium.orgRevert r19403: "A64: Tidy up Push and Pop TODOs."
2014-02-17 dcarney@chromium.orgbuild fix for 19415
2014-02-17 marja@chromium.org(Pre)Parser: Simplify NewExpression handling (fixed).
2014-02-17 alph@chromium.orgMake a single HeapEntry per single JSArrayBuffer data...
2014-02-17 dcarney@chromium.orgmake a64 compile on mavericks - part 1
2014-02-17 rmcilroy@chromium.orgA64 support for DoubleToIStub (truncating).
2014-02-17 verwaest@chromium.orgSupport elements transitions in load elimination
2014-02-17 mvstanton@chromium.orgRevert "Add a premonomorphic state to the call target...
2014-02-17 bmeurer@chromium.orgCleanup the double field tracking in Hydrogen.
2014-02-17 bmeurer@chromium.orgHandlify DescriptorArray::Merge().
2014-02-17 verwaest@chromium.orgAllow ICs to be generated for own global proxy.
2014-02-17 jochen@chromium.orgA64: Make simulator compiler with optdebug
2014-02-17 alph@chromium.orgFix heap snapshot crash when JSArrayBuffer has no backi...
2014-02-17 dcarney@chromium.orgRemove arch specific api callback generate functions
2014-02-17 hpayer@chromium.orgAdded a special stack guard to deopt marked allocation...
2014-02-17 jacob.bramley... A64: Tidy up Push and Pop TODOs.
2014-02-17 mvstanton@chromium.orgAdd a premonomorphic state to the call target cache.
2014-02-17 yangguo@chromium.orgDo not visit smis in the root list during GC.
2014-02-17 jkummerow@chromium.orgARM: build fix for r19380.
2014-02-16 jarin@chromium.orgComparison in effect context lazy deopt fix.
2014-02-14 palfia@homejinni.comMIPS: build fix for r19380
2014-02-14 plind44@gmail.comMIPS: Remove HandlerKindField and just encode the handl...
2014-02-14 plind44@gmail.comMIPS: Don't mix handler flags into regular flag computa...
next