platform/upstream/v8.git
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...
2011-08-29 yangguo@chromium.orgCommenting register usage in MIPS.
2011-08-29 fschneider... Landing: MIPS: Fixed a bug in a special case of MacroAs...
2011-08-29 fschneider... Remove code handling parameters rewritten to properties...
2011-08-26 lrn@chromium.orgMake (some) functions called from builtin functions...
2011-08-26 yangguo@chromium.orgFixed regression introduced in r9027.
2011-08-26 mstarzinger... Only count uniquely named native scripts for debug.
2011-08-26 yangguo@chromium.orgTentative implementation of string slices (hidden under...
2011-08-26 yangguo@chromium.orgFixed regression introduced in r9023.
2011-08-26 jkummerow@chromium.orgAdd a bunch of compile-time flags to the gyp build...
2011-08-26 yangguo@chromium.orgChanged the order of arguments in the check as suggeste...
2011-08-26 yangguo@chromium.orgChanged some jumps to short jumps in IA32 generated...
2011-08-26 svenpanne@chromium.orgCentralize code for freeing LargeObjectChunks, fixing...
2011-08-26 fschneider... Landing: MIPS: Remove gp and sp from callee-saved regis...
2011-08-25 jkummerow@chromium.orgRefactor .gyp files:
2011-08-25 lrn@chromium.orgChanged computation of func.caller to skip some built...
2011-08-25 svenpanne@chromium.orgTwo tiny refactorings: Removed a bit of copy-n-paste...
2011-08-25 lrn@chromium.orgAdded access check to Runtime_GetPrototype.
2011-08-25 fschneider... Land two MIPS changes contributed by Paul Lind.
2011-08-25 svenpanne@chromium.orgFixed bool <-> Executability confusion and improved...
2011-08-25 lrn@chromium.orgMake FromPropertyDescriptor not trigger inherited setters.
2011-08-24 ricow@chromium.orgPrepare push to trunk. Now working on version 3.5.9.
2011-08-24 yangguo@chromium.orgFixed the shared library build of D8 that was broken...
2011-08-24 yangguo@chromium.orgFixed minor bug in D8 related to mapping counters to...
2011-08-23 yangguo@chromium.orgremoved executable bit in those files.
2011-08-23 lrn@chromium.orgFix typo in assert.
2011-08-23 mikhail.naganov... Heap profiler: for objects of class "Object", try to...
2011-08-23 lrn@chromium.orgReplace ToAsciiVector and ToUC16Vector with single...
next