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-10-01
kaznacheev...
Fine-tune inobject slack tracking.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-01
mikhail.naganov...
Fix HeapSnapshotsDiff test, diff implementation, and...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-30
vitalyr@chromium.org
Use existing global cell status as a hint when generati...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-30
mikhail.naganov...
Revert last commit due to check fail on Linux.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-30
mikhail.naganov...
Fix HeapSnapshotsDiff test and a bug introduced during...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-30
antonm@chromium.org
Rename some x64 macros to be more precise about their...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-30
mikhail.naganov...
Add fflush after writing to log (Issue 868).
commit
|
commitdiff
|
tree
|
snapshot
2010-09-30
kmillikin@chromium.org
Prepare push to trunk. Now working on version 2.4.8.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-30
kmillikin@chromium.org
Cleanup of the parser.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-30
kmillikin@chromium.org
Introduce subclasses of class CompilationInfo.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-30
erik.corry...
New attempt to make the allocation routines 64 bit...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-29
antonm@chromium.org
Add another check to be sure non-negative smi fits...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-29
kmillikin@chromium.org
Remove some unused fields from class CompilationInfo.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-29
antonm@chromium.org
Do not invoke indexed interceptor getters for negative...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-29
erik.corry...
Add cast to make Win-64 compile without warnings. ...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-29
lrn@chromium.org
Added missing file. Mea culpa.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-29
lrn@chromium.org
Refactored string search code.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-29
kmillikin@chromium.org
Add an AST node type enum to AST nodes.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-28
vitalyr@chromium.org
Mark ptest instruction as requiring SSE4.1.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-28
vitalyr@chromium.org
Fix external array iteration used in array concat.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-28
erik.corry...
Revert attempt to make heap size 32/64 clean. This...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-28
erik.corry...
More changes to 32/64 bit correctness.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-28
erik.corry...
More correctness around PrintF and 32/64 bit values.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-28
erik.corry...
Use intptr_t instead of int for heap sizes. This is...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-28
lrn@chromium.org
Avoid logging preparse-data inside lazily compiled...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-27
vitalyr@chromium.org
Custom call IC for Math.abs.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-27
podivilov@chromium.org
Add Debug::CancelDebugBreak method to api
commit
|
commitdiff
|
tree
|
snapshot
2010-09-27
whesse@chromium.org
Prepare push of version 2.4.6 to trunk. Now working...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-27
vegorov@chromium.org
Fix more GC unsafe places
commit
|
commitdiff
|
tree
|
snapshot
2010-09-27
whesse@chromium.org
Fix error in x64 inlined optimized shift operators.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-27
mikhail.naganov...
fixed
commit
|
commitdiff
|
tree
|
snapshot
2010-09-24
dimich@chromium.org
Add CODE_POINTER_ALIGN, use it in Page to align generat...
commit
|
commitdiff
|
tree
|
snapshot
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
next