platform/upstream/v8.git
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.
2009-08-06 whesse@chromium.orgX64: Implement inline trigonometric operations.
2009-08-06 kmillikin@chromium.orgM regexp-macro-assembler-ia32.cc
2009-08-06 vitalyr@chromium.orgAPI: added function to find instance of template in...
2009-08-06 lrn@chromium.orgIrregexp-ia32 internal call strategy changed.
2009-08-06 whesse@chromium.orgX64: Optimize MOD operator by a constant power of 2.
2009-08-06 kmillikin@chromium.orgFix the debugger in multipass mode by introducing phant...
2009-08-06 lrn@chromium.orgX64: Fix bug in boolean conversion of empty string.
2009-08-06 whesse@chromium.orgFix SConstruct file to build with new logging code...
2009-08-06 kmillikin@chromium.orgAdded support for expression statements to the CFG...
2009-08-06 whesse@chromium.orgX64: Make megamorphic and normal calls use stub cache...
2009-08-05 kmillikin@chromium.orgAdd support to the CFG builder for non-short-circuited...
2009-08-05 mikhail.naganov... Add .gitignore file similar to Chromium's one.
2009-08-05 lrn@chromium.orgFix bug in X64 RSet code. Optimize IA32 version.
2009-08-05 mikhail.naganov... Fix issue 417: incorrect %t placeholder expansion.
2009-08-05 sgjesse@chromium.orgPrepare to push to trunk. We are now working on version...
2009-08-05 sgjesse@chromium.orgOn Linus don't force-export V8 symbols unless v8 is...
2009-08-05 sgjesse@chromium.orgFix Windows build.
2009-08-04 whesse@chromium.orgX64: Enable specialized stubs for length property.
2009-08-04 mikhail.naganov... Add an ability to initiate GC through V8 API.
2009-08-04 whesse@chromium.orgX64: Add missing pop when calling handler with Out...
2009-08-04 lrn@chromium.orgX64: double stack size, to be able to have the same...
2009-08-04 whesse@chromium.orgX64: Set mozilla.status to reflect actual status of...
2009-08-04 whesse@chromium.orgAdd safe handling of NaN to Posix platform-dependent...
2009-08-04 lrn@chromium.orgX64: Fix bug in RandomPositiveSmi (doesn't save rsi...
2009-08-03 lrn@chromium.orgRemoved unsafe optimization in RecordWrite.
2009-08-03 lrn@chromium.orgX64: Reenabled RSet.
2009-08-03 sgjesse@chromium.orgRemoved some comments which did not make any sense.
2009-08-03 whesse@chromium.orgFix debug printing of pointers, and a keyed store with...
2009-08-03 kmillikin@chromium.orgRestructure to support recursive invocation of the...
2009-08-01 iposva@chromium.org- Fix a style violation which was flagged by gcc: while...
2009-07-31 whesse@chromium.orgAdd missing file to last changelist, for NaN Dates.
2009-07-31 whesse@chromium.orgGuard local time posix functions from NaN value of...
2009-07-31 kmillikin@chromium.orgEnable C++ missing virtual destructor warning.
2009-07-31 kmillikin@chromium.orgAdd virtual destructors to address a gcc warning.
2009-07-31 kmillikin@chromium.orgEnable --trace when --multipass is on. Bugfix in bailo...
next