platform/upstream/v8.git
2009-05-01 feng@chromium.orgA simple fix of issue code.google.com/p/chromium/issues...
2009-05-01 asargent@chromium.orgAdd to documentation for GetIdentityHash
2009-05-01 whesse@chromium.orgStop inlining of list reallocation in virtual frames.
2009-05-01 erik.corry... Add change accidentally omitted from last changelist.
2009-05-01 erik.corry... When strings can change from an ASCII representation...
2009-05-01 lrn@chromium.orgMade sort on non-arrays also affect elements on the...
2009-04-30 iposva@chromium.orgAdd version.cc and version.h to Xcode project.
2009-04-30 sgjesse@chromium.orgFixed SCons build when not running from the V8 root...
2009-04-30 sgjesse@chromium.orgAdded better version information
2009-04-30 whesse@chromium.orgImprove register allocation of left shift operation...
2009-04-30 ager@chromium.orgsvn ignore gyp generated files
2009-04-30 mikhail.naganov... Enhancing profiling data processing code with functiona...
2009-04-30 lrn@chromium.orgAdded architecture properties to Windows Scons build.
2009-04-29 asargent@chromium.orgMake Object::GetIdentityHash() never return 0.
2009-04-29 lrn@chromium.orgFix .gyp file and avoid adding -m32 on 32 bit systems.
2009-04-29 ager@chromium.orgFix the xcode project to define the correct V8_ARCH_*.
2009-04-29 whesse@chromium.orgAdd a mjsunit test to cover more paths in the ia32...
2009-04-29 lrn@chromium.orgCreate build structure for X64.
2009-04-29 sgjesse@chromium.orgCreate a transition API for the debug message handler.
2009-04-29 sgjesse@chromium.orgRemove tab to satisfy lint
2009-04-29 erik.corry... Unbreak IA32 generated code coverage.
2009-04-29 sgjesse@chromium.orgRe-submit codereview.chromium.org/99122 after fixing...
2009-04-29 sgjesse@chromium.orgReverting 1811.
2009-04-29 sgjesse@chromium.orgChanged the debugger message API to receive an object...
2009-04-29 iposva@chromium.orgFix names after move of architecture dependent files.
2009-04-28 whesse@chromium.orgFix lint error
2009-04-28 whesse@chromium.orgChange MergeTo code for virtual frames to use register...
2009-04-28 kmillikin@chromium.orgAdd stubbed-out versions of missing member functions...
2009-04-28 kmillikin@chromium.orgInline the inobject property case for named property...
2009-04-28 mikhail.naganov... Rename profileview.js -> profile_view.js because WebIns...
2009-04-27 mikhail.naganov... TickProcessor script reimplemented in JavaScript.
2009-04-27 yurys@chromium.org1. Send 'afterCompile' event to the debug message handl...
2009-04-27 lrn@chromium.orgFix Issue 326. Handle sorting of non-array objects...
2009-04-27 erik.corry... Remove dependency on libstdc++ from test framework.
2009-04-27 erik.corry... Lint.
2009-04-27 ager@chromium.orgPrepare push of version 1.2.1 to trunk. The main reaso...
2009-04-27 ager@chromium.orgAdd gyp file to v8 repository.
2009-04-27 erik.corry... Fix bugs 145 and 323, preemption and apply on ARM.
2009-04-24 sgjesse@chromium.orgChanged the ASSERT's in the cctest's to CHECK's.
2009-04-24 ager@chromium.orgFix V8 xcode build.
2009-04-24 erik.corry... Fix Android build after arch-subdir reorganisation.
2009-04-24 christian.plesner... - When cloning maps to set the 'lazy loading' bit remem...
2009-04-24 sgjesse@chromium.orgRemoved the debug message thread.
2009-04-24 mikhail.naganov... Added ProfileView object for performing sorting, search...
2009-04-24 kmillikin@chromium.orgMaterializing a frame element on the stack by pushing...
2009-04-24 christian.plesner... - Extended lazy loading to general objects, not just...
2009-04-23 lrn@chromium.orgMove backend specific files to separate directories.
2009-04-23 erik.corry... 2nd try at fixing coverage of inline keyed access on...
2009-04-23 ager@chromium.orgPrepare to push version 1.2.0 to trunk. Now worker...
2009-04-23 erik.corry... Remove if inside contradictory if.
2009-04-22 kmillikin@chromium.orgFix regression test by wrapping expression in a thunk...
2009-04-22 erik.corry... Mark failing test on ARM.
2009-04-22 pfeldman@chromium.orgDevTools: Add support for eventless host message dispat...
2009-04-22 erik.corry... Make a test that excercises the preemption code in...
2009-04-22 sgjesse@chromium.orgUse CollectAllGarbage for the gc() extension.
2009-04-22 sgjesse@chromium.orgAdd setting break points by using handles.
2009-04-22 erik.corry... Small changes to improve test coverage in codegen-ia32.cc.
2009-04-22 kmillikin@chromium.orgWhen merging a frame to an expected on at block entry...
2009-04-22 yurys@chromium.orgThis issue was introduced by codereview.chromium.org...
2009-04-22 lrn@chromium.orgFix for Issue 317 - bug in string.replace(string, ...
2009-04-22 sgjesse@chromium.orgChange the expectations of the ARM debugger tests once...
2009-04-22 sgjesse@chromium.orgAdd missing files to the Visual Studio ARM simulator...
2009-04-22 erik.corry... Abolish kDebug and use ifdef DEBUG throughout for consi...
2009-04-22 sgjesse@chromium.orgEnable flaky test that was fixed some time ago.
2009-04-22 sgjesse@chromium.orgChange the expectations of the ARM debugger tests.
2009-04-22 ager@chromium.orgAdding hidden values always turned the object slow...
2009-04-21 sgjesse@chromium.orgHandle breaks on keyed IC loads which can have an inlin...
2009-04-21 yurys@chromium.orgAs long as all debugger messages are handled by a singl...
2009-04-21 erik.corry... * Add code to check coverage of generated code on IA32...
2009-04-21 christian.plesner... review
2009-04-21 christian.plesner... doc
2009-04-21 christian.plesner... force-set
2009-04-21 lrn@chromium.orgReduced size of Array.reduce test.
2009-04-21 lrn@chromium.orgAdd ES5 Array methods reduce and reduceRight, with...
2009-04-21 sgjesse@chromium.orgMake it possible to add a user data object to each...
2009-04-20 feng@chromium.orgFix style issues caught by presubmit script.
2009-04-20 feng@chromium.orgAdd ENABLE_DEBUGGER_SUPPORT macro.
2009-04-20 sgjesse@chromium.orgRemove unused runtime function.
2009-04-20 ager@chromium.orgCorrect the marking of tests that only fail on the...
2009-04-18 sgjesse@chromium.orgAdd an option to the SCons build to control Microsoft...
2009-04-17 iposva@chromium.orgAdd a "read" extension to the shell programs. This...
2009-04-17 mikhail.naganov... Implemented a CSV parser in JavaScript.
2009-04-17 mikhail.naganov... Implemented Profile object that processes profiling...
2009-04-17 erik.corry... Improve coverage of line 619 in stub-cache-arm.cc
2009-04-17 erik.corry... Lint.
2009-04-17 erik.corry... * Remove unused code from codegen-arm.cc
2009-04-17 ager@chromium.orgIf an external string enters the symbol table, make...
2009-04-17 iposva@chromium.org- Fix buffer overflow in the pre-allocated memory thread.
2009-04-17 iposva@chromium.org- Fix delta time calculation in LinuxSemaphore::Wait.
2009-04-17 sgjesse@chromium.orgFix building of snapshots on Windows.
2009-04-16 iposva@chromium.orgStart addressing massive arrays on the stack. There...
2009-04-16 mikhail.naganov... Remove unused CodeRegion class and corresponding loggin...
2009-04-16 mikhail.naganov... Allow multiple function literals to be assigned to...
2009-04-16 mikhail.naganov... Reimplement (address -> code) mapping from tickprocesso...
2009-04-16 ager@chromium.orgMigrate a couple of old tests to mjsunit tests.
2009-04-16 ager@chromium.orgFix lint. Accidentally commited a reindentation of...
2009-04-16 erik.corry... Don't blindly use blx instruction without knowing wheth...
2009-04-16 ager@chromium.orgChange the enumeration order for unsigned integer keys...
2009-04-16 kmillikin@chromium.orgRemove some unused macros from objects.cc.
2009-04-16 erik.corry... Avoid a call to the runtime system when doing binary...
next