platform/upstream/v8.git
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...
2011-08-10 jkummerow@chromium.orgSupport OUTDIR variable for tests triggered by Makefile
2011-08-10 danno@chromium.orgRefactor UnionOfKeys into ElementsAccessor
2011-08-10 mstarzinger... ARM: Fix deoptimizer for two-word call sites.
2011-08-09 vitalyr@chromium.orgMake presubmit check happier with GYP.
2011-08-09 vitalyr@chromium.orgSimpler (and a bit faster) keyword matcher.
2011-08-09 kmillikin@chromium.orgFix a bug in named getter/setter compilation.
2011-08-09 lrn@chromium.orgAdded fast detection of one character tokens.
2011-08-09 svenpanne@chromium.orgFixed extremely important, mission-critical presubmit...
2011-08-09 svenpanne@chromium.orgImplement type recording for ToBoolean on ARM.
2011-08-08 kmillikin@chromium.orgRevert "Revert "Fix a bug in scope analysis.""
2011-08-08 jkummerow@chromium.orgRemove orphaned file src/shell.h
2011-08-08 yangguo@chromium.orgAdded two whitespaces to match correct indentation.
2011-08-08 yangguo@chromium.orgFixed a known issue in D8 (read file), enabled D8 share...
2011-08-08 whesse@chromium.orgFix compilation error on X64 and ARM. Error was introd...
2011-08-08 whesse@chromium.orgClean up TranslationIterator and DeoptimizationInputDat...
2011-08-05 vitalyr@chromium.orgMake d8-os test less flaky.
2011-08-05 lrn@chromium.orgAvoid infinite recursion for unterminated non-ASCII...
2011-08-05 vitalyr@chromium.orgRemove TLS load in regexp code.
2011-08-05 jkummerow@chromium.orgAdd lost -O3 flag when building inside Chromium
2011-08-05 keuchel@chromium.orgFix DebugEvaluate crash within a catch in a function...
2011-08-05 vitalyr@chromium.orgStatic state cleanup: add more consts.
2011-08-05 lrn@chromium.orgFix bug in scanner.
2011-08-05 yangguo@chromium.orgSpecify stack size for win64 when linking d8.
2011-08-05 jkummerow@chromium.orgMake GYP build usable for day-to-day work (second attempt)
2011-08-05 kmillikin@chromium.orgRevert "Fix a bug in scope analysis."
next