platform/upstream/v8.git
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
2010-08-25 sgjesse@chromium.orgHide test failure be being less GC agressive in the...
2010-08-25 kasperl@chromium.orgSimplify the way constructors are called and avoid...
2010-08-25 lrn@chromium.orgUse collector for preparse data.
2010-08-25 sgjesse@chromium.orgFix a bug in the handling of debug break in CallIC
2010-08-24 kasperl@chromium.orgAdd position information for compares, binary ops,...
2010-08-24 vitalyr@chromium.orgPorted string call IC-s to arm.
2010-08-24 vitalyr@chromium.orgPorted string call IC-s to x64.
2010-08-24 ricow@chromium.orgRefactor the tools/test.py script and related testcfg...
2010-08-24 kasperl@chromium.orgIntroduce a new intermediate AST node for encapsulating the
2010-08-24 lrn@chromium.orgEnsure that scanner state is correctly reset when an...
2010-08-24 kasperl@chromium.orgOptimize 'typeof <expr> == <string literal>' in the...
2010-08-24 lrn@chromium.orgCreated collector class and used it to collect identifi...
2010-08-24 kasperl@chromium.orgRemove the full codegen syntax checker completely but be
2010-08-24 kasperl@chromium.orgCleanup the AST code by removing unused parts and get...
2010-08-23 lrn@chromium.orgFixed remaining bugs in COW-regexp-results.
2010-08-23 kasperl@chromium.orgMove the function name inferrer code from the AstOptimi...
2010-08-23 kasperl@chromium.orgSimplified the full codegens by removing the Expression...
2010-08-23 sandholm@chromium.orgDon't do a smi check twice in the TO_INTEGER macro.
2010-08-23 ricow@chromium.orgFix bug in 64 bit codegen causing us to always go slowc...
2010-08-23 erik.corry... Fix an issue in the ARM port where a left shift was...
2010-08-23 erik.corry... Fix an issue in the ARM port where a left shift was...
2010-08-23 ager@chromium.orgRemove the virtual declaration from a couple of non...
2010-08-23 ager@chromium.orgFix mismatched new[]/delete for external string resourc...
2010-08-20 ricow@chromium.orgRe-enable test-api/RegExpInterruption on arm.
2010-08-20 erik.corry... We can use the array trim trick in old paged space...
2010-08-20 lrn@chromium.orgUse Copy-on-write arrays for cached regexp results.
2010-08-20 ricow@chromium.orgChange code pointer in function objects to a pointer...
2010-08-19 vitalyr@chromium.orgFix local handle leak in RegExpStringModificationTest.
2010-08-19 vitalyr@chromium.orgRemove unused function.
2010-08-19 ager@chromium.orgFix indentation in utils.h.
2010-08-19 ager@chromium.orgLanding for Ryan Dahl.
2010-08-18 mikhail.naganov... Fix issue 833: eliminate race condition in ProfilerEven...
2010-08-18 vegorov@chromium.orgFix two-phase lookup problem in FlexibleBodyVisitor...
2010-08-18 antonm@chromium.orgRemove unused typedef.
2010-08-18 vitalyr@chromium.orgMake instance_size immediately useful for all fixed...
2010-08-18 sgjesse@chromium.orgFix Windows x64 build broken by r5299.
2010-08-18 sgjesse@chromium.orgTracks the maximum usage of executable memory allocated...
2010-08-18 sgjesse@chromium.orgUse consistent types when calling RegExpImpl::IrregexpE...
2010-08-18 mikhail.naganov... Heap profiler: allow returning aggregated snapshots...
2010-08-18 ricow@chromium.orgPrepare push of version 2.3.9 to trunk. Now working...
2010-08-18 ager@chromium.orgDecrease the DST cache increment to take into account...
2010-08-17 vitalyr@chromium.orgFix uninitialized field in Debug::ThreadInit().
2010-08-17 antonm@chromium.orgVarious improvements to oom_dump and instance type...
2010-08-17 vegorov@chromium.orgFix presubmit and check failures introduced by r5284.
2010-08-17 vegorov@chromium.orgMerge flush code phase into marking phase.
2010-08-17 sgjesse@chromium.orgFix breakpoints on inlined named stores in code from...
2010-08-17 sgjesse@chromium.orgAdd classname to a static function call.
2010-08-17 erik.corry... Add support for vstr for single precision VFP register...
2010-08-17 sgjesse@chromium.orgFix compilation for ARMv4 for OpenBSD/FreeBSD
2010-08-16 vitalyr@chromium.orgArray builtins: add inline modifier to help gcc.
2010-08-16 vegorov@chromium.orgGive correct value ranges to enumeration types used...
2010-08-16 vitalyr@chromium.orgCopy-on-write arrays.
2010-08-16 ager@chromium.orgPrepare push of version 2.3.8 to trunk. Now working...
2010-08-16 erik.corry... Make the Integer32 type info only cover the signed...
2010-08-16 antonm@chromium.orgInitial implementation of oom_dump utility.
2010-08-16 antonm@chromium.orgRemove temporary support for two indexed property query...
2010-08-16 erik.corry... ARM: Ensure that we are not in a spilled scope when...
2010-08-16 erik.corry... Add rcr to disassembler.
2010-08-16 sgjesse@chromium.orgARM: backend opt for ToBoolean: JIT code generation...
2010-08-13 peter.rybin... LiveEdit: implement stack manipulations for x64
2010-08-13 sgjesse@chromium.orgARM: Fix another bug in r5252
next