platform/upstream/v8.git
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."
2011-08-05 kmillikin@chromium.orgFix a bug in scope analysis.
2011-08-05 mstarzinger... Fix report printing in test.py script.
2011-08-04 kmillikin@chromium.orgRevert "tighten invariants of HValue::InferRange"
2011-08-04 vitalyr@chromium.orgMinimize malloc heap allocation on process startup.
2011-08-04 vitalyr@chromium.orggrokdump: Tiny bugfix and type list update.
2011-08-04 danno@chromium.orgMove element deletion into element handlers
2011-08-04 mstarzinger... Additional functions to Harmony weak maps API.
2011-08-04 danno@chromium.orgAdd regression test for 91517
2011-08-04 danno@chromium.orgFix out-of-bounds access in fetching propery names
2011-08-03 mstarzinger... Fix GCMole warning.
2011-08-03 danno@chromium.orgAdd missing bounds check in FixedArray::set for smis
2011-08-03 mstarzinger... Prototype of mark-and-compact support for Harmony weak...
2011-08-03 ricow@chromium.orgEnsure that the length property of bound functions...
2011-08-03 danno@chromium.orgFix performance regression due to elements refactor
2011-08-03 mstarzinger... Fix presubmit error.
2011-08-03 mstarzinger... Preliminary Harmony weak maps API implementation.
2011-08-03 danno@chromium.orgEncapsulate element handling into a class keyed on...
2011-08-03 lrn@chromium.orgPrepare push to trunk. Now working on 3.5.4.
2011-08-03 kmillikin@chromium.orgtighten invariants of HValue::InferRange
2011-08-03 vegorov@chromium.orgCheck phi uses of the arguments object after redundant...
2011-08-03 danno@chromium.orgMIPS: port Fix ClassOf check on ARM.
2011-08-03 danno@chromium.orgMIPS: port Ensure that GenerateStoreFastDoubleElement...
2011-08-03 jkummerow@chromium.orgRevert "Make window.{undefined,NaN,Infinity} read-only"
2011-08-03 kmillikin@chromium.orgRevert "Revert "Fix a bug in scope analysis.""
2011-08-02 vegorov@chromium.orgFix ContextDeserialization and PartialDeserialization...
2011-08-02 kmillikin@chromium.orgRevert "Fix a bug in scope analysis."
2011-08-02 vegorov@chromium.orgDon't use mprotect on Cygwin as virtual memory is manag...
2011-08-02 vegorov@chromium.orgAvoid uninitialized member warning on gcc 4.3.4
2011-08-02 svenpanne@chromium.orgFixed code generation for LBranch on ARM when the opera...
2011-08-02 kmillikin@chromium.orgFix a bug in scope analysis.
2011-08-02 danno@chromium.orgProperly handle FixedDoubleArrays in sort()
2011-08-02 vegorov@chromium.orgEnsure that GenerateStoreFastDoubleElement returns...
2011-08-02 vegorov@chromium.orgMark optimized modulo and memcpy code pages -w after...
2011-08-02 vegorov@chromium.orgCheck for phi-uses of arguments object before eliminati...
2011-08-02 danno@chromium.orgProperly handle FastDoubleArrays in Runtime_MoveArrayCo...
2011-08-01 yangguo@chromium.orgFixed: regression in issue 1579 concerning readline...
2011-08-01 svenpanne@chromium.orgTiny cleanup.
2011-08-01 svenpanne@chromium.orgImplement type recording for ToBoolean on x64.
2011-08-01 jkummerow@chromium.orgMake window.{undefined,NaN,Infinity} read-only
2011-08-01 vegorov@chromium.orgPrepare push to trunk. Now working on 3.5.3.
2011-07-29 yangguo@chromium.orgString to ascii char array converter for debug mode.
2011-07-29 fschneider... Revert r8753.
2011-07-28 mstarzinger... Reintroduced dictionary that can use objects as keys.
2011-07-28 svenpanne@chromium.orgOptimization: Do not assign an environment to LBranch...
2011-07-28 svenpanne@chromium.orgTiny cleanup of LCodeGen::DoBranch.
2011-07-28 svenpanne@chromium.orgUse type info for the ToBoolean translation in crankshaft.
2011-07-28 ricow@chromium.orgFix win64 debug mode compilation
2011-07-28 keuchel@chromium.orgFix calculation of 'scope_calls_eval' when 'eval' is...
next