platform/upstream/v8.git
2011-07-28 ricow@chromium.orgFix win64 debug mode compilation
2011-07-28 keuchel@chromium.orgFix calculation of 'scope_calls_eval' when 'eval' is...
2011-07-28 whesse@chromium.orgAdd tracing of the stack height to full code generator.
2011-07-28 fschneider... Fix presubmit error.
2011-07-28 fschneider... Simplifications and cleanup of range analysis code.
2011-07-28 ricow@chromium.orgPrepare push to trunk. Now working on 3.5.2.
2011-07-27 danno@chromium.orgRe-activate unboxed double arrays by default.
2011-07-27 danno@chromium.orgFix FixedDoubleArray crashes in chromebot
2011-07-27 fschneider... Record safepoint at calls ToBooleanStub.
2011-07-27 whesse@chromium.orgEnsure that a string is flattened when entering JsonPar...
2011-07-26 danno@chromium.orgAllow GVN to separately optimize FastDoubleArrays
2011-07-26 vitalyr@chromium.orgImprove fast to slow elements conversion:
2011-07-26 fschneider... Fix presubmit error.
2011-07-26 fschneider... Landing http://codereview.chromium.org/7514005/
2011-07-26 yangguo@chromium.orgFixed win64 compiler warnings for D8 (static type casting).
2011-07-26 ricow@chromium.orgUpdate oom_dump README to indicate that people should...
2011-07-26 ricow@chromium.orgSwitch from sample shell to d8 for unit test
2011-07-25 danno@chromium.orgremove dead code in fast double elements
2011-07-25 jkummerow@chromium.orgFix: FunctionTemplate::SetPrototypeAttributes broke...
2011-07-25 svenpanne@chromium.orgRecord ToBoolean's type information in Hydrogen's HBran...
2011-07-25 fschneider... Better range information for logical shift right >>>.
2011-07-25 ricow@chromium.orgPrepare push to trunk. Now working on 3.5.1.
2011-07-25 ricow@chromium.orgRevert r8719 - Enable unboxed double arrays by default.
2011-07-25 svenpanne@chromium.orgRemoved forgotten debugging code.
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.
next