platform/upstream/v8.git
2011-07-25 whesse@chromium.orgFix compilation error in ia32 platform valgrind tests...
2011-07-24 mikhail.naganov... v8: Move DeleteEmpty test to test-list.cc
2011-07-22 danno@chromium.orgFix bug in ARM pixel array clamping
2011-07-22 svenpanne@chromium.orgDo not explicitly record undetectable objects in the...
2011-07-22 whesse@chromium.orgUpdate valgrind.h. Codereview codereview.chromium...
2011-07-22 mikhail.naganov... Finally, remove logging to memory support.
2011-07-22 danno@chromium.orgEnable unboxed double arrays by default.
2011-07-22 danno@chromium.orgRemaining changes to fully support FastDoubleArray.
2011-07-22 svenpanne@chromium.orgFixed an off-by-one error in SplitConstantsInFullCompil...
2011-07-21 svenpanne@chromium.orgImplement a type recording ToBoolean IC.
2011-07-21 svenpanne@chromium.orgIntroduce a poor man's version of STL's bitset.
2011-07-21 rossberg@chromium.orgFix ClassOf check on ARM.
2011-07-21 jkummerow@chromium.orgFix deopts caused by misplaced COW checks.
2011-07-21 rossberg@chromium.orgMake proxy fixing GC safe.
2011-07-21 rossberg@chromium.orgImplement Object.prototype.{hasOwnProperty, propertyIsE...
2011-07-21 ager@chromium.orgRe-apply: Implement mapping randomization for 64-bit...
2011-07-21 ager@chromium.orgFix overlap check in MoveBlock and fix assertion.
2011-07-21 ager@chromium.orgRevert "Implement mapping randomization for 64-bit...
2011-07-21 ager@chromium.orgImplement mapping randomization for 64-bit Linux. Notes:
2011-07-20 cira@chromium.orgICU 4.6 NumberFormat::EStyle enum is gone in ICU 4...
2011-07-20 vitalyr@chromium.orgSlightly simplify slow elements conversion check.
2011-07-20 jkummerow@chromium.orgAdd fake data dependencies (instead of disabling GVN...
2011-07-20 danno@chromium.orgImplement support for getters/setter on FixedDoubleArrays.
2011-07-20 rossberg@chromium.orgPreparing push to trunk.
2011-07-20 yangguo@chromium.orgFix for issue 1566: added flushing after writing to...
2011-07-20 danno@chromium.orgImplement for..in for FastDoubleArrays
2011-07-20 jkummerow@chromium.orgRevert "Make window.undefined, window.NaN, window.Infin...
2011-07-20 jkummerow@chromium.orgMake window.undefined, window.NaN, window.Infinitiy...
2011-07-20 danno@chromium.orgReland 8636: Implement setting the length property...
2011-07-20 whesse@chromium.orgFix presubmit error in copyright message.
2011-07-20 whesse@chromium.orgfix -Wunused-but-set-variable for gcc-4.6 on x64
2011-07-20 ager@chromium.orgAdd guard pages in front of executable allocations
2011-07-20 danno@chromium.orgMIPS: port Implement ICs for FastDoubleArray loads...
2011-07-19 vitalyr@chromium.orggrokdump: Add simple support for non-full minudumps.
2011-07-19 danno@chromium.orgRollback 8683: Implement setting the length property...
2011-07-19 danno@chromium.orgImplement setting the length property for FixedDoubleAr...
2011-07-19 danno@chromium.orgCrankshaft support for FixedDoubleArrays
2011-07-19 rossberg@chromium.orgImplement `in' for proxies.
2011-07-19 ager@chromium.orgCorrectly mark functions from our natives files during...
2011-07-18 ager@chromium.orgAdd GetPropertyAttribute method for Object in the API
2011-07-18 vitalyr@chromium.orgPass isolate to AST ID functions.
2011-07-18 jkummerow@chromium.orgRevert "Make GYP build usable for day-to-day work"
2011-07-18 svenpanne@chromium.org Encapsulated the AST ID recording a bit, this time...
2011-07-18 ager@chromium.orgFix the debugger for strict-mode functions.
2011-07-18 jkummerow@chromium.orgMake GYP build usable for day-to-day work
2011-07-18 rossberg@chromium.orgImplement sealing, freezing, and related functions...
2011-07-18 ager@chromium.orgReplace reinterpret_cast with BitCast in deoptimizer...
2011-07-18 svenpanne@chromium.orgFixed confusion between AST IDs and condition codes...
2011-07-18 svenpanne@chromium.orgPrepare push to trunk.
2011-07-17 ager@chromium.orgIntroduce a random entropy source which can optionally...
2011-07-15 vitalyr@chromium.orgFix win64 build.
2011-07-15 vitalyr@chromium.orgAvoid TLS load in AstNode constructor.
2011-07-15 yangguo@chromium.orgRemoved unnecessary semicolon.
2011-07-15 mstarzinger... Fixed bug in array filter and reduce functions.
2011-07-15 rossberg@chromium.orgImplement delete trap for proxies.
2011-07-15 yangguo@chromium.orgIncluded variable default for d8.gyp.
2011-07-15 jkummerow@chromium.orgFix gyp build
2011-07-14 yangguo@chromium.orgIntroduces a light version of D8 that links against...
2011-07-14 jkummerow@chromium.orgAdd map check for COW elements to crankshaft array...
2011-07-14 yangguo@chromium.orgExcludes cctest from gyp build if using shared library.
2011-07-14 mikhail.naganov... Convert *.js files of cctest/test-log into "resources".
2011-07-14 vegorov@chromium.orgExpose APIs for detecting boxed primitives, native...
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...
next