platform/upstream/v8.git
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.
2013-11-20 machenbach... Refactor and improve bug line generation for push-to...
2013-11-19 plind44@gmail.comMIPS: Fixed crashes exposed though fuzzing.
2013-11-19 danno@chromium.orgTurn ASSERTs to CHECKs in test-heap.cc
2013-11-19 mvstanton@chromium.orgTest that AllocationSite::dependent_code doesn't leak...
2013-11-19 danno@chromium.orgFixed crashes exposed though fuzzing.
2013-11-19 plind44@gmail.comMIPS: Remove unused StubType's, freeing 2 bits in Code...
2013-11-19 plind44@gmail.comMIPS: Properly initialize desc->origin in the MIPS...
2013-11-19 jochen@chromium.orgRevert 17877 - Introduce a v8::Platform class that...
2013-11-19 jochen@chromium.orgRemove faulty CHECK() statement.
2013-11-19 jochen@chromium.orgFix typo in header guard of v8-platform.h
2013-11-19 machenbach... Fix push-to-trunk runtime call.
2013-11-19 jochen@chromium.orgIntroduce a v8::Platform class that bundles embedder...
2013-11-19 verwaest@chromium.orgMove template instance check from Object to FunctionTem...
2013-11-19 yangguo@chromium.orgFix debugger wrt concurrent recompilation flag.
2013-11-19 jochen@chromium.orgAdd a proper way to pass the number of processors to V8
2013-11-19 jkummerow@chromium.orgFix register trashing in Emit*ByteSeqStringSetChar
2013-11-19 jochen@chromium.orgDeprecate v8::External::New without Isolate parameter
2013-11-19 yangguo@chromium.orgFix compilation.
2013-11-19 bmeurer@chromium.orgRemove unused StubType's, freeing 2 bits in Code objects.
2013-11-19 yangguo@chromium.orgMake number of available threads isolate-dependent...
2013-11-19 bmeurer@chromium.orgProperly initialize desc->origin in the ARM assembler.
2013-11-19 ishell@chromium.orgConstant-folding through HForceRepresentation fix.
2013-11-19 machenbach... Prepare push to trunk. Now working on version 3.23.8.
2013-11-19 mvstanton@chromium.orgBugfix: dependent code field in AllocationSite was...
2013-11-19 bmeurer@chromium.orgARM: use vstm/vldm when possible.
2013-11-19 palfia@homejinni.comMIPS: Convert PatchCache (and related methods) to use...
2013-11-19 palfia@homejinni.comMIPS: Make HTypeofIsAndBranch accept any representation...
2013-11-18 plind44@gmail.comMIPS: Match max property descriptor length to correspon...
2013-11-18 vegorov@chromium.orgReapply r11765
2013-11-18 verwaest@chromium.orgConvert PatchCache (and related methods) to use types...
2013-11-18 dslomov@chromium.orgFix build on arm/x64 after r17840.
2013-11-18 svenpanne@chromium.orgIntroduce addps/subps/mulps/divps for IA32/X64
2013-11-18 dslomov@chromium.orgFix data view accessors to throw execptions on offsets...
2013-11-18 dslomov@chromium.orgRevert "Fix data view accessors to throw execptions...
2013-11-18 dslomov@chromium.orgFix data view accessors to throw execptions on offsets...
2013-11-18 dslomov@chromium.orgUse mock ArrayBuffer allocator to avoid really allocati...
2013-11-18 jkummerow@chromium.orgFix broken pipe caused by commands in toolchain.gypi.
2013-11-18 jkummerow@chromium.orgMake HTypeofIsAndBranch accept any representation input
2013-11-18 machenbach... Add initial auto-roll script.
2013-11-18 dslomov@chromium.orgEnsure that ToPositiveInteger is optimizable.
2013-11-18 dslomov@chromium.orgGenerate DataViewInitialize built-in in hydrogen.
2013-11-18 machenbach... Refactor ChangeLog generation for push-to-trunk script.
2013-11-18 verwaest@chromium.orgRemove keyed load "force generic" miss case.
2013-11-18 verwaest@chromium.orgRemove unused keyed store "force generic".
2013-11-18 danno@chromium.orgMatch max property descriptor length to corresponding...
2013-11-18 machenbach... Prepare push to trunk. Now working on version 3.23.7.
2013-11-17 machenbach... [Sheriff] Revert "MIPS: Ensure double aligned allocatio...
next