platform/upstream/v8.git
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...
2010-02-05 fschneider... Fast compiler: Load globals variables directly from...
2010-02-05 mikhail.naganov... Fix test failures in debug mode w/snapshots. It turns...
2010-02-05 lrn@chromium.orgARM native string addition.
2010-02-05 sgjesse@chromium.orgARMv7 ubfx support
2010-02-05 ricow@chromium.orgAdded checked convert of object to DefineOrRedefineAcce...
2010-02-04 mikhail.naganov... Fix issue 597: builtins and stubs are missing in profil...
2010-02-04 sgjesse@chromium.orgFixed random style violations.
2010-02-04 sgjesse@chromium.orgFixed another presubmit error
2010-02-04 sgjesse@chromium.orgMIPS port initial commit
2010-02-04 ricow@chromium.orgAdded extra tests to the DefineOrRedefineAccessorProper...
2010-02-04 mikhail.naganov... Apply r3795 to bleeding_edge.
2010-02-04 sgjesse@chromium.orgFix presubmit errors.
2010-02-04 ricow@chromium.orgAdded IsProperty() check to result in DefineOrRedefineA...
2010-02-04 lrn@chromium.orgARM: Implement native substring copying.
2010-02-03 erik.corry... Revert last change (temporarily using only the full...
2010-02-03 erik.corry... Activate full compiler. This is a test which will...
2010-02-03 kmillikin@chromium.orgIncorporate the arguments to the code generator constru...
2010-02-03 lrn@chromium.orgBad newline snuck in before commit.
2010-02-03 lrn@chromium.orgUpdated JSON.stringify to newest version of ES5.
2010-02-03 ricow@chromium.orgAdded Object.defineProperty + needed internal functiona...
2010-02-03 leonclarke... DebugBreak shouldn't be used when ENABLE_DEBUGGER_SUPPO...
2010-02-03 ager@chromium.orgUse MemOperand directly to load argv on arm.
2010-02-03 sgjesse@chromium.orgPrepare to push to trunk. We are now vorking on version...
2010-02-03 whesse@chromium.orgFix build error on Win32, fix spelling of DebugerStatem...
2010-02-03 ager@chromium.orgUse the virtual-frame based optimizing compiler for...
2010-02-02 serya@chromium.orgReview URL: http://codereview.chromium.org/555164
2010-02-02 ager@chromium.orgAdd missing access checks to Object.getOwnPropertyNames.
2010-02-02 whesse@chromium.orgRemove explicit Result arguments to IC calls on ARM.
2010-02-02 sgjesse@chromium.orgHandle insertion order for simple constructors
2010-02-02 sgjesse@chromium.orgRemove some unused code on ARM
2010-02-02 antonm@chromium.orgPort caching of lookup followups for interceptors to ARM
2010-02-02 whesse@chromium.orgChange StoreIC interface on x64 to pass receiver in...
2010-02-02 lrn@chromium.orgFix a bug that Math.round() returns incorrect results...
2010-02-02 kasperl@chromium.orgRemember to update the write barrier when storing into
2010-02-01 kmillikin@chromium.orgImplement simple fast-path code for functions containin...
2010-02-01 kasperl@chromium.orgRevert r3758.
2010-02-01 kasperl@chromium.orgTemporarily allocate all function contexts in old space and
2010-02-01 kasperl@chromium.orgAvoid using RecordWrite with the context (esi, rsi...
2010-02-01 ager@chromium.orgAllow the optimizing compiler to use an existing macro...
2010-02-01 yurys@chromium.orgCorrectly set eval_from_shared value when new function...
2010-02-01 whesse@chromium.orgRemove StoreIC::Generate, and inline StoreIC::GenerateI...
2010-02-01 yurys@chromium.orgShow user script source line that caused exception...
2010-02-01 lrn@chromium.orgAdded validating JSON parser mode to parser.
2010-02-01 whesse@chromium.orgStoreIC interface changed on ia32 to take receiver...
2010-01-29 vitalyr@chromium.orgFix stack overflow in cctest/test-api/Threadin2 after...
2010-01-29 kmillikin@chromium.orgAdd fast code generator visitor.
2010-01-29 mikhail.naganov... Rewrite CsvParser.parseLine to make it simpler and...
2010-01-29 serya@chromium.orgRemoving redundant stub for runtime native calls.
2010-01-29 kmillikin@chromium.orgIntroduce a stack-allocated structure to encapsulate...
2010-01-29 kasperl@chromium.orgRFC: Try to be much more careful with where we skip...
2010-01-29 sgjesse@chromium.orgFix debug build breakage from r3740
2010-01-29 sgjesse@chromium.orgChange to src/x64/assembler-x64.h missing from r3740
2010-01-29 sgjesse@chromium.orgPort direct call from JavaScript to native RegExp to x64
2010-01-29 kmillikin@chromium.orgPropagate receiver from initial call site to code gener...
2010-01-29 fschneider... Add a pass for the fast compiler to label expression...
2010-01-28 whesse@chromium.orgRemove some unneeded restorations of a register in...
2010-01-28 ager@chromium.orgRemove unsafe and unneeded logging during deserialization.
2010-01-28 kaznacheev... Use registers to pass arguments to GenericBinaryOpStub...
2010-01-28 whesse@chromium.orgMove a line, in codegen-*.cc. Make formatting of ic...
2010-01-28 sgjesse@chromium.orgFix typo.
2010-01-28 kasperl@chromium.orgAdd missing break.
2010-01-28 kasperl@chromium.orgStrengthen a few assertions and add zapping of allocated
2010-01-28 sgjesse@chromium.orgUpdage Visual Studio project files
2010-01-28 ager@chromium.orgImplement SUB and BIT_NOT unary operations in full...
2010-01-28 ager@chromium.orgPort bit not unary op stub to ARM.
2010-01-27 kasperl@chromium.orgMake sure to initialize all fields in the special maps
2010-01-27 fschneider... Rename flags in unit tests to match the new flag defini...
2010-01-27 leonclarke... Get it to compile when ENABLE_LOGGING_AND_PROFILING...
2010-01-27 sgjesse@chromium.orgFix 64-bit build on Windows and Visual Studio project...
2010-01-27 kmillikin@chromium.orgRefactor the selection of code generator and add the...
2010-01-27 whesse@chromium.orgRefactor Reference so that SetValue and GetValue pop...
next