platform/upstream/v8.git
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...
2011-06-28 keuchel@chromium.orgFix "illegal access" when calling parseInt with a radix...
2011-06-28 fschneider... Fix bug in register assignment of IsObjectAndBranch.
2011-06-28 ager@chromium.orgCleanup to HEnvironment::CopyForInlining
2011-06-28 fschneider... Fix a bug in %_GetCachedArrayIndex.
2011-06-28 sgjesse@chromium.orgMIPS: port Fix receiver check in arguments ICs.
2011-06-28 sgjesse@chromium.orgMIPS: Long branch implementation and trampoline improve...
2011-06-28 ager@chromium.orgEnsure 16-byte stack alignment on Solaris.
2011-06-27 ager@chromium.orgPrepare push to trunk. Now working on version 3.4.8.
2011-06-27 ager@chromium.orgFix receiver check in arguments ICs.
2011-06-27 sgjesse@chromium.orgChange the handling of stack check on backward branches
2011-06-27 sgjesse@chromium.orgMIPS: port Better codegen for '<expression> === void...
2011-06-27 lrn@chromium.orgCleanup of return types and names in factory.
2011-06-27 sgjesse@chromium.orgMIPS: update missing write barrier for arguments store...
2011-06-24 yangguo@chromium.orgremoved some unnecessary stuff from d8's initialization
2011-06-24 cira@chromium.orgChange timeType and dateType in i18n date format API...
2011-06-24 keuchel@chromium.orgUpdated test expectations of future reserved keyword...
2011-06-24 keuchel@chromium.orgProper handling of future reserved words in strict...
2011-06-24 keuchel@chromium.orgBetter codegen for '<expression> === void <literal>'.
2011-06-24 sandholm@chromium.orgCheck for empty substring.
2011-06-24 sgjesse@chromium.orgMIPS: Minor bug fixes to macro-asm and simulator.
next