platform/upstream/v8.git
2013-04-15 mstarzinger... Calling a generator function returns a generator object
2013-04-15 yangguo@chromium.orgFix so that you can run presubmit.py in Windows.
2013-04-15 hpayer@chromium.orgImplement direct allocation in old data space infrastru...
2013-04-15 svenpanne@chromium.orgA little code refactoring on VirtualMemory::Commit...
2013-04-15 svenpanne@chromium.orgActually implement the sqrt intrinsic in Crankshaft
2013-04-15 dslomov@chromium.orgHomogenizes map checks for all polymorphic named field...
2013-04-15 jkummerow@chromium.orgMinGW: Add Cygwin-free Makefile generation script
2013-04-15 jkummerow@chromium.orgMake gyp work with MingW32
2013-04-12 palfia@homejinni.comMIPS: Enable pretenuring of fast literals in high promo...
2013-04-12 mstarzinger... Switch generator builtins into strict mode.
2013-04-12 rodolph.perfetta... ARM: Small copy optimization. Copying 64bits at a time.
2013-04-12 danno@chromium.orgIntel VTune integration for V8/d8
2013-04-12 yurys@chromium.orgRemove code that analyzes tos values from tickprocessor
2013-04-12 hpayer@chromium.orgTurn off pre-tenuring of fast literals when we turn...
2013-04-12 svenpanne@chromium.orgUnified the structure of VirtualMemory implementations...
2013-04-12 mstarzinger... Add tests for GlobalHandles::IterateObjectGroups.
2013-04-12 hpayer@chromium.orgEnable pretenuring of fast literals in high promotion...
2013-04-12 jkummerow@chromium.orgFix preparser build with snapshot=off
2013-04-12 hpayer@chromium.orgRemove unnecessary BailoutIds.
2013-04-12 palfia@homejinni.comMIPS: Fix register usage in commit r14239.
2013-04-12 jkummerow@chromium.orgRemove preparser library; link preparser executable...
2013-04-12 mstarzinger... Support full deoptimization during GC via stack guard.
2013-04-12 mstarzinger... Fix detection of indexed properties in Object.definePro...
2013-04-12 hpayer@chromium.orgSeparate calculation of double element and object eleme...
2013-04-12 mstarzinger... Reduce verbosity of hydrogen instructions with OSEs.
2013-04-12 plind44@gmail.comMIPS: Accurate function prototypes for native calls...
2013-04-11 palfia@homejinni.comMIPS: * src/generator.js: Add methods and intialization...
2013-04-11 palfia@homejinni.comMIPS: Disentangle field from transition stores.
2013-04-11 rossberg@chromium.org* src/generator.js: Add methods and intialization for...
2013-04-11 yurys@chromium.orgFix cctest/test-cpu-profiler/CollectCpuProfile test...
2013-04-11 mstarzinger... Move creation of collection prototypes into JavaScript.
2013-04-11 svenpanne@chromium.orgSeparate Math Lithium operations.
2013-04-11 hpayer@chromium.orgAdded non observable side effects scope and removed...
2013-04-11 jkummerow@chromium.orgRun style checks also when uploading.
2013-04-11 ulan@chromium.orgAccurate function prototypes for native calls from...
2013-04-11 rossberg@chromium.orgFix set-up of intrinsic's 'constructor' properties
2013-04-11 mstarzinger... Move global code for builtins into setup functions.
2013-04-11 yangguo@chromium.orgIA32: Small assembler tweak for divsd->mulsd sequence
2013-04-11 yangguo@chromium.orgFix JSON.stringify's slow path wrt sliced strings.
2013-04-11 verwaest@chromium.orgDisentangle field from transition stores.
2013-04-11 svenpanne@chromium.orgTemporarily disable CollectCpuProfile on MIPS, it doesn...
2013-04-11 mstarzinger... Fix build failures on Win64 since r14215.
2013-04-11 palfia@homejinni.comMIPS: Build fast literals in hydrogen.
2013-04-11 palfia@homejinni.comMIPS: Fix OSR for nested loops.
2013-04-11 palfia@homejinni.comMIPS: Use PrintF instead of fprintf.
2013-04-11 palfia@homejinni.comAdd support for JUnit compatible XML output in the...
2013-04-10 yurys@chromium.orgMark non-isolatified profiler API as V8_DEPRECATED
2013-04-10 mstarzinger... New GC related APIs.
2013-04-10 yurys@chromium.orgRemove profiler thread related methods from RuntimeProfiler
2013-04-10 yurys@chromium.orgStack traversal doesn't work properly on Arm simulator...
2013-04-10 svenpanne@chromium.orgDisable broken tests for now to get ARM simulator bots...
2013-04-10 hpayer@chromium.orgBuild fast literals in hydrogen.
2013-04-10 rossberg@chromium.orgES6 symbols: extend V8 API to support symbols
2013-04-10 jkummerow@chromium.orgRename target-specific binaries built for host.
2013-04-10 yangguo@chromium.orgFix some more ARM build issues.
2013-04-10 hpayer@chromium.orgOn-the-fly bookkeeping of PagedSpace memory kept in...
2013-04-10 rossberg@chromium.orgPut common case first
2013-04-10 yurys@chromium.orgAdd sanity test for CPU profiler
2013-04-10 yangguo@chromium.orgFix ARM build.
2013-04-10 mstarzinger... Change Context::New to not create persistent handles.
2013-04-10 yangguo@chromium.orgFix OSR for nested loops.
2013-04-10 mstarzinger... Revert "On-the-fly bookkeeping of PagedSpace memory...
2013-04-10 yangguo@chromium.orgUse PrintF instead of fprintf.
2013-04-10 mstarzinger... Unify the way cctest initalizes the VM for each test...
2013-04-10 mstarzinger... GDBJIT: Use runtime_zone to fix --gdbjit_full
2013-04-10 hpayer@chromium.orgOn-the-fly bookkeeping of PagedSpace memory kept in...
2013-04-10 svenpanne@chromium.orgUnbreak mipsel.debug.check
2013-04-10 palfia@homejinni.comMIPS: Activate generation of Crankshafted KeyedStores
2013-04-10 palfia@homejinni.comMIPS: Always check global property cells for readonline...
2013-04-09 verwaest@chromium.orgEagerly parse expected transitions in JSON.
2013-04-09 verwaest@chromium.orgLet ComputeTarget fail if it skips over NORMAL objects.
2013-04-09 danno@chromium.orgFix KeyedAccessStoreMode on Windows
2013-04-09 mstarzinger... GDBJIT: Properly terminate sub program and compile...
2013-04-09 ulan@chromium.orgMinor Native Client specific changes to files in src.
2013-04-09 danno@chromium.orgActivate generation of Crankshafted KeyedStores
2013-04-09 yangguo@chromium.orgAdd an option to dump core when an uncaught exception...
2013-04-09 mvstanton@chromium.orgRemove SSE2 feature checks from x64 code (it is always on)
2013-04-09 jkummerow@chromium.orgFast-forward version number on bleeding_edge. Now worki...
2013-04-09 mvstanton@chromium.orgBug fix, uint broke win32 build, use uint32_t
2013-04-09 mvstanton@chromium.orgImprovements for x87 stack handling
2013-04-09 ulan@chromium.orgModifications to tests and test tools for Native Client V8.
2013-04-09 jkummerow@chromium.orgA helper script for testing Native Client builds of V8.
2013-04-09 jkummerow@chromium.orgA new Makefile for the Native Client V8 builds.
2013-04-09 yangguo@chromium.orgFix slow path of JSON.stringifier when GC strikes.
2013-04-09 verwaest@chromium.orgAdding standard-compliance tests for array functions.
2013-04-09 verwaest@chromium.orgAlways check global property cells for readonliness...
2013-04-09 jkummerow@chromium.orglinux: fix uClibc ifdeffery
2013-04-09 svenpanne@chromium.orgMove context retrieval method around. Use delegation...
2013-04-08 palfia@homejinni.comMIPS: ARM: Log an error if /proc/cpuinfo cannot be...
2013-04-08 yangguo@chromium.orgFix worst-case behavior of MergeRemovableSimulates().
2013-04-08 yurys@chromium.orgRemove LOGGER macro
2013-04-08 yangguo@chromium.orgFix bug in bignum implementation.
2013-04-08 yurys@chromium.orgNo need to start Ticker for Crankshaft
2013-04-08 svenpanne@chromium.orgTrain wreck reduction.
2013-04-08 mstarzinger... Devirtualize Parser
2013-04-08 mstarzinger... Move StackHandlerConstants to platform-independent...
2013-04-08 svenpanne@chromium.orgUnbreak --deopt-every-n-times.
2013-04-07 danno@chromium.orgRemove ARM support for VFP2
2013-04-05 plind44@gmail.comMIPS: Remove conflicting FPU check for code generation...
2013-04-05 palfia@homejinni.comMIPS: Force context allocation for variables in generat...
next