platform/upstream/v8.git
2009-10-22 kbr@chromium.orgAdd optimized ICs for new CanvasArray types introduced...
2009-10-22 kmillikin@chromium.orgThe runtime function DeclareGlobals is not called from...
2009-10-22 whesse@chromium.orgAdd --trace flag to fast compiler.
2009-10-22 kmillikin@chromium.orgAdded support for array literals to the toplevel compil...
2009-10-22 fschneider... Fast compiler support for regexp literals.
2009-10-21 peter.rybin... Add "Version" command
2009-10-21 kmillikin@chromium.orgFix lint error.
2009-10-21 ager@chromium.orgAllow resource constraints to specify the max committed...
2009-10-21 mikhail.naganov... Heap profiler: guard calls to Producer profile.
2009-10-21 mikhail.naganov... Heap profiler: use Heap::CommittedMemory to report...
2009-10-21 antonm@chromium.orgUse WriteToFlat instead of to C strings methods as...
2009-10-21 fschneider... Support empty statements in the fast compiler.
2009-10-21 kmillikin@chromium.orgAdd support for global variable references in toplevel...
2009-10-21 whesse@chromium.orgCommit fucomip change 197037 codereview.chromium.org...
2009-10-21 fschneider... Adding declaration of global variables and functions...
2009-10-20 mikhail.naganov... applied patch
2009-10-20 kbr@chromium.orgFix buildbot breakage. Neglected to run tests with...
2009-10-20 kbr@chromium.orgAdded infrastructure for optimizing new CanvasArray...
2009-10-20 kmillikin@chromium.orgAdded support for assignments to global variables in...
2009-10-20 sgjesse@chromium.orgFix issue 475
2009-10-20 kmillikin@chromium.orgA simple change to enable empty top-level function...
2009-10-20 antonm@chromium.orgVerify correctness of external string only if slow...
2009-10-20 ager@chromium.orgAdd an API to V8 to get simple heap statistics.
2009-10-19 kmillikin@chromium.orgRecognize in the fast-mode code generator when a subexp...
2009-10-19 kmillikin@chromium.orgRemove unused 'unsafe smi' code on x64.
2009-10-16 antonm@chromium.orgFix mac x64 build.
2009-10-16 antonm@chromium.orgMove implementation of Integer::NewFromUnsigned into...
2009-10-16 antonm@chromium.orgDo not do post GC processing for scavenges.
2009-10-16 christian.plesner... Preparing to push to trunk. Now working on 1.3.17.
2009-10-16 lrn@chromium.orgRemove dependency on V8_TARGET_ARCH in v8.h
2009-10-16 kmillikin@chromium.orgDo not visit slots in the top-level code generator...
2009-10-16 whesse@chromium.orgRemove stray debugging code with no effect or explanati...
2009-10-15 peter.rybin... Redo "running" field in debug-delay.js and support...
2009-10-15 kmillikin@chromium.orgAdded first support for tracking locations of expressio...
2009-10-15 fschneider... Record statement positions for the debugger in the...
2009-10-15 kmillikin@chromium.orgUntangle some #include dependencies.
2009-10-15 kmillikin@chromium.orgInitial port of top-level code generator to ARM. For...
2009-10-15 whesse@chromium.orgFix X64 build in the case that debugger support is...
2009-10-15 kmillikin@chromium.orgPort the initial fast code generator to x64. For the...
2009-10-15 kmillikin@chromium.orgFormat the long lists of sources in the SConscript...
2009-10-15 mikhail.naganov... Add initial semi-working producers profile.
2009-10-14 kmillikin@chromium.orgFix GYP-based builds of V8.
2009-10-14 kmillikin@chromium.orgInitial infrastructure for fast compilation of top...
2009-10-14 iposva@chromium.org- Add String::Concat(Handle<String> left, Handle<String...
2009-10-14 whesse@chromium.orgAdd comment to compilation-cache.cc explaining choice...
2009-10-14 antonm@chromium.orgPartially revert r2761.
2009-10-14 fschneider... Fixed use of 'overwrite' flag for unary minus expressions.
2009-10-14 vitalyr@chromium.orgSkip access checks for hidden properties.
2009-10-14 fschneider... New mjsunit tests for the new compiler infrastructure...
2009-10-14 christian.plesner... Implement ES5 Array.isArray
2009-10-14 lrn@chromium.orgFix overflow in failure "requested size" field.
2009-10-13 mikhail.naganov... A follow-up to r3009: add parentheses around one more...
2009-10-13 yurys@chromium.orgCheck that constructor is a FunctionMirror before calli...
2009-10-13 lrn@chromium.orgX64: Fix bugs affecting Win64.
2009-10-13 kmillikin@chromium.orgRemove a redundant field in the FunctionLiteral class...
2009-10-13 erik.corry... Use the USE_ARM_EABI macro consistently rather than...
2009-10-13 christian.plesner... Fixed trim test failure.
2009-10-13 christian.plesner... Add trim, trimLeft and trimRight methods to String
2009-10-12 kmillikin@chromium.orgInitial implementation of printing the AST as a JSON...
2009-10-12 kmillikin@chromium.orgAdd a pair of missing breaks to a switch statement.
2009-10-12 whesse@chromium.orgChange sscanf to atoi in test-debug.cc to make lint...
2009-10-12 kmillikin@chromium.orgSplit the AST LoopStatement type into separate types...
2009-10-12 whesse@chromium.orgChanges to comments only, fixing errors and grammar.
2009-10-12 lrn@chromium.orgRemoved 31-bit smis.
2009-10-10 iposva@chromium.org- Update Xcode project.
2009-10-09 peter.rybin... Make cctest test-debug.cc more accurate
2009-10-09 ager@chromium.orgAdd missing null check in Context::GetCurrent.
2009-10-08 sgjesse@chromium.orgGet rid of JSExitStub which is no longer used anywhere.
2009-10-08 sgjesse@chromium.orgOptimize calls to GenericBinaryStub.
2009-10-08 sgjesse@chromium.orgAdd support for comisd and cmov in IA-32 disassembler.
2009-10-08 lrn@chromium.orgX64: Fix incompatability with previous revision.
2009-10-08 antonm@chromium.orgIntroduce v8::Integer::NewFromUnsigned method.
2009-10-08 lrn@chromium.orgX64: Convert smis to holding 32 bits of payload.
2009-10-08 kmillikin@chromium.orgGuard the debug check at the start of every JS function...
2009-10-08 sgjesse@chromium.orgGet rid of unused label varaible.
2009-10-08 sgjesse@chromium.orgFix a file name in the Visual Studio project files.
2009-10-08 sgjesse@chromium.orgChange clamping 0..255 instruction sequence for pixel...
2009-10-07 fschneider... Added command line flag --sync_with_push (default:...
2009-10-07 sgjesse@chromium.orgPrepare push to trunk. Now working on version 1.3.16.
2009-10-07 whesse@chromium.orgDouble the CodeRange on X64 to 512 MB.
2009-10-07 mikhail.naganov... Fix a crash in Logger::LogCompiledFunctions due to...
2009-10-07 sgjesse@chromium.orgAdd missing newline to ChangeLog.
2009-10-07 sgjesse@chromium.orgPrepare push to trunk. Now working on version 1.3.15.
2009-10-06 whesse@chromium.orgClean up fixups of calls to builtins. Fix lint error.
2009-10-06 whesse@chromium.orgAdd near calls (32-bit displacement) to Code objects...
2009-10-06 mike@belshe.comFix test error for IdleNotification() return code check.
2009-10-06 mike@belshe.comRemove the high-priority flag from IdleNotification...
2009-10-05 whesse@chromium.orgRecommit coderanges putting code objects within a 2...
2009-10-05 whesse@chromium.orgRevert revisions 3013, 3014, and 3016. We need a bette...
2009-10-03 whesse@chromium.orgAdd CHECK_INT64_EQ function to avoid operand size ambig...
2009-10-02 antonm@chromium.orgFast fix to make tree green.
2009-10-02 mike@belshe.comThe error cases were returning false instead of true.
2009-10-02 antonm@chromium.orgAdd a method to convert unsigned C integer into V8...
2009-10-02 christian.plesner... Changed Object.keys to return strings for element indices.
2009-10-02 erik.corry... Align the stack correctly on ARM on calls to fp operati...
2009-10-02 erik.corry... When allocation is forced because we already did two...
2009-10-02 ager@chromium.orgFollow the spec in disallowing function declarations...
2009-10-02 whesse@chromium.orgEnsure V8 is initialized before locking and unlocking...
2009-10-02 kmillikin@chromium.orgRemove unused flag --print-cfg.
2009-10-01 whesse@chromium.orgRevert change r3004, issue codereview.chromium.org...
next