platform/upstream/v8.git
2010-02-25 ager@chromium.orgFix the mac debug build. Apparently g++ on Mac cannot...
2010-02-25 whesse@chromium.orgChange KeyedStoreIC interface to take value, key, and...
2010-02-25 oleg@chromium.orgOptimize three Number2Integer functions in runtime...
2010-02-25 sgjesse@chromium.orgRevert r3952
2010-02-25 sgjesse@chromium.orgRefactor the code cache to handle large number of prope...
2010-02-25 serya@chromium.orgAdding 'static const' for arg numbers used with CallCFu...
2010-02-25 vitalyr@chromium.orgImprove string runtime compare performance for flat...
2010-02-25 lrn@chromium.orgFix test for overflow in memory allocation Failure...
2010-02-25 serya@chromium.orgAllignFrame/CallCFuntion moved from regexp-macro-assemb...
2010-02-25 ager@chromium.orgRevert pax change as it does not work with older versio...
2010-02-24 peter.rybin... Implement BlindReference object and provide couple...
2010-02-24 vitalyr@chromium.orgFix miss in smi check when doing fast api call.
2010-02-24 vitalyr@chromium.orgFix uninitialized memory read in CallOptimization.
2010-02-24 ager@chromium.orgLand change to allow building on Gentoo Hardened Linux.
2010-02-24 sgjesse@chromium.orgDon't treat this as a trivial expression.
2010-02-24 serya@chromium.orgReview URL: http://codereview.chromium.org/652118
2010-02-24 sgjesse@chromium.orgRemove inheritance of chromium flags
2010-02-23 sgjesse@chromium.orgAdd the ability to compile with profiler guided optimiz...
2010-02-23 serya@chromium.orgTypo fixed.
2010-02-23 whesse@chromium.orgAdd comment to generated code that says which code...
2010-02-23 lrn@chromium.orgIA32: Native access to TranscendentalCache for sin...
2010-02-23 fschneider... Prepare push to trunk. Now working on 2.1.3.
2010-02-22 fschneider... Fix reliability crash caused by wrong assert.
2010-02-22 whesse@chromium.orgAdd integer casts to make v8 compile without warnings...
2010-02-22 whesse@chromium.orgDeclare register names as constants in assembler-x64...
2010-02-22 sgjesse@chromium.orgConsistently return failure if the stub cache cannot...
2010-02-19 vitalyr@chromium.orgLand patch by Oleg Eterevsky (oleg@chromium.org).
2010-02-19 whesse@chromium.orgImprove stores to global variables.
2010-02-19 kmillikin@chromium.orgBegin using a list of bailouts instead of a singleton...
2010-02-19 yurys@chromium.orgAdd maxStrinLength argument to debugger requests
2010-02-19 ricow@chromium.orgAdded test for bug 619 - we should move this to object...
2010-02-19 vitalyr@chromium.orgSome string optimizations:
2010-02-19 ricow@chromium.orgRemoved asserts on attributes when setting elements...
2010-02-19 ager@chromium.orgAdd missing break in GetPropertyWithFailedAccessCheck...
2010-02-19 kmillikin@chromium.orgReorder code in fast-codegen-ia32.cc.
2010-02-19 whesse@chromium.orgImprove load of global variables.
2010-02-19 fschneider... Make class BitField able to use 32 bits of a uint32.
2010-02-19 fschneider... Fix missing includes.
2010-02-19 fschneider... Temporarily move the ia32 fast code generator into...
2010-02-19 kmillikin@chromium.orgIntroduce 'trivial' expressions, use them for this...
2010-02-19 ager@chromium.orgPrepare push to trunk. Now working on version 2.1.2.
2010-02-18 antonm@chromium.orgMake setting length on arrays faster.
2010-02-18 ager@chromium.orgRemove the LookupResult IsValid method because it is...
2010-02-18 ricow@chromium.orgAdded access check to SetNormalizedProperty which is...
2010-02-18 kmillikin@chromium.orgRefactor assignments in the ia32 code generator.
2010-02-18 sgjesse@chromium.orgAdd a test case for issue 618
2010-02-18 whesse@chromium.orgFix error in compound assignment to keyed load by makin...
2010-02-18 mikhail.naganov... Kill some unused code.
2010-02-18 whesse@chromium.orgChange KeyedLoadIC interface on ia32 to take receiver...
2010-02-18 sgjesse@chromium.orgFix issues with commit r3839
2010-02-18 sgjesse@chromium.orgRefactor the check for generating inline constructors
2010-02-17 peter.rybin... Fix lint errors
2010-02-17 peter.rybin... Add central bridge for liveedit support
2010-02-17 kmillikin@chromium.orgRemove a generated mov and jmp.
2010-02-17 mikhail.naganov... Implement tagging of profiler log event blocks.
2010-02-17 whesse@chromium.orgRemove obsolete bug TODO
2010-02-17 antonm@chromium.orgAdding checks for the cases when array grows too big.
2010-02-17 sgjesse@chromium.orgRemove duplicate function from runtime.
2010-02-17 antonm@chromium.orgIntroduce Array.splice builtin.
2010-02-17 antonm@chromium.orgRenaming test/mjsunit/array-splice.js to test/mjsunit...
2010-02-17 sgjesse@chromium.orgMark two tests as part of the threading tests.
2010-02-17 kmillikin@chromium.orgFix stack corruption when calling non-function.
2010-02-17 antonm@chromium.orgAdd class name into FunctionTemplateInfo debug printing.
2010-02-17 antonm@chromium.orgNormalize the object before updating getter/setter...
2010-02-17 sgjesse@chromium.orgFix construction of simple objects with setters on...
2010-02-16 vitalyr@chromium.orgDon't externalize fresh strings.
2010-02-16 mikhail.naganov... Fix the build after previous commit.
2010-02-16 mikhail.naganov... Enable passing of script data via script creation methods.
2010-02-16 ager@chromium.orgMake sure that the inline_new flag guards all the optim...
2010-02-16 antonm@chromium.orgPort keyed interceptor stubs to ARM and x64.
2010-02-16 fschneider... Pass the complete number type information into the...
2010-02-16 mikhail.naganov... Fix regression in cctest/test-log/EquivalenceOfLoggingA...
2010-02-16 antonm@chromium.orgIntroduce builtin for Array.slice function.
2010-02-16 mikhail.naganov... Use binary search in GetScriptLineNumber.
2010-02-16 ager@chromium.orgLand thumb2 assembler update.
2010-02-16 sgjesse@chromium.orgFix inline NumberToString
2010-02-16 ager@chromium.orgPort arguments object allocation in generated code...
2010-02-16 yurys@chromium.orgObject.getOwnPropertyNames should return string names...
2010-02-16 sgjesse@chromium.orgInline NumberToString
2010-02-16 ager@chromium.orgRemove caching of ToBoolean on the global context....
2010-02-16 kmillikin@chromium.orgRemove printf committed by mistake
2010-02-15 fschneider... Fix arm build.
2010-02-15 fschneider... Introduce number type information in the virtual frame.
2010-02-15 mikhail.naganov... Add GetScriptOrigin and GetScriptLineNumber functions...
2010-02-15 antonm@chromium.orgIntroduce builtin for Array.unshift function.
2010-02-15 kmillikin@chromium.orgChange the interface of CallStubCompiler::CompileCallIn...
2010-02-15 antonm@chromium.orgRefactoring various pieces of post interceptor caching.
2010-02-15 whesse@chromium.orgChange CallIC interface on ARM. Remove name from the...
2010-02-15 antonm@chromium.orgElaborating test for Array.shift a bit.
2010-02-15 whesse@chromium.orgSimplify compilation of CallIC interceptor stub.
2010-02-15 antonm@chromium.orgIntroduce builtin for Array.shift function.
2010-02-12 yurys@chromium.orgLand 598061(Process //@ scriptURL=url comment for scrip...
2010-02-12 kmillikin@chromium.orgChange interface to CodeGenerator::LoadFromSlot.
2010-02-12 whesse@chromium.orgFix CallIC stub for CallInterceptor on ARM
2010-02-12 antonm@chromium.orgCompile very thin code to access objects on which index...
2010-02-12 sgjesse@chromium.orgFix array allocation in generated code on x64
2010-02-12 lrn@chromium.orgAdded optimization for div/mod by constant power of 2.
2010-02-12 sgjesse@chromium.orgOptimize string plus smi
2010-02-12 sgjesse@chromium.orgProbe the symbol table for two character strings in...
2010-02-12 whesse@chromium.orgChange LoadIC interface on ia32 to take arguments in...
next