platform/upstream/v8.git
2011-09-08 erik.corry... JSArray can go slow case during String.split. Guard...
2011-09-07 mikhail.naganov... Add *.so to .gitignore.
2011-09-07 yangguo@chromium.orgFixing presubmit error.
2011-09-07 yangguo@chromium.orgFaster non-regexp global string.replace.
2011-09-07 yangguo@chromium.orgPresubmit output to distinguish check phases.
2011-09-07 jkummerow@chromium.orgAdd "dependencies" target to top-level Makefile
2011-09-07 erik.corry... Fix 64 bit build on Windows.
2011-09-07 erik.corry... Fix assert on Mozilla test after String split optimization.
2011-09-07 erik.corry... Make one-character strings into symbols more agressively.
2011-09-07 lrn@chromium.orgReintroduce duplicate identifier detection in preparser.
2011-09-07 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.6.2.
2011-09-07 lrn@chromium.orgAvoid size increase of snapshot.
2011-09-07 erik.corry... Fix presubmit
2011-09-07 erik.corry... Optimize the common obfuscator pattern where ["foo...
2011-09-07 kmillikin@chromium.orgFix presubmit failures.
2011-09-07 kmillikin@chromium.orgRemove variable rewrites and the unneccesary Slot class.
2011-09-07 svenpanne@chromium.orgNuked unused method declaration.
2011-09-07 kmillikin@chromium.orgFix a bug in abrupt exit from with or catch inside...
2011-09-06 keuchel@chromium.orgGetting rid of ExitContextStatement for scoped blocks.
2011-09-06 keuchel@chromium.orgSimplfy handling of exits from scoped blocks.
2011-09-06 keuchel@chromium.orgAvoid dynamic lookup when initializing let declared...
2011-09-06 yangguo@chromium.orgPut test directories of d8-os tests into /tmp/.
2011-09-06 jkummerow@chromium.orgFix possible crash in FixedDoubleArray::Initialize()
2011-09-06 ricow@chromium.orgFix map space explosion from changing the arguments...
2011-09-06 vegorov@chromium.orgFix bug in Page::GetRegionMaskForSpan.
2011-09-06 yangguo@chromium.orgLimit the time d8 interactive shell's input strings...
2011-09-06 ricow@chromium.orgAdd regression test for issue 1215, expand regression...
2011-09-06 jkummerow@chromium.orgFix a few clang warnings (which -Werror treats as errors)
2011-09-06 yangguo@chromium.orgMIPS: ported r9119 fixing performance regression in...
2011-09-05 svenpanne@chromium.orgPrint value and type check dependency for JSArrayLength...
2011-09-05 fschneider... Landing: MIPS: Fixed some mips32r1-specific test failures.
2011-09-05 fschneider... Landing MIPS: Support declarations of context allocated...
2011-09-05 lrn@chromium.orgOptimize isFinite and isNaN.
2011-09-05 fschneider... Prepare push to trunk. Now working on version 3.6.1.
2011-09-05 erik.corry... Up the max heap size from 512Mbytes to 700MBytes as...
2011-09-05 yangguo@chromium.orgMIPS: port Generated code for substring slices in x64...
2011-09-05 yangguo@chromium.orgMIPS: Minor cleanup change to arguments slots constants.
2011-09-05 mikhail.naganov... Remove STL dependencies from mksnapshot.cc
2011-09-05 lrn@chromium.orgRemove unused includes from scanner.h.
2011-09-05 mikhail.naganov... A temporary workaround for huge heap snapshots problem.
2011-09-05 lrn@chromium.orgLock the prototype of internal classes.
2011-09-02 mikhail.naganov... Avoid creating shell name every time in shell sample.
2011-09-02 mikhail.naganov... Make a static non-POD object a static raw pointer instead.
2011-09-02 yangguo@chromium.orgFixed performance regression in v8 regexp benchmark...
2011-09-02 fschneider... Remove unused code for AstSentinels and related stuff.
2011-09-02 keuchel@chromium.orgPrune empty block scopes from scope tree
2011-09-02 lrn@chromium.orgThe spec (15.1.2.2 parseInt (string , radix)) says...
2011-09-02 fschneider... Allow OSR for closures that reference context slots.
2011-09-02 fschneider... Add flaky test expectation for a mozilla-debug test...
2011-09-02 yangguo@chromium.orgOnly presubmit check files in git repo for copyright...
2011-09-01 fschneider... Support declarations of context allocated locals in...
2011-09-01 yangguo@chromium.orgGenerated code for substring slices in x64 and arm.
2011-09-01 svenpanne@chromium.orgInclude more information when printing phi nodes.
2011-09-01 yangguo@chromium.orgChanged printing of immediate result in d8's interactiv...
2011-09-01 keuchel@chromium.orgDetect conflicting variable bindings in harmony mode.
2011-09-01 lrn@chromium.orgMake functions on the built-in object non-writable.
2011-09-01 jkummerow@chromium.orgmove -m32 flag for ia32 targets from standalone.gypi...
2011-09-01 yangguo@chromium.orgAdded check for trailing whitespaces and corrected...
2011-09-01 ricow@chromium.orgMake arguments and caller always be null on native...
2011-09-01 svenpanne@chromium.orgTiny change flags cleanups.
2011-09-01 vegorov@chromium.orgDo constant function check earlier in TryCallApply...
2011-09-01 kmillikin@chromium.orgFix deoptimization data printing.
2011-09-01 lrn@chromium.orgCleanup of messages.js.
2011-09-01 yangguo@chromium.orgMIPS: port ARM: Fix context save/restore for VFP registers.
2011-08-31 jkummerow@chromium.orgMIPS: port ARM: Changed the handling of compiletime...
2011-08-31 jkummerow@chromium.orgMIPS: Convert a bunch of ASSERTs to STATIC_ASSERTs
2011-08-31 jkummerow@chromium.orgAdd support for shared library builds to tools/test...
2011-08-31 yangguo@chromium.orgChanged test expectations for ARM and MIPS.
2011-08-31 fschneider... Introduce local function declarations in Crankshaft...
2011-08-31 jkummerow@chromium.orgAdd tools/presubmit.py call to tools/test-wrapper-gypbu...
2011-08-31 keuchel@chromium.orgMIPS: port Temporal dead zone behaviour for let bindings.
2011-08-31 svenpanne@chromium.orgMIPS: small test-case fix for chaining of fixup position.
2011-08-31 yangguo@chromium.orgRemoved unnecessary change log item.
2011-08-31 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.6.0.
2011-08-31 yangguo@chromium.orgMIPS: port Fix for a possible bug in RegExp stack guard.
2011-08-30 mikhail.naganov... Return v8::True or v8::False instead of using Boolean...
2011-08-30 yangguo@chromium.orgMIPS: Added ASSERTs to BranchShort to detect bad use...
2011-08-30 yangguo@chromium.orgMIPS: Fix implementation of string slices.
2011-08-30 keuchel@chromium.orgTemporal dead zone behaviour for let bindings.
2011-08-30 mikhail.naganov... Add a dependency of v8_base on WinSocket2 Windows library.
2011-08-30 mstarzinger... Fix initial prototype of WeakMap function.
2011-08-30 yangguo@chromium.orgFixing presubmit issue.
2011-08-30 yangguo@chromium.orgFixing compile error introducted by a typo in r9064.
2011-08-30 yangguo@chromium.orgGenerated code for substring slices in ia32.
2011-08-30 svenpanne@chromium.orgFixed a bug in the chaining of fixup position
2011-08-29 yangguo@chromium.orgRemoving bogus check introduced in r9027.
2011-08-29 yangguo@chromium.orgMIPS: Fix an invalid stack-check in the simulator.
2011-08-29 yangguo@chromium.orgFix for a possible bug in RegExp stack guard.
2011-08-29 jkummerow@chromium.orgConvert a bunch of ASSERTs to STATIC_ASSERTs
2011-08-29 fschneider... Revert r9047 to fix broken build.
2011-08-29 yangguo@chromium.orgMIPS: Fixed a RecordWrite call in the FullCodeGenerator.
2011-08-29 lrn@chromium.orgMake built-in functions not rely on callback functions...
2011-08-29 yangguo@chromium.orgSmall fix for STATIC_ASSERT.
2011-08-29 fschneider... Introduce support for local function declarations in...
2011-08-29 jkummerow@chromium.orgRemove unnecessary break-after-return in switch statement
2011-08-29 ricow@chromium.orgPrepare push to trunk. Now working on version 3.5.10.
2011-08-29 yangguo@chromium.orgMIPS: port Tentative implementation of string slices...
2011-08-29 jkummerow@chromium.orgFix warnings reported by MSVS for shared library build
2011-08-29 vegorov@chromium.orgMIPS: Fix KeyedStoreStubCompiler::GenerateStoreFastDoub...
2011-08-29 fschneider... Adjust unit test to avoid flakyness when running with...
next