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-09-24
kaznacheev...
Implemented missing instructions in ia32 and x64 disass...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-24
mikhail.naganov...
Fix presubmit error.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-24
mikhail.naganov...
Provide more functions to CPU profiler (fix issue 858).
commit
|
commitdiff
|
tree
|
snapshot
2010-09-24
erik.corry...
Revert 5520 due to compilation failure.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-24
erik.corry...
Small tweaks to make the x64 full code generator generate
commit
|
commitdiff
|
tree
|
snapshot
2010-09-24
kmillikin@chromium.org
Fix some inconsistent formatting.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-24
kaznacheev...
Prevent modification of cached normalized maps.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-24
kmillikin@chromium.org
Clean up some messiness in Scopes.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-23
kaznacheev...
Support dec_b instruction in ia32 and x64 disassembler.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-23
vitalyr@chromium.org
Add an assert to ensure we never allocate second empty...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-23
vitalyr@chromium.org
Fix copy-on-write assert by setting the new array map...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-23
vegorov@chromium.org
Fix getOwnPropertyDescriptor() support for index proper...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-23
erik.corry...
Cleanup of contexts in the full code generator.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-23
kaznacheev...
Dynamically determine optimal instance size.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-23
vegorov@chromium.org
Fix possible evaluation order problems.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-23
kaznacheev...
Unuse labels when bailing out of StubCompiler methods.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-22
antonm@chromium.org
Fix a build for Win64 with VS2008.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-22
antonm@chromium.org
Fix Win64 build with VS2008.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-22
lrn@chromium.org
RegExp: Fix caching to correctly set lastIndex.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-22
fschneider...
Prepare push to trunk. Now working on version 2.4.6.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
vitalyr@chromium.org
Try fix win64 build.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
vitalyr@chromium.org
Custom call IC for Math.floor.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-20
yurys@chromium.org
Use //@ sourceURL when formatting stack trace
commit
|
commitdiff
|
tree
|
snapshot
2010-09-20
vitalyr@chromium.org
Generate inline code for contextual loads.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-20
mikhail.naganov...
Fix ProfileNodeFindOrAddChildForSameFunction test on...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-20
floitschV8...
Fix build-breakage on Mac. Initial variable eventhough...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-20
sandholm@chromium.org
Changed the RegExp benchmark to exercise the regexp...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-20
mikhail.naganov...
Show RegExp calls in the profile.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-20
floitschV8...
Added precision mode to fast-dtoa.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-20
lrn@chromium.org
Remove unused variable from Scanner class.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-17
lrn@chromium.org
Make preparsing data reusable.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-17
fschneider...
Add missing x87 instructions fisttp and fst to the...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-17
vitalyr@chromium.org
Fix direct loading of global function prototypes:
commit
|
commitdiff
|
tree
|
snapshot
2010-09-17
lrn@chromium.org
Make some runtime arguments checks be RUNTIME_ASSERT...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-16
peter.rybin...
Add breakOnCaughtException and breakOnUncaughtException...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-16
kaznacheev...
Prevent inline constructor generation when duplicate...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-16
fschneider...
Fix a regression in character-at stub when doing a...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-16
kasperl@chromium.org
Clean up the insertion of nops (signalling non-inlined...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-16
mikhail.naganov...
Really fix Mac build, and lint.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-16
mikhail.naganov...
Fix compilation issue on Mac
commit
|
commitdiff
|
tree
|
snapshot
2010-09-16
mikhail.naganov...
Enhance SafeStackFrameIterator to avoid triggering...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-16
mikhail.naganov...
Fix x64 compilation error. Patch from tfarina@chromium.org
commit
|
commitdiff
|
tree
|
snapshot
2010-09-16
lrn@chromium.org
X64: Templating Smi-macros to use both Label and NearLabel.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-15
erik.corry...
Made the use of past tense more consistent in change...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-15
ricow@chromium.org
Add support for near labels.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-15
erik.corry...
Prepare push to trunk. We are now working on version...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-15
lrn@chromium.org
Made predata smaller by storing symbol data in variable...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-15
erik.corry...
Replace 2 ARM ldr instructions with one ldrd in the...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-15
fschneider...
Make the CompareStub and the UnaryOpStub accept smi...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
antonm@chromium.org
Attempt to collect more garbage before panicking with...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
vitalyr@chromium.org
Add a few missing nops to signal no inlined code was...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
whesse@chromium.org
Allow List::sort, with an integer comparison function...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
mikhail.naganov...
Add support for abortion in v8::OutputStream.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
whesse@chromium.org
Move inlined function declarations and support from...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
mikhail.naganov...
Implement heap snapshots serialization into JSON. API...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
sandholm@chromium.org
Recalibrate benchmarks.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
sgjesse@chromium.org
Prepare push to trunk. We are now working on version...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
kasperl@chromium.org
Implement for-in cache validity checking in the full...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-10
ager@chromium.org
Handle both global and local variables potentially...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-10
lrn@chromium.org
Move string-search functions to separate file.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-10
lrn@chromium.org
Fix bug in Array.prototype.indexOf/lastIndexOf when...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-10
ricow@chromium.org
Cosmetic change, list author names in AUTHORS alphabeti...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-10
lrn@chromium.org
Added Michael Smith to Authors file (author of revision...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-10
lrn@chromium.org
make Date.parse properly handle TZ offsets
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
peter.rybin...
Landing 3338012: Move a function below to private section.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
vitalyr@chromium.org
Custom call IC for String.fromCharCode.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
lrn@chromium.org
Add sparse array handling to Array.protoype.indexOf...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
lrn@chromium.org
Avoid collecting symbol info for one-off preparsing.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
ager@chromium.org
Handle global variables potentially shadowed by eval...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
sandholm@chromium.org
Change threshold for using ComplexIndexOf (using Boyer...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
sandholm@chromium.org
Store pattern.length() in a local.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
lrn@chromium.org
Don't generate preparse data if lazy-flag is false.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
ager@chromium.org
Prepare push of version 2.4.2 to trunk.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-07
podivilov@chromium.org
Move stack check below while statement.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-07
kaznacheev...
Avoid pushing arguments twice in GenericBinaryOpStub.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-07
lrn@chromium.org
Avoid (some) symbol lookups at parse time if preparse...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-07
serya@chromium.org
Removing a wrong check.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-07
whesse@chromium.org
Fix the ambigous Operand(0) for newer C++ compilers.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-07
vegorov@chromium.org
Ensure that empty descriptor array is marked before...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
whesse@chromium.org
Add test for calls to native runtime functions in exten...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
vitalyr@chromium.org
Turn visitor_id into a byte field and free back one...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
kmillikin@chromium.org
Prepare push to trunk. Now working on version 2.4.2.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
sgjesse@chromium.org
Improve performance of Error.stack when stack contains...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
erik.corry...
Add and use AsciiAlphaToLower. Move RemoveLast test...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
sgjesse@chromium.org
Fix compilation on 64-bit Windows (a third try)
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
sgjesse@chromium.org
Fix compilation on 64-bit Windows (a second try)
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
vitalyr@chromium.org
Handle argument conversion in StringAddStub.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
sgjesse@chromium.org
Fix compilation on 64-bit Windows
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
sgjesse@chromium.org
Add API callback for tracking allocated memory
commit
|
commitdiff
|
tree
|
snapshot
2010-09-02
erik.corry...
Clang compatibility changes. This is a commit of coder...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-02
erik.corry...
ARM: Handle bitwise operations with literal Smi for...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-02
lrn@chromium.org
Fix parsing of /**/--> on first line of input.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-02
lrn@chromium.org
Fix bug in JSON character quote table.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-02
lrn@chromium.org
Make JSON.stringify not quote non-ASCII characters...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-01
vitalyr@chromium.org
ia32 StringAddStub: fast two character case.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-01
yurys@chromium.org
Don't access PagedSpace::executability after the object...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-01
whesse@chromium.org
Remove CodeGenerator::PatchInlineRuntimeEntry and repla...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-01
mikhail.naganov...
Fix memory overrun possibility during tick samples...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-01
yurys@chromium.org
Initialize all VariableProxy fields in its constructor
commit
|
commitdiff
|
tree
|
snapshot
2010-09-01
ricow@chromium.org
Prepare push of version 2.4.0 to trunk. Now working...
commit
|
commitdiff
|
tree
|
snapshot
next