platform/upstream/v8.git
2010-09-16 mikhail.naganov... Fix compilation issue on Mac
2010-09-16 mikhail.naganov... Enhance SafeStackFrameIterator to avoid triggering...
2010-09-16 mikhail.naganov... Fix x64 compilation error. Patch from tfarina@chromium.org
2010-09-16 lrn@chromium.orgX64: Templating Smi-macros to use both Label and NearLabel.
2010-09-15 erik.corry... Made the use of past tense more consistent in change...
2010-09-15 ricow@chromium.orgAdd support for near labels.
2010-09-15 erik.corry... Prepare push to trunk. We are now working on version...
2010-09-15 lrn@chromium.orgMade predata smaller by storing symbol data in variable...
2010-09-15 erik.corry... Replace 2 ARM ldr instructions with one ldrd in the...
2010-09-15 fschneider... Make the CompareStub and the UnaryOpStub accept smi...
2010-09-14 antonm@chromium.orgAttempt to collect more garbage before panicking with...
2010-09-14 vitalyr@chromium.orgAdd a few missing nops to signal no inlined code was...
2010-09-14 whesse@chromium.orgAllow List::sort, with an integer comparison function...
2010-09-14 mikhail.naganov... Add support for abortion in v8::OutputStream.
2010-09-14 whesse@chromium.orgMove inlined function declarations and support from...
2010-09-14 mikhail.naganov... Implement heap snapshots serialization into JSON. API...
2010-09-13 sandholm@chromium.orgRecalibrate benchmarks.
2010-09-13 sgjesse@chromium.orgPrepare push to trunk. We are now working on version...
2010-09-13 kasperl@chromium.orgImplement for-in cache validity checking in the full...
2010-09-10 ager@chromium.orgHandle both global and local variables potentially...
2010-09-10 lrn@chromium.orgMove string-search functions to separate file.
2010-09-10 lrn@chromium.orgFix bug in Array.prototype.indexOf/lastIndexOf when...
2010-09-10 ricow@chromium.orgCosmetic change, list author names in AUTHORS alphabeti...
2010-09-10 lrn@chromium.orgAdded Michael Smith to Authors file (author of revision...
2010-09-10 lrn@chromium.orgmake Date.parse properly handle TZ offsets
2010-09-09 peter.rybin... Landing 3338012: Move a function below to private section.
2010-09-09 vitalyr@chromium.orgCustom call IC for String.fromCharCode.
2010-09-09 lrn@chromium.orgAdd sparse array handling to Array.protoype.indexOf...
2010-09-09 lrn@chromium.orgAvoid collecting symbol info for one-off preparsing.
2010-09-09 ager@chromium.orgHandle global variables potentially shadowed by eval...
2010-09-08 sandholm@chromium.orgChange threshold for using ComplexIndexOf (using Boyer...
2010-09-08 sandholm@chromium.orgStore pattern.length() in a local.
2010-09-08 lrn@chromium.orgDon't generate preparse data if lazy-flag is false.
2010-09-08 ager@chromium.orgPrepare push of version 2.4.2 to trunk.
2010-09-07 podivilov@chromium.orgMove stack check below while statement.
2010-09-07 kaznacheev... Avoid pushing arguments twice in GenericBinaryOpStub.
2010-09-07 lrn@chromium.orgAvoid (some) symbol lookups at parse time if preparse...
2010-09-07 serya@chromium.orgRemoving a wrong check.
2010-09-07 whesse@chromium.orgFix the ambigous Operand(0) for newer C++ compilers.
2010-09-07 vegorov@chromium.orgEnsure that empty descriptor array is marked before...
2010-09-06 whesse@chromium.orgAdd test for calls to native runtime functions in exten...
2010-09-06 vitalyr@chromium.orgTurn visitor_id into a byte field and free back one...
2010-09-06 kmillikin@chromium.orgPrepare push to trunk. Now working on version 2.4.2.
2010-09-06 sgjesse@chromium.orgImprove performance of Error.stack when stack contains...
2010-09-03 erik.corry... Add and use AsciiAlphaToLower. Move RemoveLast test...
2010-09-03 sgjesse@chromium.orgFix compilation on 64-bit Windows (a third try)
2010-09-03 sgjesse@chromium.orgFix compilation on 64-bit Windows (a second try)
2010-09-03 vitalyr@chromium.orgHandle argument conversion in StringAddStub.
2010-09-03 sgjesse@chromium.orgFix compilation on 64-bit Windows
2010-09-03 sgjesse@chromium.orgAdd API callback for tracking allocated memory
2010-09-02 erik.corry... Clang compatibility changes. This is a commit of coder...
2010-09-02 erik.corry... ARM: Handle bitwise operations with literal Smi for...
2010-09-02 lrn@chromium.orgFix parsing of /**/--> on first line of input.
2010-09-02 lrn@chromium.orgFix bug in JSON character quote table.
2010-09-02 lrn@chromium.orgMake JSON.stringify not quote non-ASCII characters...
2010-09-01 vitalyr@chromium.orgia32 StringAddStub: fast two character case.
2010-09-01 yurys@chromium.orgDon't access PagedSpace::executability after the object...
2010-09-01 whesse@chromium.orgRemove CodeGenerator::PatchInlineRuntimeEntry and repla...
2010-09-01 mikhail.naganov... Fix memory overrun possibility during tick samples...
2010-09-01 yurys@chromium.orgInitialize all VariableProxy fields in its constructor
2010-09-01 ricow@chromium.orgPrepare push of version 2.4.0 to trunk. Now working...
2010-08-31 mikhail.naganov... CPU profiler: limit the number of simultaneously collec...
2010-08-31 ricow@chromium.orgFix win64 compilation (using static_cast)
2010-08-31 ricow@chromium.orgSimplify Array.splice by simply returning the result...
2010-08-31 ricow@chromium.orgRemove assertion that is no longer valid in InitializeS...
2010-08-31 sandholm@chromium.orgSimplify code by removing special-casing for single...
2010-08-31 erik.corry... Get gcc to check that we don't ignore return values...
2010-08-31 erik.corry... Address some issues with detecting the architecture...
2010-08-31 ricow@chromium.orgFix mozilla and debug check failures.
2010-08-30 ager@chromium.orgFollow Safari and Firefox in returning empty array...
2010-08-30 vitalyr@chromium.orgSet the code pointer when compiling a function.
2010-08-30 mikhail.naganov... Fix a error in SamplingCircularQueue found using Valgri...
2010-08-30 antonm@chromium.orgForce relinking of paged space if first attempt to...
2010-08-30 antonm@chromium.orgAdd os_error stat to oom_dump utility.
2010-08-30 whesse@chromium.orgRemove dependence of code-stubs on codegen, the virtual...
2010-08-30 ricow@chromium.orgAdd functionality for finding code objects from a pc...
2010-08-30 whesse@chromium.orgImprove header file inclusions. Drop some unneeded...
2010-08-27 vegorov@chromium.orgFix regress-851.js to use assertNull instead of assertF...
2010-08-27 vegorov@chromium.orgCheck result of JSObject::NormalizeElements() in JSObje...
2010-08-27 serya@chromium.orgFixing build error r5362 (adding missing files).
2010-08-27 serya@chromium.orgUsing array index hash code for string-to-number conver...
2010-08-27 lrn@chromium.orgReordered function entries in PreParse data to be order...
2010-08-27 sgjesse@chromium.orgFix presumbit errors in previous commit
2010-08-27 sgjesse@chromium.orgAdd file missing from last commit.
2010-08-27 sgjesse@chromium.orgCleanup the way the debugger stores live registers...
2010-08-26 vitalyr@chromium.orgFast string construct stub (ia32 only for now).
2010-08-26 ricow@chromium.orgFix indention in v8natives.js - no functionality change.
2010-08-26 ricow@chromium.orgTemporarily disable test-heap-profiler/HeapSnapshotsDif...
2010-08-26 erik.corry... Fix incorrect encoding of single and double precision...
2010-08-26 kasperl@chromium.orgAdd inlining of binary smi operations in the full codeg...
2010-08-26 ricow@chromium.orgFixes bug in Object.freeze and Object.seal causing...
2010-08-25 vitalyr@chromium.orgExplicitly set expected number of properties for instan...
2010-08-25 ricow@chromium.orgPrepare push of version 2.3.11 to trunk. Now working...
2010-08-25 kasperl@chromium.orgPrepare for optionally inlining smi cases in the code...
2010-08-25 kaznacheev... Reapplying r5147 (caching maps for slow case objects).
2010-08-25 sgjesse@chromium.orgChange code contains function to allow a return address...
2010-08-25 lrn@chromium.orgConvert this.length to uint32 in Array.prototype.[last...
2010-08-25 kasperl@chromium.orgStart using the overwrite mode from the full codegens...
2010-08-25 whesse@chromium.orgMove code stub implementations from codegen-[platform...
2010-08-25 kasperl@chromium.orgImprove the code generated by the full codegen by keeping
next