platform/upstream/v8.git
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...
2010-02-12 kmillikin@chromium.orgChange the interface of CodeGenerator::InstantiateBoile...
2010-02-12 fschneider... Add last use data flow information to the fast code...
2010-02-12 whesse@chromium.orgPort change in CallIC interface to x64 platform. Name...
2010-02-12 kmillikin@chromium.orgAdd a regression test for chromium issue 35344.
2010-02-11 ager@chromium.orgPort FastCloneShallowArrayStub to ARM and x64.
2010-02-11 ager@chromium.orgFix problem with GenericBinaryOperationStub::GenerateCa...
2010-02-11 kmillikin@chromium.orgSimple type tracking in the fast code generator.
2010-02-11 ager@chromium.orgAlways load the JavaScript builtins code entry from...
2010-02-10 mikhail.naganov... Report code stubs to OProfile.
2010-02-10 whesse@chromium.orgChange StoreIC interface on ARM platform
2010-02-10 antonm@chromium.orgRefactor prototype setting code and expose SetPrototype...
2010-02-10 kmillikin@chromium.orgHarden global variable accesses in the fast code generator.
2010-02-10 antonm@chromium.orgMaking lint happy.
2010-02-10 kmillikin@chromium.orgRestrict the syntax that we aggressively optimize.
2010-02-09 vitalyr@chromium.orgia32: Fuse map and type checks in call ICs for API...
2010-02-09 whesse@chromium.orgEliminate unused function KeyedStoreIC::GenerateExtendS...
2010-02-09 whesse@chromium.orgFix error introduced in version 3820. Add optimization...
2010-02-09 kmillikin@chromium.orgInitial implementation of fast path operation for bitwi...
2010-02-09 lrn@chromium.orgPorted ia32 optimization of revision 3487 to x64.
2010-02-09 whesse@chromium.orgChange GenerateLoadStringLength to have two scratch...
2010-02-09 ricow@chromium.orgChanged fuzzer to randomly remove half of the arguments...
2010-02-09 kmillikin@chromium.orgAdded helper functions for fixed register allocation.
2010-02-08 whesse@chromium.orgEliminate *IC::Generate() function on all platforms.
2010-02-08 fschneider... Eliminate unnecessary depencencies in some header files.
2010-02-08 erik.corry... Optimize concat for one argument (two if you count...
2010-02-08 serya@chromium.orgReview URL: http://codereview.chromium.org/561049
2010-02-08 mikhail.naganov... Fix tests after r3811.
2010-02-08 fschneider... Move class declaration of Comment from codegen-inl...
2010-02-08 mikhail.naganov... Profiler tick processor: exploit d8's readline to avoid...
next