platform/upstream/v8.git
2009-08-25 mike@belshe.comForgot to change API signature for V8 tests.
2009-08-25 mike@belshe.comUpdate the Idle collector to do a full GC
2009-08-24 ager@chromium.orgAllow test to timeout. The time to run the test is...
2009-08-24 ager@chromium.orgRevert change 2745 because of assertion failures in...
2009-08-24 yurys@chromium.orgAllow stepping in functions called using CallFunction...
2009-08-24 erik.corry... Reapply ARM root array change to reduce const pool...
2009-08-24 whesse@chromium.orgChange some integer types to make the x64 Win32 platfor...
2009-08-24 whesse@chromium.orgX64: Set target machine for Visual Studio projects...
2009-08-24 ager@chromium.orgReduce the amount of dates tested in date-parse test...
2009-08-21 ager@chromium.orgShrink new space on compacting collections.
2009-08-21 sgjesse@chromium.orgPrepare to push to trunk. We are now working on version...
2009-08-21 ager@chromium.orgLand change to bail out from post garbage collection...
2009-08-21 sgjesse@chromium.orgFix a GC issue.
2009-08-21 sgjesse@chromium.orgFix an ASSERT in the scanner.
2009-08-20 mark@chromium.orgEnable -fstrict-aliasing in the GYP build of V8 for...
2009-08-20 mark@chromium.orgDon't use -fomit-frame-pointer to build Mac V8. The...
2009-08-20 ager@chromium.orgFix mozilla test expectations. Generating a huge error...
2009-08-20 kasperl@chromium.orgExperimental change to omit frame pointers from V8...
2009-08-20 kasperl@chromium.orgTry compiling V8 for Mac with -O3 when using the v8...
2009-08-20 ager@chromium.orgFix a test that test out of memory situations. On...
2009-08-20 ager@chromium.orgGo back to doubling the size when growing new space.
2009-08-20 whesse@chromium.orgFix build error
2009-08-20 ager@chromium.orgLand patch by agl@chromium.org to hopefully fix build...
2009-08-20 feng@chromium.orgAdd LowMemoryNotification to the API on Android platform.
2009-08-19 antonm@chromium.orgDo not allow GlobalHandles::Create to reuse destoryed...
2009-08-19 ager@chromium.orgAdd support for forceful termination of JavaScript...
2009-08-19 sgjesse@chromium.orgPrepare to push to trunk. We are now working on version...
2009-08-19 sgjesse@chromium.orgFix lint error.
2009-08-19 sgjesse@chromium.orgFix uninitialized members.
2009-08-19 whesse@chromium.orgSpeed up mjsunit/div-mod.js test, to avoid timeouts.
2009-08-19 ager@chromium.orgReapply the semispace growth policy change in isolation.
2009-08-19 lrn@chromium.orgX64: Implement debugger hooks.
2009-08-19 ager@chromium.orgPut back the reduction of semispace sizes as an isolate...
2009-08-19 ager@chromium.orgTemporarily revert the reduction of semispace sizes...
2009-08-19 sgjesse@chromium.orgCreate a set of x64 Visual studio project files and...
2009-08-19 sgjesse@chromium.orgAnalyze functions for assignment to this properties.
2009-08-18 feng@chromium.orgFix IA32 build when not using native regexp compiler.
2009-08-18 whesse@chromium.orgFix errors in test-heap.cc and test-decls.cc. Adjust...
2009-08-18 whesse@chromium.orgIncrease new space size and limits on 64-bit platforms.
2009-08-18 whesse@chromium.orgRemove one of the GCs performed by the --gc-greedy...
2009-08-18 ager@chromium.orgFix regression caused by the generation of a shift...
2009-08-18 ager@chromium.orgFix regression caused by context creation optimization...
2009-08-18 feng@chromium.orgStreamline the scanner for external two byte string...
2009-08-18 feng@chromium.orgRevert commit 2701 per Erik Corry's request.
2009-08-17 whesse@chromium.orgUse root array to load roots in generated ARM code.
2009-08-17 christian.plesner... Added API for getting object mirrors
2009-08-17 mikhail.naganov... Fix issue 427: JS tick processor now works out-of-the...
2009-08-17 christian.plesner... Added API call to get the stack trace for an exception
2009-08-17 christian.plesner... Context-independent script compilation.
2009-08-17 christian.plesner... RegExp tweaks
2009-08-17 mikhail.naganov... Fix issue 420: accept truncated log files.
2009-08-17 whesse@chromium.orgX64: Remove compound smi+overflow test using cmov.
2009-08-17 whesse@chromium.orgX64: Do not use an AllocateWithoutSpill register if...
2009-08-14 deanm@chromium.orgFix strict aliasing crash on x64.
2009-08-14 lrn@chromium.orgFix typo in v8.gyp
2009-08-14 lrn@chromium.orgFix unsafe cast in RegExpStack
2009-08-14 sgjesse@chromium.orgRefactor SetFunctionInfo to reduce long argument list...
2009-08-14 lrn@chromium.orgX64: Implement RegExp natively.
2009-08-14 sgjesse@chromium.orgRefactor SetFunctionInfo to reduce long argument list.
2009-08-13 feng@chromium.orgRevert code.google.com/p/v8/source/detail?r=2670
2009-08-13 bak@chromium.orgChanged Heap::Shrink to free as many pages as possible.
2009-08-13 whesse@chromium.orgerikcorry: Remember to put objects back in fast case...
2009-08-13 mikhail.naganov... Fix mac-nm script to support filenames w/spaces
2009-08-13 whesse@chromium.orgAvoid map transitions and multiple backing arrays for...
2009-08-13 whesse@chromium.orgX64: Change testl to testb if mask fits in 1 byte....
2009-08-13 ager@chromium.orgPrepare push to trunk to get JSON parser fix into Chromium.
2009-08-13 bak@chromium.orgChanged semi space Grow to be rounded to OS page size.
2009-08-13 bak@chromium.org- Added simple memory reduction behavior for IdleNotifi...
2009-08-13 christian.plesner... Fixed issue 19212
2009-08-13 bak@chromium.orgAdded idle notification to the API.
2009-08-13 whesse@chromium.orgX64: Add an SHL optimization, fix a floating-point...
2009-08-13 whesse@chromium.orgMove some arrays into functions so they don't get clone...
2009-08-13 christian.plesner... Add a readline() command to d8. This reads a single...
2009-08-12 feng@chromium.orgRevert my previous change r2654.
2009-08-12 christian.plesner... Prepare to push to trunk. We are now working on version...
2009-08-12 bak@chromium.org- Reduced the maximum capacity of a semi space from...
2009-08-12 christian.plesner... Add a write() command to d8. This is the same as the...
2009-08-12 christian.plesner... Fixed broken build.
2009-08-12 christian.plesner... Add api call to determine whether a string can be exter...
2009-08-11 whesse@chromium.orgX64: Remove optimization of SHR by constant, due to...
2009-08-11 ager@chromium.orgLand change to notify valgrind when we modify code...
2009-08-11 whesse@chromium.orgX64: Implement remaining constant smi optimizations...
2009-08-11 kmillikin@chromium.orgChange the location set size from kPointerSize to kBits...
2009-08-11 kmillikin@chromium.orgRemove much of the register allocation overhead from...
2009-08-10 whesse@chromium.orgX64: Add special inlining for subtracting a constant...
2009-08-10 kmillikin@chromium.orgFactored out common Instruction code in the CFG builder...
2009-08-10 kmillikin@chromium.org"Port" (count >= 0) assertion in VirtualFrame::Drop...
2009-08-10 kmillikin@chromium.orgEliminate most of the jump target jumping, branching...
2009-08-07 feng@chromium.orgAvoid calling GC in Context::New on Android devices.
2009-08-07 kmillikin@chromium.orgAdded support for property loads to the CFG builder...
2009-08-07 whesse@chromium.orgImplement inline constructors for X64. Fix ia32 inline...
2009-08-07 lrn@chromium.orgX64: Implement fast charCodeAt.
2009-08-07 kmillikin@chromium.orgFactor out some platform-independent code into the...
2009-08-07 kmillikin@chromium.orgRename: ExpressionBuilder => ExpressionCfgBuilder,...
2009-08-07 kmillikin@chromium.orgChange the SpilledScope scope and ...AndSpill functions...
2009-08-07 kmillikin@chromium.orgAdd support for (some) assignment expressions to the...
2009-08-07 kasperl@chromium.orgConvert global objects to global receivers before invoking
2009-08-06 mikhail.naganov... Fix presubmit errors.
2009-08-06 whesse@chromium.orgX64: Implement tickprocessor sampling on 64-bit MacOS...
2009-08-06 whesse@chromium.orgMake sure use of eax in inlined sin and cos is safe.
next