platform/upstream/v8.git
2013-08-29 hpayer@chromium.orgDisabling escape analysis.
2013-08-29 mstarzinger... Fix escape analysis for redefining operators.
2013-08-29 bmeurer@chromium.orgConstantPoolSizeAt() should return number of Instructio...
2013-08-29 haitao.feng... Consolidate SMI functions into one area for X64
2013-08-29 yurys@chromium.orgRemove deprecated profiler API
2013-08-29 bmeurer@chromium.orgCleanup Mutex and related classes.
2013-08-29 yurys@chromium.orgUse V8_OS_* variables for platform detection in the...
2013-08-29 olivf@chromium.orgFix assert triggered by constant folding.
2013-08-29 bmeurer@chromium.orgReland^2 "Add Chromium-style TimeDelta, Time and TimeTi...
2013-08-29 mstarzinger... Enable escape analysis for Hydrogen.
2013-08-29 mstarzinger... Prepare push to trunk. Now working on version 3.21.7.
2013-08-29 plind44@gmail.comMIPS: Sync structure to r14382.
2013-08-28 titzer@chromium.orgAdd OptimizedCodeEntry as a new heap object type. An...
2013-08-28 jkummerow@chromium.orgDelete HAbnormalExit. It does more harm than good.
2013-08-28 bmeurer@chromium.orgRevert "Cross-compiling from Linux to Android requires...
2013-08-28 mstarzinger... Remove obsolete Oddball setters in FixedArray.
2013-08-28 mstarzinger... Implement proper map checks of captured objects.
2013-08-28 bmeurer@chromium.orgCross-compiling from Linux to Android requires -lrt...
2013-08-28 bmeurer@chromium.orgFix Visual Studio debug build after r16398.
2013-08-28 bmeurer@chromium.orgReland "Add Chromium-style TimeDelta, Time and TimeTick...
2013-08-28 verwaest@chromium.orgReuse AddFastPropertyUsingMap in AddFastProperty
2013-08-28 verwaest@chromium.orgMerge verbatim descriptors from other (the descriptor...
2013-08-28 verwaest@chromium.orgSimplify logic by extracting local lookup before the...
2013-08-28 mstarzinger... Fix lost store side effects with escape analysis.
2013-08-28 hpayer@chromium.orgInsert allocation memento clear instructions after...
2013-08-28 bmeurer@chromium.orgReplace OS::NumberOfCores() with CPU::NumberOfProcessor...
2013-08-28 bmeurer@chromium.orgRevert "Add Chromium-style TimeDelta, Time and TimeTick...
2013-08-28 bmeurer@chromium.orgAdd Chromium-style TimeDelta, Time and TimeTicks classe...
2013-08-28 bmeurer@chromium.orgRevert "Add Chromium-style TimeDelta, Time and TimeTick...
2013-08-28 bmeurer@chromium.orgAdd Chromium-style TimeDelta, Time and TimeTicks classe...
2013-08-28 machenbach... Mark cpu profiler tests as flaky to avoid tree closing.
2013-08-28 bmeurer@chromium.orgFix accidential inclusion of <intrin.h> into namespace...
2013-08-28 bmeurer@chromium.orgDrop unused and undocumented dummy_ from SaveContext.
2013-08-28 verwaest@chromium.orgPrepare push to trunk. Now working on version 3.21.6.
2013-08-28 hpayer@chromium.orgClear next map word when folding allocations into js...
2013-08-28 bmeurer@chromium.orgFix compilation with recent MinGW64 versions.
2013-08-28 yurys@chromium.orgRemove deprecated methods from debugger API
2013-08-28 bmeurer@chromium.orgCosmetic fix wrt to V8_INLINE usage in cpu.cc.
2013-08-28 plind44@gmail.comMIPS: Fix return-value from Array.push stub when pushin...
2013-08-28 haitao.feng... Introduce PushInt64AsTwoSmis and PopInt64AsTwoSmis...
2013-08-27 palfia@homejinni.comMIPS: Eliminate Smi check when changing from Smi to...
2013-08-27 palfia@homejinni.comMIPS: Eliminate intentional conversion from Smi to...
2013-08-27 palfia@homejinni.comMIPS: cleanup api callbacks now that handles are never...
2013-08-27 palfia@homejinni.comMIPS: Fix Cluster Fuzz stack frame corruption bug.
2013-08-27 palfia@homejinni.comMIPS: Convert FastNewClosureStub into hydrogen.
2013-08-27 palfia@homejinni.comMIPS: remove old style callbacks
2013-08-27 yurys@chromium.orgRemove implementation of CpuProfileNode methods depreca...
2013-08-27 bmeurer@chromium.orgFix definition of V8_*_C() macros.
2013-08-27 haitao.feng... Introduce SmiValuesAre31Bits and SmiValuesAre32Bits...
2013-08-27 jkummerow@chromium.orgFixed HMul::Canonicalize() to support SMI
2013-08-27 bmeurer@chromium.orgDrop platform-nullos stuff, which was already horribly...
2013-08-27 verwaest@chromium.orgEliminate Smi check when changing from Smi to Integer32
2013-08-27 verwaest@chromium.orgEliminate intentional conversion from Smi to Int32...
2013-08-27 dcarney@chromium.orgcleanup api callbacks now that handles are never return...
2013-08-27 hpayer@chromium.orgEliminated manual allocation folding in BuildCloneShall...
2013-08-27 hpayer@chromium.orgFix Cluster Fuzz stack frame corruption bug.
2013-08-27 hpayer@chromium.orgPrefill allocated objects with one word fillers if...
2013-08-27 mvstanton@chromium.orgConvert FastNewClosureStub into hydrogen.
2013-08-27 hpayer@chromium.orgFiller sizes have to be Smis, fix x64 breakage.
2013-08-27 dcarney@chromium.orgremove old style callbacks
2013-08-27 jkummerow@chromium.orgH-BuildIncrement should make use of available type...
2013-08-27 machenbach... Add correct test case to nacl skip list.
2013-08-27 bmeurer@chromium.orgAdd V8_NOINLINE() and define INLINE()/NO_INLINE() in...
2013-08-27 mstarzinger... Fix --trace-hydrogen --enable-slow-asserts combination.
2013-08-27 svenpanne@chromium.orgMinor cleanups, hopefully fixing an issue with VC's...
2013-08-27 machenbach... Skip failing test for NaCl.
2013-08-27 bmeurer@chromium.orgFix test for warn_unused_result and move it to v8config.h.
2013-08-27 hpayer@chromium.orgAdded allocation folding support for old space allocations.
2013-08-27 haitao.feng... Introduce StackArgumentsAccessor class for X64
2013-08-26 adamk@chromium.orgRevert "This patch implements optimized objectInfo...
2013-08-26 adamk@chromium.orgThis patch implements optimized objectInfo structure...
2013-08-26 palfia@homejinni.comMIPS: Add a trap_on_abort flag.
2013-08-26 mstarzinger... Add RemovePrototype to FunctionTemplate
2013-08-26 mstarzinger... Factor out HSimulate::ReplayEnvironment.
2013-08-26 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.21.5.
2013-08-26 jkummerow@chromium.orgRevert "Snapshot i18n Javascript code" and "Fix mjsunit...
2013-08-26 jkummerow@chromium.orgSmaller instruction to test negative number on ia32
2013-08-26 mstarzinger... Fix replaying of captured objects during chunk building.
2013-08-26 verwaest@chromium.orgGet rid of ConvertFieldToDescriptor.
2013-08-26 yurys@chromium.orgMark test-log/EquivalenceOfLoggingAndTraversal as flaky
2013-08-26 yurys@chromium.orgFix test-log/EquivalenceOfLoggingAndTraversal
2013-08-26 yurys@chromium.orgMake sure semaphore used in Profiler is deleted
2013-08-26 yangguo@chromium.orgPort CompileMathFloorCall from ia32 to x64
2013-08-26 yangguo@chromium.orgRemove flag aliases for parallel recompilation.
2013-08-26 bmeurer@chromium.orgFix NaCl build after r16322.
2013-08-26 jkummerow@chromium.orgLower kInitialMaxFastElementArray constant to 95K
2013-08-26 mvstanton@chromium.orgStore mode for keyed stores should be passed in from...
2013-08-26 bmeurer@chromium.orgArm support for DoubleToIStub (truncating).
2013-08-26 dcarney@chromium.orgjs accessor creation on Template
2013-08-26 yurys@chromium.orgUse signals for cpu profiling on Mac OS X
2013-08-26 olivf@chromium.orgAdd a trap_on_abort flag
2013-08-26 bmeurer@chromium.orgAdd V8_ALIGNAS() and V8_ALIGNOF() and use that in lazy...
2013-08-26 dcarney@chromium.orgfix 16316 debug check
2013-08-26 dcarney@chromium.orgabstract eternal into class
2013-08-26 bmeurer@chromium.orgFix the CPU feature detection.
2013-08-26 bmeurer@chromium.orgFurther cleanup of test for V8_INFINITY.
2013-08-26 bmeurer@chromium.orgRevert "Add V8_ALIGNOF() and use that in lazy-instance.h."
2013-08-26 yurys@chromium.orgDeprecate CpuProfileNode::GetSelfSamplesCount
2013-08-26 bmeurer@chromium.orgAdd V8_ALIGNOF() and use that in lazy-instance.h.
2013-08-26 yurys@chromium.orgSupport higher CPU profiler sampling rate on posix...
next