platform/upstream/v8.git
2013-11-25 machenbach... Make test runner more flexible for running fast tests.
2013-11-25 dslomov@chromium.orgGenerate TypedArrayInitialize builtin in hydrogen.
2013-11-25 jochen@chromium.orgAdd versions with an Isolate parameter for inlined...
2013-11-25 machenbach... Improve and refactor push-to-trunk script.
2013-11-25 bmeurer@chromium.orgDrop unused Assembler::set_external_target_at() method.
2013-11-25 verwaest@chromium.orgMinor cleanup in calling interceptors for loading prope...
2013-11-25 mvstanton@chromium.orgFix failing test test-api/CheckCOWArraysCreatedRuntimeC...
2013-11-25 yangguo@chromium.orgAdd -R option to merge-to-branch script to revert from...
2013-11-25 yangguo@chromium.orgForce inline Math.random.
2013-11-25 mvstanton@chromium.orgA performance regression in array literal creation...
2013-11-25 titzer@chromium.orgEnable global load elimination.
2013-11-25 svenpanne@chromium.orgFixed printer for JSFunction.
2013-11-25 machenbach... Prepare push to trunk. Now working on version 3.23.12.
2013-11-25 svenpanne@chromium.orgUnbreak console=readline.
2013-11-25 svenpanne@chromium.orgfreebsd: unbreak build after r16646
2013-11-25 jarin@chromium.orgSupport for the Linux 'perf report' and 'perf annotate...
2013-11-22 dslomov@chromium.orgSafe HGraphBuilder::Add<> and New<>
2013-11-22 palfia@homejinni.comMIPS: Only use Type for compiling load handlers.
2013-11-22 palfia@homejinni.comMIPS: Use Type in CheckPrototypes.
2013-11-22 palfia@homejinni.comMIPS: Fix and simplify code aging.
2013-11-22 mstarzinger... Add counters for write barriers in generated code.
2013-11-22 palfia@homejinni.comMIPS: Add function declarations missing from r18000.
2013-11-22 verwaest@chromium.orgOnly use Type for compiling load handlers.
2013-11-22 verwaest@chromium.orgUse Type in CheckPrototypes.
2013-11-22 jochen@chromium.orgDeprecate old versions of Isolate::SetData and GetData
2013-11-22 yangguo@chromium.orgMake sure files end with exactly one new line and polic...
2013-11-22 machenbach... Repair ChangeLog.
2013-11-22 rossberg@chromium.orgIntroduce Type::IsCurrently
2013-11-22 ulan@chromium.orgInvalidate embedded objects in optimized code if it...
2013-11-22 jochen@chromium.orgRemove usage of deprecated APIs from cctests
2013-11-22 rossberg@chromium.orgMinor clean-up of Type::Print
2013-11-22 jochen@chromium.orgRemove usage of deprecated APIs from d8
2013-11-22 jochen@chromium.orgRemove usage of deprecated APIs from v8 itself
2013-11-22 jochen@chromium.orgRemove usage of deprecated APIs from samples
2013-11-22 yangguo@chromium.orgExclude benchmark tests from presubmit check in a non...
2013-11-22 bmeurer@chromium.orgFix combined string length computation.
2013-11-22 bmeurer@chromium.orgGet rid of the binop_stub parameter to BuildBinaryOpera...
2013-11-22 svenpanne@chromium.orgReland "Implement Math.random() purely in JavaScript...
2013-11-22 jochen@chromium.orgClean up incorrect V8_DEPRECATION macro usage and enabl...
2013-11-22 yangguo@chromium.orgDispose external string resource on heap teardown.
2013-11-22 ulan@chromium.orgRestore saved caller FP registers on stub failure
2013-11-22 machenbach... Prepare push to trunk. Now working on version 3.23.11.
2013-11-22 jkummerow@chromium.orgSync svn:ignore with .gitignore on trunk/test/* and...
2013-11-22 machenbach... Pythonification and refactoring of push-to-trunk.
2013-11-22 yangguo@chromium.orgCorrectly change test expectations.
2013-11-22 yangguo@chromium.orgReland: Embed trigonometric lookup table.
2013-11-22 machenbach... Make auto-roll testable.
2013-11-22 mvstanton@chromium.orgPretenuring calculation fields in AllocationSite.
2013-11-22 bmeurer@chromium.orgRework BuildCheckString() to be compatible with the...
2013-11-21 yangguo@chromium.orgRevert "Use %_IsSmi instead of %MaxSmi."
2013-11-21 yangguo@chromium.orgUse %_IsSmi instead of %MaxSmi.
2013-11-21 danno@chromium.orgRevert 17963, 17962 and 17955: Random number generator...
2013-11-21 ishell@chromium.orgCode object now prints its major_key when applicable.
2013-11-21 jochen@chromium.orgAdd clang-format configuration file and set coding...
2013-11-21 plind44@gmail.comMIPS: Optimize AccessArgumentsAt.
2013-11-21 jochen@chromium.orgReland r17877 - Introduce a v8::Platform class that...
2013-11-21 jochen@chromium.orgRemove preemption thread and API
2013-11-21 yangguo@chromium.orgFix build.
2013-11-21 yangguo@chromium.orgEmbed trigonometric lookup table.
2013-11-21 svenpanne@chromium.orgUse Marsaglia's original random number generator.
2013-11-21 svenpanne@chromium.orgBuild fix.
2013-11-21 svenpanne@chromium.orgImplement Math.random() purely in JavaScript.
2013-11-21 machenbach... Prepare push to trunk. Now working on version 3.23.10.
2013-11-21 machenbach... Let ChangeLog get auto-generated in push-to-trunk script.
2013-11-21 hpayer@chromium.orgDo deferred migration of maps after deoptimizing once.
2013-11-21 jkummerow@chromium.orgFix Windows build for real
2013-11-21 jkummerow@chromium.orgFix Windows build
2013-11-21 jkummerow@chromium.orgAPI: Change AdjustAmountOfExternalAllocatedMemory calls...
2013-11-21 svenpanne@chromium.orgRemoved dead stack printing code.
2013-11-20 plind44@gmail.comMIPS: Improvement of “MIPS: Fixed crashes exposed thoug...
2013-11-20 plind44@gmail.comMIPS: Use SmiTst and TrySmiTag MacroAssembler instructions.
2013-11-20 plind44@gmail.comMIPS: Replace hard-coded stack frame size literals...
2013-11-20 yangguo@chromium.orgMark flaky debug test as failing.
2013-11-20 plind44@gmail.comMIPS: Remove the first_right_arg hack for HMod.
2013-11-20 jochen@chromium.orgReland r17907 - Make it possible to add more than one...
2013-11-20 yangguo@chromium.orgUpdate benchmark test suite.
2013-11-20 yangguo@chromium.orgIncrease precision when finding the remainder after...
2013-11-20 yurys@chromium.orgDo not recompile existing functions when enabling alloc...
2013-11-20 mvstanton@chromium.orgRe-enable EnsureAllocationSiteDependentCodesProcessed.
2013-11-20 mvstanton@chromium.orgMaterializedLiteral expressions need to cache expressio...
2013-11-20 machenbach... Force 'git cl upload' in push-to-trunk forced mode.
2013-11-20 rmcilroy@chromium.orgReplace hard-coded stack frame size literals with Stand...
2013-11-20 m.m.capewell... ARM: Optimize AccessArgumentsAt
2013-11-20 verwaest@chromium.orgUse SimpleLoadField for JSObjectFieldAccessors, rather...
2013-11-20 danno@chromium.orgActivate Hydrogen-generated KeyedLoadDictionary ICs
2013-11-20 bmeurer@chromium.orgRemove the first_right_arg hack for HMod.
2013-11-20 svenpanne@chromium.orgRemoved unused --preallocate-message-memory flag.
2013-11-20 bmeurer@chromium.orgConvert constant numbers at compile time.
2013-11-20 jochen@chromium.orgRevert r17907 - Make it possible to add more than one...
2013-11-20 bmeurer@chromium.orgMake BuildBinaryOperation use ReturnValue instead of...
2013-11-20 bmeurer@chromium.orgReplace unsafe uses of Add<> with AddUncasted<>.
2013-11-20 bmeurer@chromium.orgDon't generate useless string checks for string adds.
2013-11-20 rmcilroy@chromium.orgRemove deprecated v8::SetResourceConstraints without...
2013-11-20 rmcilroy@chromium.orgRemove deprecated v8-defaults.h and defaults.cc.
2013-11-20 jochen@chromium.orgMake it possible to add more than one piece of embedder...
2013-11-20 dcarney@chromium.orgfaster stack frame generation for accessor property ics
2013-11-20 bmeurer@chromium.orgReset overwrite mode for BinaryOpStub unless we can...
2013-11-20 machenbach... Prepare push to trunk. Now working on version 3.23.9.
2013-11-20 mvstanton@chromium.orgQuit running EnsureAllocationSiteDependentCodesProcesse...
2013-11-20 machenbach... Add forced mode to push-to-trunk script.
next