platform/upstream/v8.git
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.
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.
next