projects
/
platform
/
upstream
/
v8.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/v8.git
2013-09-02
mstarzinger...
Fix OSR to ignore phis without merge index in loop...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
verwaest@chromium.org
Allow uncacheable identifiers to go generic.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
jkummerow@chromium.org
Fix ChangeLog entry for 3.20.15
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
jkummerow@chromium.org
Bump MaxRegularSpaceAllocationSize to InitialSemiSpaceS...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
bmeurer@chromium.org
Fix Mac llvm-gcc42 build after commit r16473.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
bmeurer@chromium.org
Cleanup Semaphore class.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
prybin@chromium.org
In reporting step-in positions be more accurate with...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
verwaest@chromium.org
Representation of interceptor / handler properties...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
dcarney@chromium.org
revert thread isolate in PreallocatedStorageAllocationP...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
dcarney@chromium.org
thread isolate in PreallocatedStorageAllocationPolicy
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
jkummerow@chromium.org
Prepare push to trunk. Now working on version 3.21.9.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
titzer@chromium.org
Remove OptimizedCodeEntry *sigh*.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
olivf@chromium.org
Move ToI conversions to the MacroAssembler
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
dcarney@chromium.org
remove Isolate::Current from most files starting with 'a'
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
dcarney@chromium.org
thread isolate in accessors.cc
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
gergely@homejinni.com
MIPS: Support for DoubleToIStub (truncating).
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
bmeurer@chromium.org
Fix definition of V8_LIBRT_NOT_AVAILABLE in v8.gyp...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
yurys@chromium.org
Add scriptId to StackTrace frames.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
bmeurer@chromium.org
Work-around missing librt for cross-compiling Chrome...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
mstarzinger...
Handlify JSObject::SetAccessor method.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
mstarzinger...
Handlify JSObject::SetIdentityHash method.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
mstarzinger...
Handlify JSObject::DeleteHiddenProperty method.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
verwaest@chromium.org
Handlify JSProxy::Fix
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
bmeurer@chromium.org
Fix typo breaking Mac build after commit r16450.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
bmeurer@chromium.org
Improve feature detection.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
olivf@chromium.org
Reland "Fix missing x87 tracking for deferred code."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
mstarzinger...
Handlify JSReceiver::SetElement method.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
jkummerow@chromium.org
Prepare push to trunk. Now working on version 3.21.8.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
yangguo@chromium.org
Turn interrupt and stack check into builtins.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
jkummerow@chromium.org
Make VisitStatements() consistent among all AstVisitor...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
dcarney@chromium.org
fix eternal casts
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
bmeurer@chromium.org
Revert "ConstantPoolSizeAt() should return number of...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
yangguo@chromium.org
Assert external strings in external string table. Remov...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
mstarzinger...
Simplify object printer declarations.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
mstarzinger...
Handlify JSObject::DeleteElement method.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
mstarzinger...
Make implicit HandleScope of AssertNoContextChange...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
olivf@chromium.org
Revert "Fix missing x87 tracking for deferred code."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
olivf@chromium.org
Fix missing x87 tracking for deferred code.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
dcarney@chromium.org
turn on global handle zapping
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
jkummerow@chromium.org
Always visit branches during HGraph building
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
yurys@chromium.org
Do not start sampler thread when CpuProfiler is active
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
mstarzinger...
Implement materialization support for JSArray types.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
yurys@chromium.org
Support higher CPU profiler sampling rate on Windows
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
yangguo@chromium.org
Refactor interrupt check patching for OSR.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
hpayer@chromium.org
Simplified BuildFastLiteral by eliminating manual alloc...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
hpayer@chromium.org
Disabling escape analysis.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
mstarzinger...
Fix escape analysis for redefining operators.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
bmeurer@chromium.org
ConstantPoolSizeAt() should return number of Instructio...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
haitao.feng...
Consolidate SMI functions into one area for X64
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
yurys@chromium.org
Remove deprecated profiler API
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
bmeurer@chromium.org
Cleanup Mutex and related classes.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
yurys@chromium.org
Use V8_OS_* variables for platform detection in the...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
olivf@chromium.org
Fix assert triggered by constant folding.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
bmeurer@chromium.org
Reland^2 "Add Chromium-style TimeDelta, Time and TimeTi...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
mstarzinger...
Enable escape analysis for Hydrogen.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
mstarzinger...
Prepare push to trunk. Now working on version 3.21.7.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
plind44@gmail.com
MIPS: Sync structure to r14382.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
titzer@chromium.org
Add OptimizedCodeEntry as a new heap object type. An...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
jkummerow@chromium.org
Delete HAbnormalExit. It does more harm than good.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
bmeurer@chromium.org
Revert "Cross-compiling from Linux to Android requires...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
mstarzinger...
Remove obsolete Oddball setters in FixedArray.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
mstarzinger...
Implement proper map checks of captured objects.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
bmeurer@chromium.org
Cross-compiling from Linux to Android requires -lrt...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
bmeurer@chromium.org
Fix Visual Studio debug build after r16398.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
bmeurer@chromium.org
Reland "Add Chromium-style TimeDelta, Time and TimeTick...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
verwaest@chromium.org
Reuse AddFastPropertyUsingMap in AddFastProperty
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
verwaest@chromium.org
Merge verbatim descriptors from other (the descriptor...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
verwaest@chromium.org
Simplify logic by extracting local lookup before the...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
mstarzinger...
Fix lost store side effects with escape analysis.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
hpayer@chromium.org
Insert allocation memento clear instructions after...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
bmeurer@chromium.org
Replace OS::NumberOfCores() with CPU::NumberOfProcessor...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
bmeurer@chromium.org
Revert "Add Chromium-style TimeDelta, Time and TimeTick...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
bmeurer@chromium.org
Add Chromium-style TimeDelta, Time and TimeTicks classe...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
bmeurer@chromium.org
Revert "Add Chromium-style TimeDelta, Time and TimeTick...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
bmeurer@chromium.org
Add Chromium-style TimeDelta, Time and TimeTicks classe...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
machenbach...
Mark cpu profiler tests as flaky to avoid tree closing.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
bmeurer@chromium.org
Fix accidential inclusion of <intrin.h> into namespace...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
bmeurer@chromium.org
Drop unused and undocumented dummy_ from SaveContext.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
verwaest@chromium.org
Prepare push to trunk. Now working on version 3.21.6.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
hpayer@chromium.org
Clear next map word when folding allocations into js...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
bmeurer@chromium.org
Fix compilation with recent MinGW64 versions.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
yurys@chromium.org
Remove deprecated methods from debugger API
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
bmeurer@chromium.org
Cosmetic fix wrt to V8_INLINE usage in cpu.cc.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
plind44@gmail.com
MIPS: Fix return-value from Array.push stub when pushin...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
haitao.feng...
Introduce PushInt64AsTwoSmis and PopInt64AsTwoSmis...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
palfia@homejinni.com
MIPS: Eliminate Smi check when changing from Smi to...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
palfia@homejinni.com
MIPS: Eliminate intentional conversion from Smi to...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
palfia@homejinni.com
MIPS: cleanup api callbacks now that handles are never...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
palfia@homejinni.com
MIPS: Fix Cluster Fuzz stack frame corruption bug.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
palfia@homejinni.com
MIPS: Convert FastNewClosureStub into hydrogen.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
palfia@homejinni.com
MIPS: remove old style callbacks
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
yurys@chromium.org
Remove implementation of CpuProfileNode methods depreca...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
bmeurer@chromium.org
Fix definition of V8_*_C() macros.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
haitao.feng...
Introduce SmiValuesAre31Bits and SmiValuesAre32Bits...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
jkummerow@chromium.org
Fixed HMul::Canonicalize() to support SMI
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
bmeurer@chromium.org
Drop platform-nullos stuff, which was already horribly...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
verwaest@chromium.org
Eliminate Smi check when changing from Smi to Integer32
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
verwaest@chromium.org
Eliminate intentional conversion from Smi to Int32...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
dcarney@chromium.org
cleanup api callbacks now that handles are never return...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
hpayer@chromium.org
Eliminated manual allocation folding in BuildCloneShall...
commit
|
commitdiff
|
tree
|
snapshot
next