platform/upstream/v8.git
2010-12-23 karlklose@chromium.orgFix inlining of instanceof stub for ARM (r6093).
2010-12-22 lrn@chromium.orgChange scanner buffers to not use utf-8.
2010-12-22 vitalyr@chromium.orgFix win64 build.
2010-12-22 antonm@chromium.orgDo not turn source array elements into writable if...
2010-12-22 vitalyr@chromium.orgSupport load function prototype in hydrogen/lithium.
2010-12-22 sandholm@chromium.orgIntroduce NUMBER_IS_FINITE macro to avoid ToNumber...
2010-12-22 sgjesse@chromium.orgRefactoring out object printing functions into objects...
2010-12-22 vitalyr@chromium.orgClean up is-ASCII checks.
2010-12-22 whesse@chromium.orgUse Assembler::Set() to assign constants to registers...
2010-12-22 erik.corry... Fix a couple of cast errors for gcc-3.4.3. Patch by...
2010-12-21 whesse@chromium.orgFix assert error in r6083 by allowing stub calls from...
2010-12-21 ager@chromium.orgAvoid decoding overhead when allocating ascii strings.
2010-12-21 whesse@chromium.orgPrepare push to trunk. Now working on version 3.0.5.
2010-12-21 kmillikin@chromium.orgFix for issue 1007.
2010-12-21 karlklose@chromium.orgImplement inlining of instanceof tests on ARM.
2010-12-21 vegorov@chromium.orgFix leak of a global handle in Debug::Load().
2010-12-21 mikhail.naganov... Implement HeapIterator that skips over unreachable...
2010-12-21 whesse@chromium.orgEnsure that the SSE2 TranscendentalCache stub calls...
2010-12-20 lrn@chromium.orgTweak quicksort loop to reduce number of compares slightly.
2010-12-20 whesse@chromium.orgFix error in r6083
2010-12-20 antonm@chromium.orgTeach C++ ArraySlice builtin to deal with arguments...
2010-12-20 vitalyr@chromium.orgAllow 4 more fast properties for objects.
2010-12-20 whesse@chromium.orgAdd untagged double versions of Math.sin and Math.cos...
2010-12-20 fschneider... Fix GVN for polymorphic loads.
2010-12-20 sandholm@chromium.orgMinor optimization in regexp parse.
2010-12-20 sgjesse@chromium.org1. Added support for object printing for release mode...
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...
next