platform/upstream/v8.git
2011-06-14 ricow@chromium.orgGeve correct error message when Object.isExtensible...
2011-06-14 svenpanne@chromium.orgFirst steps towards better code generation for LBranch:
2011-06-14 sgjesse@chromium.orgAlways print the deoptimization data when disassembling...
2011-06-14 sgjesse@chromium.orgMIPS: port Refactor platform-specific code for determin...
2011-06-10 mikhail.naganov... Skip test-debug/DebuggerAgent on ARM. Issue 945.
2011-06-10 yangguo@chromium.orgadded explicit attributes since constructors have only...
2011-06-10 yangguo@chromium.orgremoved isolates from d8 since they are not necessary...
2011-06-10 yangguo@chromium.orgcorrected parts in d8 that accesses the new "deisolated...
2011-06-10 ager@chromium.orgAdd GetOwnPropertyNames method for Object in the API
2011-06-10 svenpanne@chromium.orgAdded two convenience methods to access an int/double...
2011-06-10 fschneider... Add support for hydrogen control instructions with...
2011-06-10 mikhail.naganov... "Deiceolate" Thread classes.
2011-06-10 ager@chromium.orgFix issue 1447 by not redefining properties unneccesari...
2011-06-10 mikhail.naganov... Revert accidental r8254..r8256
2011-06-10 mikhail.naganov... trying to fix test
2011-06-10 mikhail.naganov... tests compile but crash
2011-06-10 mikhail.naganov... remove isolate reference from threads
2011-06-10 danno@chromium.orgRefactor platform-specific code for determining shared...
2011-06-10 sgjesse@chromium.orgRemove the flag --debug-info
2011-06-10 sgjesse@chromium.orgMIPS: port Dispatch on ElementsKind rather than Externa...
2011-06-10 sgjesse@chromium.orgMIPS: port Link function contexts directly to the previ...
2011-06-10 sgjesse@chromium.orgMIPS: port Link function contexts directly to the previ...
2011-06-09 kmillikin@chromium.orgUse the previous context link when checking context...
2011-06-09 danno@chromium.orgFix bogus unreachable in debug code.
2011-06-09 sgjesse@chromium.orgGYP: Generate makefiles for all architectures on Linux
2011-06-09 fschneider... Simplify the check when to perform loop invariant code...
2011-06-09 danno@chromium.orgDispatch on ElementsKind rather than ExternalArrayType...
2011-06-09 yangguo@chromium.orgfixed style mistake found in presubmit.py
2011-06-09 ager@chromium.orgCorrect the limit of local variables in a optimized...
2011-06-09 yangguo@chromium.orgadded --stress-opt option to d8
2011-06-09 svenpanne@chromium.orgMoved non-architecture-specific GetFooCodeStub function...
2011-06-09 sgjesse@chromium.orgGYP: Make the ARM simulator build with GYP again
2011-06-09 kmillikin@chromium.orgLink function contexts directly to the previous context.
2011-06-09 whesse@chromium.orgAdd boolean flag to HChange and LNumberUntagD to not...
2011-06-09 kmillikin@chromium.orgUpdate the blacklist in fuzz-natives.
2011-06-09 kmillikin@chromium.orgA collection of context-related refactoring changes.
2011-06-09 fschneider... Fix bug with GVN on array loads.
2011-06-09 danno@chromium.orgImplement core support for FixedDoubleArrays.
2011-06-09 sgjesse@chromium.orgAdd support for building Xcode project files from GYP...
2011-06-09 ager@chromium.orgFix Array.prototype.{reduce,reduceRight} to pass undefi...
2011-06-09 sgjesse@chromium.orgMIPS: port Stop using with explicitly to implement...
2011-06-08 kmillikin@chromium.orgFix lint error. TBR.
2011-06-08 kmillikin@chromium.orgStop using with explicitly to implement try/catch.
2011-06-08 fschneider... Remove unused function form hydrogen instructions.
2011-06-08 fschneider... Cleanup unused lithium instructions.
2011-06-08 mikhail.naganov... Add snapshot compression support into d8.
2011-06-08 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.4.4.
2011-06-08 lrn@chromium.orgFix bug in Object.defineProperty where a growing lement...
2011-06-08 sandholm@chromium.orgSpecialize JSON parser to only check for SequentialAsci...
2011-06-08 danno@chromium.orgAdd failing test case for bug 1434
2011-06-08 erik.corry... Revert 8133: Lower heap size limits on systems that...
2011-06-07 vitalyr@chromium.orgFix bug 1433: clear the global thread table when an...
2011-06-07 vitalyr@chromium.orgReduce TLS overhead in v8::TryCatch.
2011-06-07 vitalyr@chromium.orgClean up a few TODO(isolates).
2011-06-07 ager@chromium.orgConvert time zone name to UTF8 on Windows.
2011-06-07 whesse@chromium.orgLimit the number of arguments in a function call to...
2011-06-07 mikhail.naganov... Fix presubmit errors catched by a more recent version...
2011-06-07 mikhail.naganov... Fix typo: RetainedSizeCalculator::reained_size -> retai...
2011-06-06 mikhail.naganov... Fix presubmit after r8189
2011-06-06 mikhail.naganov... Compress sources of JS libraries in addition to the...
2011-06-06 vitalyr@chromium.orgUpdate comments in the global handles interface.
2011-06-06 vitalyr@chromium.orgKill some dead code: classic frame element and const...
2011-06-06 vitalyr@chromium.orgRefactor storage of global handles.
2011-06-06 fschneider... Re-land r8140: Deoptimize on never-executed code-paths.
2011-06-06 ager@chromium.orgDon't use SmartSlice just because the receiver is an...
2011-06-06 jkummerow@chromium.orgPer-Isolate cache for polymorphic stubs
2011-06-06 kmillikin@chromium.orgFix a bug in Lithium environment iteration.
2011-06-06 erik.corry... Prepare push to trunk. Now working on version 3.4.3.
2011-06-06 ager@chromium.orgMIPS: port Add complete ElementsKind information direct...
2011-06-06 ager@chromium.orgMIPS: port Implement set trap for proxies, and revamp...
2011-06-06 erik.corry... Fix asserts in StartPreemption and StopPreemption.
2011-06-06 ager@chromium.orgMIPS: Fixed FPU rounding checks and related errors...
2011-06-06 karlklose@chromium.orgARM: Add optimization for constant RHS in DoMulI.
2011-06-03 mikhail.naganov... Define stubs for implementations of v8-profiler.h API...
2011-06-03 erik.corry... Fix traversal of the map transition tree to take the...
2011-06-03 ager@chromium.orgReapply: "Make instanceof and Object.getPrototypeOf...
2011-06-03 ager@chromium.orgReport out of memory if we cannot allocate memory for...
2011-06-03 danno@chromium.orgAdd complete ElementsKind information directly to Map...
2011-06-02 dslomov@chromium.orgPatch by Luke Zarko.
2011-06-02 mikhail.naganov... Add curly braces to if / else clauses after r8152
2011-06-02 ager@chromium.orgRevert "Make instanceof and Object.getPrototypeOf work...
2011-06-01 mikhail.naganov... Revert "Fix Issue 1320: LiveEdit: text differencer...
2011-06-01 mikhail.naganov... Fix presubmit errors after r8152
2011-06-01 mikhail.naganov... [Linux] Do not install SIGPROF handler until we
2011-06-01 cira@chromium.orgRe-landing http://codereview.chromium.org/7014019.
2011-06-01 rossberg@chromium.orgMake instanceof and Object.getPrototypeOf work for...
2011-06-01 peter.rybin... Fix Issue 1320: LiveEdit: text differencer fails with...
2011-06-01 sandholm@chromium.orgUntank compilation and fix JSON parse bug introduced...
2011-06-01 sandholm@chromium.orgRemove scanner abstraction layer from JSON parsing.
2011-06-01 fschneider... Revert r8140.
2011-06-01 kmillikin@chromium.orgDelay processing of declarations for inlining candidates.
2011-06-01 sandholm@chromium.orgRemoving white spaces introduced in r8142.
2011-06-01 sandholm@chromium.orgEnsure strings are never externalized as a side-effect...
2011-06-01 erik.corry... Fix compilation on OpenBSD. Patch from Robert Nagy in
2011-06-01 fschneider... Eagerly deoptimize on never-executed code-paths.
2011-06-01 kmillikin@chromium.orgDisable context-allocated const variables.
2011-06-01 sgjesse@chromium.orgMIPS: port Fix receiver for calls to strict-mode and...
2011-06-01 sgjesse@chromium.orgMIPS:port Reapply change to Pass undefined to JS builti...
2011-06-01 sgjesse@chromium.orgMIPS: port Fix a number of IC stubs to correctly set...
2011-06-01 sgjesse@chromium.orgMIPS: port Prevent deopt on double value assignment...
next