platform/upstream/v8.git
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.
2011-08-17 mstarzinger... fix compilation with gcc 4.6
2011-08-17 jkummerow@chromium.orgFix memory leaks in ~Zone and ~Isolate
2011-08-17 erik.corry... Fix compilation on Linux 2.6.9 and older.
2011-08-17 ricow@chromium.orgRevert 8942 "Make scanner not accept invalid unicode...
2011-08-16 vegorov@chromium.orgFix potentially GC unsafe place in JSObject::DeleteElem...
2011-08-16 keuchel@chromium.orgPresubmit fix.
2011-08-16 keuchel@chromium.orgParse harmony let declarations.
2011-08-16 jkummerow@chromium.orgUse immediates when possible for HBoundsCheck and HLoad...
2011-08-16 lrn@chromium.orgMake scanner not accept invalid unicode escapes in...
2011-08-16 mstarzinger... Fix issue with prototype of WeakMap constructor.
2011-08-16 danno@chromium.orgFix live-object-list to work with isolates.
2011-08-16 rossberg@chromium.orgMIPS: port Implement Harmony semantics for typeof null...
2011-08-16 svenpanne@chromium.orgRefactored DirectCEntryStub::GenerateCall a bit to...
2011-08-16 kmillikin@chromium.orgMIPS: port Simplify handling of exits from with and...
2011-08-15 cira@chromium.orgReturn error not null for date time format.
2011-08-15 ricow@chromium.orgAdd FIXED_DOUBLE_ARRAY_TYPE to INSTANCE_TYPE_LIST_ALL...
2011-08-15 whesse@chromium.orgPrepare push to trunk. Now working on version 3.5.6.
2011-08-12 danno@chromium.orgChange AddElementsToFixedArray to work on FixedArrayBas...
2011-08-12 danno@chromium.orgChange JSObject elements to be of type FixedArrayBase
2011-08-12 kmillikin@chromium.orgSimplify handling of exits from with and catch.
2011-08-12 fschneider... Add roundsd instruction to ia32 and use it in optimized...
2011-08-12 mikhail.naganov... Update .gitignore to include out/ directory created...
2011-08-12 mikhail.naganov... Pick the namespace alias 'i' from v8.h.
2011-08-12 svenpanne@chromium.orgDo not use deprecated ARM instructions in DirectCEntryS...
2011-08-11 iposva@chromium.orgLanding change for bradnelson@google.com from coderevie...
2011-08-11 keuchel@chromium.orgPreliminary code for block scopes and block contexts.
2011-08-11 yangguo@chromium.orgRollback of r8903
2011-08-11 yangguo@chromium.orgQuick fix to issue 1593
2011-08-11 danno@chromium.orgCreate a common base class for Fixed-, FixedDouble...
2011-08-11 svenpanne@chromium.orgOutput missing comments after the last disassembled...
2011-08-11 jkummerow@chromium.orgThird attempt to fix ARM cross-compile build
2011-08-11 svenpanne@chromium.orgFixed printing of deoptimization input data without...
2011-08-11 svenpanne@chromium.orgRemoved some arbitrary size restrictions when disassemb...
2011-08-11 jkummerow@chromium.orgRevert some .gyp refactoring to fix ARM cross-compilation
2011-08-11 lrn@chromium.orgMake threaded tests not use static fields for communica...
2011-08-11 fschneider... Remove unused code from runtime profiler.
2011-08-11 svenpanne@chromium.orgSimplify and optimize ToBoolean handling.
2011-08-11 antonm@chromium.orgAllows not API functions as inputs for CreationConext...
2011-08-10 vitalyr@chromium.orgFix fun.apply(receiver, arguments) optimization.
2011-08-10 jkummerow@chromium.orgFix cross-compilation for ARM (hopefully)
2011-08-10 fschneider... Fix x64 build.
2011-08-10 fschneider... Fix three bugs with handling negative zero in the optim...
2011-08-10 rossberg@chromium.orgImplement Harmony semantics for typeof null (behind...
2011-08-10 kmillikin@chromium.orgPrepare push to trunk. Now working on version 3.5.5.
2011-08-10 ricow@chromium.orgAllow snapshots to be generated without using vfp3...
next