platform/upstream/v8.git
2011-01-04 sgjesse@chromium.orgSet a fixed scratch register for ARM code generation
2011-01-04 ricow@chromium.orgAllow getters and setters on JSArray elements.
2011-01-04 sgjesse@chromium.orgFix the Mac OS debug build
2011-01-04 lrn@chromium.orgFix tab in javascript file.
2011-01-04 karlklose@chromium.orgFirst part of lithium ARM port.
2011-01-04 lrn@chromium.orgDon't let JSON parsed objects hit inherited setters.
2011-01-04 sgjesse@chromium.orgAdd use_system_v8 option to gyp (off by default),
2011-01-04 sgjesse@chromium.orgFix Windows compilation
2011-01-04 lrn@chromium.orgFix compile-problem in (currently) unused stand-alone...
2011-01-04 vegorov@chromium.orgAdd constraints verification to LAllocator::MarkAsCall().
2011-01-04 sgjesse@chromium.orgFix presubmit error
2011-01-04 lrn@chromium.orgFix bug that happens when the first non-ASCII character...
2011-01-04 sgjesse@chromium.orgAddresses some performance regression in the GenericBin...
2011-01-04 sgjesse@chromium.orgAvoid using std::string in Max OS platform file.
2011-01-04 sgjesse@chromium.orgFix presubmit error
2011-01-04 whesse@chromium.orgCleanup of x64 code. Rearrange functions in ic-x64...
2011-01-04 ager@chromium.orgExport external array data accessors.
2011-01-04 sgjesse@chromium.orgAdded labelled thread names to help with some debugging...
2011-01-04 whesse@chromium.orgReorder the functions in stub-cache-x64.cc, so they...
2011-01-03 vegorov@chromium.orgMove first_artificial_register_ initialization to the...
2011-01-03 vegorov@chromium.orgRemember required register kind when creating artificia...
2011-01-03 kmillikin@chromium.orgFix a bug in deoptimization environments.
2011-01-03 whesse@chromium.orgRemove RecordWriteStub from X64 and ARM platforms.
2011-01-03 sgjesse@chromium.orgUse the macro assembler Set instead of explicit xor...
2011-01-03 sandholm@chromium.orgSimplify ScanJsonString.
2011-01-03 lrn@chromium.orgChanged uncast -1 in unsigned context to use constant...
2011-01-03 ager@chromium.orgAdd more documentation to Context::New in the API heade...
2011-01-03 fschneider... Prepare push to trunk. Now working on 3.0.6.
2011-01-03 sgjesse@chromium.orgChanged #define symbols in test to OBJECT_PRINT from...
2011-01-03 ager@chromium.orgLanding for Martin Maly.
2011-01-03 sgjesse@chromium.orgAdded context sensitive prompt for remote debugger...
2010-12-30 fschneider... Optimize array-length and fast element loads.
2010-12-25 vitalyr@chromium.orgDon't emit a write barrier when storing a known old...
2010-12-24 vitalyr@chromium.orgForce inlining of BodyVisitorBase::IteratePointers.
2010-12-24 peter.rybin... Fix variable conflict in nested for statement
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...
next