platform/upstream/v8.git
2011-07-14 yangguo@chromium.orgsample shell does not link against shared lib due to...
2011-07-14 danno@chromium.orgsimplification to HClampToUint8
2011-07-14 ricow@chromium.orgFix memory leak from sample/shell.cc.
2011-07-14 svenpanne@chromium.orgHarmonize naming a bit, x64 was the only platform where...
2011-07-13 danno@chromium.orgFix the build on x64 and ARM.
2011-07-13 danno@chromium.orgFixes build failures from FixedDoubleArray IC patch.
2011-07-13 ager@chromium.orgFix shortcutting bug in HInferRepresentation
2011-07-13 danno@chromium.orgImplement ICs for FastDoubleArray loads and stores
2011-07-13 ricow@chromium.orgFix presubmit
2011-07-13 vegorov@chromium.orgFix bug in prototype transitions cache clearing introdu...
2011-07-13 sgjesse@chromium.orgSupport scope information and evaluation in optimized...
2011-07-13 whesse@chromium.orgPrepare push to trunk. We are now working on version...
2011-07-13 mikhail.naganov... WebKit Win fix after r8629: use ...A Win API functions...
2011-07-13 rossberg@chromium.orgImplement Object.getOwnPropertyDescriptor for proxies.
2011-07-13 mikhail.naganov... Remove support for logging into a memory buffer.
2011-07-13 whesse@chromium.orgRevert r8619 because of Webkit failures.
2011-07-13 svenpanne@chromium.orgDisentangle printing of stub names and memory allocation.
2011-07-13 rossberg@chromium.orgImplement Object.keys for proxies.
2011-07-13 mikhail.naganov... Clean up conditionals in tests after r8622.
2011-07-13 sgjesse@chromium.orgMake fast tls the default
2011-07-13 sgjesse@chromium.orgAvoid patching code after the call to binary operation...
2011-07-13 sgjesse@chromium.orgRemove the ability to compile without logging and profiling
2011-07-12 yangguo@chromium.orgAdded dictionary that can use objects as keys.
2011-07-12 svenpanne@chromium.orgFixed a long-standing TODO: Removed a few *-incl.h...
2011-07-12 lrn@chromium.orgRemove prematurely added dependencies from preparser.
2011-07-11 yangguo@chromium.orgsecond attempt at correcting fopen (hangs when trying...
2011-07-11 sgjesse@chromium.orgAdd source position recording for variable loads
2011-07-11 yangguo@chromium.orgrollback
2011-07-11 kmillikin@chromium.orgFix a potential crash in const declaration.
2011-07-11 ager@chromium.orgRemove heap protection support.
2011-07-11 yangguo@chromium.orgbug fix
2011-07-11 sgjesse@chromium.orgLower the number of threads for some threading tests...
2011-07-11 vegorov@chromium.orgFix bug in Map::TraverseTransitionTree.
2011-07-11 yangguo@chromium.orgbug fix since --prof did not work
2011-07-11 ricow@chromium.orgRemove passing tests from test262 status file
2011-07-11 sgjesse@chromium.orgPrepare push to trunk. We are now working on version...
2011-07-11 sgjesse@chromium.orgFix heap corruption and memory leakage in inspection...
2011-07-11 svenpanne@chromium.orgDrastically reduce the transitive dependencies of jsreg...
2011-07-11 yangguo@chromium.orgported --isolate option to d8 and refactored to group...
2011-07-11 kmillikin@chromium.orgAllow JSObject::PreventExtensions to work for arguments...
2011-07-11 sgjesse@chromium.orgMIPS: port Fix problem with arguments object ICs not...
2011-07-11 sgjesse@chromium.orgMIPS: Cleaned up calling-related methods in the assembler.
2011-07-09 ricow@chromium.orgUpdated status file for test262 to latest revision.
2011-07-08 mikhail.naganov... Align host and target architectures when building v8_shell.
2011-07-08 danno@chromium.orgFix polymorphic array test
2011-07-08 danno@chromium.orgUnify handling of element IC stubs.
2011-07-08 svenpanne@chromium.orgRemoved useless implementations of GetName and Print...
2011-07-08 sgjesse@chromium.orgGenerate shorter instruction forms for constant in...
2011-07-08 sgjesse@chromium.orgAdd inspection of whether frame is a construct frame...
2011-07-08 kmillikin@chromium.orgFix compilation error.
2011-07-08 kmillikin@chromium.orgFix a bug in for/in iteration of arguments objects.
2011-07-08 sgjesse@chromium.orgMIPS: port Fix ARM regression introduced with polymorph...
2011-07-08 sgjesse@chromium.orgMIPS: port Fix a typo in KeyedStoreIC, restore Kraken...
2011-07-08 sgjesse@chromium.orgMIPS: port Introduce code flushing of RegExp code.
2011-07-07 sgjesse@chromium.orgTry to fix Windows compilation error.
2011-07-07 sgjesse@chromium.orgAdd inspection of arguments for optimized frames
2011-07-07 svenpanne@chromium.orgReduce the number of global constructor calls by changi...
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.
next