platform/upstream/v8.git
2010-12-20 lrn@chromium.orgFix smi-comparison to use correct macros in X64-SwapEle...
2010-12-17 erik.corry... Remove the atomic/thread safe stuff from the chunk...
2010-12-17 vitalyr@chromium.orgExtend code printing:
2010-12-17 fschneider... Mark map-transition stores as map-changing instructions.
2010-12-17 ager@chromium.orgWhen setting property on a context extension object...
2010-12-17 sgjesse@chromium.orgAdding Date::ResetCache() API so that the cache values...
2010-12-17 vitalyr@chromium.orgAllow rapid socket reuse on POSIX platforms.
2010-12-17 sandholm@chromium.orgImprove regexp split, replace and test.
2010-12-17 whesse@chromium.orgAvoid comparing a pointer-to-member to NULL, even thoug...
2010-12-17 lrn@chromium.orgChange quicksort pivot from random to median-of-three.
2010-12-17 erik.corry... Add a couple of missing includes.
2010-12-17 ager@chromium.orgPrepare push to trunk. Now working on version 3.0.4.
2010-12-17 ager@chromium.orgFix 'Optimizations' typo in gyp file.
2010-12-17 ricow@chromium.orgReduce number of iterations in new regression test...
2010-12-16 vitalyr@chromium.orgSupport loading constant functions in hydrogen.
2010-12-16 fschneider... Fix bugs in the range analysis for integers.
2010-12-16 vitalyr@chromium.orgUse near labels in write barrier code.
2010-12-16 vitalyr@chromium.orgEmit better code when pushing a constant.
2010-12-16 ager@chromium.orgA number of instructions use GVN but do not provide...
2010-12-16 kmillikin@chromium.orgFix an issue discovered in regress-969.
2010-12-16 ricow@chromium.orgAdd flag for running with a non standard number of...
2010-12-16 kmillikin@chromium.orgFix issue 977, occasional failure of the DeltaBlue...
2010-12-16 ager@chromium.orgPerform more aggressive time to NaN conversions. Our...
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...
next