platform/upstream/v8.git
2010-12-16 lrn@chromium.orgChange DefaultString and DefaultNumber to match the...
2010-12-16 mikhail.naganov... Fix presubmit errors
2010-12-16 ricow@chromium.orgChange Object.defineProperty to accept undefined as...
2010-12-16 mikhail.naganov... Make V8 compilable with profiling support turned off.
2010-12-16 fschneider... Fix a SEGV in the register allocator.
2010-12-16 sgjesse@chromium.orgIA32: Optimize instanceof
2010-12-15 peter.rybin... Fix evaluate with context debug protocol
2010-12-15 vegorov@chromium.orgFix several register allocation issues revealed by...
2010-12-15 vitalyr@chromium.orgDeoptimize non-smi switch cases if they are reached.
2010-12-15 kmillikin@chromium.orgFix compilation on x64.
2010-12-15 kmillikin@chromium.orgFix issue 974.
2010-12-15 fschneider... Emit a load of the elements array only before the first...
2010-12-15 whesse@chromium.orgMark TranscendentalCacheSSE2Stub as allowing internal...
2010-12-15 ager@chromium.orgFix deoptimization from %_MathPow. Do not prepare the...
2010-12-15 vegorov@chromium.orgFix issue 982.
2010-12-15 fschneider... Second attempt: Improve our type feedback by recogizini...
2010-12-15 lrn@chromium.orgFix ES5 failure after removing Number/String/Boolean...
2010-12-15 erik.corry... Support %_IsObject in Crankshaft.
2010-12-15 kmillikin@chromium.orgFix issue 979.
2010-12-15 karlklose@chromium.orgFix presubmit error.
2010-12-15 karlklose@chromium.orgAdd array bound checks to code generated for SwapElemen...
2010-12-15 lrn@chromium.orgFix regression in JSON serialization of RegExps.
2010-12-15 erik.corry... Add some missing includes and other minor changes inten...
2010-12-15 ager@chromium.orgLanding for Martin Maly.
2010-12-15 ager@chromium.orgUpdate test expectations for ARM crankshaft build.
2010-12-14 vitalyr@chromium.orgMerge math function ids and custom call generator ids.
2010-12-14 erik.corry... API: Correct documentation of String::WriteUtf8, String...
2010-12-14 whesse@chromium.orgReapply change 5989, adding untagged double calls to...
2010-12-14 ricow@chromium.orgDon't run mjsunit/compiler/regress-funcaller in debug...
2010-12-14 whesse@chromium.orgPostpone interrupts during marking garbage collection...
2010-12-14 kmillikin@chromium.orgFix assignment compilation bug on ARM and x64.
2010-12-14 ricow@chromium.orgDisable mjsunit/regress/regress-create-exception in...
2010-12-14 ricow@chromium.orgmjsunit/regress/regress-3247124 takes a long time to...
2010-12-14 sgjesse@chromium.orgInitial attempt to add support for using gyp to build...
2010-12-14 ricow@chromium.orgChange the number of iterations in mjsunit/regress-962
2010-12-14 peter.rybin... Introduce additional context to evaluate operations
2010-12-13 kmillikin@chromium.orgPrepare push to trunk. Now working on version 3.0.2.
2010-12-13 kmillikin@chromium.orgFix ARM and x64 compilation.
2010-12-13 kmillikin@chromium.orgRename regression test and reenable disabled test.
2010-12-13 whesse@chromium.orgRevert change 5989, which causes failures in some bench...
2010-12-13 kmillikin@chromium.orgDeoptimize to the proper target after assignment side...
2010-12-13 whesse@chromium.orgAllow optimizing compiler to compute Math.log using...
2010-12-13 whesse@chromium.orgAlign builtins-{arch}.cc on ia32 and x64 platforms...
2010-12-13 ager@chromium.orgLanding for cira.
2010-12-13 sandholm@chromium.orgOptimizing BuildResultFromMatchInfo, StringReplace...
2010-12-13 ager@chromium.orgMake idle notification cleanup less aggressive. Do...
2010-12-13 ricow@chromium.orgTemporarily disable mjsunit/array-splice (issue 969)
2010-12-13 fschneider... Revert 5973 as well (related to previous commit)
2010-12-13 mikhail.naganov... New heap profiler: add support for progress reporting...
2010-12-13 fschneider... Revert r5970 and r5975.
2010-12-13 erik.corry... Fix incorrect assumption about young/old space allocati...
2010-12-13 fschneider... Land Vitaly's change to fix compare IC performance.
2010-12-13 lrn@chromium.orgMake RegExp character class match JSC.
2010-12-10 mikhail.naganov... Fix x64 build after r5970, the same way as for ARM.
2010-12-10 karlklose@chromium.orgFix bug that disabled optimization when profiling.
2010-12-10 fschneider... Fix long line.
2010-12-10 fschneider... Improve our type feedback by recogizining never-execute...
2010-12-10 vegorov@chromium.orgFix issue 962.
2010-12-10 erik.corry... Increase the size of the max object that can be new...
2010-12-10 ager@chromium.orgARM: Fix heap number allocation in lithium-codegen...
2010-12-10 lrn@chromium.orgEnsure that default value is explicitly initialized...
2010-12-10 lrn@chromium.orgAdd gyp target to build preparser as stand-alone library.
2010-12-10 sgjesse@chromium.orgAdd missing include directory for shell sample.
2010-12-10 ager@chromium.orgARM: Fix missing SetCC in crankshaft code emitted when...
2010-12-10 ager@chromium.orgChange test script to make it easy to run crankshaft...
2010-12-10 karlklose@chromium.orgFix a bug that caused the runtime profiler to sample...
2010-12-10 lrn@chromium.orgFix issue 965.
2010-12-10 ricow@chromium.orgFix presubmit
2010-12-10 vegorov@chromium.orgUse correct calling convention for API calls on MinGW
2010-12-09 kmillikin@chromium.orgGarbage collection of unused setters in the AST classed.
2010-12-09 lrn@chromium.orgFix cast that fails on Win64.
2010-12-09 karlklose@chromium.orgCollect only optimizable function samples.
2010-12-09 kmillikin@chromium.orgChange the HGraphBuilder to dispatch on the context.
2010-12-09 lrn@chromium.orgRevert 5911 (RegExp fail on invalid range syntax).
2010-12-08 ager@chromium.orgLanding for Martyn Capewell.
2010-12-08 erik.corry... Speed up quoting of JSON strings by allocating a string...
2010-12-08 whesse@chromium.orgFix compilation on ARM when adding Math.pow optimizatio...
2010-12-08 whesse@chromium.orgAllow the optimizing code generator to call Math.pow...
2010-12-08 lrn@chromium.orgUse the file opened from argv[1] in preparser-process.cc
2010-12-08 sgjesse@chromium.orgRemove a unused function form the sample shell
2010-12-08 lrn@chromium.orgChanged interface to preparser to not require pushback...
2010-12-08 sgjesse@chromium.orgUpdate the Visual Studio 2005 project files to include...
2010-12-08 sandholm@chromium.orgFix sputnik regression introduced in r5943.
2010-12-08 sandholm@chromium.orgUse the PushIfAbsent function for the JSON stringify...
2010-12-08 erik.corry... Fix compile error on gcc-4.5 bug 963
2010-12-07 ricow@chromium.orgFix arm gyp files, lithium files where not added.
2010-12-07 vegorov@chromium.orgRemove NearestNextGapPos. It is not used anymore.
2010-12-07 vitalyr@chromium.orgFix RecordStackTraceAtStartProfiling test.
2010-12-07 lrn@chromium.orgOptimized scanner to avoid virtual calls for every...
2010-12-07 mikhail.naganov... Remove log compression support.
2010-12-07 vegorov@chromium.orgFix ARM sim build.
2010-12-07 ricow@chromium.orgDisable mozilla test that when timing out prints insane...
2010-12-07 kasperl@chromium.orgPrepare push to trunk. Now working on version 3.0.1.
2010-12-07 vegorov@chromium.orgFix ARM build.
2010-12-07 kmillikin@chromium.orgBe more careful about exiting inlined functions in...
2010-12-07 ricow@chromium.orgDisable tests failing due to sockets on arm.
2010-12-07 vegorov@chromium.orgFix Win64 compilation.
2010-12-07 ricow@chromium.orgFix no sse3 support by correctly allocating temp register
2010-12-07 vegorov@chromium.orgFix strict aliasing rule violation in runtime-profiler.cc
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0 (re-land r5920).
next