platform/upstream/v8.git
2011-07-07 rossberg@chromium.orgImplement Object.defineProperty for proxies.
2011-07-07 vitalyr@chromium.orgDon't check symbol literals for being symbols.
2011-07-07 vegorov@chromium.orgWhen resolving phies use ANY instead of NONE as a polic...
2011-07-07 fschneider... Don't emit a write barrier when storing boolean-typed...
2011-07-07 ricow@chromium.orgEnsure that regexps always have code object, even if...
2011-07-06 vitalyr@chromium.orgGroup property assignments in top-level blocks.
2011-07-06 sgjesse@chromium.orgAdd inspection of function for optimized frames
2011-07-06 vegorov@chromium.orgCorrectly propagate toolchain setting in SConstruct.
2011-07-06 vegorov@chromium.orgDefine OS::MaxVirtualMemory on MinGW.
2011-07-06 vegorov@chromium.orgMinGW32: define STRUNCATE and change strncpy_s implemen...
2011-07-06 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.4.11.
2011-07-06 sgjesse@chromium.orgFix debug break on binary boolean operators
2011-07-06 sgjesse@chromium.orgUse the information from the last recorded safepoint...
2011-07-06 lrn@chromium.orgRevert preparser duplicate detection.
2011-07-06 lrn@chromium.orgMake preparser detect duplicate parameters and object...
2011-07-06 ricow@chromium.orgIn preperation of using d8 for running tests: Don't...
2011-07-06 sgjesse@chromium.orgFix a typo in KeyedStoreIC, restore Kraken performance.
2011-07-05 vitalyr@chromium.orgFix arm build.
2011-07-05 vitalyr@chromium.orgFix a few issues breaking cctest/test-lockers/Regress1433:
2011-07-05 lrn@chromium.orgAdd new files to gyp.
2011-07-05 sgjesse@chromium.orgAdd support for lazy deoptimization from deferred stack...
2011-07-05 lrn@chromium.orgExtract string->double and double->string conversions...
2011-07-05 vegorov@chromium.orgFix ABI for API calls on ia32.
2011-07-05 ricow@chromium.orgIntroduce code flushing of RegExp code.
2011-07-05 mikhail.naganov... Don't try to build d8 from profiler tick processor...
2011-07-04 whesse@chromium.orgAs part of allowing different contexts for inlined...
2011-07-04 vitalyr@chromium.orgFix bug 1529: check for NULL handle in v8::TryCatch...
2011-07-04 ricow@chromium.orgPrepare push to trunk. Now working on 3.4.10.
2011-07-04 whesse@chromium.orgFix Windows 64-bit compilation error.
2011-07-04 whesse@chromium.orgSpeed up V8 random number generator, reverting part...
2011-07-04 kmillikin@chromium.orgFix a bug in with and catch context allocation.
2011-07-04 sgjesse@chromium.orgMIPS: port Introduce scopes to keep track of catch...
2011-07-04 sgjesse@chromium.orgMIPS: port Do not pass the global object as the receive...
2011-07-04 sgjesse@chromium.orgCorrectly handle the constant pool in constant pool...
2011-07-01 lrn@chromium.orgRevert r8516.
2011-07-01 kmillikin@chromium.orgFix an issue with optimization of functions inside...
2011-07-01 lrn@chromium.orgAdd duplicate parameter detection to preparser.
2011-07-01 vitalyr@chromium.orgDo a backing store sparseness check on fast element...
2011-07-01 vitalyr@chromium.orgRemove unmarked entries from per context map caches.
2011-07-01 yangguo@chromium.orgexposing a few boolean queries from objects.h
2011-07-01 lrn@chromium.orgMake date parser handle all ES5 Date Time Strings corre...
2011-07-01 jkummerow@chromium.orgFix flakiness of optimization assertion on slow ARM...
2011-07-01 vegorov@chromium.orgSync grokdump.py INSTANCE_TYPES with V8.
2011-07-01 jkummerow@chromium.orgAdd missing HandleScope
2011-07-01 sandholm@chromium.orgAn attempt to resolve the win32 build error introduced...
2011-07-01 mikhail.naganov... Remove "modules" and "tags" of the logging CPU profiler.
2011-07-01 sandholm@chromium.orgSpecial case handling of one char split on an ASCII...
2011-07-01 svenpanne@chromium.orgWhen compiling C++, CXXFLAGS *and* CCFLAGS are used...
2011-07-01 jkummerow@chromium.orgCleanup polymorphic IC code to make use of ElementsKind...
2011-07-01 svenpanne@chromium.orgSimplify UnaryOpStub a little bit.
2011-07-01 ager@chromium.orgFixes the build for the shell on illumos and Solaris...
2011-06-30 fschneider... Relax register constraints for instructions that suppor...
2011-06-30 whesse@chromium.orgChange return type of FrameDescription::GetFrameSize...
2011-06-30 kmillikin@chromium.orgRemove bogus assertion.
2011-06-30 fschneider... Fix broken ARM debug build.
2011-06-30 karlklose@chromium.orgFix problem with arguments object ICs not checking...
2011-06-30 kmillikin@chromium.orgIntroduce scopes to keep track of catch blocks at compi...
2011-06-30 fschneider... Refactor handling of test expressions in the graph...
2011-06-30 mikhail.naganov... Heap profiler: annotate fixed arrays by their purpose.
2011-06-30 svenpanne@chromium.orgUnbreak compilation on MIPS after EmitCallIC removal.
2011-06-30 ager@chromium.orgExclude %_IsNativeOrStrictMode from natives fuzzer.
2011-06-30 whesse@chromium.orgFix compilation on 64-bit Windows build.
2011-06-30 whesse@chromium.orgImprove pseudorandom number generation and move the...
2011-06-30 svenpanne@chromium.orgNuke EmitCallIC, it is a plain call now.
2011-06-30 ager@chromium.orgDo not pass the global object as the receiver to strict...
2011-06-30 vegorov@chromium.orgFix presubmit failure in gdb-jit.cc.
2011-06-30 kmillikin@chromium.orgRemove failing test while working on a fix.
2011-06-30 vegorov@chromium.orgFix SConstruct to pass correct defines to samples/prepa...
2011-06-30 danno@chromium.orgFix ARM regression introduced with polymorphic array...
2011-06-30 vegorov@chromium.orgExtend gdb-jit support (OSX/locals+parameters/prettyprint)
2011-06-30 svenpanne@chromium.orgCleaned up calling-related methods in the ARM assembler.
2011-06-30 kmillikin@chromium.orgFix a bug in Object.defineProperty.
2011-06-30 ager@chromium.orgMIPS: stub out Support debugger inspection of locals...
2011-06-30 jkummerow@chromium.orgAdd support for dictionary elements to polymorphic...
2011-06-30 kmillikin@chromium.orgMIPS: port Explicitly pass the closure when allocating...
2011-06-30 kmillikin@chromium.orgMIPS: port Remove the fcontext field from all contexts.
2011-06-30 ager@chromium.orgFix platform-solaris after isolate changes.
2011-06-30 ager@chromium.orgRemove --strict developer flag from V8.
2011-06-30 ager@chromium.orgUpdate test expectations for sputnik to match new revision.
2011-06-29 vitalyr@chromium.orgll_prof: Terminate mmap file names on the first NUL...
2011-06-29 vitalyr@chromium.orgSuspend runtime profiler as soon as we exit JS.
2011-06-29 jkummerow@chromium.orgFix build on x64
2011-06-29 svenpanne@chromium.orgSimplify EmitCallIC.
2011-06-29 sgjesse@chromium.orgTemporarily add more test output to help locate test...
2011-06-29 jkummerow@chromium.orgUsing KeyedStoreIC_Generic_Strict must prevent polymorp...
2011-06-29 sgjesse@chromium.orgFix compilation of all combinations of disassembler...
2011-06-29 sgjesse@chromium.orgSupport debugger inspection of locals in optimized...
2011-06-29 vegorov@chromium.orgPrepare push to trunk. Now working on 3.4.9.
2011-06-29 svenpanne@chromium.orgSimplify the way we call UnaryOpStubs, saving one unuse...
2011-06-29 sandholm@chromium.orgImprove JSON.parse to use less memory when using escape...
2011-06-29 sgjesse@chromium.orgARM: Improve register allocation and constraints (try 2).
2011-06-29 jkummerow@chromium.orgError checking for length parameter of external array...
2011-06-29 yangguo@chromium.orgreverting revision r8454
2011-06-29 erik.corry... Improvement to SmiLexicalCompare. Landing codereview...
2011-06-29 kmillikin@chromium.orgFix lint failure.
2011-06-29 yangguo@chromium.orgadded the --test option for d8 into tools/test.py
2011-06-29 kmillikin@chromium.orgExplicitly pass the closure when allocating a catch...
2011-06-28 kmillikin@chromium.orgRemove the fcontext field from all contexts.
2011-06-28 fschneider... Slightly improved register assignment for %_IsObject...
2011-06-28 kmillikin@chromium.orgBetter placement of argument pushing for a few hydrogen...
next