platform/upstream/v8.git
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...
2011-08-23 erik.corry... Fix ARM build for gcc-4.6.
2011-08-23 fschneider... Perform range analysis after GVN.
2011-08-23 yangguo@chromium.orgSlight API change enabling opting out from null termina...
2011-08-23 fschneider... Insert representation changes before doing range analys...
2011-08-22 vitalyr@chromium.orgImprove memory usage of receiver type feedback.
2011-08-22 yangguo@chromium.orgInserted a missing string encoding check in lastIndexOf.
2011-08-22 svenpanne@chromium.orgEnsure that the current isolate is initialized in the...
2011-08-22 yangguo@chromium.orgAdded forgotten V8EXPORT attributes for v8::Array:...
2011-08-22 lrn@chromium.orgFix bug introduced by earlier "cleanup".
2011-08-22 rossberg@chromium.orgPrepare push to trunk. Working version now 3.5.8.
2011-08-22 lrn@chromium.orgPrune some internal objects' prototypes.
2011-08-22 mstarzinger... Make instruction for write barrier smaller.
2011-08-22 keuchel@chromium.orgMIPS: port Parse harmony let declarations.
2011-08-22 whesse@chromium.orgMIPS: port Clean up the nesting stack in the full code...
2011-08-19 yangguo@chromium.orgSimplified the sample shell. Resort to D8 shell for...
2011-08-19 lrn@chromium.orgMake regexp flag parsing stricter.
2011-08-19 kmillikin@chromium.orgClean up the nesting stack in the full code generator.
2011-08-19 ricow@chromium.orgRemove trailing whitespaces from *.js files.
2011-08-18 lrn@chromium.orgMake scanner handle invalid unicode escapes in identifi...
2011-08-18 jkummerow@chromium.orgFix another handful of memory leaks
2011-08-18 jkummerow@chromium.orgFix three ~Isolate() related memory leaks
2011-08-18 danno@chromium.orgUnify GetElement handlers in ElementsAccessor
2011-08-18 danno@chromium.orgRemove redundant implementation of UnionOfKeys
2011-08-18 ricow@chromium.orgUse InternalArray in Object.defineProperties to avoid...
2011-08-17 danno@chromium.orgImplement UnionOfKeys for NonStrictArguments
2011-08-17 jkummerow@chromium.orgGYP fixes: -Werror, snapshot.log, want_separate_host_to...
2011-08-17 danno@chromium.orgPrepare push to trunk. Now working on version 3.5.7.
2011-08-17 keuchel@chromium.orgFixed scanner initialization in test-parsing.
2011-08-17 keuchel@chromium.orgInitialize harmony block scoping field in scanner.
2011-08-17 mikhail.naganov... Remove some unnecessary namespace alias definitions.
2011-08-17 vegorov@chromium.orgFix GC unsafe place in JSProxy::DeletePropertyWithHandler.
2011-08-17 danno@chromium.orgBugs in x64 ICs introduced by array length refactor.
next