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
2010-11-29
lrn@chromium.org
Preparser extracted into separate files that can be...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
ager@chromium.org
Prepare push to trunk. Now working on version 2.6.0.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
lrn@chromium.org
Fix number parsing to not allow space between sign...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
lrn@chromium.org
make DateParser::TimeComposer handle 1-2 digits millise...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
ager@chromium.org
Landing for Martyn Capewell.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
mikhail.naganov...
Simplify ProfLazyMode test on Linux.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
yurys@chromium.org
Expose a method for getting JSObject constructor name
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
ager@chromium.org
Landing for Justin Schuh.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
mikhail.naganov...
New Heap profiler: fix JSON serialization of aggregated...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
lrn@chromium.org
Fix break of build.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
lrn@chromium.org
Working stand-alone preparser.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
erik.corry...
ARM: Defer the prefix/postfix code generation. This...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
sgjesse@chromium.org
Make randomized allocations along 64k granularity bound...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
ager@chromium.org
Fix the process sample to actually dispose the contexts...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
ager@chromium.org
Delete empty directory.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
ager@chromium.org
Fix crashes during GC caused by partially initialized...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
lrn@chromium.org
Added files to gyp-config.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
lrn@chromium.org
Untemplated preparser.h and made it depend on virtual...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
vegorov@chromium.org
Prepare push to trunk. Now working on version 2.5.9.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
mikhail.naganov...
Fix again HeapEntry size problem, now platform-independ...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
mikhail.naganov...
Fix windows compilation after r5867. Now linux-friendly.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
mikhail.naganov...
Revert "Fix compilation on Win after r5867.". This...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
mikhail.naganov...
Fix compilation on Win after r5867.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
floitschV8...
Remove Gay's dtoa from sources.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
mikhail.naganov...
New heap profiler: implement fast retaining sizes appro...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
ager@chromium.org
Force pretenuring of closures that are immediately...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
lrn@chromium.org
Made some functions virtual that were previously hit...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
sgjesse@chromium.org
Add more tests of breaks in infinite loops
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
ager@chromium.org
Remove unused variable to please Clang.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
whesse@chromium.org
Add a fast case to Array.join when all the elements...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
serya@chromium.org
Avoiding repacking payload for v8::Arguments and v8...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
lrn@chromium.org
Merge preparser Scanner with main JavaScript scanner.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
ager@chromium.org
Landing for Rodolph Perfetta.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
lrn@chromium.org
Fix usage of NULL in integer contexts.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
lrn@chromium.org
Fix off-by-one in hex-parsing.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
lrn@chromium.org
Extract scanner base/JS/JSON and move base and JS to...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
ager@chromium.org
Don't return false from CompileCallInterceptor which...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
mikhail.naganov...
A follow-up to r5849 -- fix Chromium build.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
lrn@chromium.org
Make count-line-ends use StringSearch and only iterate...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
mikhail.naganov...
New heap profiler: include all heap objects and refs...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
erik.corry...
Prepare push to trunk. Now working on version 2.5.8.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
ager@chromium.org
Revert r5846 because of debug mode test failures.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
sandholm@chromium.org
Leverage Lasse's StringSearch object to speed up calcul...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
ager@chromium.org
Landing for Justing Schuh.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-17
ager@chromium.org
Landing for Martyn Capewell.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-17
sgjesse@chromium.org
Change the order of evaluation of sub-expressions for...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-17
floitschV8...
Name argument in forward declaration.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-17
floitschV8...
Add bignum fall-back when the fast dtoa doesn't succeed...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-17
vegorov@chromium.org
Store script's line ends in copy-on-write fixed array.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-17
ager@chromium.org
Extract extensions to a separate directory.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-17
lrn@chromium.org
Add separate scanner only intended for preparsing.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-17
serya@chromium.org
API call code refactoring (x64).
commit
|
commitdiff
|
tree
|
snapshot
2010-11-17
erik.corry...
Implement Math.floor stub on ARM. Uses VFP when availab...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-16
serya@chromium.org
Port direct API function call to x64 (ia32 CL is codere...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-16
serya@chromium.org
Fixing lint errors.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-16
serya@chromium.org
API call code refactoring (ia32).
commit
|
commitdiff
|
tree
|
snapshot
2010-11-16
lrn@chromium.org
Fix bug in parser that allows "(foo):42" as a labeled...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-16
lrn@chromium.org
Revert premature addition to parser.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-16
lrn@chromium.org
Move static scanner fields to scanner-base.h
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
serya@chromium.org
Removing redundant stubs for API functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
lrn@chromium.org
Split globals.h into two parts, where only one depends...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
mikhail.naganov...
Provide more accurate results about used heap size...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
erik.corry...
Improve support for vmrs/vmsr in ARM disassembler....
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
ager@chromium.org
Landing for dsule@codeaurora.org.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-13
antonm@chromium.org
Fix Win64 build.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-13
antonm@chromium.org
Fix Win64: strlen returns size_t which gets converted...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-12
ager@chromium.org
Use the real climit for testing the stack limit API...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-11
floitschV8...
Fix strtod.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-11
lrn@chromium.org
Fix compile error on Windows (no snprintf support).
commit
|
commitdiff
|
tree
|
snapshot
2010-11-11
lrn@chromium.org
Preparsing now considers catch-blocks as inside a with.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-11
fschneider...
Move ComputeCallInitialize from the codegen.cc to stub...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-11
lrn@chromium.org
Fix Chromium bug 62639.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-11
sandholm@chromium.org
Special case global and non-global code paths in regexp...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-11
lrn@chromium.org
Revert unkosher change to xcode project.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-10
fschneider...
Move common static helpers from codegen to the macro...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-10
vitalyr@chromium.org
Make String.prototype.split honor limit when separator...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-10
ager@chromium.org
Prepare push to push version 2.5.6 to trunk.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-10
ager@chromium.org
Another fix after the executable memory limit introduction.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-10
ager@chromium.org
Fix x64 build after executable memory limit change.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-10
ager@chromium.org
Fix executable memory setting and fix test.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-10
ager@chromium.org
Landing for Justin Schuh.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-09
vegorov@chromium.org
Add check for overflow after MUL operations in side...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-09
serya@chromium.org
Direct call API functions (ia32 implementation).
commit
|
commitdiff
|
tree
|
snapshot
2010-11-09
erik.corry...
ARM: The Simulator will now handle different VFP roundi...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-08
floitschV8...
Add comments to double.h.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-08
floitschV8...
Remove bignum-dtoa.{cc, h} from gyp file.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-08
mikhail.naganov...
Heap profiler: remove context checks for objects.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-08
floitschV8...
Work around windows compiler bug.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-08
floitschV8...
Fix Double.NextDouble function.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-08
floitschV8...
Bignum implementation of Strtod.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-08
whesse@chromium.org
Prepare push to trunk. Now working on version 2.5.6.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-08
vegorov@chromium.org
Fix pseudo-smi accessors lo/hi ordering for SharedFunct...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
lrn@chromium.org
Move part of scanner.* into scanner-base.* for reuse...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
sandholm@chromium.org
Another minor regexp cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
lrn@chromium.org
Fix bug introduced when extracting utils.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
lrn@chromium.org
Split utils.h into utils.h and v8utils.h where the...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
sgjesse@chromium.org
Add a test for debug break while running in an infinite...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
vegorov@chromium.org
Fix presubmit errors introduced by r5768.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
whesse@chromium.org
Fix a potential error in Add() macro-instruction on...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
vegorov@chromium.org
Improve positions recording for calls.
commit
|
commitdiff
|
tree
|
snapshot
next