platform/upstream/v8.git
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...
2009-07-31 mikhail.naganov... X64: enable stack sampling in profiler.
2009-07-31 kmillikin@chromium.orgBasic infrastructure for fast two-pass compilation...
2009-07-31 whesse@chromium.orgX64: Add fix of issue 392 to X64
2009-07-31 mikhail.naganov... Remove the rest of references to jsregexp-inl.h
2009-07-30 sgjesse@chromium.orgPrepare push to trunk. We are now working towards versi...
2009-07-30 kmillikin@chromium.orgFix broken test compilation.
2009-07-30 lrn@chromium.orgX64: Fix lint problem and add missing stub function.
2009-07-30 kmillikin@chromium.orgAnother name change for consistency's sake. NODE_LIST...
2009-07-30 kmillikin@chromium.orgChange the overly-general class named Node to the more...
2009-07-30 lrn@chromium.orgX64: Added inline keyed load/store and a bunch of other...
2009-07-30 sgjesse@chromium.orgAvoid dictionary expansion during bootstrapping.
2009-07-30 whesse@chromium.orgX64: Change wording of comments.
2009-07-30 sgjesse@chromium.orgAllocate global object as a normalized object.
2009-07-30 whesse@chromium.orgX64: Fix error in division & modulus, adjust mjsunit...
2009-07-30 sgjesse@chromium.orgHarden message handling in the debugger agent.
2009-07-29 christian.plesner... Speed up CalledAsConstructor.
2009-07-29 antonm@chromium.orgCompile precanned answers for the case of failed interc...
2009-07-29 yurys@chromium.orgUse JSFunction::IsBuiltin() for checking if a function...
2009-07-29 mikhail.naganov... Add generic V8 API functions for controlling profiling...
2009-07-29 kasperl@chromium.orgChange the check for builtin functions to not be based...
2009-07-29 sgjesse@chromium.orgAdd missing case in AST printer.
2009-07-29 mikhail.naganov... Introduce first approximation of constructor heap profi...
2009-07-29 yurys@chromium.org* Mark debug-stepin-builtin test as failing on x64
2009-07-29 yurys@chromium.orgDon't step in function.call/apply if the function is...
2009-07-28 iposva@chromium.org- getc returns an int.
2009-07-28 deanm@chromium.orgAdd x64 to the gyp build.
2009-07-28 iposva@chromium.org- Clamp double values as doubles to get a free NaN...
2009-07-28 mikhail.naganov... X64: Fixes to enable C/C++ functions processing in...
2009-07-28 antonm@chromium.orgGet rid of unnecessary handle management when invoking...
2009-07-28 whesse@chromium.orgX64: Fix bug that showed up in mjsunit/invalid-lhs.js
2009-07-28 whesse@chromium.orgMore X64 inline cache implementation.
2009-07-28 whesse@chromium.orgX64: Add passing date tests to the mjsunit X64 test...
2009-07-28 kasperl@chromium.orgChange custom NaN check to use isnan to fix pixel array
2009-07-28 kasperl@chromium.orgFix pixel array support for x64 and make the fast Array...
2009-07-28 sgjesse@chromium.orgChange the updating of the counters for global stub...
2009-07-28 kasperl@chromium.orgThere's seems to be an issue with 0/0 on ARM, which...
2009-07-28 kasperl@chromium.orgFix lint issues. TBR=mikhail.naganov@gmail.com
2009-07-28 kasperl@chromium.orgFix lint issues. TBR=iposva@chromium.org
2009-07-28 iposva@chromium.org- Expose CanvasPixelArray functionality directly in...
2009-07-28 mikhail.naganov... Fix issue 410: test-log/ProfLazyMode flakinness under...
2009-07-28 lrn@chromium.orgX64: Fixed bug de-tagging of smis in multiplication...
2009-07-27 whesse@chromium.orgX64: Fix buggy expression in disassembler. Fixes Issue...
2009-07-27 whesse@chromium.orgX64: Add inline cache stub for storing to globals.
2009-07-27 christian.plesner... Handlified some stack trace code
2009-07-27 christian.plesner... Added Error.captureStackTrace function.
2009-07-27 whesse@chromium.orgX64: Add mov rax,(mem64) to disassembler.
2009-07-27 whesse@chromium.orgMake X64 implementation update Store ic stubs. Remove...
2009-07-27 vitalyr@chromium.orgStub Cache: speed up load callback accessor by allocati...
2009-07-27 kasperl@chromium.orgPrepare to push version 1.3.0 to trunk.
2009-07-27 iposva@chromium.orgLanding patch for Timur Iskhodzhanov.
2009-07-24 whesse@chromium.orgAdd inline caching for keyed loads and stores. Remove...
2009-07-24 yurys@chromium.orgRemove trailing whitespace in test-debug.cc
2009-07-24 yurys@chromium.orgDebugger should not stop in its own code and in code...
next