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
2011-10-03
kmillikin@chromium.org
Remove #include "isolate-inl.h" from v8.h.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-03
lrn@chromium.org
Fix build error.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-03
lrn@chromium.org
Fix bug in x64 RegExp detecting start of string.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-03
lrn@chromium.org
Check enumerability of array indices correctly in prope...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-01
sgjesse@chromium.org
Revert "Support for precise stepping in functions compi...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-01
sgjesse@chromium.org
Reapply "Support for precise stepping in functions...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-30
sgjesse@chromium.org
Revert "Support for precise stepping in functions compi...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-30
sgjesse@chromium.org
Try to fix Win64 build
commit
|
commitdiff
|
tree
|
snapshot
2011-09-30
mstarzinger...
Fix map modification in transition tree traversal.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-30
sgjesse@chromium.org
Make sure heap is iteratable before iterating it.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-30
vegorov@chromium.org
Fix presubmit error in mark-compact.cc
commit
|
commitdiff
|
tree
|
snapshot
2011-09-30
ager@chromium.org
Remove the use of <limits> from strtod.cc. It is unused.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-30
vegorov@chromium.org
Adjust assertions in UpdateSlot to match UpdatePointer...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-30
sgjesse@chromium.org
Support for precise stepping in functions compiled...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-30
yangguo@chromium.org
Fixing MinGW build.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
mikhail.naganov...
Make sure that heap is iterable prior to iterating...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
yangguo@chromium.org
Porting r9456 to x64 (Optimize KeyedStoreGeneric for...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
yangguo@chromium.org
Enable --smi-only-arrays flag in test case for no-snaps...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
vegorov@chromium.org
Enable code flushing for full (non-incremental) collect...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
mstarzinger...
Reenable assertion after issue was fixed.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
erik.corry...
Temporary change to try to catch missing pregenerated...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
mstarzinger...
Implement shrinking of paged spaces during sweeping.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
vegorov@chromium.org
Fix leakage of virtual address space on Linux platform.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
erik.corry...
Don't need to protect pregenerated stubs from flushing...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
yangguo@chromium.org
Fix build with debuggersupport=off.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
vegorov@chromium.org
Pass correct anchor_slot for EMBEDDED_OBJECT pointers...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
ricow@chromium.org
Fix use of non-gc safe pointer in regexp code.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
yangguo@chromium.org
Fixing test case from r9469.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
fschneider...
Small simplification of HChange instruction.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
yangguo@chromium.org
Fixing headers for Windows 2000.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
erik.corry...
Disable array-join test. We know it is flaky and it is
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
yangguo@chromium.org
Fixed deadlock in the debugger agent in Windows.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
erik.corry...
Fix the no-VFP3 build on ARM.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
vegorov@chromium.org
Adjust assertion in Heap::IdleNotification.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
erik.corry...
Move the is_pregenerated flag so it does not overlap...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
vegorov@chromium.org
Remove HEnvironment::CheckDepth.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
fschneider...
Limit depth of inlining for --stress-opt runs to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
erik.corry...
Temporarily switch on always-compact to flush out crash...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
jkummerow@chromium.org
Make MSVS happy with ExternalAsciiStringResourceImpl
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
erik.corry...
Fix the build on ARM.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
vegorov@chromium.org
EvacuateNewSpaceAndCandidates should explicitly skip...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
erik.corry...
Make sure we don't flush the pregenerated stubs, since...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
jkummerow@chromium.org
Add /bigobj parameter to cctest to make MSVS happy.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
danno@chromium.org
Optimize KeyedStoreGeneric for Smi arrays.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
vegorov@chromium.org
CallFunctionStub was missing a write-barrier for write...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
mstarzinger...
Fix slot buffers of abandoned evacuation candidates.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
fschneider...
Improve our simple elimination of hole checks.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
vegorov@chromium.org
Check the depth of the constructed HEnvironment.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
yangguo@chromium.org
Fixed a bug in smi-only implementation in x64.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
mstarzinger...
Fix passing of --special-command flag in test wrapper.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
kmillikin@chromium.org
Record function call targets, use them for inlining.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
danno@chromium.org
Smi element fixes in Builtins.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
vegorov@chromium.org
Tighten up assertions checking GC-safety of stub calls.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
vegorov@chromium.org
In Invoke get JSEntryStub and JSConstructEntryStub...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
mstarzinger...
Pass sweeping mode as template parameter.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
ricow@chromium.org
Make sure that we can't access hidden properties by...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
mikhail.naganov...
Fix race in CpuProfiler::StopProcessor / CpuProfiler...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
mikhail.naganov...
Add ObjectMoveEvent reporting for the Heap Profiler...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
ulan@chromium.org
Search prototypes for accessor setters if interceptor...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
mikhail.naganov...
Add v8::HeapGraphNode::GetHeapValue method.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
yangguo@chromium.org
Adapt linux-tick-processor to GYP build.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
lrn@chromium.org
Avoid using C++ STL include <limits>.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
kmillikin@chromium.org
Fix a GC-safety issue in optimized code.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
jkummerow@chromium.org
Add Crankshaft support for smi-only elements
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
vegorov@chromium.org
Enable compaction, disable code-compaction.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
lrn@chromium.org
Added ability to lock strings to prevent their represen...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
vegorov@chromium.org
Fix bug in PointersUpdatingVisitor::UpdatePointer.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
fschneider...
Add code comments to deferred code objects to make...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
kmillikin@chromium.org
Enable inlining functions with contexts different than...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
vegorov@chromium.org
Disable compaction.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
lrn@chromium.org
Make the RegExp.prototype object be a RegExp object.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
yangguo@chromium.org
Small refactor to KeyedStoreIC::GenerateGeneric to...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
danno@chromium.org
Cache multiple ElementsKind map transition per map.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
yangguo@chromium.org
Porting r9392 to x64 (smi-only arrays).
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
whesse@chromium.org
Add dynamic stack frame alignment to optimized function...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
fschneider...
Make --trace-deopt --code-comments print the Lithium...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
svenpanne@chromium.org
Improved printing of a few Hydrogen instructions.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
danno@chromium.org
Allow gyp build to turn on OBJECT_PRINT
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
yangguo@chromium.org
Porting r9392 to arm (smi-only arrays).
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
danno@chromium.org
Add elements kind to maps debugging output
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
svenpanne@chromium.org
Improve Hydrogen code for accessing undefined/null...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
mstarzinger...
Implement verification of new space evacuation.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
rossberg@chromium.org
Handle function proxies as getters/setters.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
ricow@chromium.org
GC Cleanup + Set max old generation size to 700MB on...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
mstarzinger...
Fix compilation of GrowAndShrinkNewSpace on Mac.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
keuchel@chromium.org
Disallow strict mode FutureReservedWords as break/conti...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
ricow@chromium.org
Fix arm compilation, missing isolate pointer
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
vegorov@chromium.org
Notify collector about lazily deoptimized code objects.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
yangguo@chromium.org
Reverting r9399.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
yangguo@chromium.org
Fix debug builds broken by r9399.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
yangguo@chromium.org
Set RegExp's prototype to RegExp as specified by ES5.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
mstarzinger...
Cleanup and enable GrowAndShrinkNewSpace test case.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
ricow@chromium.org
Don't take heap snapshot when doing Heap::RecordStats...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
rossberg@chromium.org
Implement identity hashes for proxies.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
fschneider...
Temporarily mark a test as timing out until the problem...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
mstarzinger...
Fix transferal of marking bits on array trimming.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
fschneider...
Give each function prototype a fresh copy of the object...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
danno@chromium.org
Basic support for tracking smi-only arrays on ia32.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
rossberg@chromium.org
Make integer indexed properties ("elements") work for...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
fschneider...
Attempt to fix GCMole warning.
commit
|
commitdiff
|
tree
|
snapshot
next